Pull request #43885 updated Started by user Sebastiaan van Stijn Rebuilds build #5 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9+6e213899177faac5c4bf9bdc68ac2899fb0916e1 (443563a9efa8f2fdb855754309efc50a331fdef8) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-43885@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-07-29T22:27:06.071Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-07-29T22:27:06.076Z] Trying to pass milestone 5 [Pipeline] milestone [2022-07-29T22:27:06.164Z] Trying to pass milestone 6 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-07-29T22:27:06.357Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fdf027fc93f48606) in /home/ubuntu/workspace/moby_PR-43885 [Pipeline] { [Pipeline] checkout [2022-07-29T22:27:06.385Z] The recommended git tool is: git [2022-07-29T22:27:06.403Z] using credential docker-jenkins-github-credentials [2022-07-29T22:27:06.414Z] Cloning the remote Git repository [2022-07-29T22:27:06.414Z] Cloning with configured refspecs honoured and without tags [2022-07-29T22:27:06.428Z] Cloning repository https://github.com/moby/moby.git [2022-07-29T22:27:06.428Z] > git init /home/ubuntu/workspace/moby_PR-43885 # timeout=10 [2022-07-29T22:27:06.447Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-07-29T22:27:06.447Z] > git --version # timeout=10 [2022-07-29T22:27:06.455Z] > git --version # 'git version 2.17.1' [2022-07-29T22:27:06.455Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-07-29T22:27:06.456Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43885/head:refs/remotes/origin/PR-43885 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-07-29T22:27:22.069Z] Fetching without tags [2022-07-29T22:27:22.257Z] Merging remotes/origin/master commit 6e213899177faac5c4bf9bdc68ac2899fb0916e1 into PR head commit 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 [2022-07-29T22:27:22.053Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-07-29T22:27:22.058Z] > git config --add remote.origin.fetch +refs/pull/43885/head:refs/remotes/origin/PR-43885 # timeout=10 [2022-07-29T22:27:22.066Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-07-29T22:27:22.074Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-07-29T22:27:22.081Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-07-29T22:27:22.082Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-07-29T22:27:22.082Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43885/head:refs/remotes/origin/PR-43885 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-07-29T22:27:22.270Z] > git config core.sparsecheckout # timeout=10 [2022-07-29T22:27:22.275Z] > git checkout -f 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 # timeout=10 [2022-07-29T22:27:22.828Z] Merge succeeded, producing 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 [2022-07-29T22:27:22.828Z] Checking out Revision 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 (PR-43885) [2022-07-29T22:27:23.468Z] Commit message: "api: add registry.EncodeAuthConfig" [2022-07-29T22:27:22.807Z] > git remote # timeout=10 [2022-07-29T22:27:22.815Z] > git config --get remote.origin.url # timeout=10 [2022-07-29T22:27:22.820Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-07-29T22:27:22.821Z] > git merge 6e213899177faac5c4bf9bdc68ac2899fb0916e1 # timeout=10 [2022-07-29T22:27:22.832Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-07-29T22:27:22.840Z] > git config core.sparsecheckout # timeout=10 [2022-07-29T22:27:22.843Z] > git checkout -f 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 # timeout=10 [2022-07-29T22:27:23.482Z] > git rev-list --no-walk 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-29T22:27:24.105Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43885:/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-07-29T22:27:24.105Z] Unable to find image 'alpine:latest' locally [2022-07-29T22:27:24.105Z] latest: Pulling from library/alpine [2022-07-29T22:27:24.105Z] 530afca65e2e: Pulling fs layer [2022-07-29T22:27:24.364Z] 530afca65e2e: Verifying Checksum [2022-07-29T22:27:24.364Z] 530afca65e2e: Download complete [2022-07-29T22:27:24.625Z] 530afca65e2e: Pull complete [2022-07-29T22:27:24.625Z] Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872 [2022-07-29T22:27:24.625Z] Status: Downloaded newer image for alpine:latest [2022-07-29T22:27:27.163Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2022-07-29T22:27:27.612Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fdf027fc93f48606) in /home/ubuntu/workspace/moby_PR-43885 [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional [2022-07-29T22:27:27.625Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0acd91b797fe1e657) in /home/ubuntu/workspace/moby_PR-43885 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) [2022-07-29T22:27:27.634Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a504f041cc052f7f) in /home/ubuntu/workspace/moby_PR-43885 Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] checkout [2022-07-29T22:27:27.670Z] The recommended git tool is: git [2022-07-29T22:27:27.679Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2022-07-29T22:27:27.686Z] The recommended git tool is: git [2022-07-29T22:27:27.692Z] using credential docker-jenkins-github-credentials [Pipeline] { [2022-07-29T22:27:27.695Z] Fetching changes from the remote Git repository [2022-07-29T22:27:27.700Z] Cloning the remote Git repository [2022-07-29T22:27:27.700Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [2022-07-29T22:27:27.712Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [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 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-07-29T22:27:27.764Z] The recommended git tool is: git [Pipeline] } [Pipeline] // stage [Pipeline] // stage [2022-07-29T22:27:27.788Z] using credential docker-jenkins-github-credentials [2022-07-29T22:27:27.798Z] Cloning the remote Git repository [2022-07-29T22:27:27.798Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [2022-07-29T22:27:27.743Z] Cloning repository https://github.com/moby/moby.git [2022-07-29T22:27:27.744Z] > git init /home/ubuntu/workspace/moby_PR-43885 # timeout=10 [2022-07-29T22:27:27.761Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-07-29T22:27:27.761Z] > git --version # timeout=10 [2022-07-29T22:27:27.770Z] > git --version # 'git version 2.17.1' [2022-07-29T22:27:27.771Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-07-29T22:27:27.772Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43885/head:refs/remotes/origin/PR-43885 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] // stage [2022-07-29T22:27:27.913Z] Merging remotes/origin/master commit 6e213899177faac5c4bf9bdc68ac2899fb0916e1 into PR head commit 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 [Pipeline] // stage [Pipeline] } [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [2022-07-29T22:27:27.987Z] Merge succeeded, producing 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 [2022-07-29T22:27:27.987Z] Checking out Revision 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 (PR-43885) [Pipeline] } [Pipeline] } [2022-07-29T22:27:28.066Z] Commit message: "api: add registry.EncodeAuthConfig" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-29T22:27:28.659Z] + [ PR != PR ] [2022-07-29T22:27:28.659Z] + [ master != master ] [2022-07-29T22:27:28.659Z] + [ false = true ] [2022-07-29T22:27:27.697Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43885/.git # timeout=10 [2022-07-29T22:27:27.715Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-07-29T22:27:27.724Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-07-29T22:27:27.724Z] > git --version # timeout=10 [2022-07-29T22:27:27.729Z] > git --version # 'git version 2.17.1' [2022-07-29T22:27:27.730Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-07-29T22:27:27.730Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43885/head:refs/remotes/origin/PR-43885 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-07-29T22:27:27.925Z] > git config core.sparsecheckout # timeout=10 [2022-07-29T22:27:27.928Z] > git checkout -f 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 # timeout=10 [2022-07-29T22:27:27.976Z] > git remote # timeout=10 [2022-07-29T22:27:27.979Z] > git config --get remote.origin.url # timeout=10 [2022-07-29T22:27:27.984Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-07-29T22:27:27.985Z] > git merge 6e213899177faac5c4bf9bdc68ac2899fb0916e1 # timeout=10 [2022-07-29T22:27:27.993Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-07-29T22:27:27.999Z] > git config core.sparsecheckout # timeout=10 [2022-07-29T22:27:28.006Z] > git checkout -f 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-07-29T22:27:27.796Z] Cloning repository https://github.com/moby/moby.git [2022-07-29T22:27:27.796Z] > git init /home/ubuntu/workspace/moby_PR-43885 # timeout=10 [2022-07-29T22:27:27.812Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-07-29T22:27:27.812Z] > git --version # timeout=10 [2022-07-29T22:27:27.821Z] > git --version # 'git version 2.17.1' [2022-07-29T22:27:27.821Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-07-29T22:27:27.822Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43885/head:refs/remotes/origin/PR-43885 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-07-29T22:27:28.980Z] + docker version [2022-07-29T22:27:28.980Z] Client: Docker Engine - Community [2022-07-29T22:27:28.980Z] Version: 20.10.14 [2022-07-29T22:27:28.980Z] API version: 1.41 [2022-07-29T22:27:28.980Z] Go version: go1.16.15 [2022-07-29T22:27:28.980Z] Git commit: a224086 [2022-07-29T22:27:28.980Z] Built: Thu Mar 24 01:47:57 2022 [2022-07-29T22:27:28.980Z] OS/Arch: linux/amd64 [2022-07-29T22:27:28.980Z] Context: default [2022-07-29T22:27:28.980Z] Experimental: true [2022-07-29T22:27:28.980Z] [2022-07-29T22:27:28.980Z] Server: Docker Engine - Community [2022-07-29T22:27:28.980Z] Engine: [2022-07-29T22:27:28.980Z] Version: 20.10.14 [2022-07-29T22:27:28.980Z] API version: 1.41 (minimum version 1.12) [2022-07-29T22:27:28.980Z] Go version: go1.16.15 [2022-07-29T22:27:28.980Z] Git commit: 87a90dc [2022-07-29T22:27:28.980Z] Built: Thu Mar 24 01:45:46 2022 [2022-07-29T22:27:28.980Z] OS/Arch: linux/amd64 [2022-07-29T22:27:28.980Z] Experimental: true [2022-07-29T22:27:28.980Z] containerd: [2022-07-29T22:27:28.980Z] Version: 1.5.11 [2022-07-29T22:27:28.980Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-07-29T22:27:28.980Z] runc: [2022-07-29T22:27:28.980Z] Version: 1.0.3 [2022-07-29T22:27:28.980Z] GitCommit: v1.0.3-0-gf46b6ba [2022-07-29T22:27:28.980Z] docker-init: [2022-07-29T22:27:28.980Z] Version: 0.19.0 [2022-07-29T22:27:28.980Z] GitCommit: de40ad0 [Pipeline] sh [2022-07-29T22:27:29.263Z] + docker info [2022-07-29T22:27:30.201Z] Client: [2022-07-29T22:27:30.201Z] Context: default [2022-07-29T22:27:30.201Z] Debug Mode: false [2022-07-29T22:27:30.201Z] Plugins: [2022-07-29T22:27:30.201Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-07-29T22:27:30.201Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-07-29T22:27:30.201Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-07-29T22:27:30.201Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-07-29T22:27:30.201Z] [2022-07-29T22:27:30.201Z] Server: [2022-07-29T22:27:30.201Z] Containers: 0 [2022-07-29T22:27:30.201Z] Running: 0 [2022-07-29T22:27:30.201Z] Paused: 0 [2022-07-29T22:27:30.201Z] Stopped: 0 [2022-07-29T22:27:30.201Z] Images: 3 [2022-07-29T22:27:30.201Z] Server Version: 20.10.14 [2022-07-29T22:27:30.201Z] Storage Driver: overlay2 [2022-07-29T22:27:30.201Z] Backing Filesystem: extfs [2022-07-29T22:27:30.201Z] Supports d_type: true [2022-07-29T22:27:30.201Z] Native Overlay Diff: true [2022-07-29T22:27:30.201Z] userxattr: false [2022-07-29T22:27:30.201Z] Logging Driver: json-file [2022-07-29T22:27:30.201Z] Cgroup Driver: cgroupfs [2022-07-29T22:27:30.201Z] Cgroup Version: 1 [2022-07-29T22:27:30.201Z] Plugins: [2022-07-29T22:27:30.201Z] Volume: local [2022-07-29T22:27:30.201Z] Network: bridge host ipvlan macvlan null overlay [2022-07-29T22:27:30.201Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-07-29T22:27:30.201Z] Swarm: inactive [2022-07-29T22:27:30.201Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-07-29T22:27:30.201Z] Default Runtime: runc [2022-07-29T22:27:30.201Z] Init Binary: docker-init [2022-07-29T22:27:30.201Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-07-29T22:27:30.201Z] runc version: v1.0.3-0-gf46b6ba [2022-07-29T22:27:30.201Z] init version: de40ad0 [2022-07-29T22:27:30.201Z] Security Options: [2022-07-29T22:27:30.201Z] apparmor [2022-07-29T22:27:30.201Z] seccomp [2022-07-29T22:27:30.201Z] Profile: default [2022-07-29T22:27:30.201Z] Kernel Version: 5.4.0-1071-aws [2022-07-29T22:27:30.201Z] Operating System: Ubuntu 18.04.6 LTS [2022-07-29T22:27:30.201Z] OSType: linux [2022-07-29T22:27:30.201Z] Architecture: x86_64 [2022-07-29T22:27:30.201Z] CPUs: 2 [2022-07-29T22:27:30.201Z] Total Memory: 7.565GiB [2022-07-29T22:27:30.201Z] Name: ip-10-100-60-81 [2022-07-29T22:27:30.201Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-07-29T22:27:30.201Z] Docker Root Dir: /var/lib/docker [2022-07-29T22:27:30.201Z] Debug Mode: false [2022-07-29T22:27:30.201Z] Registry: https://index.docker.io/v1/ [2022-07-29T22:27:30.201Z] Labels: [2022-07-29T22:27:30.201Z] Experimental: true [2022-07-29T22:27:30.202Z] Insecure Registries: [2022-07-29T22:27:30.202Z] 127.0.0.0/8 [2022-07-29T22:27:30.202Z] Live Restore Enabled: true [2022-07-29T22:27:30.202Z] [2022-07-29T22:27:30.202Z] WARNING: No swap limit support [Pipeline] sh [2022-07-29T22:27:30.489Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-07-29T22:27:30.489Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-07-29T22:27:30.489Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43885/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-07-29T22:27:30.489Z] + bash /home/ubuntu/workspace/moby_PR-43885/check-config.sh [2022-07-29T22:27:30.489Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-07-29T22:27:30.489Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-07-29T22:27:30.490Z] [2022-07-29T22:27:30.490Z] Generally Necessary: [2022-07-29T22:27:30.490Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-07-29T22:27:30.490Z] - apparmor: enabled and tools installed [2022-07-29T22:27:30.490Z] - CONFIG_NAMESPACES: enabled [2022-07-29T22:27:30.490Z] - CONFIG_NET_NS: enabled [2022-07-29T22:27:30.490Z] - CONFIG_PID_NS: enabled [2022-07-29T22:27:30.490Z] - CONFIG_IPC_NS: enabled [2022-07-29T22:27:30.490Z] - CONFIG_UTS_NS: enabled [2022-07-29T22:27:30.490Z] - CONFIG_CGROUPS: enabled [2022-07-29T22:27:30.490Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-07-29T22:27:30.490Z] - CONFIG_CGROUP_DEVICE: enabled [2022-07-29T22:27:30.490Z] - CONFIG_CGROUP_FREEZER: enabled [2022-07-29T22:27:30.490Z] - CONFIG_CGROUP_SCHED: enabled [2022-07-29T22:27:30.490Z] - CONFIG_CPUSETS: enabled [2022-07-29T22:27:30.490Z] - CONFIG_MEMCG: enabled [2022-07-29T22:27:30.490Z] - CONFIG_KEYS: enabled [2022-07-29T22:27:30.490Z] - CONFIG_VETH: enabled (as module) [2022-07-29T22:27:30.750Z] - CONFIG_BRIDGE: enabled (as module) [2022-07-29T22:27:30.750Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-07-29T22:27:30.750Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-07-29T22:27:30.750Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-07-29T22:27:30.750Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-07-29T22:27:30.750Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-07-29T22:27:30.750Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-07-29T22:27:30.750Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-07-29T22:27:30.750Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-07-29T22:27:30.750Z] - CONFIG_NF_NAT: enabled (as module) [2022-07-29T22:27:30.750Z] - CONFIG_POSIX_MQUEUE: enabled [2022-07-29T22:27:30.750Z] - CONFIG_CGROUP_BPF: enabled [2022-07-29T22:27:30.750Z] [2022-07-29T22:27:30.750Z] Optional Features: [2022-07-29T22:27:30.750Z] - CONFIG_USER_NS: enabled [2022-07-29T22:27:30.750Z] - CONFIG_SECCOMP: enabled [2022-07-29T22:27:30.750Z] - CONFIG_SECCOMP_FILTER: enabled [2022-07-29T22:27:30.750Z] - CONFIG_CGROUP_PIDS: enabled [2022-07-29T22:27:30.750Z] - CONFIG_MEMCG_SWAP: enabled [2022-07-29T22:27:30.750Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-07-29T22:27:30.750Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-07-29T22:27:30.750Z] - CONFIG_BLK_CGROUP: enabled [2022-07-29T22:27:30.750Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-07-29T22:27:30.750Z] - CONFIG_CGROUP_PERF: enabled [2022-07-29T22:27:30.750Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-07-29T22:27:30.750Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-07-29T22:27:30.750Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-07-29T22:27:30.750Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-07-29T22:27:30.750Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-07-29T22:27:30.750Z] - CONFIG_RT_GROUP_SCHED: missing [2022-07-29T22:27:30.750Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-07-29T22:27:30.750Z] - CONFIG_IP_VS: enabled (as module) [2022-07-29T22:27:30.750Z] - CONFIG_IP_VS_NFCT: enabled [2022-07-29T22:27:30.750Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-07-29T22:27:30.750Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-07-29T22:27:30.750Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-07-29T22:27:30.750Z] - CONFIG_SECURITY_SELINUX: enabled [2022-07-29T22:27:30.750Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-07-29T22:27:31.009Z] - CONFIG_EXT4_FS: enabled [2022-07-29T22:27:31.009Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-07-29T22:27:31.009Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-07-29T22:27:31.009Z] - Network Drivers: [2022-07-29T22:27:31.009Z] - "overlay": [2022-07-29T22:27:31.009Z] - CONFIG_VXLAN: enabled (as module) [2022-07-29T22:27:31.009Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-07-29T22:27:31.009Z] Optional (for encrypted networks): [2022-07-29T22:27:31.009Z] - CONFIG_CRYPTO: enabled [2022-07-29T22:27:31.009Z] - CONFIG_CRYPTO_AEAD: enabled [2022-07-29T22:27:31.009Z] - CONFIG_CRYPTO_GCM: enabled [2022-07-29T22:27:31.009Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-07-29T22:27:31.009Z] - CONFIG_CRYPTO_GHASH: enabled [2022-07-29T22:27:31.009Z] - CONFIG_XFRM: enabled [2022-07-29T22:27:31.009Z] - CONFIG_XFRM_USER: enabled (as module) [2022-07-29T22:27:31.009Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-07-29T22:27:31.009Z] - CONFIG_INET_ESP: enabled (as module) [2022-07-29T22:27:31.009Z] - "ipvlan": [2022-07-29T22:27:31.009Z] - CONFIG_IPVLAN: enabled (as module) [2022-07-29T22:27:31.009Z] - "macvlan": [2022-07-29T22:27:31.009Z] - CONFIG_MACVLAN: enabled (as module) [2022-07-29T22:27:31.009Z] - CONFIG_DUMMY: enabled (as module) [2022-07-29T22:27:31.010Z] - "ftp,tftp client in container": [2022-07-29T22:27:31.010Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-07-29T22:27:31.010Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-07-29T22:27:31.010Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-07-29T22:27:31.010Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-07-29T22:27:31.010Z] - Storage Drivers: [2022-07-29T22:27:31.010Z] - "aufs": [2022-07-29T22:27:31.010Z] - CONFIG_AUFS_FS: enabled (as module) [2022-07-29T22:27:31.010Z] - "btrfs": [2022-07-29T22:27:31.010Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-07-29T22:27:31.010Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-07-29T22:27:31.010Z] - "devicemapper": [2022-07-29T22:27:31.010Z] - CONFIG_BLK_DEV_DM: enabled [2022-07-29T22:27:31.010Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-07-29T22:27:31.010Z] - "overlay": [2022-07-29T22:27:31.010Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-07-29T22:27:31.010Z] - "zfs": [2022-07-29T22:27:31.010Z] - /dev/zfs: present [2022-07-29T22:27:31.010Z] - zfs command: missing [2022-07-29T22:27:31.010Z] - zpool command: missing [2022-07-29T22:27:31.010Z] [2022-07-29T22:27:31.010Z] Limits: [2022-07-29T22:27:31.010Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-07-29T22:27:31.010Z] [2022-07-29T22:27:31.010Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-07-29T22:27:31.331Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 . [2022-07-29T22:27:31.331Z] #2 [internal] load .dockerignore [2022-07-29T22:27:31.331Z] #2 sha256:9f475f0de44353062901ab007aed7789c9ba91cdfe776d6367f22aede9119e97 [2022-07-29T22:27:31.331Z] #2 transferring context: 145B done [2022-07-29T22:27:31.331Z] #2 DONE 0.0s [2022-07-29T22:27:31.331Z] [2022-07-29T22:27:31.331Z] #1 [internal] load build definition from Dockerfile [2022-07-29T22:27:31.331Z] #1 sha256:b8e87b386638dec5e6e788f07d341bc7503751a6e714edd499139488be507569 [2022-07-29T22:27:31.331Z] #1 transferring dockerfile: 19.25kB done [2022-07-29T22:27:31.331Z] #1 DONE 0.0s [2022-07-29T22:27:31.331Z] [2022-07-29T22:27:31.331Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2022-07-29T22:27:31.331Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d [2022-07-29T22:27:31.901Z] #3 DONE 0.4s [2022-07-29T22:27:31.901Z] [2022-07-29T22:27:31.901Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 [2022-07-29T22:27:31.901Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35 [2022-07-29T22:27:31.901Z] #4 resolve docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 0.0s done [2022-07-29T22:27:31.901Z] #4 sha256:24d064a369eda7bc7839b6c1c227eac7212d06ca09a8235a4bed467f8acf180d 528B / 528B done [2022-07-29T22:27:31.901Z] #4 sha256:84495a15555de1a8f4738f58268fa8949547068198f8d0fa2a3e3a693d7f923f 2.37kB / 2.37kB done [2022-07-29T22:27:31.901Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 6.29MB / 9.94MB 0.1s [2022-07-29T22:27:31.901Z] #4 sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 2.00kB / 2.00kB done [2022-07-29T22:27:31.901Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.1s done [2022-07-29T22:27:31.901Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 [2022-07-29T22:27:32.160Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 0.2s done [2022-07-29T22:27:32.160Z] #4 DONE 0.5s [2022-07-29T22:27:32.730Z] [2022-07-29T22:27:32.730Z] #5 [internal] load .dockerignore [2022-07-29T22:27:32.730Z] #5 sha256:920851a461d208118948f35389f942a8fa627b7e912aafdaa618bab987b560fa [2022-07-29T22:27:32.730Z] #5 DONE 0.0s [2022-07-29T22:27:32.730Z] [2022-07-29T22:27:32.730Z] #6 [internal] load build definition from Dockerfile [2022-07-29T22:27:32.730Z] #6 sha256:b2a3d3be11fd1c15f1839fa24238a43867a2a77e50d0a92a42b51e0b40df45d4 [2022-07-29T22:27:32.730Z] #6 DONE 0.0s [2022-07-29T22:27:32.730Z] [2022-07-29T22:27:32.730Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-07-29T22:27:32.730Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-07-29T22:27:32.730Z] #10 DONE 0.1s [2022-07-29T22:27:32.730Z] [2022-07-29T22:27:32.730Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-07-29T22:27:32.730Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-07-29T22:27:32.730Z] #8 DONE 0.1s [2022-07-29T22:27:32.730Z] [2022-07-29T22:27:32.730Z] #9 [internal] load metadata for docker.io/library/golang:1.18.4-bullseye [2022-07-29T22:27:32.731Z] #9 sha256:b03fae7fdf75d74ac1d0c82786f3337bb2c4beaf085f0ed4d76ab5dc16f23b5f [2022-07-29T22:27:32.731Z] #9 DONE 0.3s [2022-07-29T22:27:32.731Z] [2022-07-29T22:27:32.731Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-07-29T22:27:32.731Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-07-29T22:27:32.731Z] #7 DONE 0.3s [2022-07-29T22:27:32.991Z] [2022-07-29T22:27:32.991Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-07-29T22:27:32.991Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-07-29T22:27:32.991Z] #80 DONE 0.0s [2022-07-29T22:27:32.991Z] [2022-07-29T22:27:32.991Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-07-29T22:27:32.991Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-07-29T22:27:32.991Z] #78 DONE 0.0s [2022-07-29T22:27:32.991Z] [2022-07-29T22:27:32.991Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 [2022-07-29T22:27:32.991Z] #35 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda [2022-07-29T22:27:32.991Z] #35 resolve docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 0.0s done [2022-07-29T22:27:32.991Z] #35 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 1.05MB / 55.00MB 0.1s [2022-07-29T22:27:32.991Z] #35 sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 1.85kB / 1.85kB done [2022-07-29T22:27:32.991Z] #35 sha256:c11d2593cb741ae8a36d0de9cd240d13518e95f50bccfa8d00a668c006db181e 529B / 529B done [2022-07-29T22:27:32.991Z] #35 sha256:123c2f3835fd73f108008a94bf92ebbce0853c48cbb713e8fa2a70a995282c8b 1.46kB / 1.46kB done [2022-07-29T22:27:33.255Z] #35 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 11.53MB / 55.00MB 0.3s [2022-07-29T22:27:33.255Z] #35 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 16.88MB / 55.00MB 0.4s [2022-07-29T22:27:33.514Z] #35 ... [2022-07-29T22:27:33.514Z] [2022-07-29T22:27:33.514Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-07-29T22:27:33.514Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-07-29T22:27:33.514Z] #56 DONE 0.0s [2022-07-29T22:27:33.514Z] [2022-07-29T22:27:33.514Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 [2022-07-29T22:27:33.514Z] #35 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda [2022-07-29T22:27:33.514Z] #35 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 28.40MB / 55.00MB 0.6s [2022-07-29T22:27:33.775Z] #35 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 42.99MB / 55.00MB 0.8s [2022-07-29T22:27:33.775Z] #35 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 53.48MB / 55.00MB 0.9s [2022-07-29T22:27:34.036Z] #35 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 55.00MB / 55.00MB 1.1s done [2022-07-29T22:27:34.639Z] #35 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 0.2s [2022-07-29T22:27:37.951Z] #35 ... [2022-07-29T22:27:37.951Z] [2022-07-29T22:27:37.951Z] #31 [internal] load build context [2022-07-29T22:27:37.951Z] #31 sha256:ce323c05965c6f52001b6f73ff811f1ec4851196cf1da527e499e25f1f1a0b9b [2022-07-29T22:27:37.951Z] #31 transferring context: 62.36MB 5.0s done [2022-07-29T22:27:37.951Z] #31 DONE 5.0s [2022-07-29T22:27:37.951Z] [2022-07-29T22:27:37.951Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 [2022-07-29T22:27:37.951Z] #35 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda [2022-07-29T22:27:38.890Z] #35 DONE 6.0s [2022-07-29T22:27:38.890Z] [2022-07-29T22:27:38.890Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 [2022-07-29T22:27:38.890Z] #11 sha256:97f6722ce26177419a90798f015cd7993464b9ea7e250358f0e222fad715a503 [2022-07-29T22:27:38.890Z] #11 resolve docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 0.0s done [2022-07-29T22:27:38.890Z] #11 sha256:ea3d912d500b1ae0a691b2e53eb8a6345b579d42d7e6a64acca83d274b949740 1.80kB / 1.80kB done [2022-07-29T22:27:38.890Z] #11 sha256:e3c0472b1b62b0899bebd7aee842ba7a7f4d6c3cdf006115adcd247b69c4bfe1 7.10kB / 7.10kB done [2022-07-29T22:27:38.890Z] #11 sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 1.86kB / 1.86kB done [2022-07-29T22:27:38.890Z] #11 sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 5.16MB / 5.16MB 0.2s done [2022-07-29T22:27:38.890Z] #11 sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 10.88MB / 10.88MB 0.3s done [2022-07-29T22:27:38.890Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 55.00MB / 55.00MB 1.1s done [2022-07-29T22:27:38.890Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 54.58MB / 54.58MB 1.2s done [2022-07-29T22:27:38.890Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 85.90MB / 85.90MB 1.7s done [2022-07-29T22:27:38.890Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 141.81MB / 141.81MB 3.0s done [2022-07-29T22:27:38.890Z] #11 sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92 157B / 157B 1.3s done [2022-07-29T22:27:38.890Z] #11 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 4.6s done [2022-07-29T22:27:38.890Z] #11 extracting sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 0.1s [2022-07-29T22:27:39.460Z] #11 extracting sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 0.4s done [2022-07-29T22:27:39.460Z] #11 extracting sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 [2022-07-29T22:27:39.720Z] #11 extracting sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 0.3s done [2022-07-29T22:27:39.981Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 [2022-07-29T22:27:42.616Z] Still waiting to schedule task [2022-07-29T22:27:42.616Z] ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0c908013a33a2fae2)’ is offline [2022-07-29T22:27:42.624Z] Still waiting to schedule task [2022-07-29T22:27:42.624Z] ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0b098eeabcdb037c1)’ is offline [2022-07-29T22:27:43.405Z] Fetching without tags [2022-07-29T22:27:43.378Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-07-29T22:27:43.382Z] > git config --add remote.origin.fetch +refs/pull/43885/head:refs/remotes/origin/PR-43885 # timeout=10 [2022-07-29T22:27:43.388Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-07-29T22:27:43.397Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-07-29T22:27:43.406Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-07-29T22:27:43.406Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-07-29T22:27:43.407Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43885/head:refs/remotes/origin/PR-43885 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-07-29T22:27:43.580Z] Merging remotes/origin/master commit 6e213899177faac5c4bf9bdc68ac2899fb0916e1 into PR head commit 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 [2022-07-29T22:27:43.732Z] Fetching without tags [2022-07-29T22:27:43.903Z] Merging remotes/origin/master commit 6e213899177faac5c4bf9bdc68ac2899fb0916e1 into PR head commit 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 [2022-07-29T22:27:44.139Z] Merge succeeded, producing 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 [2022-07-29T22:27:44.139Z] Checking out Revision 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 (PR-43885) [2022-07-29T22:27:44.344Z] Commit message: "api: add registry.EncodeAuthConfig" [2022-07-29T22:27:44.474Z] Merge succeeded, producing 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 [2022-07-29T22:27:44.474Z] Checking out Revision 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 (PR-43885) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-07-29T22:27:44.943Z] + docker version [2022-07-29T22:27:44.943Z] Client: Docker Engine - Community [2022-07-29T22:27:44.943Z] Version: 20.10.14 [2022-07-29T22:27:44.943Z] API version: 1.41 [2022-07-29T22:27:44.943Z] Go version: go1.16.15 [2022-07-29T22:27:44.943Z] Git commit: a224086 [2022-07-29T22:27:44.943Z] Built: Thu Mar 24 01:47:57 2022 [2022-07-29T22:27:44.943Z] OS/Arch: linux/amd64 [2022-07-29T22:27:44.943Z] Context: default [2022-07-29T22:27:44.943Z] Experimental: true [2022-07-29T22:27:44.943Z] [2022-07-29T22:27:44.943Z] Server: Docker Engine - Community [2022-07-29T22:27:44.943Z] Engine: [2022-07-29T22:27:44.943Z] Version: 20.10.14 [2022-07-29T22:27:44.943Z] API version: 1.41 (minimum version 1.12) [2022-07-29T22:27:44.943Z] Go version: go1.16.15 [2022-07-29T22:27:44.943Z] Git commit: 87a90dc [2022-07-29T22:27:44.943Z] Built: Thu Mar 24 01:45:46 2022 [2022-07-29T22:27:44.943Z] OS/Arch: linux/amd64 [2022-07-29T22:27:44.943Z] Experimental: true [2022-07-29T22:27:44.943Z] containerd: [2022-07-29T22:27:44.943Z] Version: 1.5.11 [2022-07-29T22:27:44.943Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-07-29T22:27:44.943Z] runc: [2022-07-29T22:27:44.943Z] Version: 1.0.3 [2022-07-29T22:27:44.943Z] GitCommit: v1.0.3-0-gf46b6ba [2022-07-29T22:27:44.943Z] docker-init: [2022-07-29T22:27:44.943Z] Version: 0.19.0 [2022-07-29T22:27:44.943Z] GitCommit: de40ad0 [Pipeline] sh [2022-07-29T22:27:45.052Z] Commit message: "api: add registry.EncodeAuthConfig" [2022-07-29T22:27:45.220Z] + docker info [2022-07-29T22:27:45.267Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 4.7s done [2022-07-29T22:27:45.268Z] #11 extracting sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a [2022-07-29T22:27:43.581Z] > git config core.sparsecheckout # timeout=10 [2022-07-29T22:27:43.588Z] > git checkout -f 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 # timeout=10 [2022-07-29T22:27:44.115Z] > git remote # timeout=10 [2022-07-29T22:27:44.120Z] > git config --get remote.origin.url # timeout=10 [2022-07-29T22:27:44.125Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-07-29T22:27:44.126Z] > git merge 6e213899177faac5c4bf9bdc68ac2899fb0916e1 # timeout=10 [2022-07-29T22:27:44.135Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-07-29T22:27:44.140Z] > git config core.sparsecheckout # timeout=10 [2022-07-29T22:27:44.153Z] > git checkout -f 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-07-29T22:27:43.687Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-07-29T22:27:43.695Z] > git config --add remote.origin.fetch +refs/pull/43885/head:refs/remotes/origin/PR-43885 # timeout=10 [2022-07-29T22:27:43.700Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-07-29T22:27:43.713Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-07-29T22:27:43.730Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-07-29T22:27:43.730Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-07-29T22:27:43.730Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43885/head:refs/remotes/origin/PR-43885 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-07-29T22:27:43.900Z] > git config core.sparsecheckout # timeout=10 [2022-07-29T22:27:43.909Z] > git checkout -f 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 # timeout=10 [2022-07-29T22:27:44.420Z] > git remote # timeout=10 [2022-07-29T22:27:44.429Z] > git config --get remote.origin.url # timeout=10 [2022-07-29T22:27:44.438Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-07-29T22:27:44.439Z] > git merge 6e213899177faac5c4bf9bdc68ac2899fb0916e1 # timeout=10 [2022-07-29T22:27:44.455Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-07-29T22:27:44.472Z] > git config core.sparsecheckout # timeout=10 [2022-07-29T22:27:44.478Z] > git checkout -f 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 # timeout=10 [2022-07-29T22:27:45.528Z] #11 ... [2022-07-29T22:27:45.528Z] [2022-07-29T22:27:45.528Z] #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-07-29T22:27:45.528Z] #36 sha256:86d0fe8e3d75de108c042a485c0bbbd0a07573c0631bc783dff6637327710de0 [2022-07-29T22:27:45.528Z] #36 0.865 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-07-29T22:27:45.528Z] #36 0.870 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-07-29T22:27:45.528Z] #36 0.870 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-07-29T22:27:45.528Z] #36 1.027 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-07-29T22:27:45.528Z] #36 1.378 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB] [2022-07-29T22:27:45.528Z] #36 1.675 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-07-29T22:27:45.528Z] #36 2.758 Fetched 8561 kB in 2s (3987 kB/s) [2022-07-29T22:27:45.528Z] #36 2.758 Reading package lists... [2022-07-29T22:27:45.528Z] #36 3.573 Reading package lists... [2022-07-29T22:27:45.528Z] #36 4.395 Building dependency tree... [2022-07-29T22:27:45.528Z] #36 4.589 Reading state information... [2022-07-29T22:27:45.528Z] #36 4.792 The following additional packages will be installed: [2022-07-29T22:27:45.528Z] #36 4.792 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-07-29T22:27:45.528Z] #36 4.792 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-07-29T22:27:45.528Z] #36 4.792 Recommended packages: [2022-07-29T22:27:45.528Z] #36 4.792 libldap-common publicsuffix libsasl2-modules [2022-07-29T22:27:45.528Z] #36 4.968 The following NEW packages will be installed: [2022-07-29T22:27:45.528Z] #36 4.968 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-07-29T22:27:45.528Z] #36 4.968 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-07-29T22:27:45.528Z] #36 4.968 libssh2-1 openssl [2022-07-29T22:27:45.528Z] #36 5.246 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-07-29T22:27:45.528Z] #36 5.246 Need to get 3041 kB of archives. [2022-07-29T22:27:45.528Z] #36 5.246 After this operation, 6651 kB of additional disk space will be used. [2022-07-29T22:27:45.528Z] #36 5.246 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB] [2022-07-29T22:27:45.528Z] #36 5.257 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-07-29T22:27:45.528Z] #36 5.259 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-07-29T22:27:45.528Z] #36 5.267 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-07-29T22:27:45.528Z] #36 5.267 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-07-29T22:27:45.528Z] #36 5.267 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-07-29T22:27:45.528Z] #36 5.267 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-07-29T22:27:45.528Z] #36 5.267 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-07-29T22:27:45.528Z] #36 5.267 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-07-29T22:27:45.528Z] #36 5.267 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-07-29T22:27:45.528Z] #36 5.272 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-07-29T22:27:45.528Z] #36 5.281 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-07-29T22:27:45.528Z] #36 5.286 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-07-29T22:27:45.528Z] #36 5.286 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-07-29T22:27:45.528Z] #36 5.288 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-07-29T22:27:45.528Z] #36 5.452 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:27:45.528Z] #36 5.506 Fetched 3041 kB in 0s (9733 kB/s) [2022-07-29T22:27:45.528Z] #36 5.526 Selecting previously unselected package openssl. [2022-07-29T22:27:45.528Z] #36 5.526 (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 ... 6661 files and directories currently installed.) [2022-07-29T22:27:45.528Z] #36 5.533 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ... [2022-07-29T22:27:45.528Z] #36 5.538 Unpacking openssl (1.1.1n-0+deb11u3) ... [2022-07-29T22:27:45.528Z] #36 5.696 Selecting previously unselected package ca-certificates. [2022-07-29T22:27:45.528Z] #36 5.696 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-07-29T22:27:45.528Z] #36 5.703 Unpacking ca-certificates (20210119) ... [2022-07-29T22:27:45.528Z] #36 5.792 Selecting previously unselected package libbrotli1:amd64. [2022-07-29T22:27:45.528Z] #36 5.793 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-07-29T22:27:45.528Z] #36 5.802 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-07-29T22:27:45.528Z] #36 5.883 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-07-29T22:27:45.528Z] #36 5.885 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-07-29T22:27:45.528Z] #36 5.892 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-07-29T22:27:45.528Z] #36 5.935 Selecting previously unselected package libsasl2-2:amd64. [2022-07-29T22:27:45.528Z] #36 5.935 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-07-29T22:27:45.528Z] #36 5.941 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-07-29T22:27:45.528Z] #36 5.999 Selecting previously unselected package libldap-2.4-2:amd64. [2022-07-29T22:27:45.528Z] #36 5.999 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-07-29T22:27:45.528Z] #36 6.007 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-07-29T22:27:45.528Z] #36 6.078 Selecting previously unselected package libnghttp2-14:amd64. [2022-07-29T22:27:45.528Z] #36 6.078 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-07-29T22:27:45.528Z] #36 6.082 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-07-29T22:27:45.528Z] #36 6.137 Selecting previously unselected package libpsl5:amd64. [2022-07-29T22:27:45.528Z] #36 6.137 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-07-29T22:27:45.528Z] #36 6.141 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-07-29T22:27:45.528Z] #36 6.189 Selecting previously unselected package librtmp1:amd64. [2022-07-29T22:27:45.528Z] #36 6.189 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-07-29T22:27:45.528Z] #36 6.193 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-07-29T22:27:45.528Z] #36 6.241 Selecting previously unselected package libssh2-1:amd64. [2022-07-29T22:27:45.528Z] #36 6.241 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-07-29T22:27:45.528Z] #36 6.247 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-07-29T22:27:45.528Z] #36 6.305 Selecting previously unselected package libcurl4:amd64. [2022-07-29T22:27:45.528Z] #36 6.307 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-07-29T22:27:45.528Z] #36 6.312 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-07-29T22:27:45.528Z] #36 6.386 Selecting previously unselected package curl. [2022-07-29T22:27:45.528Z] #36 6.386 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-07-29T22:27:45.528Z] #36 6.391 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-07-29T22:27:45.528Z] #36 6.462 Selecting previously unselected package libonig5:amd64. [2022-07-29T22:27:45.528Z] #36 6.462 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-07-29T22:27:45.528Z] #36 6.471 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-07-29T22:27:45.528Z] #36 6.540 Selecting previously unselected package libjq1:amd64. [2022-07-29T22:27:45.528Z] #36 6.540 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-07-29T22:27:45.528Z] #36 6.545 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-07-29T22:27:45.528Z] #36 6.598 Selecting previously unselected package jq. [2022-07-29T22:27:45.528Z] #36 6.600 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-07-29T22:27:45.528Z] #36 6.605 Unpacking jq (1.6-2.1) ... [2022-07-29T22:27:45.528Z] #36 6.652 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-07-29T22:27:45.528Z] #36 6.664 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-07-29T22:27:45.528Z] #36 6.680 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-07-29T22:27:45.528Z] #36 6.697 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-07-29T22:27:45.528Z] #36 6.711 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-07-29T22:27:45.528Z] #36 6.726 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-07-29T22:27:45.528Z] #36 6.742 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-07-29T22:27:45.528Z] #36 6.756 Setting up openssl (1.1.1n-0+deb11u3) ... [2022-07-29T22:27:45.673Z] + docker version [2022-07-29T22:27:45.673Z] Client: Docker Engine - Community [2022-07-29T22:27:45.673Z] Version: 20.10.14 [2022-07-29T22:27:45.673Z] API version: 1.41 [2022-07-29T22:27:45.673Z] Go version: go1.16.15 [2022-07-29T22:27:45.673Z] Git commit: a224086 [2022-07-29T22:27:45.673Z] Built: Thu Mar 24 01:47:57 2022 [2022-07-29T22:27:45.673Z] OS/Arch: linux/amd64 [2022-07-29T22:27:45.673Z] Context: default [2022-07-29T22:27:45.673Z] Experimental: true [2022-07-29T22:27:45.673Z] [2022-07-29T22:27:45.673Z] Server: Docker Engine - Community [2022-07-29T22:27:45.673Z] Engine: [2022-07-29T22:27:45.673Z] Version: 20.10.14 [2022-07-29T22:27:45.673Z] API version: 1.41 (minimum version 1.12) [2022-07-29T22:27:45.673Z] Go version: go1.16.15 [2022-07-29T22:27:45.673Z] Git commit: 87a90dc [2022-07-29T22:27:45.673Z] Built: Thu Mar 24 01:45:46 2022 [2022-07-29T22:27:45.673Z] OS/Arch: linux/amd64 [2022-07-29T22:27:45.674Z] Experimental: true [2022-07-29T22:27:45.674Z] containerd: [2022-07-29T22:27:45.674Z] Version: 1.5.11 [2022-07-29T22:27:45.674Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-07-29T22:27:45.674Z] runc: [2022-07-29T22:27:45.674Z] Version: 1.0.3 [2022-07-29T22:27:45.674Z] GitCommit: v1.0.3-0-gf46b6ba [2022-07-29T22:27:45.674Z] docker-init: [2022-07-29T22:27:45.674Z] Version: 0.19.0 [2022-07-29T22:27:45.674Z] GitCommit: de40ad0 [Pipeline] sh [2022-07-29T22:27:45.785Z] Client: [2022-07-29T22:27:45.785Z] Context: default [2022-07-29T22:27:45.785Z] Debug Mode: false [2022-07-29T22:27:45.785Z] Plugins: [2022-07-29T22:27:45.785Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-07-29T22:27:45.785Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-07-29T22:27:45.785Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-07-29T22:27:45.785Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-07-29T22:27:45.785Z] [2022-07-29T22:27:45.785Z] Server: [2022-07-29T22:27:45.785Z] Containers: 0 [2022-07-29T22:27:45.785Z] Running: 0 [2022-07-29T22:27:45.785Z] Paused: 0 [2022-07-29T22:27:45.785Z] Stopped: 0 [2022-07-29T22:27:45.785Z] Images: 2 [2022-07-29T22:27:45.785Z] Server Version: 20.10.14 [2022-07-29T22:27:45.785Z] Storage Driver: overlay2 [2022-07-29T22:27:45.785Z] Backing Filesystem: extfs [2022-07-29T22:27:45.785Z] Supports d_type: true [2022-07-29T22:27:45.785Z] Native Overlay Diff: true [2022-07-29T22:27:45.785Z] userxattr: false [2022-07-29T22:27:45.785Z] Logging Driver: json-file [2022-07-29T22:27:45.785Z] Cgroup Driver: cgroupfs [2022-07-29T22:27:45.785Z] Cgroup Version: 1 [2022-07-29T22:27:45.785Z] Plugins: [2022-07-29T22:27:45.785Z] Volume: local [2022-07-29T22:27:45.785Z] Network: bridge host ipvlan macvlan null overlay [2022-07-29T22:27:45.785Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-07-29T22:27:45.785Z] Swarm: inactive [2022-07-29T22:27:45.785Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-07-29T22:27:45.785Z] Default Runtime: runc [2022-07-29T22:27:45.785Z] Init Binary: docker-init [2022-07-29T22:27:45.785Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-07-29T22:27:45.785Z] runc version: v1.0.3-0-gf46b6ba [2022-07-29T22:27:45.785Z] init version: de40ad0 [2022-07-29T22:27:45.785Z] Security Options: [2022-07-29T22:27:45.785Z] apparmor [2022-07-29T22:27:45.785Z] seccomp [2022-07-29T22:27:45.785Z] Profile: default [2022-07-29T22:27:45.785Z] Kernel Version: 5.4.0-1071-aws [2022-07-29T22:27:45.785Z] Operating System: Ubuntu 18.04.6 LTS [2022-07-29T22:27:45.785Z] OSType: linux [2022-07-29T22:27:45.785Z] Architecture: x86_64 [2022-07-29T22:27:45.785Z] CPUs: 2 [2022-07-29T22:27:45.785Z] Total Memory: 7.565GiB [2022-07-29T22:27:45.785Z] Name: ip-10-100-91-5 [2022-07-29T22:27:45.785Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-07-29T22:27:45.785Z] Docker Root Dir: /var/lib/docker [2022-07-29T22:27:45.785Z] Debug Mode: false [2022-07-29T22:27:45.785Z] Registry: https://index.docker.io/v1/ [2022-07-29T22:27:45.785Z] Labels: [2022-07-29T22:27:45.785Z] Experimental: true [2022-07-29T22:27:45.785Z] Insecure Registries: [2022-07-29T22:27:45.785Z] 127.0.0.0/8 [2022-07-29T22:27:45.785Z] Live Restore Enabled: true [2022-07-29T22:27:45.785Z] [2022-07-29T22:27:45.785Z] WARNING: No swap limit support [2022-07-29T22:27:45.788Z] #36 6.776 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-07-29T22:27:45.788Z] #36 6.788 Setting up libjq1:amd64 (1.6-2.1) ... [2022-07-29T22:27:45.788Z] #36 6.801 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-07-29T22:27:45.788Z] #36 6.817 Setting up ca-certificates (20210119) ... [Pipeline] sh [2022-07-29T22:27:45.953Z] + docker info [2022-07-29T22:27:46.059Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-07-29T22:27:46.059Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-07-29T22:27:46.059Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43885/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-07-29T22:27:46.059Z] + bash /home/ubuntu/workspace/moby_PR-43885/check-config.sh [2022-07-29T22:27:46.059Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-07-29T22:27:46.059Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-07-29T22:27:46.059Z] [2022-07-29T22:27:46.059Z] Generally Necessary: [2022-07-29T22:27:46.059Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-07-29T22:27:46.059Z] - apparmor: enabled and tools installed [2022-07-29T22:27:46.059Z] - CONFIG_NAMESPACES: enabled [2022-07-29T22:27:46.059Z] - CONFIG_NET_NS: enabled [2022-07-29T22:27:46.059Z] - CONFIG_PID_NS: enabled [2022-07-29T22:27:46.059Z] - CONFIG_IPC_NS: enabled [2022-07-29T22:27:46.059Z] - CONFIG_UTS_NS: enabled [2022-07-29T22:27:46.059Z] - CONFIG_CGROUPS: enabled [2022-07-29T22:27:46.059Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-07-29T22:27:46.059Z] - CONFIG_CGROUP_DEVICE: enabled [2022-07-29T22:27:46.059Z] - CONFIG_CGROUP_FREEZER: enabled [2022-07-29T22:27:46.059Z] - CONFIG_CGROUP_SCHED: enabled [2022-07-29T22:27:46.059Z] - CONFIG_CPUSETS: enabled [2022-07-29T22:27:46.059Z] - CONFIG_MEMCG: enabled [2022-07-29T22:27:46.059Z] - CONFIG_KEYS: enabled [2022-07-29T22:27:46.059Z] - CONFIG_VETH: enabled (as module) [2022-07-29T22:27:46.059Z] - CONFIG_BRIDGE: enabled (as module) [2022-07-29T22:27:46.059Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-07-29T22:27:46.059Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-07-29T22:27:46.059Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-07-29T22:27:46.059Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-07-29T22:27:46.059Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-07-29T22:27:46.059Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-07-29T22:27:46.059Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-07-29T22:27:46.059Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-07-29T22:27:46.059Z] - CONFIG_NF_NAT: enabled (as module) [2022-07-29T22:27:46.059Z] - CONFIG_POSIX_MQUEUE: enabled [2022-07-29T22:27:46.059Z] - CONFIG_CGROUP_BPF: enabled [2022-07-29T22:27:46.059Z] [2022-07-29T22:27:46.059Z] Optional Features: [2022-07-29T22:27:46.059Z] - CONFIG_USER_NS: enabled [2022-07-29T22:27:46.059Z] - CONFIG_SECCOMP: enabled [2022-07-29T22:27:46.059Z] - CONFIG_SECCOMP_FILTER: enabled [2022-07-29T22:27:46.059Z] - CONFIG_CGROUP_PIDS: enabled [2022-07-29T22:27:46.059Z] - CONFIG_MEMCG_SWAP: enabled [2022-07-29T22:27:46.315Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-07-29T22:27:46.315Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-07-29T22:27:46.315Z] - CONFIG_BLK_CGROUP: enabled [2022-07-29T22:27:46.315Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-07-29T22:27:46.315Z] - CONFIG_CGROUP_PERF: enabled [2022-07-29T22:27:46.315Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-07-29T22:27:46.315Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-07-29T22:27:46.315Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-07-29T22:27:46.315Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-07-29T22:27:46.315Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-07-29T22:27:46.315Z] - CONFIG_RT_GROUP_SCHED: missing [2022-07-29T22:27:46.315Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-07-29T22:27:46.315Z] - CONFIG_IP_VS: enabled (as module) [2022-07-29T22:27:46.315Z] - CONFIG_IP_VS_NFCT: enabled [2022-07-29T22:27:46.315Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-07-29T22:27:46.315Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-07-29T22:27:46.315Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-07-29T22:27:46.315Z] - CONFIG_SECURITY_SELINUX: enabled [2022-07-29T22:27:46.315Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-07-29T22:27:46.315Z] - CONFIG_EXT4_FS: enabled [2022-07-29T22:27:46.315Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-07-29T22:27:46.315Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-07-29T22:27:46.315Z] - Network Drivers: [2022-07-29T22:27:46.315Z] - "overlay": [2022-07-29T22:27:46.315Z] - CONFIG_VXLAN: enabled (as module) [2022-07-29T22:27:46.315Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-07-29T22:27:46.315Z] Optional (for encrypted networks): [2022-07-29T22:27:46.315Z] - CONFIG_CRYPTO: enabled [2022-07-29T22:27:46.315Z] - CONFIG_CRYPTO_AEAD: enabled [2022-07-29T22:27:46.315Z] - CONFIG_CRYPTO_GCM: enabled [2022-07-29T22:27:46.315Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-07-29T22:27:46.315Z] - CONFIG_CRYPTO_GHASH: enabled [2022-07-29T22:27:46.315Z] - CONFIG_XFRM: enabled [2022-07-29T22:27:46.315Z] - CONFIG_XFRM_USER: enabled (as module) [2022-07-29T22:27:46.315Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-07-29T22:27:46.315Z] - CONFIG_INET_ESP: enabled (as module) [2022-07-29T22:27:46.315Z] - "ipvlan": [2022-07-29T22:27:46.315Z] - CONFIG_IPVLAN: enabled (as module) [2022-07-29T22:27:46.315Z] - "macvlan": [2022-07-29T22:27:46.359Z] #36 7.406 Updating certificates in /etc/ssl/certs... [2022-07-29T22:27:46.571Z] - CONFIG_MACVLAN: enabled (as module) [2022-07-29T22:27:46.571Z] - CONFIG_DUMMY: enabled (as module) [2022-07-29T22:27:46.571Z] - "ftp,tftp client in container": [2022-07-29T22:27:46.571Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-07-29T22:27:46.571Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-07-29T22:27:46.571Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-07-29T22:27:46.571Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-07-29T22:27:46.571Z] - Storage Drivers: [2022-07-29T22:27:46.571Z] - "aufs": [2022-07-29T22:27:46.571Z] - CONFIG_AUFS_FS: enabled (as module) [2022-07-29T22:27:46.571Z] - "btrfs": [2022-07-29T22:27:46.571Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-07-29T22:27:46.571Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-07-29T22:27:46.571Z] - "devicemapper": [2022-07-29T22:27:46.571Z] - CONFIG_BLK_DEV_DM: enabled [2022-07-29T22:27:46.571Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-07-29T22:27:46.571Z] - "overlay": [2022-07-29T22:27:46.571Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-07-29T22:27:46.571Z] - "zfs": [2022-07-29T22:27:46.571Z] - /dev/zfs: present [2022-07-29T22:27:46.571Z] - zfs command: missing [2022-07-29T22:27:46.571Z] - zpool command: missing [2022-07-29T22:27:46.571Z] [2022-07-29T22:27:46.571Z] Limits: [2022-07-29T22:27:46.571Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-07-29T22:27:46.571Z] [2022-07-29T22:27:46.571Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-07-29T22:27:46.886Z] Client: [2022-07-29T22:27:46.886Z] Context: default [2022-07-29T22:27:46.886Z] Debug Mode: false [2022-07-29T22:27:46.886Z] Plugins: [2022-07-29T22:27:46.886Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-07-29T22:27:46.886Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-07-29T22:27:46.886Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-07-29T22:27:46.886Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-07-29T22:27:46.886Z] [2022-07-29T22:27:46.886Z] Server: [2022-07-29T22:27:46.886Z] Containers: 0 [2022-07-29T22:27:46.886Z] Running: 0 [2022-07-29T22:27:46.886Z] Paused: 0 [2022-07-29T22:27:46.886Z] Stopped: 0 [2022-07-29T22:27:46.886Z] Images: 2 [2022-07-29T22:27:46.886Z] Server Version: 20.10.14 [2022-07-29T22:27:46.886Z] Storage Driver: overlay2 [2022-07-29T22:27:46.886Z] Backing Filesystem: extfs [2022-07-29T22:27:46.886Z] Supports d_type: true [2022-07-29T22:27:46.886Z] Native Overlay Diff: true [2022-07-29T22:27:46.886Z] userxattr: false [2022-07-29T22:27:46.886Z] Logging Driver: json-file [2022-07-29T22:27:46.886Z] Cgroup Driver: cgroupfs [2022-07-29T22:27:46.886Z] Cgroup Version: 1 [2022-07-29T22:27:46.886Z] Plugins: [2022-07-29T22:27:46.886Z] Volume: local [2022-07-29T22:27:46.886Z] Network: bridge host ipvlan macvlan null overlay [2022-07-29T22:27:46.886Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-07-29T22:27:46.886Z] Swarm: inactive [2022-07-29T22:27:46.886Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-07-29T22:27:46.886Z] Default Runtime: runc [2022-07-29T22:27:46.886Z] Init Binary: docker-init [2022-07-29T22:27:46.886Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-07-29T22:27:46.886Z] runc version: v1.0.3-0-gf46b6ba [2022-07-29T22:27:46.886Z] init version: de40ad0 [2022-07-29T22:27:46.886Z] Security Options: [2022-07-29T22:27:46.886Z] apparmor [2022-07-29T22:27:46.886Z] seccomp [2022-07-29T22:27:46.886Z] Profile: default [2022-07-29T22:27:46.886Z] Kernel Version: 5.4.0-1071-aws [2022-07-29T22:27:46.886Z] Operating System: Ubuntu 18.04.6 LTS [2022-07-29T22:27:46.886Z] OSType: linux [2022-07-29T22:27:46.886Z] Architecture: x86_64 [2022-07-29T22:27:46.886Z] CPUs: 2 [2022-07-29T22:27:46.886Z] Total Memory: 7.483GiB [2022-07-29T22:27:46.886Z] Name: ip-10-100-123-54 [2022-07-29T22:27:46.886Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-07-29T22:27:46.886Z] Docker Root Dir: /var/lib/docker [2022-07-29T22:27:46.886Z] Debug Mode: false [2022-07-29T22:27:46.886Z] Registry: https://index.docker.io/v1/ [2022-07-29T22:27:46.886Z] Labels: [2022-07-29T22:27:46.886Z] Experimental: true [2022-07-29T22:27:46.886Z] Insecure Registries: [2022-07-29T22:27:46.886Z] 127.0.0.0/8 [2022-07-29T22:27:46.886Z] Live Restore Enabled: true [2022-07-29T22:27:46.886Z] [2022-07-29T22:27:46.886Z] WARNING: No swap limit support [2022-07-29T22:27:46.888Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 . [2022-07-29T22:27:46.888Z] #1 [internal] load build definition from Dockerfile [2022-07-29T22:27:46.888Z] #1 sha256:6e22f4fc6403287505275602e757bc37af40a633864ae1e1a3f18b8c854982eb [2022-07-29T22:27:46.888Z] #1 transferring dockerfile: 19.25kB done [2022-07-29T22:27:46.888Z] #1 DONE 0.0s [2022-07-29T22:27:46.888Z] [2022-07-29T22:27:46.888Z] #2 [internal] load .dockerignore [2022-07-29T22:27:46.888Z] #2 sha256:59e237318f442c9332f5e7ddce397d24231451d5e5c4231a413085de1ede6abe [2022-07-29T22:27:46.888Z] #2 transferring context: 145B done [2022-07-29T22:27:46.888Z] #2 DONE 0.0s [2022-07-29T22:27:46.888Z] [2022-07-29T22:27:46.888Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2022-07-29T22:27:46.888Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d [Pipeline] sh [2022-07-29T22:27:46.929Z] #36 8.133 129 added, 0 removed; done. [2022-07-29T22:27:46.929Z] #36 8.166 Setting up jq (1.6-2.1) ... [2022-07-29T22:27:46.929Z] #36 8.184 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-07-29T22:27:46.929Z] #36 8.194 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-07-29T22:27:47.144Z] #3 DONE 0.1s [2022-07-29T22:27:47.144Z] [2022-07-29T22:27:47.144Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 [2022-07-29T22:27:47.144Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35 [2022-07-29T22:27:47.144Z] #4 CACHED [2022-07-29T22:27:47.166Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-07-29T22:27:47.166Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-07-29T22:27:47.166Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43885/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-07-29T22:27:47.166Z] + bash /home/ubuntu/workspace/moby_PR-43885/check-config.sh [2022-07-29T22:27:47.166Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-07-29T22:27:47.166Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-07-29T22:27:47.166Z] [2022-07-29T22:27:47.166Z] Generally Necessary: [2022-07-29T22:27:47.166Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-07-29T22:27:47.166Z] - apparmor: enabled and tools installed [2022-07-29T22:27:47.166Z] - CONFIG_NAMESPACES: enabled [2022-07-29T22:27:47.166Z] - CONFIG_NET_NS: enabled [2022-07-29T22:27:47.166Z] - CONFIG_PID_NS: enabled [2022-07-29T22:27:47.166Z] - CONFIG_IPC_NS: enabled [2022-07-29T22:27:47.166Z] - CONFIG_UTS_NS: enabled [2022-07-29T22:27:47.166Z] - CONFIG_CGROUPS: enabled [2022-07-29T22:27:47.166Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-07-29T22:27:47.166Z] - CONFIG_CGROUP_DEVICE: enabled [2022-07-29T22:27:47.166Z] - CONFIG_CGROUP_FREEZER: enabled [2022-07-29T22:27:47.166Z] - CONFIG_CGROUP_SCHED: enabled [2022-07-29T22:27:47.166Z] - CONFIG_CPUSETS: enabled [2022-07-29T22:27:47.166Z] - CONFIG_MEMCG: enabled [2022-07-29T22:27:47.166Z] - CONFIG_KEYS: enabled [2022-07-29T22:27:47.166Z] - CONFIG_VETH: enabled (as module) [2022-07-29T22:27:47.166Z] - CONFIG_BRIDGE: enabled (as module) [2022-07-29T22:27:47.166Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-07-29T22:27:47.166Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-07-29T22:27:47.166Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-07-29T22:27:47.166Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-07-29T22:27:47.166Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-07-29T22:27:47.166Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-07-29T22:27:47.166Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-07-29T22:27:47.166Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-07-29T22:27:47.166Z] - CONFIG_NF_NAT: enabled (as module) [2022-07-29T22:27:47.166Z] - CONFIG_POSIX_MQUEUE: enabled [2022-07-29T22:27:47.166Z] - CONFIG_CGROUP_BPF: enabled [2022-07-29T22:27:47.166Z] [2022-07-29T22:27:47.166Z] Optional Features: [2022-07-29T22:27:47.166Z] - CONFIG_USER_NS: enabled [2022-07-29T22:27:47.166Z] - CONFIG_SECCOMP: enabled [2022-07-29T22:27:47.189Z] #36 8.209 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:27:47.189Z] #36 8.231 Processing triggers for ca-certificates (20210119) ... [2022-07-29T22:27:47.189Z] #36 8.239 Updating certificates in /etc/ssl/certs... [2022-07-29T22:27:47.400Z] [2022-07-29T22:27:47.400Z] #5 [internal] load build definition from Dockerfile [2022-07-29T22:27:47.400Z] #5 sha256:a8b3f4b53a348d839809fd6d3243158c8948d82de43c4f8691460b0b7a656e0a [2022-07-29T22:27:47.400Z] #5 DONE 0.0s [2022-07-29T22:27:47.400Z] [2022-07-29T22:27:47.400Z] #6 [internal] load .dockerignore [2022-07-29T22:27:47.400Z] #6 sha256:7ffc9ff5877fedb5e00601176bcaac446076a03fc75eeecdd15c4f5e35d644b5 [2022-07-29T22:27:47.400Z] #6 DONE 0.0s [2022-07-29T22:27:47.400Z] [2022-07-29T22:27:47.400Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-07-29T22:27:47.400Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-07-29T22:27:47.400Z] #7 DONE 0.1s [2022-07-29T22:27:47.400Z] [2022-07-29T22:27:47.400Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-07-29T22:27:47.400Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-07-29T22:27:47.424Z] - CONFIG_SECCOMP_FILTER: enabled [2022-07-29T22:27:47.424Z] - CONFIG_CGROUP_PIDS: enabled [2022-07-29T22:27:47.424Z] - CONFIG_MEMCG_SWAP: enabled [2022-07-29T22:27:47.424Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-07-29T22:27:47.424Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-07-29T22:27:47.424Z] - CONFIG_BLK_CGROUP: enabled [2022-07-29T22:27:47.424Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-07-29T22:27:47.424Z] - CONFIG_CGROUP_PERF: enabled [2022-07-29T22:27:47.424Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-07-29T22:27:47.424Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-07-29T22:27:47.424Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-07-29T22:27:47.424Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-07-29T22:27:47.424Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-07-29T22:27:47.424Z] - CONFIG_RT_GROUP_SCHED: missing [2022-07-29T22:27:47.424Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-07-29T22:27:47.424Z] - CONFIG_IP_VS: enabled (as module) [2022-07-29T22:27:47.424Z] - CONFIG_IP_VS_NFCT: enabled [2022-07-29T22:27:47.424Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-07-29T22:27:47.424Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-07-29T22:27:47.424Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-07-29T22:27:47.424Z] - CONFIG_SECURITY_SELINUX: enabled [2022-07-29T22:27:47.424Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-07-29T22:27:47.424Z] - CONFIG_EXT4_FS: enabled [2022-07-29T22:27:47.424Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-07-29T22:27:47.424Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-07-29T22:27:47.424Z] - Network Drivers: [2022-07-29T22:27:47.424Z] - "overlay": [2022-07-29T22:27:47.424Z] - CONFIG_VXLAN: enabled (as module) [2022-07-29T22:27:47.424Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-07-29T22:27:47.424Z] Optional (for encrypted networks): [2022-07-29T22:27:47.424Z] - CONFIG_CRYPTO: enabled [2022-07-29T22:27:47.424Z] - CONFIG_CRYPTO_AEAD: enabled [2022-07-29T22:27:47.424Z] - CONFIG_CRYPTO_GCM: enabled [2022-07-29T22:27:47.424Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-07-29T22:27:47.424Z] - CONFIG_CRYPTO_GHASH: enabled [2022-07-29T22:27:47.424Z] - CONFIG_XFRM: enabled [2022-07-29T22:27:47.424Z] - CONFIG_XFRM_USER: enabled (as module) [2022-07-29T22:27:47.424Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-07-29T22:27:47.424Z] - CONFIG_INET_ESP: enabled (as module) [2022-07-29T22:27:47.424Z] - "ipvlan": [2022-07-29T22:27:47.424Z] - CONFIG_IPVLAN: enabled (as module) [2022-07-29T22:27:47.424Z] - "macvlan": [2022-07-29T22:27:47.658Z] #10 DONE 0.1s [2022-07-29T22:27:47.658Z] [2022-07-29T22:27:47.658Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-07-29T22:27:47.658Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-07-29T22:27:47.658Z] #9 DONE 0.1s [2022-07-29T22:27:47.658Z] [2022-07-29T22:27:47.658Z] #8 [internal] load metadata for docker.io/library/golang:1.18.4-bullseye [2022-07-29T22:27:47.658Z] #8 sha256:b03fae7fdf75d74ac1d0c82786f3337bb2c4beaf085f0ed4d76ab5dc16f23b5f [2022-07-29T22:27:47.658Z] #8 DONE 0.1s [2022-07-29T22:27:47.682Z] - CONFIG_MACVLAN: enabled (as module) [2022-07-29T22:27:47.682Z] - CONFIG_DUMMY: enabled (as module) [2022-07-29T22:27:47.682Z] - "ftp,tftp client in container": [2022-07-29T22:27:47.682Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-07-29T22:27:47.682Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-07-29T22:27:47.682Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-07-29T22:27:47.682Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-07-29T22:27:47.682Z] - Storage Drivers: [2022-07-29T22:27:47.682Z] - "aufs": [2022-07-29T22:27:47.682Z] - CONFIG_AUFS_FS: enabled (as module) [2022-07-29T22:27:47.682Z] - "btrfs": [2022-07-29T22:27:47.682Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-07-29T22:27:47.682Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-07-29T22:27:47.682Z] - "devicemapper": [2022-07-29T22:27:47.682Z] - CONFIG_BLK_DEV_DM: enabled [2022-07-29T22:27:47.682Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-07-29T22:27:47.682Z] - "overlay": [2022-07-29T22:27:47.682Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-07-29T22:27:47.682Z] - "zfs": [2022-07-29T22:27:47.682Z] - /dev/zfs: present [2022-07-29T22:27:47.682Z] - zfs command: missing [2022-07-29T22:27:47.682Z] - zpool command: missing [2022-07-29T22:27:47.682Z] [2022-07-29T22:27:47.682Z] Limits: [2022-07-29T22:27:47.682Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-07-29T22:27:47.682Z] [2022-07-29T22:27:47.682Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-07-29T22:27:47.759Z] #36 8.854 0 added, 0 removed; done. [2022-07-29T22:27:47.759Z] #36 8.854 Running hooks in /etc/ca-certificates/update.d... [2022-07-29T22:27:47.759Z] #36 8.854 done. [2022-07-29T22:27:47.915Z] [2022-07-29T22:27:47.915Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-07-29T22:27:47.915Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-07-29T22:27:47.915Z] #71 DONE 0.0s [2022-07-29T22:27:47.915Z] [2022-07-29T22:27:47.915Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 [2022-07-29T22:27:47.915Z] #11 sha256:97f6722ce26177419a90798f015cd7993464b9ea7e250358f0e222fad715a503 [2022-07-29T22:27:47.915Z] #11 DONE 0.0s [2022-07-29T22:27:47.915Z] [2022-07-29T22:27:47.915Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 [2022-07-29T22:27:47.915Z] #28 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda [2022-07-29T22:27:47.915Z] #28 DONE 0.0s [2022-07-29T22:27:47.915Z] [2022-07-29T22:27:47.915Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-07-29T22:27:47.915Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-07-29T22:27:47.915Z] #73 DONE 0.0s [2022-07-29T22:27:47.915Z] [2022-07-29T22:27:47.915Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-07-29T22:27:47.915Z] #12 sha256:88bb95767c91a6a2036510a52766ae10a6f7c004916d731cd95f7d94cb11552f [2022-07-29T22:27:47.915Z] #12 CACHED [2022-07-29T22:27:47.915Z] [2022-07-29T22:27:47.915Z] #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-07-29T22:27:47.915Z] #13 sha256:05764b509a20045c72cb6b80bc0b78d684dea462f32393d0060773d65eb9837e [2022-07-29T22:27:47.915Z] #13 CACHED [2022-07-29T22:27:47.915Z] [2022-07-29T22:27:47.915Z] #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-07-29T22:27:47.915Z] #42 sha256:25b7dc650b41afdcf823b76c34a3c9d859a4b10877132b7a4d7aeb7d7ac0c568 [2022-07-29T22:27:47.998Z] + sudo modprobe ip_vs [2022-07-29T22:27:47.998Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 . [2022-07-29T22:27:48.176Z] #42 ... [2022-07-29T22:27:48.176Z] [2022-07-29T22:27:48.176Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-07-29T22:27:48.176Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-07-29T22:27:48.176Z] #49 DONE 0.5s [2022-07-29T22:27:48.257Z] #2 [internal] load .dockerignore [2022-07-29T22:27:48.257Z] #2 sha256:31c7a782c87bd7f766409712c2b13cba356a961801fc44b48b96931dc7ea9d21 [2022-07-29T22:27:48.257Z] #2 transferring context: 145B done [2022-07-29T22:27:48.257Z] #2 DONE 0.0s [2022-07-29T22:27:48.257Z] [2022-07-29T22:27:48.257Z] #1 [internal] load build definition from Dockerfile [2022-07-29T22:27:48.257Z] #1 sha256:1391b2451e3281badaa630b6a7d941975bbde9f6d48501e51c53093bce7cac17 [2022-07-29T22:27:48.257Z] #1 transferring dockerfile: 19.25kB done [2022-07-29T22:27:48.257Z] #1 DONE 0.0s [2022-07-29T22:27:48.257Z] [2022-07-29T22:27:48.257Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2022-07-29T22:27:48.257Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d [2022-07-29T22:27:48.257Z] #3 DONE 0.1s [2022-07-29T22:27:48.257Z] [2022-07-29T22:27:48.257Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 [2022-07-29T22:27:48.257Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35 [2022-07-29T22:27:48.257Z] #4 CACHED [2022-07-29T22:27:48.454Z] [2022-07-29T22:27:48.454Z] #24 [internal] load build context [2022-07-29T22:27:48.454Z] #24 sha256:eaccc4337c9dcb61dc1b35f295cb3aa81eb6eac0edd1515665722551e9dca015 [2022-07-29T22:27:48.515Z] [2022-07-29T22:27:48.515Z] #5 [internal] load build definition from Dockerfile [2022-07-29T22:27:48.515Z] #5 sha256:53eb3013ce10344479eef633a436b54d1e551a193ae3e8df0cda48ebb709b83c [2022-07-29T22:27:48.515Z] #5 DONE 0.0s [2022-07-29T22:27:48.515Z] [2022-07-29T22:27:48.515Z] #6 [internal] load .dockerignore [2022-07-29T22:27:48.515Z] #6 sha256:70ae957a768ba13c66e74529657c3ea610b130c969c792c22ab6f9f3c1b606f1 [2022-07-29T22:27:48.515Z] #6 DONE 0.0s [2022-07-29T22:27:48.515Z] [2022-07-29T22:27:48.515Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-07-29T22:27:48.515Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-07-29T22:27:48.515Z] #7 DONE 0.1s [2022-07-29T22:27:48.515Z] [2022-07-29T22:27:48.515Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-07-29T22:27:48.515Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-07-29T22:27:48.773Z] #10 DONE 0.1s [2022-07-29T22:27:48.773Z] [2022-07-29T22:27:48.773Z] #9 [internal] load metadata for docker.io/library/golang:1.18.4-bullseye [2022-07-29T22:27:48.773Z] #9 sha256:b03fae7fdf75d74ac1d0c82786f3337bb2c4beaf085f0ed4d76ab5dc16f23b5f [2022-07-29T22:27:48.773Z] #9 DONE 0.1s [2022-07-29T22:27:48.773Z] [2022-07-29T22:27:48.773Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-07-29T22:27:48.773Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-07-29T22:27:48.773Z] #8 DONE 0.1s [2022-07-29T22:27:49.031Z] [2022-07-29T22:27:49.031Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-07-29T22:27:49.031Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-07-29T22:27:49.031Z] #73 DONE 0.0s [2022-07-29T22:27:49.031Z] [2022-07-29T22:27:49.031Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-07-29T22:27:49.031Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-07-29T22:27:49.031Z] #71 DONE 0.0s [2022-07-29T22:27:49.031Z] [2022-07-29T22:27:49.031Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 [2022-07-29T22:27:49.031Z] #11 sha256:97f6722ce26177419a90798f015cd7993464b9ea7e250358f0e222fad715a503 [2022-07-29T22:27:49.031Z] #11 DONE 0.0s [2022-07-29T22:27:49.031Z] [2022-07-29T22:27:49.032Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 [2022-07-29T22:27:49.032Z] #28 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda [2022-07-29T22:27:49.032Z] #28 DONE 0.0s [2022-07-29T22:27:49.032Z] [2022-07-29T22:27:49.032Z] #24 [internal] load build context [2022-07-29T22:27:49.032Z] #24 sha256:a24d63913ecf45a4ccffc7f270ae9f95e63c61e5d22af9dc304c8f70d5d2d343 [2022-07-29T22:27:49.296Z] #24 ... [2022-07-29T22:27:49.296Z] [2022-07-29T22:27:49.296Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-07-29T22:27:49.296Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-07-29T22:27:49.296Z] #49 DONE 0.5s [2022-07-29T22:27:49.296Z] [2022-07-29T22:27:49.296Z] #24 [internal] load build context [2022-07-29T22:27:49.296Z] #24 sha256:a24d63913ecf45a4ccffc7f270ae9f95e63c61e5d22af9dc304c8f70d5d2d343 [2022-07-29T22:27:49.670Z] #36 DONE 10.7s [2022-07-29T22:27:49.670Z] [2022-07-29T22:27:49.670Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-07-29T22:27:49.670Z] #37 sha256:c557df76cd5fc3e96e17a09919caa80dc16606038e32889fd486dd3901cdbd78 [2022-07-29T22:27:49.930Z] #37 DONE 0.1s [2022-07-29T22:27:49.930Z] [2022-07-29T22:27:49.930Z] #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-07-29T22:27:49.930Z] #38 sha256:b2e2924242c9699f977501aa1a1f0840307ac67491a2ff7801080d2d2dc10c2b [2022-07-29T22:27:50.681Z] #24 transferring context: 62.36MB 1.7s done [2022-07-29T22:27:50.940Z] #24 DONE 1.9s [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #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-07-29T22:27:50.940Z] #22 sha256:d84689f48e260bdaa7f994523328cca18f5c00e6610d22c6b8e6dda37e27b28e [2022-07-29T22:27:50.940Z] #22 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #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-07-29T22:27:50.940Z] #44 sha256:d9b6a724e5bfa92b4d640016c458b5de54b5232d559d964adc33fc363b12657b [2022-07-29T22:27:50.940Z] #44 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-07-29T22:27:50.940Z] #69 sha256:b9ee53e78a36f2b2fa58fe7a82afd6a9f8c2d439a74f3600a2c9a59e5f3444d3 [2022-07-29T22:27:50.940Z] #69 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-07-29T22:27:50.940Z] #35 sha256:fca1c7b26f38756601f816fd7c0d72eee68f9439e4b180223389804d449b738a [2022-07-29T22:27:50.940Z] #35 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #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-07-29T22:27:50.940Z] #16 sha256:710c9c58f29a2f68b0cc49a12a01abe9a76823caddf145dd57a1f1e53b0a4dfb [2022-07-29T22:27:50.940Z] #16 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod case $(dpkg --print-architecture) in amd64|arm64) GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help ;; *) mkdir -p /build/ ;; esac [2022-07-29T22:27:50.940Z] #36 sha256:200e0ce9117b672449f74179fde64ba87e1c446761a7a191f3ee2b4a747d7a29 [2022-07-29T22:27:50.940Z] #36 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-07-29T22:27:50.940Z] #43 sha256:fc1b72413a20c25e1a0f69d9c4e2de47d1494f2e28b34de88e2d84218b6c6a26 [2022-07-29T22:27:50.940Z] #43 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-07-29T22:27:50.940Z] #79 sha256:fde3f5b738196946d4d136d8dd593198163c76f3ce583092b6ae908b72fea2d6 [2022-07-29T22:27:50.940Z] #79 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-07-29T22:27:50.940Z] #63 sha256:95f43c6ae27a72ed4676d7569cb6e4c0c0ef4058ff138cdd45c97383c0fcb3a0 [2022-07-29T22:27:50.940Z] #63 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #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-07-29T22:27:50.940Z] #53 sha256:ecf3cd67689cd7756657b79c02e28edc1d38c237be2de3571f17d04f8973fa13 [2022-07-29T22:27:50.940Z] #53 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-07-29T22:27:50.940Z] #45 sha256:39907a99425be137e1aa70ecc26027a747935189457d050447140f7f6aaab146 [2022-07-29T22:27:50.940Z] #45 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #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-07-29T22:27:50.940Z] #57 sha256:c1feea647cb2b8221009c3899b3ae89c6e3b91c7e088cd45392d284227edd8a1 [2022-07-29T22:27:50.940Z] #57 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-07-29T22:27:50.940Z] #46 sha256:0fb20bd4ac1504482d550443fadbe5c13303c2c6021f9e41392150d25b9ac3bc [2022-07-29T22:27:50.940Z] #46 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-07-29T22:27:50.940Z] #20 sha256:ee56e0ca65285e7c2530103518d3448e7715d8e758a8ec705256b347d7a14b16 [2022-07-29T22:27:50.940Z] #20 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-07-29T22:27:50.940Z] #33 sha256:570e02b1751f5a1eac94f23508023c609cdc7bc7fad1dfd170dfd691fd69610a [2022-07-29T22:27:50.940Z] #33 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #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-07-29T22:27:50.940Z] #76 sha256:63963eed62014231075f4225b8fab9beff0b5bef7a109bbb128d375a38811047 [2022-07-29T22:27:50.940Z] #76 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-07-29T22:27:50.940Z] #66 sha256:7d2960a39c307a8c632d4e626f10c0a9947e5d573d07c2818ded99e70fa30eda [2022-07-29T22:27:50.940Z] #66 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-07-29T22:27:50.940Z] #30 sha256:aa35d394f17a83b8250d64f6577526b56e0a219803c083cac5673ddaf4eb964a [2022-07-29T22:27:50.940Z] #30 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #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-07-29T22:27:50.940Z] #67 sha256:2a275dd9c00def92b118e2d8ec8f294cae9766d4de893e3e9a2354bc921c685c [2022-07-29T22:27:50.940Z] #67 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-07-29T22:27:50.940Z] #64 sha256:600e9b41adea930de4ba384ecd6487c51231da901d53a0bfca978b1af0a03a97 [2022-07-29T22:27:50.940Z] #64 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #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-07-29T22:27:50.940Z] #26 sha256:5e8fb6acc5c5e615b79e5970d5e89226eca7e9483663f39f594b3000a301a323 [2022-07-29T22:27:50.940Z] #26 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-07-29T22:27:50.940Z] #32 sha256:b975a63da9c8baee0e8c3d0d4646ae7ebe191a70c8d46709cba732b1386c0f5b [2022-07-29T22:27:50.940Z] #32 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #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-07-29T22:27:50.940Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:27:50.940Z] #14 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-07-29T22:27:50.940Z] #37 sha256:403dfa5f5f631bfd7d40ee70cf3f1bf5127378b1e96e31e898ee2d60b273de1c [2022-07-29T22:27:50.940Z] #37 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-07-29T22:27:50.940Z] #59 sha256:e24c199ac76d4f18e40c0015f99aed782ebdf7be71074ce5774968ab33f09092 [2022-07-29T22:27:50.940Z] #59 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #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-07-29T22:27:50.940Z] #42 sha256:25b7dc650b41afdcf823b76c34a3c9d859a4b10877132b7a4d7aeb7d7ac0c568 [2022-07-29T22:27:50.940Z] #42 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #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-07-29T22:27:50.940Z] #34 sha256:be1d50aa5033694acc1312dcc6ebc9582878d65872f13f83b11aa6a3855f38c7 [2022-07-29T22:27:50.940Z] #34 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #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-07-29T22:27:50.940Z] #21 sha256:035f9b0a0f9f76d69bb577b0a424e850eb0d845810d8c1bfd220477933c4d358 [2022-07-29T22:27:50.940Z] #21 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #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-07-29T22:27:50.940Z] #31 sha256:efea0d261deb0e984df00594ee9f249f002636b93fca5cac36a278ef7c34bee7 [2022-07-29T22:27:50.940Z] #31 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-07-29T22:27:50.940Z] #75 sha256:2f87242428c5706a70f0d34ff398404311ed5aeaa17ed43997fb37167a46609f [2022-07-29T22:27:50.940Z] #75 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-07-29T22:27:50.940Z] #54 sha256:6151a19d92a6104fbfee8ac66cda3d1fe98f6bf4d80db38c8180d09f0fd489b2 [2022-07-29T22:27:50.940Z] #54 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #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-07-29T22:27:50.940Z] #51 sha256:4786f6855fe8dbf5a9ad52afd8073aacd4a05c9c54f0918c430fd38376edb776 [2022-07-29T22:27:50.940Z] #51 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #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-07-29T22:27:50.940Z] #62 sha256:67d5b87779951967108cd83ed3eec2d4493a332a8f284cd7984dcd0e9356d5d5 [2022-07-29T22:27:50.940Z] #62 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-07-29T22:27:50.940Z] #56 sha256:9f08825f69f161f0b5b8c650eba890b557c0d84fde37b5763620856240192a55 [2022-07-29T22:27:50.940Z] #56 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-07-29T22:27:50.940Z] #52 sha256:d263b1e8399d37f9768ae418bce9f4aa9d57e87ac604d7e2983541baaa19114d [2022-07-29T22:27:50.940Z] #52 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #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-07-29T22:27:50.940Z] #29 sha256:86d0fe8e3d75de108c042a485c0bbbd0a07573c0631bc783dff6637327710de0 [2022-07-29T22:27:50.940Z] #29 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-07-29T22:27:50.940Z] #65 sha256:249b09b1930dcc80b6a2cfe4af37cdc0c06f07e1ecb9cb0b217fa585e18b408c [2022-07-29T22:27:50.940Z] #65 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-07-29T22:27:50.940Z] #23 sha256:e12bf48707cda77e9103c1ae026253694f4f66fa5c6864b70009105d6f3b58b8 [2022-07-29T22:27:50.940Z] #23 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-07-29T22:27:50.940Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-07-29T22:27:50.940Z] #74 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-07-29T22:27:50.940Z] #19 sha256:ee88799164c709cc35dfe9f6884732221a2b3b723d7f4a013ef273957bb4d62b [2022-07-29T22:27:50.940Z] #19 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #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-07-29T22:27:50.940Z] #38 sha256:1a82a3bf40c486013719352be109cb6b1db29dbe74c471c6419fd814d2ff5a54 [2022-07-29T22:27:50.940Z] #38 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #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-07-29T22:27:50.940Z] #40 sha256:bdda54617b5082e5a490107db0d81b711797d01e31f277755f2708137fb5d38b [2022-07-29T22:27:50.940Z] #40 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-07-29T22:27:50.940Z] #25 sha256:08e25061995c1228d59f97101bf7226932f5c1728f69e16f67afac4c6b0f8880 [2022-07-29T22:27:50.940Z] #25 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.940Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-07-29T22:27:50.940Z] #39 sha256:933edb150245410286bdf69fa76e616e82ccc414b233a7f007f7d7b4e3c46339 [2022-07-29T22:27:50.940Z] #39 CACHED [2022-07-29T22:27:50.940Z] [2022-07-29T22:27:50.941Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-07-29T22:27:50.941Z] #17 sha256:ae925bb0ac18f38ffc16a530ef6d7e593e0978257a1179f25e22b47020068495 [2022-07-29T22:27:50.941Z] #17 CACHED [2022-07-29T22:27:50.941Z] [2022-07-29T22:27:50.941Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-07-29T22:27:50.941Z] #70 sha256:42c70c44474fe750de41ba188484be8d6ec5bca5507b926b958838bf90508a88 [2022-07-29T22:27:50.941Z] #70 CACHED [2022-07-29T22:27:50.941Z] [2022-07-29T22:27:50.941Z] #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-07-29T22:27:50.941Z] #60 sha256:7ef25a210f91a8245d1eeb9144bbe0922fe530a6e4c4433eecbe1fd81a77d3cb [2022-07-29T22:27:50.941Z] #60 CACHED [2022-07-29T22:27:50.941Z] [2022-07-29T22:27:50.941Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-07-29T22:27:50.941Z] #18 sha256:cbc26f5f011793741ed765f72a9b79313d8ee2973a6e8165459bbe4faad2386b [2022-07-29T22:27:50.941Z] #18 CACHED [2022-07-29T22:27:50.941Z] [2022-07-29T22:27:50.941Z] #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-07-29T22:27:50.941Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:27:50.941Z] #77 CACHED [2022-07-29T22:27:50.941Z] [2022-07-29T22:27:50.941Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-07-29T22:27:50.941Z] #78 sha256:1f2dddd9f4924684614c410dbfb50141960352134c54718e93b72288dede69a1 [2022-07-29T22:27:50.941Z] #78 CACHED [2022-07-29T22:27:50.941Z] [2022-07-29T22:27:50.941Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-07-29T22:27:50.941Z] #48 sha256:d313993f83b4b69e1515dd9be705ee6d5e9da2430727a70c0bc75bf89deb15e2 [2022-07-29T22:27:50.941Z] #48 CACHED [2022-07-29T22:27:50.941Z] [2022-07-29T22:27:50.941Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:27:50.941Z] #55 sha256:986d8658b96ca0781216293b2573c6adacf583f00e7f79d984c50d9576e50c57 [2022-07-29T22:27:50.941Z] #55 CACHED [2022-07-29T22:27:50.941Z] [2022-07-29T22:27:50.941Z] #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-07-29T22:27:50.941Z] #13 sha256:05764b509a20045c72cb6b80bc0b78d684dea462f32393d0060773d65eb9837e [2022-07-29T22:27:50.941Z] #13 CACHED [2022-07-29T22:27:50.941Z] [2022-07-29T22:27:50.941Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-07-29T22:27:50.941Z] #15 sha256:65a4a8f4119d8ab7faca66c85589cc3f393114101d7d16975068c3e5e9a65c38 [2022-07-29T22:27:50.941Z] #15 CACHED [2022-07-29T22:27:50.941Z] [2022-07-29T22:27:50.941Z] #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-07-29T22:27:50.941Z] #50 sha256:214d8ca3bf52cecc477039951ed6ee59da20bf504c45a3c752c4ddd625a4688d [2022-07-29T22:27:50.941Z] #50 CACHED [2022-07-29T22:27:50.941Z] [2022-07-29T22:27:50.941Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-07-29T22:27:50.941Z] #61 sha256:20991c675141a123914094d5bc522c946932300c7d986389529eb529130a3f46 [2022-07-29T22:27:50.941Z] #61 CACHED [2022-07-29T22:27:50.941Z] [2022-07-29T22:27:50.941Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-07-29T22:27:50.941Z] #12 sha256:88bb95767c91a6a2036510a52766ae10a6f7c004916d731cd95f7d94cb11552f [2022-07-29T22:27:50.941Z] #12 CACHED [2022-07-29T22:27:50.941Z] [2022-07-29T22:27:50.941Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-07-29T22:27:50.941Z] #41 sha256:6ccd823c5898877ab1d6b82b43ee354d3a93b0a5f54b7e71bfd4e4fe0b312642 [2022-07-29T22:27:50.941Z] #41 CACHED [2022-07-29T22:27:50.941Z] [2022-07-29T22:27:50.941Z] #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-07-29T22:27:50.941Z] #47 sha256:227902170f5c3b0aaca2dffd57dac2b8e4f381343477cfee50c90126d3e77ba2 [2022-07-29T22:27:50.941Z] #47 CACHED [2022-07-29T22:27:50.941Z] [2022-07-29T22:27:50.941Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-07-29T22:27:50.941Z] #27 sha256:e586242dbbb99b1a1bc3797424acdbfbc11ca49d4b5d366ae4d5f758df234631 [2022-07-29T22:27:50.941Z] #27 CACHED [2022-07-29T22:27:50.941Z] [2022-07-29T22:27:50.941Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-07-29T22:27:50.941Z] #58 sha256:c0d0651a5ac2bf395279399da4e99888220716cc227e05d4e7d4d890d0ef539f [2022-07-29T22:27:50.941Z] #58 CACHED [2022-07-29T22:27:50.941Z] [2022-07-29T22:27:50.941Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-07-29T22:27:50.941Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-07-29T22:27:50.941Z] #72 CACHED [2022-07-29T22:27:50.941Z] [2022-07-29T22:27:50.941Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-07-29T22:27:50.941Z] #68 sha256:e5cf01b31b9dbbcf509a4a1c436b34ad73cdf4779a6ac8c22e2e3ccc5f62a048 [2022-07-29T22:27:50.941Z] #68 CACHED [2022-07-29T22:27:50.941Z] [2022-07-29T22:27:50.941Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-07-29T22:27:50.941Z] #80 sha256:379993801fc377c4c1da078a9fc049f53ae3e6021383072cdc62ea4d42a7ea53 [2022-07-29T22:27:50.941Z] #80 CACHED [2022-07-29T22:27:50.941Z] [2022-07-29T22:27:50.941Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-07-29T22:27:50.941Z] #81 sha256:07d16fe211e13c3e0b04342505b48bf5488ddbac9fffdc9f85695dbab1f17d60 [2022-07-29T22:27:51.765Z] #24 transferring context: 62.36MB 3.2s done [2022-07-29T22:27:51.765Z] #24 DONE 3.6s [2022-07-29T22:27:51.765Z] [2022-07-29T22:27:51.765Z] #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-07-29T22:27:51.765Z] #42 sha256:25b7dc650b41afdcf823b76c34a3c9d859a4b10877132b7a4d7aeb7d7ac0c568 [2022-07-29T22:27:51.765Z] #42 1.787 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-07-29T22:27:51.765Z] #42 1.787 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-07-29T22:27:51.765Z] #42 1.932 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-07-29T22:27:51.765Z] #42 3.098 Reading package lists... [2022-07-29T22:27:51.765Z] #42 ... [2022-07-29T22:27:51.765Z] [2022-07-29T22:27:51.765Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-07-29T22:27:51.765Z] #25 sha256:4a20bb408c6f7d9a90a20a1dd754fdaf52b8edf0eb234ea1e335f97e96a44705 [2022-07-29T22:27:51.765Z] #25 DONE 0.3s [2022-07-29T22:27:51.765Z] [2022-07-29T22:27:51.765Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-07-29T22:27:51.765Z] #66 sha256:887b8f0527a586fc96e2e7abd912783d7bed9f3dfca4588a544e755e1b33a046 [2022-07-29T22:27:51.765Z] #66 DONE 0.3s [2022-07-29T22:27:51.765Z] [2022-07-29T22:27:51.765Z] #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-07-29T22:27:51.765Z] #67 sha256:af5831fcf6071c4bede6dc774881fd392c165ed7fbaaf0f6938f02146b5a779d [2022-07-29T22:27:51.840Z] #38 1.639 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-07-29T22:27:51.840Z] #38 1.940 [2022-07-29T22:27:51.876Z] #81 DONE 1.1s [2022-07-29T22:27:52.101Z] #38 2.155 #=#=# ######################################################################## 100.0% [2022-07-29T22:27:52.138Z] [2022-07-29T22:27:52.138Z] #82 exporting to image [2022-07-29T22:27:52.138Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-07-29T22:27:52.138Z] #82 exporting layers [2022-07-29T22:27:52.360Z] #38 2.461 [2022-07-29T22:27:52.703Z] #82 exporting layers 0.9s done [2022-07-29T22:27:52.703Z] #82 writing image sha256:c533cb4be4d1845a6fe60f2373336d6fa6d28cfebee0af3b4ed32c246cf74325 done [2022-07-29T22:27:52.703Z] #82 naming to docker.io/library/docker:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 done [2022-07-29T22:27:52.703Z] #82 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-07-29T22:27:53.025Z] + trap exit INT TERM [2022-07-29T22:27:53.025Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-07-29T22:27:53.025Z] + CONTAINER_NAME=docker-pr6 [2022-07-29T22:27:53.025Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43885/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43885/.git:/go/src/github.com/docker/docker/.git --name docker-pr6-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 -e DOCKER_GRAPHDRIVER docker:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 hack/make.sh dynbinary [2022-07-29T22:27:53.139Z] #67 1.035 + RM_GOPATH=0 [2022-07-29T22:27:53.139Z] #67 1.035 + TMP_GOPATH= [2022-07-29T22:27:53.139Z] #67 1.035 + : /build [2022-07-29T22:27:53.139Z] #67 1.035 + '[' -z '' ']' [2022-07-29T22:27:53.139Z] #67 1.035 ++ mktemp -d [2022-07-29T22:27:53.139Z] #67 1.042 + export GOPATH=/tmp/tmp.ARvgbDLjhk [2022-07-29T22:27:53.139Z] #67 1.042 + GOPATH=/tmp/tmp.ARvgbDLjhk [2022-07-29T22:27:53.139Z] #67 1.042 + RM_GOPATH=1 [2022-07-29T22:27:53.139Z] #67 1.042 + case "$(go env GOARCH)" in [2022-07-29T22:27:53.139Z] #67 1.043 ++ go env GOARCH [2022-07-29T22:27:53.139Z] #67 1.053 + export GO_BUILDMODE=-buildmode=pie [2022-07-29T22:27:53.139Z] #67 1.054 + GO_BUILDMODE=-buildmode=pie [2022-07-29T22:27:53.139Z] #67 1.054 ++ dirname /install.sh [2022-07-29T22:27:53.139Z] #67 1.055 + dir=/ [2022-07-29T22:27:53.139Z] #67 1.056 + bin=rootlesskit [2022-07-29T22:27:53.139Z] #67 1.056 + shift [2022-07-29T22:27:53.139Z] #67 1.056 + '[' '!' -f //rootlesskit.installer ']' [2022-07-29T22:27:53.139Z] #67 1.056 + . //rootlesskit.installer [2022-07-29T22:27:53.139Z] #67 1.056 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-07-29T22:27:53.139Z] #67 1.057 + install_rootlesskit [2022-07-29T22:27:53.139Z] #67 1.057 + case "$1" in [2022-07-29T22:27:53.139Z] #67 1.057 + export CGO_ENABLED=0 [2022-07-29T22:27:53.139Z] #67 1.057 + CGO_ENABLED=0 [2022-07-29T22:27:53.139Z] #67 1.057 + _install_rootlesskit [2022-07-29T22:27:53.139Z] #67 1.058 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-07-29T22:27:53.139Z] #67 1.058 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-07-29T22:27:53.139Z] #67 1.059 + for f in rootlesskit rootlesskit-docker-proxy [2022-07-29T22:27:53.139Z] #67 1.059 + GOBIN=/build [2022-07-29T22:27:53.139Z] #67 1.061 + GO111MODULE=on [2022-07-29T22:27:53.139Z] #67 1.061 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-07-29T22:27:53.283Z] [2022-07-29T22:27:53.300Z] #38 3.355 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-07-29T22:27:53.300Z] #38 3.635 [2022-07-29T22:27:53.541Z] Removing bundles/ [2022-07-29T22:27:53.541Z] [2022-07-29T22:27:53.541Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-07-29T22:27:53.541Z] Building: bundles/dynbinary-daemon/dockerd [2022-07-29T22:27:53.541Z] GOOS="" GOARCH="" GOARM="" [2022-07-29T22:27:53.818Z] #38 3.854 #=#=# ######################################################################## 100.0% [2022-07-29T22:27:54.077Z] #38 4.160 [2022-07-29T22:27:55.017Z] #38 5.137 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-07-29T22:27:55.277Z] #38 5.421 [2022-07-29T22:27:55.658Z] #67 ... [2022-07-29T22:27:55.658Z] [2022-07-29T22:27:55.658Z] #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-07-29T22:27:55.658Z] #26 sha256:035e9a2289ad17ec4a25614ae0eb944317468c544dda4c343cc22e01dfdb2d03 [2022-07-29T22:27:55.658Z] #26 1.128 + RM_GOPATH=0 [2022-07-29T22:27:55.658Z] #26 1.129 + TMP_GOPATH= [2022-07-29T22:27:55.658Z] #26 1.129 + : /build [2022-07-29T22:27:55.658Z] #26 1.130 + '[' -z '' ']' [2022-07-29T22:27:55.658Z] #26 1.131 ++ mktemp -d [2022-07-29T22:27:55.658Z] #26 1.132 + export GOPATH=/tmp/tmp.Eh99UIoxUG [2022-07-29T22:27:55.658Z] #26 1.132 + GOPATH=/tmp/tmp.Eh99UIoxUG [2022-07-29T22:27:55.658Z] #26 1.132 + RM_GOPATH=1 [2022-07-29T22:27:55.658Z] #26 1.132 + case "$(go env GOARCH)" in [2022-07-29T22:27:55.658Z] #26 1.133 ++ go env GOARCH [2022-07-29T22:27:55.658Z] #26 1.145 + export GO_BUILDMODE=-buildmode=pie [2022-07-29T22:27:55.658Z] #26 1.145 + GO_BUILDMODE=-buildmode=pie [2022-07-29T22:27:55.658Z] #26 1.146 ++ dirname /install.sh [2022-07-29T22:27:55.658Z] #26 1.147 + dir=/ [2022-07-29T22:27:55.658Z] #26 1.147 + bin=dockercli [2022-07-29T22:27:55.658Z] #26 1.147 + shift [2022-07-29T22:27:55.658Z] #26 1.147 + '[' '!' -f //dockercli.installer ']' [2022-07-29T22:27:55.658Z] #26 1.148 + . //dockercli.installer [2022-07-29T22:27:55.658Z] #26 1.148 ++ : stable [2022-07-29T22:27:55.658Z] #26 1.148 ++ : 17.06.2-ce [2022-07-29T22:27:55.658Z] #26 1.148 + install_dockercli [2022-07-29T22:27:55.658Z] #26 1.148 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-07-29T22:27:55.658Z] #26 1.148 Install docker/cli version 17.06.2-ce from stable [2022-07-29T22:27:55.658Z] #26 1.149 ++ uname -m [2022-07-29T22:27:55.658Z] #26 1.154 + arch=x86_64 [2022-07-29T22:27:55.658Z] #26 1.154 + '[' x86_64 '!=' x86_64 ']' [2022-07-29T22:27:55.658Z] #26 1.155 + url=https://download.docker.com/linux/static [2022-07-29T22:27:55.658Z] #26 1.155 + tar -xz docker/docker [2022-07-29T22:27:55.658Z] #26 1.155 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-07-29T22:27:55.658Z] #26 3.916 + mkdir -p /build [2022-07-29T22:27:55.658Z] #26 3.918 + mv docker/docker /build/ [2022-07-29T22:27:55.658Z] #26 3.925 + rmdir docker [2022-07-29T22:27:55.658Z] #26 DONE 4.0s [2022-07-29T22:27:55.798Z] #38 5.642 #=#=# ################# 24.6% ########################################## 59.5% ################################################################# 91.4% [2022-07-29T22:27:55.798Z] #38 ... [2022-07-29T22:27:55.798Z] [2022-07-29T22:27:55.798Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 [2022-07-29T22:27:55.798Z] #11 sha256:97f6722ce26177419a90798f015cd7993464b9ea7e250358f0e222fad715a503 [2022-07-29T22:27:55.798Z] #11 extracting sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 4.2s done [2022-07-29T22:27:55.798Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 6.5s [2022-07-29T22:27:55.798Z] #11 ... [2022-07-29T22:27:55.798Z] [2022-07-29T22:27:55.798Z] #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-07-29T22:27:55.798Z] #38 sha256:b2e2924242c9699f977501aa1a1f0840307ac67491a2ff7801080d2d2dc10c2b [2022-07-29T22:27:55.798Z] #38 5.642 #=#=# ################# 24.6% ########################################## 59.5% ################################################################# 91.4% ######################################################################## 100.0% [2022-07-29T22:27:55.798Z] #38 6.183 [2022-07-29T22:27:55.917Z] [2022-07-29T22:27:55.917Z] #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-07-29T22:27:55.917Z] #42 sha256:25b7dc650b41afdcf823b76c34a3c9d859a4b10877132b7a4d7aeb7d7ac0c568 [2022-07-29T22:27:55.917Z] #42 3.098 Reading package lists... [2022-07-29T22:27:55.917Z] #42 5.492 Reading package lists... [2022-07-29T22:27:55.917Z] #42 7.136 Building dependency tree... [2022-07-29T22:27:55.917Z] #42 7.425 Reading state information... [2022-07-29T22:27:55.917Z] #42 7.829 The following additional packages will be installed: [2022-07-29T22:27:55.917Z] #42 7.834 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-07-29T22:27:55.917Z] #42 7.836 Suggested packages: [2022-07-29T22:27:55.917Z] #42 7.836 cmake-doc ninja-build lrzip [2022-07-29T22:27:55.917Z] #42 7.836 Recommended packages: [2022-07-29T22:27:55.917Z] #42 7.836 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-07-29T22:27:55.917Z] #42 8.180 The following NEW packages will be installed: [2022-07-29T22:27:55.917Z] #42 8.192 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-07-29T22:27:55.917Z] #42 8.192 vim-common xxd [2022-07-29T22:27:56.174Z] #42 8.526 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:27:56.174Z] #42 8.526 Need to get 17.7 MB of archives. [2022-07-29T22:27:56.174Z] #42 8.526 After this operation, 70.7 MB of additional disk space will be used. [2022-07-29T22:27:56.174Z] #42 8.526 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-07-29T22:27:56.174Z] #42 8.533 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-07-29T22:27:56.174Z] #42 8.533 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-07-29T22:27:56.432Z] #42 8.584 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-07-29T22:27:56.690Z] #42 ... [2022-07-29T22:27:56.690Z] [2022-07-29T22:27:56.690Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-07-29T22:27:56.690Z] #62 sha256:67d5b87779951967108cd83ed3eec2d4493a332a8f284cd7984dcd0e9356d5d5 [2022-07-29T22:27:56.690Z] #62 1.616 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-07-29T22:27:56.690Z] #62 1.796 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-07-29T22:27:56.690Z] #62 1.937 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-07-29T22:27:56.690Z] #62 2.974 Reading package lists... [2022-07-29T22:27:56.690Z] #62 5.021 Reading package lists... [2022-07-29T22:27:56.690Z] #62 6.596 Building dependency tree... [2022-07-29T22:27:56.690Z] #62 6.909 Reading state information... [2022-07-29T22:27:56.690Z] #62 7.292 The following additional packages will be installed: [2022-07-29T22:27:56.690Z] #62 7.296 libbtrfs0 [2022-07-29T22:27:56.690Z] #62 7.344 The following NEW packages will be installed: [2022-07-29T22:27:56.690Z] #62 7.351 libbtrfs-dev libbtrfs0 [2022-07-29T22:27:56.690Z] #62 7.647 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:27:56.690Z] #62 7.647 Need to get 460 kB of archives. [2022-07-29T22:27:56.690Z] #62 7.647 After this operation, 1237 kB of additional disk space will be used. [2022-07-29T22:27:56.690Z] #62 7.647 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-07-29T22:27:56.690Z] #62 7.651 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-07-29T22:27:56.690Z] #62 8.101 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:27:56.690Z] #62 8.224 Fetched 460 kB in 0s (1571 kB/s) [2022-07-29T22:27:56.690Z] #62 8.267 Selecting previously unselected package libbtrfs0:amd64. [2022-07-29T22:27:56.690Z] #62 8.267 (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 ... 15717 files and directories currently installed.) [2022-07-29T22:27:56.690Z] #62 8.297 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-07-29T22:27:56.690Z] #62 8.304 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-07-29T22:27:56.690Z] #62 8.374 Selecting previously unselected package libbtrfs-dev:amd64. [2022-07-29T22:27:56.690Z] #62 8.377 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-07-29T22:27:56.690Z] #62 8.380 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-07-29T22:27:56.690Z] #62 8.449 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-07-29T22:27:56.690Z] #62 8.462 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-07-29T22:27:56.690Z] #62 8.471 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:27:56.690Z] #62 DONE 8.8s [2022-07-29T22:27:56.690Z] [2022-07-29T22:27:56.690Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-07-29T22:27:56.690Z] #42 sha256:25b7dc650b41afdcf823b76c34a3c9d859a4b10877132b7a4d7aeb7d7ac0c568 [2022-07-29T22:27:56.690Z] #42 8.785 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB] [2022-07-29T22:27:56.690Z] #42 8.804 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-07-29T22:27:56.690Z] #42 8.804 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-07-29T22:27:56.690Z] #42 8.804 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-07-29T22:27:56.690Z] #42 8.804 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-07-29T22:27:56.690Z] #42 8.804 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-07-29T22:27:56.951Z] #42 ... [2022-07-29T22:27:56.951Z] [2022-07-29T22:27:56.951Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-07-29T22:27:56.951Z] #63 sha256:f6af64fa4a5590c7c2b880691df98a319133ec511ecdea3336a71ad13830ebe0 [2022-07-29T22:27:56.951Z] #63 DONE 0.3s [2022-07-29T22:27:56.951Z] [2022-07-29T22:27:56.951Z] #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-07-29T22:27:56.951Z] #64 sha256:e5e1ddc00fda2b4f440e5eb9fc32bd0edd7537da67fca467e35150d40845027c [2022-07-29T22:27:57.182Z] #38 7.153 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-07-29T22:27:57.182Z] #38 7.439 [2022-07-29T22:27:57.443Z] #38 7.660 #=#=# ######################################################################## 100.0% [2022-07-29T22:27:57.714Z] #38 7.920 [2022-07-29T22:27:57.884Z] #64 ... [2022-07-29T22:27:57.884Z] [2022-07-29T22:27:57.884Z] #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-07-29T22:27:57.884Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:27:57.884Z] #14 1.649 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-07-29T22:27:57.884Z] #14 1.787 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-07-29T22:27:57.884Z] #14 1.935 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-07-29T22:27:57.884Z] #14 3.005 Reading package lists... [2022-07-29T22:27:57.884Z] #14 5.401 Reading package lists... [2022-07-29T22:27:57.884Z] #14 7.069 Building dependency tree... [2022-07-29T22:27:57.884Z] #14 7.466 Reading state information... [2022-07-29T22:27:57.884Z] #14 7.777 The following additional packages will be installed: [2022-07-29T22:27:57.884Z] #14 7.778 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-07-29T22:27:57.884Z] #14 7.778 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-07-29T22:27:57.884Z] #14 7.778 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-07-29T22:27:57.884Z] #14 7.778 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-07-29T22:27:57.884Z] #14 7.779 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-07-29T22:27:57.884Z] #14 7.783 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-07-29T22:27:57.884Z] #14 7.783 mingw-w64-common mingw-w64-x86-64-dev [2022-07-29T22:27:57.884Z] #14 7.786 Suggested packages: [2022-07-29T22:27:57.884Z] #14 7.789 gcc-10-locales seccomp wine64 [2022-07-29T22:27:57.884Z] #14 8.235 The following NEW packages will be installed: [2022-07-29T22:27:57.884Z] #14 8.236 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-07-29T22:27:57.884Z] #14 8.236 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-07-29T22:27:57.884Z] #14 8.236 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-07-29T22:27:57.884Z] #14 8.236 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-07-29T22:27:57.884Z] #14 8.237 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-07-29T22:27:57.884Z] #14 8.237 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-07-29T22:27:57.884Z] #14 8.238 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-07-29T22:27:57.884Z] #14 8.238 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-07-29T22:27:57.884Z] #14 8.239 mingw-w64-x86-64-dev [2022-07-29T22:27:57.884Z] #14 8.584 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:27:57.884Z] #14 8.584 Need to get 115 MB of archives. [2022-07-29T22:27:57.884Z] #14 8.584 After this operation, 645 MB of additional disk space will be used. [2022-07-29T22:27:57.884Z] #14 8.584 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-07-29T22:27:57.884Z] #14 8.664 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-07-29T22:27:57.884Z] #14 8.734 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-07-29T22:27:57.884Z] #14 8.745 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-07-29T22:27:57.884Z] #14 8.745 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-07-29T22:27:57.884Z] #14 8.764 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-07-29T22:27:57.884Z] #14 8.908 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-07-29T22:27:57.884Z] #14 8.932 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-07-29T22:27:57.884Z] #14 8.932 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-07-29T22:27:57.884Z] #14 9.096 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-07-29T22:27:57.884Z] #14 9.630 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-07-29T22:27:57.884Z] #14 9.914 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-07-29T22:27:57.884Z] #14 10.12 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-07-29T22:27:57.884Z] #14 ... [2022-07-29T22:27:57.884Z] [2022-07-29T22:27:57.884Z] #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-07-29T22:27:57.884Z] #42 sha256:25b7dc650b41afdcf823b76c34a3c9d859a4b10877132b7a4d7aeb7d7ac0c568 [2022-07-29T22:27:57.884Z] #42 9.610 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:27:57.884Z] #42 9.739 Fetched 17.7 MB in 1s (24.5 MB/s) [2022-07-29T22:27:57.884Z] #42 9.806 Selecting previously unselected package xxd. [2022-07-29T22:27:57.884Z] #42 9.806 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15717 files and directories currently installed.) [2022-07-29T22:27:57.884Z] #42 9.829 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-07-29T22:27:57.884Z] #42 9.840 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:27:57.884Z] #42 9.986 Selecting previously unselected package vim-common. [2022-07-29T22:27:57.884Z] #42 9.986 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-07-29T22:27:57.884Z] #42 10.03 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:27:57.884Z] #42 10.23 Selecting previously unselected package cmake-data. [2022-07-29T22:27:58.143Z] #42 10.26 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-07-29T22:27:58.143Z] #42 10.26 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-07-29T22:27:58.284Z] #38 ... [2022-07-29T22:27:58.284Z] [2022-07-29T22:27:58.284Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 [2022-07-29T22:27:58.284Z] #11 sha256:97f6722ce26177419a90798f015cd7993464b9ea7e250358f0e222fad715a503 [2022-07-29T22:27:58.284Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 8.6s done [2022-07-29T22:27:58.284Z] #11 extracting sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92 done [2022-07-29T22:27:58.284Z] #11 DONE 25.4s [2022-07-29T22:27:58.284Z] [2022-07-29T22:27:58.284Z] #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-07-29T22:27:58.284Z] #38 sha256:b2e2924242c9699f977501aa1a1f0840307ac67491a2ff7801080d2d2dc10c2b [2022-07-29T22:27:58.284Z] #38 8.571 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-07-29T22:27:58.544Z] #38 8.840 [2022-07-29T22:27:58.708Z] #42 ... [2022-07-29T22:27:58.708Z] [2022-07-29T22:27:58.708Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-07-29T22:27:58.708Z] #30 sha256:aace5f48c7d002af162ca727682aa1f03b34f494db1bf2bc6f775dcabcfc5471 [2022-07-29T22:27:58.708Z] #30 CACHED [2022-07-29T22:27:58.708Z] [2022-07-29T22:27:58.708Z] #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-07-29T22:27:58.708Z] #29 sha256:86d0fe8e3d75de108c042a485c0bbbd0a07573c0631bc783dff6637327710de0 [2022-07-29T22:27:58.708Z] #29 CACHED [2022-07-29T22:27:58.708Z] [2022-07-29T22:27:58.708Z] #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-07-29T22:27:58.708Z] #31 sha256:0f5d9364f9e4654ce5e969c6d9892cf47de9544ae0adafe5bd0233ca5a677218 [2022-07-29T22:27:58.708Z] #31 CACHED [2022-07-29T22:27:58.708Z] [2022-07-29T22:27:58.708Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-07-29T22:27:58.708Z] #33 sha256:570e02b1751f5a1eac94f23508023c609cdc7bc7fad1dfd170dfd691fd69610a [2022-07-29T22:27:58.708Z] #33 CACHED [2022-07-29T22:27:58.708Z] [2022-07-29T22:27:58.708Z] #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-07-29T22:27:58.708Z] #34 sha256:be1d50aa5033694acc1312dcc6ebc9582878d65872f13f83b11aa6a3855f38c7 [2022-07-29T22:27:58.708Z] #34 CACHED [2022-07-29T22:27:58.708Z] [2022-07-29T22:27:58.708Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod case $(dpkg --print-architecture) in amd64|arm64) GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help ;; *) mkdir -p /build/ ;; esac [2022-07-29T22:27:58.708Z] #36 sha256:200e0ce9117b672449f74179fde64ba87e1c446761a7a191f3ee2b4a747d7a29 [2022-07-29T22:27:58.708Z] #36 CACHED [2022-07-29T22:27:58.708Z] [2022-07-29T22:27:58.708Z] #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-07-29T22:27:58.708Z] #38 sha256:1a82a3bf40c486013719352be109cb6b1db29dbe74c471c6419fd814d2ff5a54 [2022-07-29T22:27:58.708Z] #38 CACHED [2022-07-29T22:27:58.708Z] [2022-07-29T22:27:58.708Z] #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-07-29T22:27:58.708Z] #40 sha256:bdda54617b5082e5a490107db0d81b711797d01e31f277755f2708137fb5d38b [2022-07-29T22:27:58.708Z] #40 CACHED [2022-07-29T22:27:58.972Z] [2022-07-29T22:27:58.972Z] #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-07-29T22:27:58.972Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:27:58.972Z] #14 10.66 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-07-29T22:27:58.972Z] #14 10.92 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-07-29T22:27:58.972Z] #14 10.92 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-07-29T22:27:58.972Z] #14 10.93 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-07-29T22:27:58.972Z] #14 10.93 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-07-29T22:27:58.972Z] #14 10.93 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-07-29T22:27:58.972Z] #14 10.94 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-07-29T22:27:58.972Z] #14 10.94 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-07-29T22:27:58.972Z] #14 10.94 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-07-29T22:27:58.972Z] #14 10.95 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-07-29T22:27:58.972Z] #14 10.95 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-07-29T22:27:58.972Z] #14 10.96 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-07-29T22:27:58.972Z] #14 10.96 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-07-29T22:27:58.972Z] #14 10.98 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-07-29T22:27:58.972Z] #14 10.98 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-07-29T22:27:58.972Z] #14 10.98 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-07-29T22:27:58.972Z] #14 10.98 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-07-29T22:27:58.972Z] #14 11.27 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:27:58.972Z] #14 11.35 Fetched 115 MB in 3s (42.0 MB/s) [2022-07-29T22:27:59.063Z] #38 9.055 #=#=# ######################################################################## 100.0% [2022-07-29T22:27:59.063Z] #38 9.264 [2022-07-29T22:27:59.063Z] #38 9.304 Download of images into '/build' complete. [2022-07-29T22:27:59.064Z] #38 9.305 Use something like the following to load the result into a Docker daemon: [2022-07-29T22:27:59.064Z] #38 9.305 tar -cC '/build' . | docker load [2022-07-29T22:27:59.232Z] #14 11.39 Selecting previously unselected package binutils-mingw-w64-i686. [2022-07-29T22:27:59.232Z] #14 11.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 ... 15717 files and directories currently installed.) [2022-07-29T22:27:59.232Z] #14 11.41 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-07-29T22:27:59.233Z] #14 11.42 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-07-29T22:27:59.643Z] #38 DONE 9.9s [2022-07-29T22:27:59.643Z] [2022-07-29T22:27:59.643Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-07-29T22:27:59.643Z] #12 sha256:88bb95767c91a6a2036510a52766ae10a6f7c004916d731cd95f7d94cb11552f [2022-07-29T22:27:59.643Z] #12 DONE 1.4s [2022-07-29T22:27:59.643Z] [2022-07-29T22:27:59.643Z] #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-07-29T22:27:59.643Z] #13 sha256:05764b509a20045c72cb6b80bc0b78d684dea462f32393d0060773d65eb9837e [2022-07-29T22:28:00.161Z] #14 12.43 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-07-29T22:28:00.161Z] #14 12.45 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-07-29T22:28:00.161Z] #14 12.46 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-07-29T22:28:00.586Z] #13 DONE 0.7s [2022-07-29T22:28:00.586Z] [2022-07-29T22:28:00.586Z] #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-07-29T22:28:00.586Z] #45 sha256:1a82a3bf40c486013719352be109cb6b1db29dbe74c471c6419fd814d2ff5a54 [2022-07-29T22:28:00.586Z] #45 ... [2022-07-29T22:28:00.586Z] [2022-07-29T22:28:00.586Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-07-29T22:28:00.586Z] #40 sha256:570e02b1751f5a1eac94f23508023c609cdc7bc7fad1dfd170dfd691fd69610a [2022-07-29T22:28:00.586Z] #40 DONE 0.3s [2022-07-29T22:28:00.586Z] [2022-07-29T22:28:00.586Z] #53 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-07-29T22:28:00.586Z] #53 sha256:0fb20bd4ac1504482d550443fadbe5c13303c2c6021f9e41392150d25b9ac3bc [2022-07-29T22:28:00.586Z] #53 DONE 0.4s [2022-07-29T22:28:00.586Z] [2022-07-29T22:28:00.586Z] #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-07-29T22:28:00.586Z] #57 sha256:214d8ca3bf52cecc477039951ed6ee59da20bf504c45a3c752c4ddd625a4688d [2022-07-29T22:28:00.586Z] #57 DONE 0.4s [2022-07-29T22:28:00.846Z] [2022-07-29T22:28:00.846Z] #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-07-29T22:28:00.846Z] #58 sha256:4786f6855fe8dbf5a9ad52afd8073aacd4a05c9c54f0918c430fd38376edb776 [2022-07-29T22:28:01.349Z] #14 13.38 Selecting previously unselected package binutils-mingw-w64. [2022-07-29T22:28:01.349Z] #14 13.39 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-07-29T22:28:01.349Z] #14 13.39 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-07-29T22:28:01.349Z] #14 13.46 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-07-29T22:28:01.349Z] #14 13.46 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-07-29T22:28:01.349Z] #14 13.47 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-07-29T22:28:01.349Z] #14 13.55 Selecting previously unselected package dmsetup. [2022-07-29T22:28:01.349Z] #14 13.55 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-07-29T22:28:01.349Z] #14 13.56 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-07-29T22:28:01.349Z] #14 13.65 Selecting previously unselected package mingw-w64-common. [2022-07-29T22:28:01.606Z] #14 13.65 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-07-29T22:28:01.606Z] #14 13.65 Unpacking mingw-w64-common (8.0.0-1) ... [2022-07-29T22:28:03.387Z] #58 ... [2022-07-29T22:28:03.387Z] [2022-07-29T22:28:03.387Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-07-29T22:28:03.387Z] #14 sha256:3b775d5f110fa2c82c6fdabb36fc822703b8a82af50f7c1e67b39401ef29191f [2022-07-29T22:28:03.387Z] #14 DONE 2.7s [2022-07-29T22:28:03.387Z] [2022-07-29T22:28:03.387Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-07-29T22:28:03.387Z] #15 sha256:67e2e232047836fbd464d2a2d73138667d1fe83ee304c8ec21aef94fbf2f9d56 [2022-07-29T22:28:03.499Z] #14 15.67 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-07-29T22:28:03.499Z] #14 15.69 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-07-29T22:28:03.499Z] #14 15.70 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-07-29T22:28:04.770Z] #15 DONE 1.8s [2022-07-29T22:28:04.770Z] [2022-07-29T22:28:04.770Z] #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-07-29T22:28:04.770Z] #58 sha256:4786f6855fe8dbf5a9ad52afd8073aacd4a05c9c54f0918c430fd38376edb776 [2022-07-29T22:28:04.770Z] #58 3.930 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-07-29T22:28:04.770Z] #58 3.963 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-07-29T22:28:04.770Z] #58 3.965 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-07-29T22:28:05.344Z] #58 4.502 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-07-29T22:28:05.391Z] #14 ... [2022-07-29T22:28:05.391Z] [2022-07-29T22:28:05.391Z] #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-07-29T22:28:05.391Z] #42 sha256:25b7dc650b41afdcf823b76c34a3c9d859a4b10877132b7a4d7aeb7d7ac0c568 [2022-07-29T22:28:05.391Z] #42 11.52 Selecting previously unselected package libicu67:amd64. [2022-07-29T22:28:05.391Z] #42 11.53 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-07-29T22:28:05.391Z] #42 11.55 Unpacking libicu67:amd64 (67.1-7) ... [2022-07-29T22:28:05.391Z] #42 14.08 Selecting previously unselected package libxml2:amd64. [2022-07-29T22:28:05.391Z] #42 14.09 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-07-29T22:28:05.391Z] #42 14.09 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-07-29T22:28:05.391Z] #42 14.40 Selecting previously unselected package libarchive13:amd64. [2022-07-29T22:28:05.391Z] #42 14.40 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-07-29T22:28:05.391Z] #42 14.41 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-07-29T22:28:05.391Z] #42 14.55 Selecting previously unselected package libjsoncpp24:amd64. [2022-07-29T22:28:05.391Z] #42 14.56 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-07-29T22:28:05.391Z] #42 14.57 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-07-29T22:28:05.391Z] #42 14.66 Selecting previously unselected package librhash0:amd64. [2022-07-29T22:28:05.391Z] #42 14.67 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-07-29T22:28:05.391Z] #42 14.67 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-07-29T22:28:05.391Z] #42 14.78 Selecting previously unselected package libuv1:amd64. [2022-07-29T22:28:05.391Z] #42 14.79 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-07-29T22:28:05.391Z] #42 14.80 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-07-29T22:28:05.391Z] #42 14.89 Selecting previously unselected package cmake. [2022-07-29T22:28:05.391Z] #42 14.90 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-07-29T22:28:05.391Z] #42 14.92 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-07-29T22:28:05.391Z] #42 16.61 Setting up libicu67:amd64 (67.1-7) ... [2022-07-29T22:28:05.391Z] #42 16.62 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:28:05.391Z] #42 16.64 Setting up libuv1:amd64 (1.40.0-2) ... [2022-07-29T22:28:05.391Z] #42 16.65 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:28:05.391Z] #42 16.68 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-07-29T22:28:05.391Z] #42 16.70 Setting up librhash0:amd64 (1.4.1-2) ... [2022-07-29T22:28:05.391Z] #42 16.71 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-07-29T22:28:05.391Z] #42 16.74 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-07-29T22:28:05.391Z] #42 16.75 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-07-29T22:28:05.391Z] #42 16.76 Setting up cmake (3.18.4-2+deb11u1) ... [2022-07-29T22:28:05.391Z] #42 16.77 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:28:05.391Z] #42 DONE 17.4s [2022-07-29T22:28:05.391Z] [2022-07-29T22:28:05.391Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-07-29T22:28:05.391Z] #43 sha256:5629a4827966c42a4edac82b2455bd99b3c754866279b1162bc3c1bf6ed023e6 [2022-07-29T22:28:05.391Z] #43 DONE 0.1s [2022-07-29T22:28:05.391Z] [2022-07-29T22:28:05.391Z] #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-07-29T22:28:05.391Z] #44 sha256:5ddfef6769cf764589efcf6712c9fcf1863c3b1e8a98dc53bea76c4ad60a2663 [2022-07-29T22:28:05.606Z] #58 4.900 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-07-29T22:28:05.955Z] #44 0.775 + RM_GOPATH=0 [2022-07-29T22:28:05.955Z] #44 0.775 + TMP_GOPATH= [2022-07-29T22:28:05.955Z] #44 0.775 + : /build [2022-07-29T22:28:05.955Z] #44 0.775 + '[' -z '' ']' [2022-07-29T22:28:05.955Z] #44 0.775 ++ mktemp -d [2022-07-29T22:28:05.955Z] #44 0.775 + export GOPATH=/tmp/tmp.85NYdhzHqc [2022-07-29T22:28:05.955Z] #44 0.775 + GOPATH=/tmp/tmp.85NYdhzHqc [2022-07-29T22:28:05.955Z] #44 0.775 + RM_GOPATH=1 [2022-07-29T22:28:05.955Z] #44 0.775 + case "$(go env GOARCH)" in [2022-07-29T22:28:05.955Z] #44 0.775 ++ go env GOARCH [2022-07-29T22:28:05.955Z] #44 0.796 + export GO_BUILDMODE=-buildmode=pie [2022-07-29T22:28:05.955Z] #44 0.796 + GO_BUILDMODE=-buildmode=pie [2022-07-29T22:28:05.955Z] #44 0.797 ++ dirname /install.sh [2022-07-29T22:28:05.955Z] #44 0.801 + dir=/ [2022-07-29T22:28:05.955Z] #44 0.801 + bin=tini [2022-07-29T22:28:05.955Z] #44 0.801 + shift [2022-07-29T22:28:05.955Z] #44 0.801 + '[' '!' -f //tini.installer ']' [2022-07-29T22:28:05.955Z] #44 0.802 + . //tini.installer [2022-07-29T22:28:05.955Z] #44 0.802 ++ : v0.19.0 [2022-07-29T22:28:05.955Z] #44 0.802 + install_tini [2022-07-29T22:28:05.955Z] #44 0.802 + echo 'Install tini version v0.19.0' [2022-07-29T22:28:05.955Z] #44 0.802 Install tini version v0.19.0 [2022-07-29T22:28:05.955Z] #44 0.802 + git clone https://github.com/krallin/tini.git /tmp/tmp.85NYdhzHqc/tini [2022-07-29T22:28:05.955Z] #44 0.804 Cloning into '/tmp/tmp.85NYdhzHqc/tini'... [2022-07-29T22:28:06.185Z] #58 ... [2022-07-29T22:28:06.185Z] [2022-07-29T22:28:06.185Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-07-29T22:28:06.185Z] #16 sha256:ec8bd2d167b25ad7d50da05a50cbfdc0a91dbb67a5efabaa03b50d55e547bee2 [2022-07-29T22:28:06.185Z] #16 DONE 1.3s [2022-07-29T22:28:06.185Z] [2022-07-29T22:28:06.185Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-07-29T22:28:06.185Z] #17 sha256:0a8b5e4260a811df1da4e2872b931c7a873fa812b5830f19730d3898cd3bef4b [2022-07-29T22:28:06.519Z] #44 ... [2022-07-29T22:28:06.519Z] [2022-07-29T22:28:06.519Z] #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-07-29T22:28:06.519Z] #67 sha256:af5831fcf6071c4bede6dc774881fd392c165ed7fbaaf0f6938f02146b5a779d [2022-07-29T22:28:06.519Z] #67 4.587 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-07-29T22:28:06.519Z] #67 6.391 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-07-29T22:28:06.519Z] #67 6.392 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-07-29T22:28:06.519Z] #67 6.762 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-07-29T22:28:06.519Z] #67 7.581 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-07-29T22:28:06.519Z] #67 7.800 go: downloading github.com/google/uuid v1.3.0 [2022-07-29T22:28:06.519Z] #67 7.808 go: downloading github.com/moby/vpnkit v0.5.0 [2022-07-29T22:28:06.519Z] #67 7.829 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-07-29T22:28:06.519Z] #67 8.047 go: downloading github.com/gofrs/flock v0.8.1 [2022-07-29T22:28:06.519Z] #67 8.060 go: downloading github.com/gorilla/mux v1.8.0 [2022-07-29T22:28:06.519Z] #67 8.115 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-07-29T22:28:06.519Z] #67 8.212 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-07-29T22:28:06.519Z] #67 8.262 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-07-29T22:28:06.519Z] #67 8.588 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-07-29T22:28:06.519Z] #67 8.663 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-07-29T22:28:06.519Z] #67 ... [2022-07-29T22:28:06.519Z] [2022-07-29T22:28:06.519Z] #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-07-29T22:28:06.519Z] #44 sha256:5ddfef6769cf764589efcf6712c9fcf1863c3b1e8a98dc53bea76c4ad60a2663 [2022-07-29T22:28:06.519Z] #44 1.209 + cd /tmp/tmp.85NYdhzHqc/tini [2022-07-29T22:28:06.519Z] #44 1.209 + git checkout -q v0.19.0 [2022-07-29T22:28:06.519Z] #44 1.222 + cmake . [2022-07-29T22:28:06.519Z] #44 1.384 -- The C compiler identification is GNU 10.2.1 [2022-07-29T22:28:06.519Z] #44 1.416 -- Detecting C compiler ABI info [2022-07-29T22:28:07.083Z] #44 1.703 -- Detecting C compiler ABI info - done [2022-07-29T22:28:07.083Z] #44 1.778 -- Check for working C compiler: /usr/bin/cc - skipped [2022-07-29T22:28:07.083Z] #44 1.778 -- Detecting C compile features [2022-07-29T22:28:07.083Z] #44 1.781 -- Detecting C compile features - done [2022-07-29T22:28:07.083Z] #44 1.802 -- Performing Test HAS_BUILTIN_FORTIFY [2022-07-29T22:28:07.083Z] #44 1.914 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-07-29T22:28:07.083Z] #44 1.965 -- Configuring done [2022-07-29T22:28:07.340Z] #44 1.981 -- Generating done [2022-07-29T22:28:07.340Z] #44 1.985 -- Build files have been written to: /tmp/tmp.85NYdhzHqc/tini [2022-07-29T22:28:07.340Z] #44 1.995 + make tini-static [2022-07-29T22:28:07.573Z] #17 DONE 1.2s [2022-07-29T22:28:07.573Z] [2022-07-29T22:28:07.573Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-07-29T22:28:07.573Z] #18 sha256:c91ad615766d2a43d433ec441bc185c72ced570405cabaabc2c7b6a1aa09ed72 [2022-07-29T22:28:07.596Z] #44 2.145 Scanning dependencies of target tini-static [2022-07-29T22:28:07.596Z] #44 2.200 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-07-29T22:28:08.160Z] #44 2.772 [100%] Linking C executable tini-static [2022-07-29T22:28:08.160Z] #44 2.981 [100%] Built target tini-static [2022-07-29T22:28:08.417Z] #44 3.009 + mkdir -p /build [2022-07-29T22:28:08.417Z] #44 3.011 + cp tini-static /build/docker-init [2022-07-29T22:28:08.417Z] #44 ... [2022-07-29T22:28:08.417Z] [2022-07-29T22:28:08.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-07-29T22:28:08.417Z] #64 sha256:e5e1ddc00fda2b4f440e5eb9fc32bd0edd7537da67fca467e35150d40845027c [2022-07-29T22:28:08.417Z] #64 1.547 + RM_GOPATH=0 [2022-07-29T22:28:08.417Z] #64 1.547 + TMP_GOPATH= [2022-07-29T22:28:08.417Z] #64 1.547 + : /build [2022-07-29T22:28:08.417Z] #64 1.547 + '[' -z '' ']' [2022-07-29T22:28:08.417Z] #64 1.547 ++ mktemp -d [2022-07-29T22:28:08.417Z] #64 1.550 + export GOPATH=/tmp/tmp.UHfI1BFSIs [2022-07-29T22:28:08.417Z] #64 1.550 + GOPATH=/tmp/tmp.UHfI1BFSIs [2022-07-29T22:28:08.417Z] #64 1.550 + RM_GOPATH=1 [2022-07-29T22:28:08.417Z] #64 1.550 + case "$(go env GOARCH)" in [2022-07-29T22:28:08.417Z] #64 1.550 ++ go env GOARCH [2022-07-29T22:28:08.417Z] #64 1.575 + export GO_BUILDMODE=-buildmode=pie [2022-07-29T22:28:08.417Z] #64 1.576 + GO_BUILDMODE=-buildmode=pie [2022-07-29T22:28:08.417Z] #64 1.576 ++ dirname /install.sh [2022-07-29T22:28:08.417Z] #64 1.577 + dir=/ [2022-07-29T22:28:08.417Z] #64 1.577 + bin=containerd [2022-07-29T22:28:08.417Z] #64 1.577 + shift [2022-07-29T22:28:08.417Z] #64 1.577 + '[' '!' -f //containerd.installer ']' [2022-07-29T22:28:08.417Z] #64 1.577 + . //containerd.installer [2022-07-29T22:28:08.417Z] #64 1.577 ++ set -e [2022-07-29T22:28:08.417Z] #64 1.577 ++ : v1.6.6 [2022-07-29T22:28:08.417Z] #64 1.577 + install_containerd [2022-07-29T22:28:08.417Z] #64 1.578 + echo 'Install containerd version v1.6.6' [2022-07-29T22:28:08.417Z] #64 1.578 + git clone https://github.com/containerd/containerd.git /tmp/tmp.UHfI1BFSIs/src/github.com/containerd/containerd [2022-07-29T22:28:08.417Z] #64 1.578 Install containerd version v1.6.6 [2022-07-29T22:28:08.417Z] #64 1.581 Cloning into '/tmp/tmp.UHfI1BFSIs/src/github.com/containerd/containerd'... [2022-07-29T22:28:08.417Z] #64 ... [2022-07-29T22:28:08.417Z] [2022-07-29T22:28:08.418Z] #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-07-29T22:28:08.418Z] #44 sha256:5ddfef6769cf764589efcf6712c9fcf1863c3b1e8a98dc53bea76c4ad60a2663 [2022-07-29T22:28:08.418Z] #44 DONE 3.2s [2022-07-29T22:28:08.418Z] [2022-07-29T22:28:08.418Z] #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-07-29T22:28:08.418Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:28:08.418Z] #14 18.38 Selecting previously unselected package gcc-mingw-w64-base. [2022-07-29T22:28:08.418Z] #14 18.40 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-07-29T22:28:08.418Z] #14 18.40 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-07-29T22:28:08.418Z] #14 18.47 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-07-29T22:28:08.418Z] #14 18.48 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-07-29T22:28:08.418Z] #14 18.48 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-07-29T22:28:08.956Z] #18 DONE 1.4s [2022-07-29T22:28:08.956Z] [2022-07-29T22:28:08.956Z] #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-07-29T22:28:08.956Z] #19 sha256:1b1d9dac1bc282eb8e4fe3ae81b47148e43a2315d0ca62a4d546c3b59474793e [2022-07-29T22:28:09.788Z] #14 ... [2022-07-29T22:28:09.788Z] [2022-07-29T22:28:09.788Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-07-29T22:28:09.788Z] #46 sha256:0fb20bd4ac1504482d550443fadbe5c13303c2c6021f9e41392150d25b9ac3bc [2022-07-29T22:28:09.788Z] #46 CACHED [2022-07-29T22:28:09.788Z] [2022-07-29T22:28:09.788Z] #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-07-29T22:28:09.788Z] #47 sha256:227902170f5c3b0aaca2dffd57dac2b8e4f381343477cfee50c90126d3e77ba2 [2022-07-29T22:28:09.788Z] #47 CACHED [2022-07-29T22:28:09.788Z] [2022-07-29T22:28:09.788Z] #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-07-29T22:28:09.788Z] #50 sha256:214d8ca3bf52cecc477039951ed6ee59da20bf504c45a3c752c4ddd625a4688d [2022-07-29T22:28:09.788Z] #50 CACHED [2022-07-29T22:28:09.788Z] [2022-07-29T22:28:09.788Z] #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-07-29T22:28:09.788Z] #51 sha256:4786f6855fe8dbf5a9ad52afd8073aacd4a05c9c54f0918c430fd38376edb776 [2022-07-29T22:28:09.788Z] #51 CACHED [2022-07-29T22:28:09.788Z] [2022-07-29T22:28:09.788Z] #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-07-29T22:28:09.788Z] #53 sha256:ecf3cd67689cd7756657b79c02e28edc1d38c237be2de3571f17d04f8973fa13 [2022-07-29T22:28:09.789Z] #53 CACHED [2022-07-29T22:28:09.789Z] [2022-07-29T22:28:09.789Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:28:09.789Z] #55 sha256:986d8658b96ca0781216293b2573c6adacf583f00e7f79d984c50d9576e50c57 [2022-07-29T22:28:09.789Z] #55 CACHED [2022-07-29T22:28:09.789Z] [2022-07-29T22:28:09.789Z] #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-07-29T22:28:09.789Z] #57 sha256:c1feea647cb2b8221009c3899b3ae89c6e3b91c7e088cd45392d284227edd8a1 [2022-07-29T22:28:09.789Z] #57 CACHED [2022-07-29T22:28:09.789Z] [2022-07-29T22:28:09.789Z] #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-07-29T22:28:09.789Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:28:10.046Z] #14 22.15 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-07-29T22:28:10.046Z] #14 22.15 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-07-29T22:28:10.046Z] #14 22.16 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-07-29T22:28:10.341Z] #19 1.428 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-07-29T22:28:10.341Z] #19 1.461 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-07-29T22:28:10.341Z] #19 1.468 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-07-29T22:28:10.341Z] #19 ... [2022-07-29T22:28:10.341Z] [2022-07-29T22:28:10.341Z] #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-07-29T22:28:10.341Z] #60 sha256:ecf3cd67689cd7756657b79c02e28edc1d38c237be2de3571f17d04f8973fa13 [2022-07-29T22:28:10.341Z] #60 3.588 go: downloading gotest.tools/gotestsum v1.8.1 [2022-07-29T22:28:10.342Z] #60 6.835 go: downloading github.com/fatih/color v1.10.0 [2022-07-29T22:28:10.342Z] #60 6.839 go: downloading github.com/dnephin/pflag v1.0.7 [2022-07-29T22:28:10.342Z] #60 6.864 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-07-29T22:28:10.342Z] #60 7.426 go: downloading golang.org/x/tools v0.1.0 [2022-07-29T22:28:10.342Z] #60 7.693 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-07-29T22:28:10.342Z] #60 7.742 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-07-29T22:28:10.342Z] #60 7.808 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-07-29T22:28:10.342Z] #60 7.984 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-07-29T22:28:10.342Z] #60 ... [2022-07-29T22:28:10.342Z] [2022-07-29T22:28:10.342Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:28:10.342Z] #62 sha256:986d8658b96ca0781216293b2573c6adacf583f00e7f79d984c50d9576e50c57 [2022-07-29T22:28:10.342Z] #62 3.798 go: downloading github.com/golangci/golangci-lint v1.46.2 [2022-07-29T22:28:10.342Z] #62 4.983 go: downloading github.com/fatih/color v1.13.0 [2022-07-29T22:28:10.342Z] #62 4.984 go: downloading github.com/gofrs/flock v0.8.1 [2022-07-29T22:28:10.342Z] #62 5.078 go: downloading github.com/pkg/errors v0.9.1 [2022-07-29T22:28:10.342Z] #62 5.103 go: downloading github.com/spf13/cobra v1.4.0 [2022-07-29T22:28:10.342Z] #62 5.156 go: downloading github.com/spf13/pflag v1.0.5 [2022-07-29T22:28:10.342Z] #62 5.491 go: downloading github.com/spf13/viper v1.11.0 [2022-07-29T22:28:10.342Z] #62 5.494 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-07-29T22:28:10.342Z] #62 6.266 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-07-29T22:28:10.342Z] #62 6.274 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-07-29T22:28:10.342Z] #62 6.405 go: downloading golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a [2022-07-29T22:28:10.342Z] #62 6.418 go: downloading github.com/go-critic/go-critic v0.6.3 [2022-07-29T22:28:10.342Z] #62 7.995 go: downloading github.com/hashicorp/go-version v1.4.0 [2022-07-29T22:28:10.342Z] #62 8.170 go: downloading github.com/ldez/gomoddirectives v0.2.3 [2022-07-29T22:28:10.342Z] #62 8.374 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-07-29T22:28:10.342Z] #62 8.474 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-07-29T22:28:10.602Z] #62 ... [2022-07-29T22:28:10.602Z] [2022-07-29T22:28:10.602Z] #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-07-29T22:28:10.602Z] #47 sha256:bdda54617b5082e5a490107db0d81b711797d01e31f277755f2708137fb5d38b [2022-07-29T22:28:10.602Z] #47 3.743 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-07-29T22:28:10.602Z] #47 4.427 go: downloading github.com/tc-hib/winres v0.1.5 [2022-07-29T22:28:10.602Z] #47 5.551 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-07-29T22:28:10.602Z] #47 5.894 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-07-29T22:28:10.602Z] #47 6.034 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-07-29T22:28:10.602Z] #47 9.574 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-07-29T22:28:10.602Z] #47 9.618 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-07-29T22:28:10.864Z] #47 ... [2022-07-29T22:28:10.864Z] [2022-07-29T22:28:10.864Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod case $(dpkg --print-architecture) in amd64|arm64) GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help ;; *) mkdir -p /build/ ;; esac [2022-07-29T22:28:10.864Z] #43 sha256:200e0ce9117b672449f74179fde64ba87e1c446761a7a191f3ee2b4a747d7a29 [2022-07-29T22:28:10.864Z] #43 2.998 go: downloading github.com/go-delve/delve v1.8.1 [2022-07-29T22:28:10.864Z] #43 ... [2022-07-29T22:28:10.864Z] [2022-07-29T22:28:10.864Z] #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-07-29T22:28:10.864Z] #83 sha256:63963eed62014231075f4225b8fab9beff0b5bef7a109bbb128d375a38811047 [2022-07-29T22:28:10.864Z] #83 4.280 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-07-29T22:28:10.864Z] #83 4.309 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-07-29T22:28:10.864Z] #83 4.309 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-07-29T22:28:10.864Z] #83 4.989 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-07-29T22:28:10.864Z] #83 6.951 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB] [2022-07-29T22:28:10.864Z] #83 9.139 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-07-29T22:28:11.124Z] #83 ... [2022-07-29T22:28:11.124Z] [2022-07-29T22:28:11.125Z] #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-07-29T22:28:11.125Z] #54 sha256:227902170f5c3b0aaca2dffd57dac2b8e4f381343477cfee50c90126d3e77ba2 [2022-07-29T22:28:11.125Z] #54 3.301 + git clone https://github.com/docker/distribution.git . [2022-07-29T22:28:11.125Z] #54 3.301 Cloning into '.'... [2022-07-29T22:28:11.125Z] #54 ... [2022-07-29T22:28:11.125Z] [2022-07-29T22:28:11.125Z] #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-07-29T22:28:11.125Z] #41 sha256:be1d50aa5033694acc1312dcc6ebc9582878d65872f13f83b11aa6a3855f38c7 [2022-07-29T22:28:11.125Z] #41 3.473 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-07-29T22:28:11.125Z] #41 3.479 Cloning into '.'... [2022-07-29T22:28:11.385Z] #41 ... [2022-07-29T22:28:11.385Z] [2022-07-29T22:28:11.385Z] #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-07-29T22:28:11.385Z] #64 sha256:c1feea647cb2b8221009c3899b3ae89c6e3b91c7e088cd45392d284227edd8a1 [2022-07-29T22:28:11.385Z] #64 2.675 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-07-29T22:28:11.385Z] #64 7.691 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-07-29T22:28:11.385Z] #64 7.692 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-07-29T22:28:11.385Z] #64 7.855 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-07-29T22:28:11.385Z] #64 9.554 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-07-29T22:28:11.646Z] #64 ... [2022-07-29T22:28:11.646Z] [2022-07-29T22:28:11.646Z] #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-07-29T22:28:11.646Z] #19 sha256:1b1d9dac1bc282eb8e4fe3ae81b47148e43a2315d0ca62a4d546c3b59474793e [2022-07-29T22:28:11.646Z] #19 2.338 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB] [2022-07-29T22:28:12.218Z] #19 3.221 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB] [2022-07-29T22:28:13.160Z] #19 4.159 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB] [2022-07-29T22:28:14.105Z] #19 5.152 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-07-29T22:28:14.676Z] #19 ... [2022-07-29T22:28:14.676Z] [2022-07-29T22:28:14.676Z] #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-07-29T22:28:14.676Z] #45 sha256:1a82a3bf40c486013719352be109cb6b1db29dbe74c471c6419fd814d2ff5a54 [2022-07-29T22:28:14.676Z] #45 4.264 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-07-29T22:28:14.937Z] #45 ... [2022-07-29T22:28:14.937Z] [2022-07-29T22:28:14.937Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:28:14.937Z] #62 sha256:986d8658b96ca0781216293b2573c6adacf583f00e7f79d984c50d9576e50c57 [2022-07-29T22:28:14.937Z] #62 12.49 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-07-29T22:28:14.937Z] #62 12.51 go: downloading github.com/stretchr/testify v1.7.1 [2022-07-29T22:28:14.937Z] #62 12.74 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-07-29T22:28:14.937Z] #62 12.87 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-07-29T22:28:14.937Z] #62 13.00 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2022-07-29T22:28:14.937Z] #62 13.10 go: downloading github.com/mitchellh/mapstructure v1.5.0 [2022-07-29T22:28:14.937Z] #62 13.23 go: downloading github.com/spf13/afero v1.8.2 [2022-07-29T22:28:14.937Z] #62 13.25 go: downloading github.com/spf13/cast v1.4.1 [2022-07-29T22:28:14.937Z] #62 13.37 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-07-29T22:28:14.937Z] #62 13.48 go: downloading golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 [2022-07-29T22:28:14.937Z] #62 13.74 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-07-29T22:28:14.937Z] #62 13.84 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-07-29T22:28:14.937Z] #62 13.94 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-07-29T22:28:14.937Z] #62 14.09 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-07-29T22:28:14.937Z] #62 14.17 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-07-29T22:28:14.937Z] #62 14.26 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-07-29T22:28:14.937Z] #62 14.27 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-07-29T22:28:14.937Z] #62 14.38 go: downloading github.com/quasilyte/go-ruleguard v0.3.16-0.20220213074421-6aa060fab41a [2022-07-29T22:28:15.879Z] #62 15.30 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-07-29T22:28:15.879Z] #62 15.41 go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 [2022-07-29T22:28:16.449Z] #62 16.05 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-07-29T22:28:16.592Z] #14 27.74 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-07-29T22:28:16.592Z] #14 27.75 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-07-29T22:28:16.592Z] #14 27.76 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-07-29T22:28:16.592Z] #14 ... [2022-07-29T22:28:16.592Z] [2022-07-29T22:28:16.592Z] #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-07-29T22:28:16.592Z] #64 sha256:e5e1ddc00fda2b4f440e5eb9fc32bd0edd7537da67fca467e35150d40845027c [2022-07-29T22:28:16.592Z] #64 19.70 + cd /tmp/tmp.UHfI1BFSIs/src/github.com/containerd/containerd [2022-07-29T22:28:16.592Z] #64 19.70 + git checkout -q v1.6.6 [2022-07-29T22:28:16.744Z] #62 16.41 go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f [2022-07-29T22:28:17.015Z] #62 16.58 go: downloading github.com/Antonboom/errname v0.1.6 [2022-07-29T22:28:17.015Z] #62 16.59 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-07-29T22:28:17.155Z] #64 20.47 + export 'BUILDTAGS=netgo osusergo static_build' [2022-07-29T22:28:17.156Z] #64 20.47 + BUILDTAGS='netgo osusergo static_build' [2022-07-29T22:28:17.282Z] #62 16.77 go: downloading github.com/Antonboom/nilnil v0.1.1 [2022-07-29T22:28:17.282Z] #62 16.82 go: downloading github.com/BurntSushi/toml v1.1.0 [2022-07-29T22:28:17.282Z] #62 16.88 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-07-29T22:28:17.282Z] #62 ... [2022-07-29T22:28:17.282Z] [2022-07-29T22:28:17.282Z] #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-07-29T22:28:17.282Z] #45 sha256:1a82a3bf40c486013719352be109cb6b1db29dbe74c471c6419fd814d2ff5a54 [2022-07-29T22:28:17.282Z] #45 16.39 tomll can be used in two ways: [2022-07-29T22:28:17.282Z] #45 16.39 Writing to STDIN and reading from STDOUT: [2022-07-29T22:28:17.282Z] #45 16.39 cat file.toml | tomll > file.toml [2022-07-29T22:28:17.282Z] #45 16.39 [2022-07-29T22:28:17.282Z] #45 16.39 Reading and updating a list of files: [2022-07-29T22:28:17.282Z] #45 16.39 tomll a.toml b.toml c.toml [2022-07-29T22:28:17.282Z] #45 16.39 [2022-07-29T22:28:17.282Z] #45 16.39 When given a list of files, tomll will modify all files in place without asking. [2022-07-29T22:28:17.282Z] #45 DONE 16.9s [2022-07-29T22:28:17.412Z] #64 20.47 + export EXTRA_FLAGS=-buildmode=pie [2022-07-29T22:28:17.412Z] #64 20.47 + EXTRA_FLAGS=-buildmode=pie [2022-07-29T22:28:17.412Z] #64 20.47 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-07-29T22:28:17.412Z] #64 20.47 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-07-29T22:28:17.412Z] #64 20.47 + '[' '' = dynamic ']' [2022-07-29T22:28:17.412Z] #64 20.47 + make [2022-07-29T22:28:17.542Z] [2022-07-29T22:28:17.542Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod case $(dpkg --print-architecture) in amd64|arm64) GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help ;; *) mkdir -p /build/ ;; esac [2022-07-29T22:28:17.542Z] #43 sha256:200e0ce9117b672449f74179fde64ba87e1c446761a7a191f3ee2b4a747d7a29 [2022-07-29T22:28:17.542Z] #43 12.18 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-07-29T22:28:17.542Z] #43 12.18 go: downloading github.com/spf13/cobra v1.1.3 [2022-07-29T22:28:17.542Z] #43 12.51 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-07-29T22:28:17.542Z] #43 12.79 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-07-29T22:28:17.542Z] #43 13.01 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-07-29T22:28:17.542Z] #43 13.24 go: downloading github.com/cosiner/argv v0.1.0 [2022-07-29T22:28:17.542Z] #43 13.25 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-07-29T22:28:17.542Z] #43 13.32 go: downloading github.com/peterh/liner v1.2.2 [2022-07-29T22:28:17.542Z] #43 13.54 go: downloading github.com/google/go-dap v0.6.0 [2022-07-29T22:28:17.542Z] #43 13.83 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-07-29T22:28:17.542Z] #43 14.17 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-07-29T22:28:17.542Z] #43 14.32 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-07-29T22:28:17.542Z] #43 14.42 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-07-29T22:28:17.542Z] #43 16.08 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-07-29T22:28:17.542Z] #43 16.18 go: downloading github.com/cilium/ebpf v0.7.0 [2022-07-29T22:28:17.802Z] #43 17.42 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-07-29T22:28:18.062Z] #43 ... [2022-07-29T22:28:18.062Z] [2022-07-29T22:28:18.062Z] #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-07-29T22:28:18.062Z] #58 sha256:4786f6855fe8dbf5a9ad52afd8073aacd4a05c9c54f0918c430fd38376edb776 [2022-07-29T22:28:18.062Z] #58 7.270 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB] [2022-07-29T22:28:18.062Z] #58 9.490 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-07-29T22:28:18.062Z] #58 11.28 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2163 B] [2022-07-29T22:28:18.062Z] #58 17.48 Fetched 8565 kB in 14s (616 kB/s) [2022-07-29T22:28:18.062Z] #58 17.48 Reading package lists... [2022-07-29T22:28:18.062Z] #58 ... [2022-07-29T22:28:18.062Z] [2022-07-29T22:28:18.062Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:28:18.062Z] #62 sha256:986d8658b96ca0781216293b2573c6adacf583f00e7f79d984c50d9576e50c57 [2022-07-29T22:28:18.062Z] #62 17.20 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.1.0 [2022-07-29T22:28:18.062Z] #62 17.46 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-07-29T22:28:18.062Z] #62 17.81 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-07-29T22:28:18.322Z] #62 17.91 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-07-29T22:28:18.322Z] #62 17.98 go: downloading github.com/ashanbrown/makezero v1.1.1 [2022-07-29T22:28:18.322Z] #62 18.03 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-07-29T22:28:18.343Z] #64 21.60 + bin/ctr [2022-07-29T22:28:18.582Z] #62 18.18 go: downloading github.com/blizzy78/varnamelen v0.8.0 [2022-07-29T22:28:18.582Z] #62 18.22 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-07-29T22:28:18.582Z] #62 18.27 go: downloading github.com/breml/bidichk v0.2.3 [2022-07-29T22:28:18.582Z] #62 18.38 go: downloading github.com/breml/errchkjson v0.3.0 [2022-07-29T22:28:18.842Z] #62 18.38 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-07-29T22:28:18.842Z] #62 18.46 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-07-29T22:28:18.842Z] #62 18.52 go: downloading github.com/daixiang0/gci v0.3.3 [2022-07-29T22:28:18.842Z] #62 18.54 go: downloading github.com/denis-tingaikin/go-header v0.4.3 [2022-07-29T22:28:18.842Z] #62 18.66 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-07-29T22:28:19.103Z] #62 18.73 go: downloading github.com/firefart/nonamedreturns v1.0.1 [2022-07-29T22:28:19.103Z] #62 18.76 go: downloading github.com/fzipp/gocyclo v0.5.1 [2022-07-29T22:28:19.103Z] #62 18.84 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-07-29T22:28:19.103Z] #62 18.90 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-07-29T22:28:19.363Z] #62 18.90 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe [2022-07-29T22:28:19.363Z] #62 19.00 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-07-29T22:28:19.623Z] #62 19.28 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-07-29T22:28:19.623Z] #62 19.29 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-07-29T22:28:19.623Z] #62 19.33 go: downloading github.com/golangci/misspell v0.3.5 [2022-07-29T22:28:19.883Z] #62 19.47 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-07-29T22:28:19.883Z] #62 19.52 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-07-29T22:28:20.143Z] #62 19.64 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-07-29T22:28:20.143Z] #62 19.67 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-07-29T22:28:20.143Z] #62 19.68 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-07-29T22:28:20.143Z] #62 19.71 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-07-29T22:28:20.143Z] #62 19.75 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-07-29T22:28:20.143Z] #62 19.79 go: downloading github.com/julz/importas v0.1.0 [2022-07-29T22:28:20.143Z] #62 19.80 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-07-29T22:28:20.402Z] #62 19.87 go: downloading github.com/kulti/thelper v0.6.2 [2022-07-29T22:28:20.402Z] #62 19.99 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-07-29T22:28:20.402Z] #62 20.02 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-07-29T22:28:20.402Z] #62 20.11 go: downloading github.com/ldez/tagliatelle v0.3.1 [2022-07-29T22:28:20.662Z] #62 20.11 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-07-29T22:28:20.662Z] #62 20.13 go: downloading github.com/lufeee/execinquery v1.2.1 [2022-07-29T22:28:20.662Z] #62 20.18 go: downloading github.com/maratori/testpackage v1.0.1 [2022-07-29T22:28:20.662Z] #62 20.30 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-07-29T22:28:20.662Z] #62 20.35 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-07-29T22:28:20.662Z] #62 20.38 go: downloading github.com/mgechev/revive v1.2.1 [2022-07-29T22:28:21.602Z] #62 20.95 go: downloading github.com/moricho/tparallel v0.2.1 [2022-07-29T22:28:21.602Z] #62 20.98 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-07-29T22:28:21.602Z] #62 21.07 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-07-29T22:28:21.602Z] #62 21.08 go: downloading github.com/nishanths/predeclared v0.2.2 [2022-07-29T22:28:21.602Z] #62 21.21 go: downloading github.com/polyfloyd/go-errorlint v1.0.0 [2022-07-29T22:28:21.602Z] #62 21.30 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-07-29T22:28:21.602Z] #62 21.36 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-07-29T22:28:21.602Z] #62 ... [2022-07-29T22:28:21.602Z] [2022-07-29T22:28:21.602Z] #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-07-29T22:28:21.602Z] #60 sha256:ecf3cd67689cd7756657b79c02e28edc1d38c237be2de3571f17d04f8973fa13 [2022-07-29T22:28:21.602Z] #60 11.29 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-07-29T22:28:21.602Z] #60 11.35 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-07-29T22:28:21.602Z] #60 11.50 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-07-29T22:28:21.602Z] #60 13.19 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-07-29T22:28:21.602Z] #60 13.21 go: downloading golang.org/x/mod v0.3.0 [2022-07-29T22:28:21.862Z] #60 ... [2022-07-29T22:28:21.862Z] [2022-07-29T22:28:21.862Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:28:21.862Z] #62 sha256:986d8658b96ca0781216293b2573c6adacf583f00e7f79d984c50d9576e50c57 [2022-07-29T22:28:21.862Z] #62 21.38 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-07-29T22:28:21.862Z] #62 21.43 go: downloading github.com/securego/gosec/v2 v2.11.0 [2022-07-29T22:28:22.122Z] #62 21.73 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-07-29T22:28:22.122Z] #62 21.74 go: downloading github.com/sivchari/containedctx v1.0.2 [2022-07-29T22:28:22.122Z] #62 21.79 go: downloading github.com/sivchari/tenv v1.5.0 [2022-07-29T22:28:22.122Z] #62 21.85 go: downloading github.com/sonatard/noctx v0.0.1 [2022-07-29T22:28:22.383Z] #62 21.97 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-07-29T22:28:22.383Z] #62 22.02 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-07-29T22:28:22.383Z] #62 22.11 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1 [2022-07-29T22:28:22.642Z] #62 22.17 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-07-29T22:28:22.642Z] #62 22.22 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-07-29T22:28:22.643Z] #62 22.27 go: downloading github.com/tetafro/godot v1.4.11 [2022-07-29T22:28:22.643Z] #62 22.32 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-07-29T22:28:22.643Z] #62 22.34 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.1 [2022-07-29T22:28:22.903Z] #62 22.44 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-07-29T22:28:22.903Z] #62 22.63 go: downloading github.com/ultraware/funlen v0.0.3 [2022-07-29T22:28:23.163Z] #62 22.69 go: downloading github.com/ultraware/whitespace v0.0.5 [2022-07-29T22:28:23.163Z] #62 22.72 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-07-29T22:28:23.163Z] #62 22.86 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-07-29T22:28:23.423Z] #62 22.95 go: downloading github.com/yeya24/promlinter v0.2.0 [2022-07-29T22:28:23.423Z] #62 23.05 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-07-29T22:28:23.607Z] #64 ... [2022-07-29T22:28:23.608Z] [2022-07-29T22:28:23.608Z] #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-07-29T22:28:23.608Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:28:23.608Z] #14 30.18 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-07-29T22:28:23.608Z] #14 30.18 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-07-29T22:28:23.608Z] #14 30.19 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-07-29T22:28:23.608Z] #14 32.26 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-07-29T22:28:23.608Z] #14 32.26 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-07-29T22:28:23.608Z] #14 32.26 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-07-29T22:28:23.608Z] #14 35.76 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-07-29T22:28:23.608Z] #14 35.77 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-07-29T22:28:23.608Z] #14 35.77 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-07-29T22:28:23.682Z] #62 23.20 go: downloading honnef.co/go/tools v0.3.1 [2022-07-29T22:28:25.064Z] #62 24.52 go: downloading mvdan.cc/gofumpt v0.3.1 [2022-07-29T22:28:25.064Z] #62 24.54 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-07-29T22:28:25.064Z] #62 24.67 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-07-29T22:28:25.064Z] #62 24.75 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-07-29T22:28:25.064Z] #62 24.75 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-07-29T22:28:25.324Z] #62 24.82 go: downloading github.com/stretchr/objx v0.1.1 [2022-07-29T22:28:25.324Z] #62 24.96 go: downloading github.com/subosito/gotenv v1.2.0 [2022-07-29T22:28:25.324Z] #62 ... [2022-07-29T22:28:25.324Z] [2022-07-29T22:28:25.324Z] #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-07-29T22:28:25.324Z] #19 sha256:1b1d9dac1bc282eb8e4fe3ae81b47148e43a2315d0ca62a4d546c3b59474793e [2022-07-29T22:28:25.324Z] #19 6.409 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB] [2022-07-29T22:28:25.324Z] #19 7.299 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB] [2022-07-29T22:28:25.324Z] #19 8.537 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB] [2022-07-29T22:28:25.324Z] #19 8.537 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB] [2022-07-29T22:28:25.324Z] #19 8.620 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [160 kB] [2022-07-29T22:28:25.324Z] #19 8.668 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [154 kB] [2022-07-29T22:28:25.324Z] #19 8.733 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [142 kB] [2022-07-29T22:28:25.324Z] #19 8.750 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [168 kB] [2022-07-29T22:28:25.324Z] #19 8.754 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-07-29T22:28:25.324Z] #19 8.776 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-07-29T22:28:25.324Z] #19 8.779 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-07-29T22:28:25.324Z] #19 8.782 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-07-29T22:28:25.324Z] #19 8.796 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-07-29T22:28:25.324Z] #19 8.796 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-07-29T22:28:25.324Z] #19 ... [2022-07-29T22:28:25.324Z] [2022-07-29T22:28:25.324Z] #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-07-29T22:28:25.324Z] #54 sha256:227902170f5c3b0aaca2dffd57dac2b8e4f381343477cfee50c90126d3e77ba2 [2022-07-29T22:28:25.324Z] #54 21.20 Updating files: 83% (1809/2176) Updating files: 84% (1828/2176) Updating files: 85% (1850/2176) Updating files: 86% (1872/2176) Updating files: 87% (1894/2176) Updating files: 88% (1915/2176) Updating files: 89% (1937/2176) Updating files: 90% (1959/2176) Updating files: 91% (1981/2176) Updating files: 92% (2002/2176) Updating files: 93% (2024/2176) Updating files: 94% (2046/2176) Updating files: 95% (2068/2176) Updating files: 96% (2089/2176) Updating files: 97% (2111/2176) Updating files: 98% (2133/2176) Updating files: 99% (2155/2176) Updating files: 100% (2176/2176) Updating files: 100% (2176/2176), done. [2022-07-29T22:28:25.324Z] #54 21.40 + git checkout -q v2.3.0 [2022-07-29T22:28:25.324Z] #54 23.63 + 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-07-29T22:28:26.156Z] #14 38.06 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-07-29T22:28:26.156Z] #14 38.06 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-07-29T22:28:26.156Z] #14 38.07 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-07-29T22:28:26.156Z] #14 38.14 Selecting previously unselected package libapparmor1:amd64. [2022-07-29T22:28:26.156Z] #14 38.15 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-07-29T22:28:26.156Z] #14 38.16 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-07-29T22:28:26.156Z] #14 38.21 Selecting previously unselected package libapparmor-dev:amd64. [2022-07-29T22:28:26.156Z] #14 38.22 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-07-29T22:28:26.156Z] #14 38.22 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-07-29T22:28:26.156Z] #14 38.30 Selecting previously unselected package libbtrfs0:amd64. [2022-07-29T22:28:26.156Z] #14 38.30 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-07-29T22:28:26.156Z] #14 38.31 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-07-29T22:28:26.156Z] #14 38.49 Selecting previously unselected package libbtrfs-dev:amd64. [2022-07-29T22:28:26.264Z] #54 ... [2022-07-29T22:28:26.264Z] [2022-07-29T22:28:26.264Z] #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-07-29T22:28:26.264Z] #83 sha256:63963eed62014231075f4225b8fab9beff0b5bef7a109bbb128d375a38811047 [2022-07-29T22:28:26.264Z] #83 15.67 Fetched 8561 kB in 12s (733 kB/s) [2022-07-29T22:28:26.264Z] #83 15.67 Reading package lists... [2022-07-29T22:28:26.264Z] #83 20.99 Reading package lists... [2022-07-29T22:28:26.264Z] #83 25.31 Building dependency tree... [2022-07-29T22:28:26.264Z] #83 ... [2022-07-29T22:28:26.264Z] [2022-07-29T22:28:26.264Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:28:26.264Z] #62 sha256:986d8658b96ca0781216293b2573c6adacf583f00e7f79d984c50d9576e50c57 [2022-07-29T22:28:26.264Z] #62 24.99 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-07-29T22:28:26.264Z] #62 25.19 go: downloading gopkg.in/ini.v1 v1.66.4 [2022-07-29T22:28:26.264Z] #62 25.21 go: downloading github.com/magiconair/properties v1.8.6 [2022-07-29T22:28:26.264Z] #62 25.35 go: downloading github.com/pelletier/go-toml v1.9.5 [2022-07-29T22:28:26.264Z] #62 25.46 go: downloading golang.org/x/text v0.3.7 [2022-07-29T22:28:26.418Z] #14 38.49 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-07-29T22:28:26.418Z] #14 38.50 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-07-29T22:28:26.418Z] #14 38.65 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-07-29T22:28:26.418Z] #14 38.65 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-07-29T22:28:26.418Z] #14 38.66 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-07-29T22:28:26.418Z] #14 38.78 Selecting previously unselected package libudev-dev:amd64. [2022-07-29T22:28:26.676Z] #14 38.78 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-07-29T22:28:26.676Z] #14 38.81 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-07-29T22:28:26.676Z] #14 38.95 Selecting previously unselected package libsepol1-dev:amd64. [2022-07-29T22:28:26.676Z] #14 38.96 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-07-29T22:28:26.676Z] #14 38.98 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-07-29T22:28:27.239Z] #14 ... [2022-07-29T22:28:27.239Z] [2022-07-29T22:28:27.239Z] #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-07-29T22:28:27.239Z] #67 sha256:af5831fcf6071c4bede6dc774881fd392c165ed7fbaaf0f6938f02146b5a779d [2022-07-29T22:28:27.239Z] #67 27.70 + for f in rootlesskit rootlesskit-docker-proxy [2022-07-29T22:28:27.239Z] #67 27.70 + GOBIN=/build [2022-07-29T22:28:27.239Z] #67 27.70 + GO111MODULE=on [2022-07-29T22:28:27.239Z] #67 27.70 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-07-29T22:28:27.239Z] #67 34.28 rootlesskit version 1.0.0 [2022-07-29T22:28:27.239Z] #67 34.28 Usage of /build/rootlesskit-docker-proxy: [2022-07-29T22:28:27.239Z] #67 34.28 -container-ip string [2022-07-29T22:28:27.239Z] #67 34.28 container ip [2022-07-29T22:28:27.239Z] #67 34.28 -container-port int [2022-07-29T22:28:27.239Z] #67 34.28 container port (default -1) [2022-07-29T22:28:27.239Z] #67 34.28 -host-ip string [2022-07-29T22:28:27.239Z] #67 34.28 host ip [2022-07-29T22:28:27.239Z] #67 34.28 -host-port int [2022-07-29T22:28:27.239Z] #67 34.28 host port (default -1) [2022-07-29T22:28:27.239Z] #67 34.28 -proto string [2022-07-29T22:28:27.239Z] #67 34.28 proxy protocol (default "tcp") [2022-07-29T22:28:27.239Z] #67 DONE 35.3s [2022-07-29T22:28:27.239Z] [2022-07-29T22:28:27.239Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-07-29T22:28:27.239Z] #68 sha256:39258b046f0aaba30882ea88af295c2ce1653d110a3378cdabf9274e29fcd469 [2022-07-29T22:28:27.239Z] #68 DONE 0.0s [2022-07-29T22:28:27.239Z] [2022-07-29T22:28:27.239Z] #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-07-29T22:28:27.239Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:28:27.239Z] #14 39.25 Selecting previously unselected package libpcre2-16-0:amd64. [2022-07-29T22:28:27.239Z] #14 39.31 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-07-29T22:28:27.239Z] #14 39.32 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-07-29T22:28:27.239Z] #14 ... [2022-07-29T22:28:27.239Z] [2022-07-29T22:28:27.239Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-07-29T22:28:27.239Z] #69 sha256:8191fe0ff337e22c05956db273e22c7915f806c1535c44479de70eb28fa46a1c [2022-07-29T22:28:27.239Z] #69 DONE 0.1s [2022-07-29T22:28:27.239Z] [2022-07-29T22:28:27.239Z] #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-07-29T22:28:27.239Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:28:27.239Z] #14 39.47 Selecting previously unselected package libpcre2-32-0:amd64. [2022-07-29T22:28:27.239Z] #14 39.47 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-07-29T22:28:27.239Z] #14 39.48 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-07-29T22:28:27.239Z] #14 39.62 Selecting previously unselected package libpcre2-posix2:amd64. [2022-07-29T22:28:27.495Z] #14 39.63 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-07-29T22:28:27.495Z] #14 39.64 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-07-29T22:28:27.495Z] #14 39.75 Selecting previously unselected package libpcre2-dev:amd64. [2022-07-29T22:28:27.495Z] #14 39.75 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-07-29T22:28:27.495Z] #14 39.76 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-07-29T22:28:28.057Z] #14 40.06 Selecting previously unselected package libselinux1-dev:amd64. [2022-07-29T22:28:28.057Z] #14 40.07 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-07-29T22:28:28.057Z] #14 40.07 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-07-29T22:28:28.057Z] #14 40.21 Selecting previously unselected package libdevmapper-dev:amd64. [2022-07-29T22:28:28.057Z] #14 40.22 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-07-29T22:28:28.057Z] #14 40.23 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-07-29T22:28:28.057Z] #14 40.28 Selecting previously unselected package libseccomp-dev:amd64. [2022-07-29T22:28:28.057Z] #14 40.29 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-07-29T22:28:28.057Z] #14 40.30 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-07-29T22:28:28.314Z] #14 ... [2022-07-29T22:28:28.314Z] [2022-07-29T22:28:28.314Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-07-29T22:28:28.314Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-07-29T22:28:28.314Z] #72 CACHED [2022-07-29T22:28:28.314Z] [2022-07-29T22:28:28.314Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-07-29T22:28:28.314Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-07-29T22:28:28.314Z] #74 CACHED [2022-07-29T22:28:28.314Z] [2022-07-29T22:28:28.314Z] #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-07-29T22:28:28.314Z] #76 sha256:63963eed62014231075f4225b8fab9beff0b5bef7a109bbb128d375a38811047 [2022-07-29T22:28:28.314Z] #76 CACHED [2022-07-29T22:28:28.314Z] [2022-07-29T22:28:28.314Z] #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-07-29T22:28:28.314Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:28:28.314Z] #77 CACHED [2022-07-29T22:28:28.314Z] [2022-07-29T22:28:28.314Z] #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-07-29T22:28:28.314Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:28:28.314Z] #14 40.41 Selecting previously unselected package libsystemd-dev:amd64. [2022-07-29T22:28:28.314Z] #14 40.41 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-07-29T22:28:28.314Z] #14 40.42 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-07-29T22:28:28.572Z] #14 40.69 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-07-29T22:28:28.572Z] #14 40.70 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-07-29T22:28:28.572Z] #14 40.71 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-07-29T22:28:28.572Z] #14 40.72 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-07-29T22:28:28.572Z] #14 40.73 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-07-29T22:28:28.572Z] #14 40.74 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-07-29T22:28:28.572Z] #14 40.76 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-07-29T22:28:28.572Z] #14 40.77 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-07-29T22:28:28.572Z] #14 40.78 Setting up libudev-dev:amd64 (247.3-7) ... [2022-07-29T22:28:28.572Z] #14 40.80 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-07-29T22:28:28.572Z] #14 40.81 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-07-29T22:28:28.572Z] #14 40.82 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-07-29T22:28:28.572Z] #14 40.83 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-07-29T22:28:28.572Z] #14 40.85 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-07-29T22:28:28.572Z] #14 40.87 Setting up mingw-w64-common (8.0.0-1) ... [2022-07-29T22:28:28.572Z] #14 40.88 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-07-29T22:28:28.572Z] #14 40.89 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-07-29T22:28:28.572Z] #14 40.90 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-07-29T22:28:28.572Z] #14 40.91 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-07-29T22:28:28.572Z] #14 40.93 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-07-29T22:28:28.572Z] #14 40.94 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-07-29T22:28:28.572Z] #14 40.96 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-07-29T22:28:28.572Z] #14 40.97 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-07-29T22:28:28.830Z] #14 40.98 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-07-29T22:28:28.830Z] #14 40.99 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-07-29T22:28:28.830Z] #14 41.00 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-07-29T22:28:28.830Z] #14 41.01 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-07-29T22:28:28.830Z] #14 41.02 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-07-29T22:28:28.830Z] #14 41.03 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-07-29T22:28:28.830Z] #14 41.05 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-07-29T22:28:28.830Z] #14 41.06 Setting up dmsetup (2:1.02.175-2.1) ... [2022-07-29T22:28:28.830Z] #14 41.07 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-07-29T22:28:28.830Z] #14 41.09 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-07-29T22:28:28.830Z] #14 41.10 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:28:29.086Z] #14 DONE 41.3s [2022-07-29T22:28:29.086Z] [2022-07-29T22:28:29.087Z] #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-07-29T22:28:29.087Z] #64 sha256:e5e1ddc00fda2b4f440e5eb9fc32bd0edd7537da67fca467e35150d40845027c [2022-07-29T22:28:29.087Z] #64 ... [2022-07-29T22:28:29.087Z] [2022-07-29T22:28:29.087Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-07-29T22:28:29.087Z] #59 sha256:6886721192c0bf298815bae1f1921ff651ef8f1eac51eabed8c4473767efac7a [2022-07-29T22:28:29.087Z] #59 DONE 0.1s [2022-07-29T22:28:29.087Z] [2022-07-29T22:28:29.087Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-07-29T22:28:29.087Z] #15 sha256:65a4a8f4119d8ab7faca66c85589cc3f393114101d7d16975068c3e5e9a65c38 [2022-07-29T22:28:30.455Z] #15 DONE 1.3s [2022-07-29T22:28:30.455Z] [2022-07-29T22:28:30.455Z] #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-07-29T22:28:30.455Z] #60 sha256:e5fcd97a76bb5f11ebf715ccc493d130ce8dd45817d8a8ed897f683f528222ed [2022-07-29T22:28:30.455Z] #60 1.166 + RM_GOPATH=0 [2022-07-29T22:28:30.455Z] #60 1.166 + TMP_GOPATH= [2022-07-29T22:28:30.455Z] #60 1.166 + : /build [2022-07-29T22:28:30.455Z] #60 1.166 + '[' -z '' ']' [2022-07-29T22:28:30.455Z] #60 1.168 ++ mktemp -d [2022-07-29T22:28:30.455Z] #60 1.170 + export GOPATH=/tmp/tmp.0UjVeVn8s1 [2022-07-29T22:28:30.455Z] #60 1.170 + GOPATH=/tmp/tmp.0UjVeVn8s1 [2022-07-29T22:28:30.455Z] #60 1.170 + RM_GOPATH=1 [2022-07-29T22:28:30.455Z] #60 1.170 + case "$(go env GOARCH)" in [2022-07-29T22:28:30.455Z] #60 1.170 ++ go env GOARCH [2022-07-29T22:28:30.455Z] #60 1.189 + export GO_BUILDMODE=-buildmode=pie [2022-07-29T22:28:30.455Z] #60 1.189 + GO_BUILDMODE=-buildmode=pie [2022-07-29T22:28:30.455Z] #60 1.189 ++ dirname /install.sh [2022-07-29T22:28:30.455Z] #60 1.189 + dir=/ [2022-07-29T22:28:30.455Z] #60 1.189 + bin=runc [2022-07-29T22:28:30.455Z] #60 1.189 + shift [2022-07-29T22:28:30.455Z] #60 1.189 + '[' '!' -f //runc.installer ']' [2022-07-29T22:28:30.455Z] #60 1.189 + . //runc.installer [2022-07-29T22:28:30.455Z] #60 1.189 ++ set -e [2022-07-29T22:28:30.455Z] #60 1.189 ++ : v1.1.2 [2022-07-29T22:28:30.455Z] #60 1.189 + install_runc [2022-07-29T22:28:30.455Z] #60 1.189 + RUNC_BUILDTAGS=seccomp [2022-07-29T22:28:30.455Z] #60 1.189 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-07-29T22:28:30.455Z] #60 1.189 Install runc version v1.1.2 (build tags: seccomp) [2022-07-29T22:28:30.455Z] #60 1.191 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.0UjVeVn8s1/src/github.com/opencontainers/runc [2022-07-29T22:28:30.455Z] #60 1.196 Cloning into '/tmp/tmp.0UjVeVn8s1/src/github.com/opencontainers/runc'... [2022-07-29T22:28:31.385Z] #60 ... [2022-07-29T22:28:31.385Z] [2022-07-29T22:28:31.385Z] #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-07-29T22:28:31.385Z] #16 sha256:710c9c58f29a2f68b0cc49a12a01abe9a76823caddf145dd57a1f1e53b0a4dfb [2022-07-29T22:28:31.385Z] #16 DONE 0.9s [2022-07-29T22:28:31.543Z] #62 ... [2022-07-29T22:28:31.543Z] [2022-07-29T22:28:31.543Z] #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-07-29T22:28:31.543Z] #83 sha256:63963eed62014231075f4225b8fab9beff0b5bef7a109bbb128d375a38811047 [2022-07-29T22:28:31.543Z] #83 25.31 Building dependency tree... [2022-07-29T22:28:31.543Z] #83 27.93 python3 is already the newest version (3.9.2-3). [2022-07-29T22:28:31.543Z] #83 27.93 The following additional packages will be installed: [2022-07-29T22:28:31.543Z] #83 27.93 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-07-29T22:28:31.543Z] #83 27.94 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-07-29T22:28:31.543Z] #83 27.95 Suggested packages: [2022-07-29T22:28:31.543Z] #83 27.97 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-07-29T22:28:31.543Z] #83 27.97 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-07-29T22:28:31.543Z] #83 27.97 m4-doc ed diffutils-doc [2022-07-29T22:28:31.543Z] #83 27.97 Recommended packages: [2022-07-29T22:28:31.543Z] #83 27.97 fakeroot libalgorithm-merge-perl libltdl-dev [2022-07-29T22:28:31.543Z] #83 29.22 The following NEW packages will be installed: [2022-07-29T22:28:31.543Z] #83 29.24 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-07-29T22:28:31.543Z] #83 29.24 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-07-29T22:28:31.543Z] #83 29.24 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-07-29T22:28:31.543Z] #83 29.24 libyajl2 m4 patch xz-utils [2022-07-29T22:28:31.543Z] #83 29.62 0 upgraded, 23 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:28:31.543Z] #83 29.62 Need to get 5940 kB of archives. [2022-07-29T22:28:31.543Z] #83 29.62 After this operation, 18.7 MB of additional disk space will be used. [2022-07-29T22:28:31.543Z] #83 29.62 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-07-29T22:28:31.543Z] #83 29.62 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-07-29T22:28:31.543Z] #83 29.63 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-07-29T22:28:31.543Z] #83 29.63 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-07-29T22:28:31.543Z] #83 29.63 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-07-29T22:28:31.543Z] #83 29.65 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB] [2022-07-29T22:28:31.543Z] #83 29.65 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB] [2022-07-29T22:28:31.543Z] #83 29.66 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB] [2022-07-29T22:28:31.543Z] #83 29.68 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-07-29T22:28:31.543Z] #83 29.68 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB] [2022-07-29T22:28:31.543Z] #83 29.72 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-07-29T22:28:31.543Z] #83 29.73 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB] [2022-07-29T22:28:31.543Z] #83 29.85 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B] [2022-07-29T22:28:31.543Z] #83 29.85 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-07-29T22:28:31.543Z] #83 29.85 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2022-07-29T22:28:31.543Z] #83 29.86 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-07-29T22:28:31.543Z] #83 29.86 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-07-29T22:28:31.543Z] #83 29.86 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-07-29T22:28:31.543Z] #83 29.87 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-07-29T22:28:31.543Z] #83 29.89 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB] [2022-07-29T22:28:31.543Z] #83 29.92 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-07-29T22:28:31.543Z] #83 29.94 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-07-29T22:28:31.543Z] #83 29.95 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB] [2022-07-29T22:28:31.543Z] #83 30.87 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:28:31.543Z] #83 31.06 Fetched 5940 kB in 1s (9011 kB/s) [2022-07-29T22:28:31.543Z] #83 31.16 Selecting previously unselected package bzip2. [2022-07-29T22:28:31.543Z] #83 31.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 ... 15717 files and directories currently installed.) [2022-07-29T22:28:31.543Z] #83 31.24 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ... [2022-07-29T22:28:31.543Z] #83 31.24 Unpacking bzip2 (1.0.8-4) ... [2022-07-29T22:28:31.641Z] [2022-07-29T22:28:31.641Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-07-29T22:28:31.641Z] #17 sha256:ae925bb0ac18f38ffc16a530ef6d7e593e0978257a1179f25e22b47020068495 [2022-07-29T22:28:31.803Z] #83 31.34 Selecting previously unselected package libmagic-mgc. [2022-07-29T22:28:31.803Z] #83 31.37 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-07-29T22:28:31.803Z] #83 31.38 Unpacking libmagic-mgc (1:5.39-3) ... [2022-07-29T22:28:32.204Z] #17 0.848 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-07-29T22:28:32.204Z] #17 DONE 0.9s [2022-07-29T22:28:32.204Z] [2022-07-29T22:28:32.204Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-07-29T22:28:32.204Z] #18 sha256:cbc26f5f011793741ed765f72a9b79313d8ee2973a6e8165459bbe4faad2386b [2022-07-29T22:28:32.373Z] #83 31.88 Selecting previously unselected package libmagic1:amd64. [2022-07-29T22:28:32.373Z] #83 31.89 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ... [2022-07-29T22:28:32.373Z] #83 31.92 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-07-29T22:28:32.373Z] #83 ... [2022-07-29T22:28:32.373Z] [2022-07-29T22:28:32.373Z] #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-07-29T22:28:32.373Z] #58 sha256:4786f6855fe8dbf5a9ad52afd8073aacd4a05c9c54f0918c430fd38376edb776 [2022-07-29T22:28:32.373Z] #58 17.48 Reading package lists... [2022-07-29T22:28:32.373Z] #58 21.74 Reading package lists... [2022-07-29T22:28:32.373Z] #58 26.06 Building dependency tree... [2022-07-29T22:28:32.373Z] #58 27.35 Reading state information... [2022-07-29T22:28:32.373Z] #58 29.20 The following additional packages will be installed: [2022-07-29T22:28:32.373Z] #58 29.21 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-07-29T22:28:32.373Z] #58 29.21 python3-protobuf python3-six [2022-07-29T22:28:32.373Z] #58 29.22 Suggested packages: [2022-07-29T22:28:32.373Z] #58 29.22 python3-setuptools [2022-07-29T22:28:32.373Z] #58 29.22 Recommended packages: [2022-07-29T22:28:32.373Z] #58 29.22 iproute2 | iproute [2022-07-29T22:28:32.373Z] #58 29.82 The following NEW packages will be installed: [2022-07-29T22:28:32.373Z] #58 29.82 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-07-29T22:28:32.373Z] #58 29.83 python3-protobuf python3-six [2022-07-29T22:28:32.373Z] #58 30.25 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:28:32.373Z] #58 30.25 Need to get 2315 kB of archives. [2022-07-29T22:28:32.373Z] #58 30.25 After this operation, 11.1 MB of additional disk space will be used. [2022-07-29T22:28:32.373Z] #58 30.25 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-07-29T22:28:32.373Z] #58 30.28 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-07-29T22:28:32.373Z] #58 30.29 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-07-29T22:28:32.373Z] #58 30.30 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-07-29T22:28:32.373Z] #58 30.32 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-07-29T22:28:32.373Z] #58 30.33 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-07-29T22:28:32.373Z] #58 30.33 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-07-29T22:28:32.373Z] #58 ... [2022-07-29T22:28:32.373Z] [2022-07-29T22:28:32.373Z] #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-07-29T22:28:32.373Z] #83 sha256:63963eed62014231075f4225b8fab9beff0b5bef7a109bbb128d375a38811047 [2022-07-29T22:28:32.373Z] #83 32.07 Selecting previously unselected package file. [2022-07-29T22:28:32.373Z] #83 32.07 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ... [2022-07-29T22:28:32.373Z] #83 32.07 Unpacking file (1:5.39-3) ... [2022-07-29T22:28:32.633Z] #83 32.20 Selecting previously unselected package xz-utils. [2022-07-29T22:28:32.633Z] #83 32.21 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-07-29T22:28:32.634Z] #83 32.23 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-07-29T22:28:32.634Z] #83 32.41 Selecting previously unselected package libsigsegv2:amd64. [2022-07-29T22:28:32.894Z] #83 32.41 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ... [2022-07-29T22:28:32.894Z] #83 32.42 Unpacking libsigsegv2:amd64 (2.13-1) ... [2022-07-29T22:28:32.894Z] #83 32.50 Selecting previously unselected package m4. [2022-07-29T22:28:32.894Z] #83 32.50 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ... [2022-07-29T22:28:32.894Z] #83 32.51 Unpacking m4 (1.4.18-5) ... [2022-07-29T22:28:33.138Z] #18 DONE 0.9s [2022-07-29T22:28:33.138Z] [2022-07-29T22:28:33.138Z] #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-07-29T22:28:33.138Z] #60 sha256:e5fcd97a76bb5f11ebf715ccc493d130ce8dd45817d8a8ed897f683f528222ed [2022-07-29T22:28:33.167Z] #83 32.84 Selecting previously unselected package autoconf. [2022-07-29T22:28:33.167Z] #83 32.84 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-07-29T22:28:33.167Z] #83 32.86 Unpacking autoconf (2.69-14) ... [2022-07-29T22:28:33.740Z] #83 ... [2022-07-29T22:28:33.740Z] [2022-07-29T22:28:33.740Z] #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-07-29T22:28:33.740Z] #64 sha256:c1feea647cb2b8221009c3899b3ae89c6e3b91c7e088cd45392d284227edd8a1 [2022-07-29T22:28:33.740Z] #64 32.67 v3.0.2 [2022-07-29T22:28:33.740Z] #64 DONE 33.3s [2022-07-29T22:28:33.740Z] [2022-07-29T22:28:33.740Z] #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-07-29T22:28:33.740Z] #47 sha256:bdda54617b5082e5a490107db0d81b711797d01e31f277755f2708137fb5d38b [2022-07-29T22:28:33.740Z] #47 33.20 NAME: [2022-07-29T22:28:33.740Z] #47 33.20 go-winres - A tool for embedding resources in Windows executables [2022-07-29T22:28:33.740Z] #47 33.20 [2022-07-29T22:28:33.740Z] #47 33.20 USAGE: [2022-07-29T22:28:33.740Z] #47 33.21 go-winres [global options] command [command options] [arguments...] [2022-07-29T22:28:33.740Z] #47 33.21 [2022-07-29T22:28:33.740Z] #47 33.21 COMMANDS: [2022-07-29T22:28:33.740Z] #47 33.21 init Create an initial ./winres/winres.json [2022-07-29T22:28:33.740Z] #47 33.21 make Make syso files for the "go build" command [2022-07-29T22:28:33.741Z] #47 33.21 simply Make syso files for the "go build" command (simplified) [2022-07-29T22:28:33.741Z] #47 33.21 extract Extract all resources from an executable [2022-07-29T22:28:33.741Z] #47 33.21 patch Replace resources in an executable file (exe, dll) [2022-07-29T22:28:33.741Z] #47 33.21 help, h Shows a list of commands or help for one command [2022-07-29T22:28:33.741Z] #47 33.21 [2022-07-29T22:28:33.741Z] #47 33.21 GLOBAL OPTIONS: [2022-07-29T22:28:33.741Z] #47 33.21 --help, -h show help (default: false) [2022-07-29T22:28:33.741Z] #47 DONE 33.4s [2022-07-29T22:28:33.741Z] [2022-07-29T22:28:33.741Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:28:33.741Z] #62 sha256:986d8658b96ca0781216293b2573c6adacf583f00e7f79d984c50d9576e50c57 [2022-07-29T22:28:33.741Z] #62 30.97 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5 [2022-07-29T22:28:33.741Z] #62 31.06 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 [2022-07-29T22:28:33.741Z] #62 31.11 go: downloading github.com/gobwas/glob v0.2.3 [2022-07-29T22:28:33.741Z] #62 31.17 go: downloading github.com/kisielk/gotool v1.0.0 [2022-07-29T22:28:33.741Z] #62 31.23 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-07-29T22:28:33.741Z] #62 31.32 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-07-29T22:28:33.741Z] #62 31.34 go: downloading github.com/ettle/strcase v0.1.1 [2022-07-29T22:28:33.741Z] #62 31.46 go: downloading github.com/fatih/structtag v1.2.0 [2022-07-29T22:28:33.741Z] #62 31.47 go: downloading github.com/Masterminds/semver v1.5.0 [2022-07-29T22:28:33.741Z] #62 31.55 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-07-29T22:28:33.741Z] #62 31.59 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-07-29T22:28:33.741Z] #62 31.69 go: downloading github.com/prometheus/client_golang v1.12.1 [2022-07-29T22:28:33.741Z] #62 32.30 go: downloading github.com/prometheus/client_model v0.2.0 [2022-07-29T22:28:33.741Z] #62 32.35 go: downloading golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e [2022-07-29T22:28:33.741Z] #62 32.49 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-07-29T22:28:33.741Z] #62 32.51 go: downloading github.com/google/go-cmp v0.5.7 [2022-07-29T22:28:33.741Z] #62 32.58 go: downloading github.com/hexops/gotextdiff v1.0.3 [2022-07-29T22:28:33.741Z] #62 32.64 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-07-29T22:28:33.741Z] #62 32.71 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4 [2022-07-29T22:28:33.741Z] #62 32.74 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-07-29T22:28:33.741Z] #62 32.86 go: downloading github.com/beorn7/perks v1.0.1 [2022-07-29T22:28:33.741Z] #62 32.88 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-07-29T22:28:33.741Z] #62 32.99 go: downloading github.com/golang/protobuf v1.5.2 [2022-07-29T22:28:33.741Z] #62 33.01 go: downloading github.com/prometheus/common v0.32.1 [2022-07-29T22:28:33.741Z] #62 33.32 go: downloading github.com/prometheus/procfs v0.7.3 [2022-07-29T22:28:34.001Z] #62 33.51 go: downloading google.golang.org/protobuf v1.28.0 [2022-07-29T22:28:34.067Z] #60 ... [2022-07-29T22:28:34.067Z] [2022-07-29T22:28:34.067Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-07-29T22:28:34.067Z] #19 sha256:ee88799164c709cc35dfe9f6884732221a2b3b723d7f4a013ef273957bb4d62b [2022-07-29T22:28:34.067Z] #19 DONE 0.8s [2022-07-29T22:28:34.067Z] [2022-07-29T22:28:34.067Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-07-29T22:28:34.067Z] #20 sha256:ee56e0ca65285e7c2530103518d3448e7715d8e758a8ec705256b347d7a14b16 [2022-07-29T22:28:34.943Z] #62 34.46 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-07-29T22:28:34.999Z] #20 DONE 1.0s [2022-07-29T22:28:34.999Z] [2022-07-29T22:28:34.999Z] #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-07-29T22:28:34.999Z] #60 sha256:e5fcd97a76bb5f11ebf715ccc493d130ce8dd45817d8a8ed897f683f528222ed [2022-07-29T22:28:34.999Z] #60 5.658 + cd /tmp/tmp.0UjVeVn8s1/src/github.com/opencontainers/runc [2022-07-29T22:28:34.999Z] #60 5.659 + git checkout -q v1.1.2 [2022-07-29T22:28:35.204Z] #62 34.63 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-07-29T22:28:35.257Z] #60 6.017 + '[' -z '' ']' [2022-07-29T22:28:35.257Z] #60 6.017 + target=static [2022-07-29T22:28:35.257Z] #60 6.018 + make BUILDTAGS=seccomp static [2022-07-29T22:28:35.514Z] #60 6.170 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-07-29T22:28:37.748Z] #62 ... [2022-07-29T22:28:37.748Z] [2022-07-29T22:28:37.748Z] #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-07-29T22:28:37.748Z] #83 sha256:63963eed62014231075f4225b8fab9beff0b5bef7a109bbb128d375a38811047 [2022-07-29T22:28:37.748Z] #83 33.48 Selecting previously unselected package autotools-dev. [2022-07-29T22:28:37.748Z] #83 33.51 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-07-29T22:28:37.748Z] #83 33.51 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-07-29T22:28:37.748Z] #83 33.81 Selecting previously unselected package automake. [2022-07-29T22:28:37.748Z] #83 33.81 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-07-29T22:28:37.748Z] #83 33.86 Unpacking automake (1:1.16.3-2) ... [2022-07-29T22:28:37.748Z] #83 34.59 Selecting previously unselected package patch. [2022-07-29T22:28:37.748Z] #83 34.59 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ... [2022-07-29T22:28:37.748Z] #83 34.63 Unpacking patch (2.7.6-7) ... [2022-07-29T22:28:37.748Z] #83 34.86 Selecting previously unselected package dpkg-dev. [2022-07-29T22:28:37.748Z] #83 34.86 Preparing to unpack .../11-dpkg-dev_1.20.11_all.deb ... [2022-07-29T22:28:37.748Z] #83 34.89 Unpacking dpkg-dev (1.20.11) ... [2022-07-29T22:28:37.748Z] #83 36.08 Selecting previously unselected package build-essential. [2022-07-29T22:28:37.748Z] #83 36.08 Preparing to unpack .../12-build-essential_12.9_amd64.deb ... [2022-07-29T22:28:37.748Z] #83 36.09 Unpacking build-essential (12.9) ... [2022-07-29T22:28:37.748Z] #83 36.15 Selecting previously unselected package libcap2:amd64. [2022-07-29T22:28:37.748Z] #83 36.15 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ... [2022-07-29T22:28:37.748Z] #83 36.16 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-07-29T22:28:37.748Z] #83 36.21 Selecting previously unselected package libcap-dev:amd64. [2022-07-29T22:28:37.748Z] #83 36.21 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ... [2022-07-29T22:28:37.748Z] #83 36.22 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2022-07-29T22:28:37.748Z] #83 36.36 Selecting previously unselected package libprotobuf-c1:amd64. [2022-07-29T22:28:37.748Z] #83 36.37 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-07-29T22:28:37.748Z] #83 36.38 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-07-29T22:28:37.748Z] #83 36.45 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-07-29T22:28:37.748Z] #83 36.45 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2022-07-29T22:28:37.748Z] #83 36.47 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-07-29T22:28:37.748Z] #83 36.54 Selecting previously unselected package libseccomp-dev:amd64. [2022-07-29T22:28:37.748Z] #83 36.56 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-07-29T22:28:37.748Z] #83 36.57 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-07-29T22:28:37.748Z] #83 36.72 Selecting previously unselected package libsystemd-dev:amd64. [2022-07-29T22:28:37.748Z] #83 36.73 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ... [2022-07-29T22:28:37.748Z] #83 36.74 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-07-29T22:28:37.748Z] #83 37.23 Selecting previously unselected package libtool. [2022-07-29T22:28:37.748Z] #83 37.25 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-07-29T22:28:37.748Z] #83 37.27 Unpacking libtool (2.4.6-15) ... [2022-07-29T22:28:37.748Z] #83 37.52 Selecting previously unselected package libudev-dev:amd64. [2022-07-29T22:28:38.027Z] #83 37.53 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-07-29T22:28:38.027Z] #83 37.56 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-07-29T22:28:38.027Z] #83 37.77 Selecting previously unselected package libyajl2:amd64. [2022-07-29T22:28:38.027Z] #83 37.77 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ... [2022-07-29T22:28:38.288Z] #83 37.77 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-07-29T22:28:38.288Z] #83 37.87 Selecting previously unselected package libyajl-dev:amd64. [2022-07-29T22:28:38.288Z] #83 37.88 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ... [2022-07-29T22:28:38.288Z] #83 37.89 Unpacking libyajl-dev:amd64 (2.1.0-3) ... [2022-07-29T22:28:38.548Z] #83 38.05 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-07-29T22:28:38.548Z] #83 38.08 Setting up libmagic-mgc (1:5.39-3) ... [2022-07-29T22:28:38.548Z] #83 38.09 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-07-29T22:28:38.548Z] #83 38.11 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-07-29T22:28:38.548Z] #83 38.15 Setting up file (1:5.39-3) ... [2022-07-29T22:28:38.548Z] #83 38.18 Setting up bzip2 (1.0.8-4) ... [2022-07-29T22:28:38.548Z] #83 38.19 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-07-29T22:28:38.548Z] #83 38.21 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-07-29T22:28:38.548Z] #83 38.22 Setting up libcap2:amd64 (1:2.44-1) ... [2022-07-29T22:28:38.548Z] #83 38.24 Setting up autotools-dev (20180224.1+nmu1) ... [2022-07-29T22:28:38.548Z] #83 38.26 Setting up libsigsegv2:amd64 (2.13-1) ... [2022-07-29T22:28:38.548Z] #83 38.27 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-07-29T22:28:38.548Z] #83 38.29 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-07-29T22:28:38.548Z] #83 38.31 Setting up patch (2.7.6-7) ... [2022-07-29T22:28:38.548Z] #83 38.33 Setting up libudev-dev:amd64 (247.3-7) ... [2022-07-29T22:28:38.808Z] #83 38.35 Setting up libyajl-dev:amd64 (2.1.0-3) ... [2022-07-29T22:28:38.808Z] #83 38.37 Setting up libcap-dev:amd64 (1:2.44-1) ... [2022-07-29T22:28:38.808Z] #83 38.38 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-07-29T22:28:38.808Z] #83 38.40 Setting up libtool (2.4.6-15) ... [2022-07-29T22:28:38.808Z] #83 38.42 Setting up m4 (1.4.18-5) ... [2022-07-29T22:28:38.808Z] #83 38.43 Setting up dpkg-dev (1.20.11) ... [2022-07-29T22:28:38.808Z] #83 38.45 Setting up autoconf (2.69-14) ... [2022-07-29T22:28:38.808Z] #83 38.47 Setting up build-essential (12.9) ... [2022-07-29T22:28:38.808Z] #83 38.49 Setting up automake (1:1.16.3-2) ... [2022-07-29T22:28:38.808Z] #83 38.50 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-07-29T22:28:38.808Z] #83 38.56 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:28:39.379Z] #83 DONE 38.9s [2022-07-29T22:28:39.379Z] [2022-07-29T22:28:39.379Z] #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-07-29T22:28:39.379Z] #41 sha256:be1d50aa5033694acc1312dcc6ebc9582878d65872f13f83b11aa6a3855f38c7 [2022-07-29T22:28:39.379Z] #41 37.76 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-07-29T22:28:39.379Z] #41 37.84 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-07-29T22:28:39.379Z] #41 38.11 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-07-29T22:28:40.033Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0b098eeabcdb037c1) in /home/ubuntu/workspace/moby_PR-43885 [Pipeline] { [Pipeline] checkout [2022-07-29T22:28:40.122Z] The recommended git tool is: git [2022-07-29T22:28:40.764Z] #60 10.82 + mkdir -p /build [2022-07-29T22:28:40.764Z] #60 10.82 + cp runc /build/runc [2022-07-29T22:28:40.764Z] #60 DONE 11.0s [2022-07-29T22:28:40.764Z] [2022-07-29T22:28:40.764Z] #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-07-29T22:28:40.764Z] #21 sha256:035f9b0a0f9f76d69bb577b0a424e850eb0d845810d8c1bfd220477933c4d358 [2022-07-29T22:28:40.764Z] #21 1.399 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-07-29T22:28:40.764Z] #21 1.399 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-07-29T22:28:40.764Z] #21 1.399 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-07-29T22:28:40.764Z] #21 2.028 Reading package lists... [2022-07-29T22:28:40.764Z] #21 3.146 Reading package lists... [2022-07-29T22:28:40.764Z] #21 4.295 Building dependency tree... [2022-07-29T22:28:40.764Z] #21 4.598 Reading state information... [2022-07-29T22:28:40.764Z] #21 4.914 The following additional packages will be installed: [2022-07-29T22:28:40.764Z] #21 4.915 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-07-29T22:28:40.764Z] #21 4.915 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-07-29T22:28:40.764Z] #21 4.917 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-07-29T22:28:40.764Z] #21 4.917 python3-pkg-resources vim-runtime xxd [2022-07-29T22:28:40.764Z] #21 4.919 Suggested packages: [2022-07-29T22:28:40.764Z] #21 4.922 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-07-29T22:28:40.764Z] #21 4.922 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-07-29T22:28:40.764Z] #21 4.923 acl attr quota [2022-07-29T22:28:40.764Z] #21 4.923 Recommended packages: [2022-07-29T22:28:40.764Z] #21 4.923 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-07-29T22:28:40.764Z] #21 5.505 The following NEW packages will be installed: [2022-07-29T22:28:40.764Z] #21 5.505 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-07-29T22:28:40.764Z] #21 5.506 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-07-29T22:28:40.764Z] #21 5.506 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-07-29T22:28:40.764Z] #21 5.506 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2 [2022-07-29T22:28:40.764Z] #21 5.507 net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3 [2022-07-29T22:28:40.764Z] #21 5.507 python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo [2022-07-29T22:28:40.764Z] #21 5.507 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-07-29T22:28:40.764Z] #21 5.507 xz-utils zip zstd [2022-07-29T22:28:40.764Z] #21 5.811 0 upgraded, 49 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:28:40.764Z] #21 5.811 Need to get 27.7 MB of archives. [2022-07-29T22:28:40.764Z] #21 5.811 After this operation, 106 MB of additional disk space will be used. [2022-07-29T22:28:40.764Z] #21 5.811 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-07-29T22:28:40.764Z] #21 5.811 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-07-29T22:28:40.764Z] #21 5.811 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-07-29T22:28:40.764Z] #21 5.811 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-07-29T22:28:40.764Z] #21 5.835 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-07-29T22:28:40.764Z] #21 5.835 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-07-29T22:28:40.764Z] #21 5.835 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-07-29T22:28:40.764Z] #21 5.835 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-07-29T22:28:40.764Z] #21 5.875 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-07-29T22:28:40.764Z] #21 5.875 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-07-29T22:28:40.764Z] #21 5.875 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-07-29T22:28:41.024Z] #21 5.876 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-07-29T22:28:41.024Z] #21 5.877 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-07-29T22:28:41.024Z] #21 5.884 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-07-29T22:28:41.024Z] #21 5.892 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-07-29T22:28:41.024Z] #21 5.895 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-07-29T22:28:41.024Z] #21 5.898 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-07-29T22:28:41.024Z] #21 5.898 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-07-29T22:28:41.024Z] #21 5.899 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-07-29T22:28:41.024Z] #21 5.911 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-07-29T22:28:41.024Z] #21 5.915 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-07-29T22:28:41.024Z] #21 5.924 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-07-29T22:28:41.024Z] #21 5.926 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-07-29T22:28:41.024Z] #21 5.932 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-07-29T22:28:41.024Z] #21 5.934 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-07-29T22:28:41.024Z] #21 5.940 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-07-29T22:28:41.024Z] #21 5.941 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-07-29T22:28:41.024Z] #21 6.111 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-07-29T22:28:41.024Z] #21 6.112 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-07-29T22:28:41.024Z] #21 6.114 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-07-29T22:28:41.024Z] #21 6.115 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-07-29T22:28:41.024Z] #21 6.116 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-07-29T22:28:41.024Z] #21 6.117 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-07-29T22:28:41.024Z] #21 6.124 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-07-29T22:28:41.024Z] #21 6.126 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-07-29T22:28:41.024Z] #21 6.161 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-07-29T22:28:41.281Z] #21 6.163 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-07-29T22:28:41.281Z] #21 6.165 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-07-29T22:28:41.281Z] #21 6.171 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-07-29T22:28:41.281Z] #21 6.179 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-07-29T22:28:41.281Z] #21 6.181 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-07-29T22:28:41.281Z] #21 6.189 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-07-29T22:28:41.281Z] #21 6.210 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-07-29T22:28:41.281Z] #21 6.215 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-07-29T22:28:41.281Z] #21 6.223 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-07-29T22:28:41.281Z] #21 6.355 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-07-29T22:28:41.281Z] #21 6.396 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-07-29T22:28:41.281Z] #21 6.419 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-07-29T22:28:41.281Z] #21 6.419 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-07-29T22:28:41.844Z] #21 6.710 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:28:41.844Z] #21 6.827 Fetched 27.7 MB in 1s (31.0 MB/s) [2022-07-29T22:28:41.844Z] #21 6.874 Selecting previously unselected package pigz. [2022-07-29T22:28:41.844Z] #21 6.874 (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 ... 24018 files and directories currently installed.) [2022-07-29T22:28:41.844Z] #21 6.905 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-07-29T22:28:41.844Z] #21 6.910 Unpacking pigz (2.6-1) ... [2022-07-29T22:28:42.101Z] #21 6.983 Selecting previously unselected package libelf1:amd64. [2022-07-29T22:28:42.101Z] #21 6.991 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-07-29T22:28:42.101Z] #21 7.001 Unpacking libelf1:amd64 (0.183-1) ... [2022-07-29T22:28:42.101Z] #21 7.081 Selecting previously unselected package libbpf0:amd64. [2022-07-29T22:28:42.101Z] #21 7.085 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-07-29T22:28:42.101Z] #21 7.090 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-07-29T22:28:42.101Z] #21 7.141 Selecting previously unselected package libcap2:amd64. [2022-07-29T22:28:42.101Z] #21 7.145 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-07-29T22:28:42.101Z] #21 7.148 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-07-29T22:28:42.101Z] #21 7.186 Selecting previously unselected package libmnl0:amd64. [2022-07-29T22:28:42.372Z] #21 7.194 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-07-29T22:28:42.373Z] #21 7.198 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-07-29T22:28:42.373Z] #21 7.243 Selecting previously unselected package libxtables12:amd64. [2022-07-29T22:28:42.373Z] #21 7.246 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-07-29T22:28:42.373Z] #21 7.249 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-07-29T22:28:42.373Z] #21 7.293 Selecting previously unselected package libcap2-bin. [2022-07-29T22:28:42.373Z] #21 7.293 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-07-29T22:28:42.373Z] #21 7.296 Unpacking libcap2-bin (1:2.44-1) ... [2022-07-29T22:28:42.373Z] #21 7.344 Selecting previously unselected package iproute2. [2022-07-29T22:28:42.373Z] #21 7.349 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-07-29T22:28:42.373Z] #21 7.353 Unpacking iproute2 (5.10.0-4) ... [2022-07-29T22:28:42.635Z] #21 7.565 Selecting previously unselected package xxd. [2022-07-29T22:28:42.635Z] #21 7.570 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-07-29T22:28:42.635Z] #21 7.574 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:28:42.635Z] #21 7.642 Selecting previously unselected package vim-common. [2022-07-29T22:28:42.635Z] #21 7.650 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-07-29T22:28:42.635Z] #21 7.659 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:28:42.893Z] #21 7.753 Selecting previously unselected package bash-completion. [2022-07-29T22:28:42.893Z] #21 7.757 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-07-29T22:28:43.196Z] using credential docker-jenkins-github-credentials [2022-07-29T22:28:43.207Z] Cloning the remote Git repository [2022-07-29T22:28:43.207Z] Cloning with configured refspecs honoured and without tags [2022-07-29T22:28:43.234Z] Cloning repository https://github.com/moby/moby.git [2022-07-29T22:28:43.307Z] > git init /home/ubuntu/workspace/moby_PR-43885 # timeout=10 [2022-07-29T22:28:43.584Z] #41 ... [2022-07-29T22:28:43.584Z] [2022-07-29T22:28:43.584Z] #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-07-29T22:28:43.584Z] #58 sha256:4786f6855fe8dbf5a9ad52afd8073aacd4a05c9c54f0918c430fd38376edb776 [2022-07-29T22:28:43.584Z] #58 32.70 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17.1-1 [683 kB] [2022-07-29T22:28:43.584Z] #58 34.56 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:28:43.584Z] #58 34.99 Fetched 2315 kB in 3s (712 kB/s) [2022-07-29T22:28:43.584Z] #58 35.08 Selecting previously unselected package libprotobuf23:amd64. [2022-07-29T22:28:43.584Z] #58 35.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 ... 15717 files and directories currently installed.) [2022-07-29T22:28:43.584Z] #58 35.18 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-07-29T22:28:43.584Z] #58 35.21 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-07-29T22:28:43.584Z] #58 35.96 Selecting previously unselected package python3-pkg-resources. [2022-07-29T22:28:43.584Z] #58 35.96 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-07-29T22:28:43.584Z] #58 35.97 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-07-29T22:28:43.584Z] #58 36.12 Selecting previously unselected package python3-six. [2022-07-29T22:28:43.584Z] #58 36.13 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-07-29T22:28:43.584Z] #58 36.14 Unpacking python3-six (1.16.0-2) ... [2022-07-29T22:28:43.584Z] #58 36.25 Selecting previously unselected package python3-protobuf. [2022-07-29T22:28:43.584Z] #58 36.25 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-07-29T22:28:43.584Z] #58 36.25 Unpacking python3-protobuf (3.12.4-1) ... [2022-07-29T22:28:43.584Z] #58 36.70 Selecting previously unselected package libnet1:amd64. [2022-07-29T22:28:43.584Z] #58 36.70 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-07-29T22:28:43.584Z] #58 36.71 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-07-29T22:28:43.584Z] #58 36.81 Selecting previously unselected package libnl-3-200:amd64. [2022-07-29T22:28:43.584Z] #58 36.82 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-07-29T22:28:43.584Z] #58 36.83 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-07-29T22:28:43.584Z] #58 36.95 Selecting previously unselected package libprotobuf-c1:amd64. [2022-07-29T22:28:43.584Z] #58 36.95 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-07-29T22:28:43.584Z] #58 36.96 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-07-29T22:28:43.584Z] #58 37.06 Selecting previously unselected package criu. [2022-07-29T22:28:43.584Z] #58 37.08 Preparing to unpack .../7-criu_3.17.1-1_amd64.deb ... [2022-07-29T22:28:43.584Z] #58 37.09 Unpacking criu (3.17.1-1) ... [2022-07-29T22:28:43.584Z] #58 37.70 Setting up python3-pkg-resources (52.0.0-4) ... [2022-07-29T22:28:43.584Z] #58 39.14 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-07-29T22:28:43.584Z] #58 39.16 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-07-29T22:28:43.584Z] #58 39.17 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-07-29T22:28:43.584Z] #58 39.22 Setting up python3-six (1.16.0-2) ... [2022-07-29T22:28:43.584Z] #58 40.12 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-07-29T22:28:43.584Z] #58 40.17 Setting up python3-protobuf (3.12.4-1) ... [2022-07-29T22:28:43.822Z] #21 8.666 Unpacking bash-completion (1:2.11-2) ... [2022-07-29T22:28:43.822Z] #21 8.826 Selecting previously unselected package bzip2. [2022-07-29T22:28:43.822Z] #21 8.830 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-07-29T22:28:43.822Z] #21 8.836 Unpacking bzip2 (1.0.8-4) ... [2022-07-29T22:28:43.822Z] #21 8.897 Selecting previously unselected package xz-utils. [2022-07-29T22:28:43.845Z] #58 43.23 Setting up criu (3.17.1-1) ... [2022-07-29T22:28:44.079Z] #21 8.901 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-07-29T22:28:44.079Z] #21 8.905 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-07-29T22:28:44.079Z] #21 8.995 Selecting previously unselected package apparmor. [2022-07-29T22:28:44.079Z] #21 8.999 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-07-29T22:28:44.079Z] #21 9.027 Unpacking apparmor (2.13.6-10) ... [2022-07-29T22:28:44.335Z] #21 9.190 Selecting previously unselected package inetutils-ping. [2022-07-29T22:28:44.335Z] #21 9.194 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-07-29T22:28:44.335Z] #21 9.202 Unpacking inetutils-ping (2:2.0-1) ... [2022-07-29T22:28:44.335Z] #21 9.267 Selecting previously unselected package libip4tc2:amd64. [2022-07-29T22:28:44.335Z] #21 9.273 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-07-29T22:28:44.335Z] #21 9.280 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-07-29T22:28:44.335Z] #21 9.328 Selecting previously unselected package libip6tc2:amd64. [2022-07-29T22:28:44.335Z] #21 9.334 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-07-29T22:28:44.335Z] #21 9.342 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-07-29T22:28:44.439Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0c908013a33a2fae2) in /home/ubuntu/workspace/moby_PR-43885 [Pipeline] { [Pipeline] checkout [2022-07-29T22:28:44.533Z] The recommended git tool is: git [2022-07-29T22:28:44.596Z] #21 9.387 Selecting previously unselected package libnfnetlink0:amd64. [2022-07-29T22:28:44.596Z] #21 9.394 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-07-29T22:28:44.596Z] #21 9.397 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-07-29T22:28:44.596Z] #21 9.442 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-07-29T22:28:44.596Z] #21 9.446 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-07-29T22:28:44.596Z] #21 9.450 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-07-29T22:28:44.596Z] #21 9.498 Selecting previously unselected package libnftnl11:amd64. [2022-07-29T22:28:44.596Z] #21 9.505 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-07-29T22:28:44.596Z] #21 9.511 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-07-29T22:28:44.596Z] #21 9.570 Selecting previously unselected package iptables. [2022-07-29T22:28:44.596Z] #21 9.578 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-07-29T22:28:44.596Z] #21 9.585 Unpacking iptables (1.8.7-1) ... [2022-07-29T22:28:43.788Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-07-29T22:28:43.788Z] > git --version # timeout=10 [2022-07-29T22:28:43.796Z] > git --version # 'git version 2.25.1' [2022-07-29T22:28:43.796Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-07-29T22:28:43.797Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43885/head:refs/remotes/origin/PR-43885 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-07-29T22:28:44.852Z] #21 9.746 Selecting previously unselected package libonig5:amd64. [2022-07-29T22:28:44.852Z] #21 9.757 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-07-29T22:28:44.852Z] #21 9.761 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-07-29T22:28:44.852Z] #21 9.850 Selecting previously unselected package libjq1:amd64. [2022-07-29T22:28:44.852Z] #21 9.859 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-07-29T22:28:44.852Z] #21 9.864 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-07-29T22:28:44.852Z] #21 9.926 Selecting previously unselected package jq. [2022-07-29T22:28:44.852Z] #21 9.930 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-07-29T22:28:44.852Z] #21 9.935 Unpacking jq (1.6-2.1) ... [2022-07-29T22:28:44.852Z] #21 9.986 Selecting previously unselected package libaio1:amd64. [2022-07-29T22:28:45.109Z] #21 9.989 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-07-29T22:28:45.109Z] #21 9.998 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-07-29T22:28:45.109Z] #21 10.04 Selecting previously unselected package libgpm2:amd64. [2022-07-29T22:28:45.109Z] #21 10.05 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-07-29T22:28:45.109Z] #21 10.05 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-07-29T22:28:45.109Z] #21 10.09 Selecting previously unselected package libicu67:amd64. [2022-07-29T22:28:45.109Z] #21 10.10 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-07-29T22:28:45.109Z] #21 10.10 Unpacking libicu67:amd64 (67.1-7) ... [2022-07-29T22:28:45.756Z] #58 44.77 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:28:45.756Z] #58 DONE 45.0s [2022-07-29T22:28:45.756Z] [2022-07-29T22:28:45.756Z] #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-07-29T22:28:45.756Z] #84 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:28:45.756Z] #84 0.911 Cloning into '/tmp/crun-build'... [2022-07-29T22:28:45.756Z] #84 5.963 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-07-29T22:28:45.756Z] #84 5.971 Cloning into '/tmp/crun-build/libocispec'... [2022-07-29T22:28:46.478Z] #21 11.45 Selecting previously unselected package libinih1:amd64. [2022-07-29T22:28:46.478Z] #21 11.45 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-07-29T22:28:46.478Z] #21 11.46 Unpacking libinih1:amd64 (53-1+b2) ... [2022-07-29T22:28:46.478Z] #21 11.50 Selecting previously unselected package libnet1:amd64. [2022-07-29T22:28:46.478Z] #21 11.50 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-07-29T22:28:46.478Z] #21 11.52 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-07-29T22:28:46.696Z] #84 7.473 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-07-29T22:28:46.734Z] #21 11.57 Selecting previously unselected package libnl-3-200:amd64. [2022-07-29T22:28:46.734Z] #21 11.58 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-07-29T22:28:46.734Z] #21 11.58 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-07-29T22:28:46.734Z] #21 11.63 Selecting previously unselected package libprotobuf-c1:amd64. [2022-07-29T22:28:46.734Z] #21 11.64 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-07-29T22:28:46.734Z] #21 11.64 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-07-29T22:28:46.734Z] #21 11.68 Selecting previously unselected package libyajl2:amd64. [2022-07-29T22:28:46.734Z] #21 11.69 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ... [2022-07-29T22:28:46.734Z] #21 11.69 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-07-29T22:28:46.734Z] #21 11.73 Selecting previously unselected package net-tools. [2022-07-29T22:28:46.734Z] #21 11.74 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-07-29T22:28:46.735Z] #21 11.74 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-07-29T22:28:46.956Z] #84 7.523 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-07-29T22:28:46.956Z] #84 7.524 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-07-29T22:28:46.956Z] #84 7.524 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-07-29T22:28:46.956Z] #84 7.542 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-07-29T22:28:46.991Z] #21 11.83 Selecting previously unselected package patch. [2022-07-29T22:28:46.991Z] #21 11.84 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ... [2022-07-29T22:28:46.991Z] #21 11.85 Unpacking patch (2.7.6-7) ... [2022-07-29T22:28:46.991Z] #21 11.91 Selecting previously unselected package python-pip-whl. [2022-07-29T22:28:46.991Z] #21 11.91 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-07-29T22:28:46.991Z] #21 11.92 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-07-29T22:28:47.248Z] #21 12.20 Selecting previously unselected package python3-lib2to3. [2022-07-29T22:28:47.248Z] #21 12.20 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ... [2022-07-29T22:28:47.248Z] #21 12.21 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-07-29T22:28:47.505Z] #21 12.28 Selecting previously unselected package python3-distutils. [2022-07-29T22:28:47.505Z] #21 12.28 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ... [2022-07-29T22:28:47.505Z] #21 12.29 Unpacking python3-distutils (3.9.2-1) ... [2022-07-29T22:28:47.505Z] #21 12.36 Selecting previously unselected package python3-pkg-resources. [2022-07-29T22:28:47.505Z] #21 12.37 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ... [2022-07-29T22:28:47.505Z] #21 12.37 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-07-29T22:28:47.505Z] #21 12.45 Selecting previously unselected package python3-setuptools. [2022-07-29T22:28:47.505Z] #21 12.46 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ... [2022-07-29T22:28:47.505Z] #21 12.46 Unpacking python3-setuptools (52.0.0-4) ... [2022-07-29T22:28:47.758Z] using credential docker-jenkins-github-credentials [2022-07-29T22:28:47.762Z] #21 12.59 Selecting previously unselected package python3-wheel. [2022-07-29T22:28:47.763Z] #21 12.60 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ... [2022-07-29T22:28:47.763Z] #21 12.60 Unpacking python3-wheel (0.34.2-1) ... [2022-07-29T22:28:47.763Z] #21 12.64 Selecting previously unselected package python3-pip. [2022-07-29T22:28:47.763Z] #21 12.65 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-07-29T22:28:47.763Z] #21 12.66 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-07-29T22:28:47.763Z] #21 12.78 Selecting previously unselected package sudo. [2022-07-29T22:28:47.763Z] #21 12.79 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ... [2022-07-29T22:28:47.763Z] #21 12.80 Unpacking sudo (1.9.5p2-3) ... [2022-07-29T22:28:47.766Z] Cloning the remote Git repository [2022-07-29T22:28:47.766Z] Cloning with configured refspecs honoured and without tags [2022-07-29T22:28:47.839Z] Cloning repository https://github.com/moby/moby.git [2022-07-29T22:28:48.327Z] #21 13.06 Selecting previously unselected package thin-provisioning-tools. [2022-07-29T22:28:48.327Z] #21 13.06 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-07-29T22:28:48.327Z] #21 13.07 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-07-29T22:28:48.327Z] #21 13.19 Selecting previously unselected package uidmap. [2022-07-29T22:28:48.327Z] #21 13.20 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-07-29T22:28:48.327Z] #21 13.21 Unpacking uidmap (1:4.8.1-1) ... [2022-07-29T22:28:48.327Z] #21 13.29 Selecting previously unselected package vim-runtime. [2022-07-29T22:28:48.327Z] #21 13.30 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-07-29T22:28:48.327Z] #21 13.31 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-07-29T22:28:48.327Z] #21 13.33 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-07-29T22:28:48.327Z] #21 13.34 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:28:48.338Z] #84 9.100 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-07-29T22:28:48.058Z] > git init /home/ubuntu/workspace/moby_PR-43885 # timeout=10 [2022-07-29T22:28:48.396Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-07-29T22:28:48.397Z] > git --version # timeout=10 [2022-07-29T22:28:48.420Z] > git --version # 'git version 2.25.1' [2022-07-29T22:28:48.421Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-07-29T22:28:48.423Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43885/head:refs/remotes/origin/PR-43885 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-07-29T22:28:49.698Z] #21 14.58 Selecting previously unselected package vim. [2022-07-29T22:28:49.698Z] #21 14.58 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-07-29T22:28:49.698Z] #21 14.60 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:28:49.720Z] #84 10.44 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-07-29T22:28:49.959Z] #21 14.83 Selecting previously unselected package xfsprogs. [2022-07-29T22:28:49.960Z] #21 14.84 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ... [2022-07-29T22:28:49.960Z] #21 14.85 Unpacking xfsprogs (5.10.0-4) ... [2022-07-29T22:28:50.216Z] #21 15.09 Selecting previously unselected package zip. [2022-07-29T22:28:50.216Z] #21 15.09 Preparing to unpack .../47-zip_3.0-12_amd64.deb ... [2022-07-29T22:28:50.216Z] #21 15.10 Unpacking zip (3.0-12) ... [2022-07-29T22:28:50.216Z] #21 15.17 Selecting previously unselected package zstd. [2022-07-29T22:28:50.216Z] #21 15.18 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-07-29T22:28:50.216Z] #21 15.18 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-07-29T22:28:50.473Z] #21 15.36 Setting up python3-pkg-resources (52.0.0-4) ... [2022-07-29T22:28:50.729Z] #21 15.77 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-07-29T22:28:50.729Z] #21 15.78 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-07-29T22:28:50.729Z] #21 15.79 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-07-29T22:28:50.729Z] #21 15.80 Setting up libicu67:amd64 (67.1-7) ... [2022-07-29T22:28:50.729Z] #21 15.81 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-07-29T22:28:50.729Z] #21 15.83 Setting up libinih1:amd64 (53-1+b2) ... [2022-07-29T22:28:50.729Z] #21 15.85 Setting up uidmap (1:4.8.1-1) ... [2022-07-29T22:28:50.729Z] #21 15.86 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-07-29T22:28:50.987Z] #21 15.88 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-07-29T22:28:50.987Z] #21 15.89 Setting up bzip2 (1.0.8-4) ... [2022-07-29T22:28:50.987Z] #21 15.90 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-07-29T22:28:50.987Z] #21 15.91 Setting up python3-wheel (0.34.2-1) ... [2022-07-29T22:28:51.112Z] #84 11.55 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-07-29T22:28:51.112Z] #84 11.71 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-07-29T22:28:51.112Z] #84 11.84 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-07-29T22:28:51.244Z] #21 16.18 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:28:51.244Z] #21 16.19 Setting up libcap2:amd64 (1:2.44-1) ... [2022-07-29T22:28:51.244Z] #21 16.21 Setting up libcap2-bin (1:2.44-1) ... [2022-07-29T22:28:51.244Z] #21 16.21 Setting up apparmor (2.13.6-10) ... [2022-07-29T22:28:52.175Z] #21 17.16 Setting up zip (3.0-12) ... [2022-07-29T22:28:52.175Z] #21 17.17 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:28:52.175Z] #21 17.21 Setting up bash-completion (1:2.11-2) ... [2022-07-29T22:28:52.501Z] #84 ... [2022-07-29T22:28:52.501Z] [2022-07-29T22:28:52.501Z] #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-07-29T22:28:52.501Z] #60 sha256:ecf3cd67689cd7756657b79c02e28edc1d38c237be2de3571f17d04f8973fa13 [2022-07-29T22:28:52.501Z] #60 51.91 gotestsum version dev [2022-07-29T22:28:52.501Z] #60 DONE 52.2s [2022-07-29T22:28:52.501Z] [2022-07-29T22:28:52.501Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod case $(dpkg --print-architecture) in amd64|arm64) GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help ;; *) mkdir -p /build/ ;; esac [2022-07-29T22:28:52.501Z] #43 sha256:200e0ce9117b672449f74179fde64ba87e1c446761a7a191f3ee2b4a747d7a29 [2022-07-29T22:28:53.364Z] #21 18.21 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-07-29T22:28:53.364Z] #21 18.23 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-07-29T22:28:53.364Z] #21 18.24 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-07-29T22:28:53.364Z] #21 18.25 Setting up patch (2.7.6-7) ... [2022-07-29T22:28:53.364Z] #21 18.26 Setting up sudo (1.9.5p2-3) ... [2022-07-29T22:28:53.364Z] #21 18.31 invoke-rc.d: could not determine current runlevel [2022-07-29T22:28:53.364Z] #21 18.32 invoke-rc.d: policy-rc.d denied execution of start. [2022-07-29T22:28:53.364Z] #21 18.32 Setting up xfsprogs (5.10.0-4) ... [2022-07-29T22:28:53.364Z] #21 18.34 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-07-29T22:28:53.364Z] #21 18.35 Setting up inetutils-ping (2:2.0-1) ... [2022-07-29T22:28:53.364Z] #21 18.36 Setting up pigz (2.6-1) ... [2022-07-29T22:28:53.364Z] #21 18.38 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-07-29T22:28:53.364Z] #21 18.39 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-07-29T22:28:53.364Z] #21 18.42 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-07-29T22:28:53.621Z] #21 18.43 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:28:53.879Z] #21 18.74 Setting up libaio1:amd64 (0.3.112-9) ... [2022-07-29T22:28:53.879Z] #21 18.75 Setting up python3-lib2to3 (3.9.2-1) ... [2022-07-29T22:28:53.879Z] #21 18.96 Setting up libelf1:amd64 (0.183-1) ... [2022-07-29T22:28:53.879Z] #21 18.97 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-07-29T22:28:53.879Z] #21 18.99 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-07-29T22:28:54.136Z] #21 19.01 Setting up python3-distutils (3.9.2-1) ... [2022-07-29T22:28:54.136Z] #21 19.19 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:28:54.136Z] #21 19.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-07-29T22:28:54.136Z] #21 19.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-07-29T22:28:54.136Z] #21 19.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-07-29T22:28:54.136Z] #21 19.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-07-29T22:28:54.136Z] #21 19.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-07-29T22:28:54.136Z] #21 19.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-07-29T22:28:54.136Z] #21 19.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-07-29T22:28:54.393Z] #21 19.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-07-29T22:28:54.393Z] #21 19.26 Setting up python3-setuptools (52.0.0-4) ... [2022-07-29T22:28:54.961Z] #21 19.89 Setting up libjq1:amd64 (1.6-2.1) ... [2022-07-29T22:28:54.961Z] #21 19.90 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-07-29T22:28:54.961Z] #21 19.92 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-07-29T22:28:54.961Z] #21 19.93 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-07-29T22:28:55.524Z] #21 20.38 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-07-29T22:28:55.524Z] #21 20.39 Setting up jq (1.6-2.1) ... [2022-07-29T22:28:55.524Z] #21 20.40 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-07-29T22:28:55.524Z] #21 20.42 Setting up iptables (1.8.7-1) ... [2022-07-29T22:28:55.524Z] #21 20.43 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-07-29T22:28:55.524Z] #21 20.43 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-07-29T22:28:55.524Z] #21 20.44 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-07-29T22:28:55.524Z] #21 20.44 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-07-29T22:28:55.524Z] #21 20.45 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-07-29T22:28:55.524Z] #21 20.45 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-07-29T22:28:55.524Z] #21 20.46 Setting up iproute2 (5.10.0-4) ... [2022-07-29T22:28:55.780Z] #21 20.63 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:28:55.801Z] #43 ... [2022-07-29T22:28:55.801Z] [2022-07-29T22:28:55.801Z] #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-07-29T22:28:55.801Z] #19 sha256:1b1d9dac1bc282eb8e4fe3ae81b47148e43a2315d0ca62a4d546c3b59474793e [2022-07-29T22:28:55.801Z] #19 46.31 Fetched 49.2 MB in 45s (1089 kB/s) [2022-07-29T22:28:56.037Z] #21 DONE 21.1s [2022-07-29T22:28:56.037Z] [2022-07-29T22:28:56.037Z] #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-07-29T22:28:56.037Z] #22 sha256:d84689f48e260bdaa7f994523328cca18f5c00e6610d22c6b8e6dda37e27b28e [2022-07-29T22:28:56.967Z] #22 0.734 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-07-29T22:28:56.967Z] #22 0.739 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-07-29T22:28:56.967Z] #22 0.743 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-07-29T22:28:56.967Z] #22 DONE 0.8s [2022-07-29T22:28:56.967Z] [2022-07-29T22:28:56.967Z] #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-07-29T22:28:56.967Z] #64 sha256:e5e1ddc00fda2b4f440e5eb9fc32bd0edd7537da67fca467e35150d40845027c [2022-07-29T22:28:56.967Z] #64 ... [2022-07-29T22:28:56.967Z] [2022-07-29T22:28:56.967Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-07-29T22:28:56.967Z] #23 sha256:e12bf48707cda77e9103c1ae026253694f4f66fa5c6864b70009105d6f3b58b8 [2022-07-29T22:29:02.095Z] Fetching without tags [2022-07-29T22:29:02.316Z] Merging remotes/origin/master commit 6e213899177faac5c4bf9bdc68ac2899fb0916e1 into PR head commit 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 [2022-07-29T22:29:03.520Z] Merge succeeded, producing 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 [2022-07-29T22:29:03.520Z] Checking out Revision 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 (PR-43885) [2022-07-29T22:29:03.956Z] #19 46.31 Reading package lists... [2022-07-29T22:29:03.956Z] #19 ... [2022-07-29T22:29:03.956Z] [2022-07-29T22:29:03.956Z] #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-07-29T22:29:03.956Z] #84 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:29:03.956Z] #84 23.59 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-07-29T22:29:02.031Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-07-29T22:29:02.046Z] > git config --add remote.origin.fetch +refs/pull/43885/head:refs/remotes/origin/PR-43885 # timeout=10 [2022-07-29T22:29:02.064Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-07-29T22:29:02.086Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-07-29T22:29:02.099Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-07-29T22:29:02.100Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-07-29T22:29:02.101Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43885/head:refs/remotes/origin/PR-43885 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-07-29T22:29:02.329Z] > git config core.sparsecheckout # timeout=10 [2022-07-29T22:29:02.358Z] > git checkout -f 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 # timeout=10 [2022-07-29T22:29:03.450Z] > git remote # timeout=10 [2022-07-29T22:29:03.468Z] > git config --get remote.origin.url # timeout=10 [2022-07-29T22:29:03.483Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-07-29T22:29:03.484Z] > git merge 6e213899177faac5c4bf9bdc68ac2899fb0916e1 # timeout=10 [2022-07-29T22:29:03.510Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-07-29T22:29:03.523Z] > git config core.sparsecheckout # timeout=10 [2022-07-29T22:29:03.541Z] > git checkout -f 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 # timeout=10 [2022-07-29T22:29:05.076Z] #23 6.793 Collecting yamllint==1.26.1 [2022-07-29T22:29:05.076Z] #23 7.836 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-07-29T22:29:05.333Z] #23 8.291 Collecting pathspec>=0.5.3 [2022-07-29T22:29:05.333Z] #23 8.303 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-07-29T22:29:05.333Z] #23 8.488 Collecting pyyaml [2022-07-29T22:29:05.333Z] #23 8.496 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-07-29T22:29:05.333Z] #23 8.532 Building wheels for collected packages: yamllint [2022-07-29T22:29:05.590Z] #23 8.533 Building wheel for yamllint (setup.py): started [2022-07-29T22:29:06.156Z] #23 8.987 Building wheel for yamllint (setup.py): finished with status 'done' [2022-07-29T22:29:06.156Z] #23 8.988 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=a7c4d0ee78fd3fcf593beda291cb2305adae16dd5bffcf37be8890b788a45469 [2022-07-29T22:29:06.156Z] #23 8.989 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-07-29T22:29:06.156Z] #23 8.992 Successfully built yamllint [2022-07-29T22:29:06.156Z] #23 9.002 Installing collected packages: pyyaml, pathspec, yamllint [2022-07-29T22:29:06.156Z] #23 9.186 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-07-29T22:29:06.417Z] #23 DONE 9.6s [2022-07-29T22:29:06.417Z] [2022-07-29T22:29:06.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-07-29T22:29:06.417Z] #64 sha256:e5e1ddc00fda2b4f440e5eb9fc32bd0edd7537da67fca467e35150d40845027c [2022-07-29T22:29:06.675Z] #64 ... [2022-07-29T22:29:06.675Z] [2022-07-29T22:29:06.675Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-07-29T22:29:06.675Z] #27 sha256:ae37a8cfae35fe08fc8e96baaa71b0e8e1f58169869a07b83c8561fa70adf52d [2022-07-29T22:29:06.675Z] #27 DONE 0.1s [2022-07-29T22:29:06.675Z] [2022-07-29T22:29:06.675Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-07-29T22:29:06.675Z] #32 sha256:3ebab323c0b67ae29c1ad52b5e1f07637be1d267789605d191f4553403ca2d27 [2022-07-29T22:29:06.933Z] #32 DONE 0.3s [2022-07-29T22:29:06.933Z] [2022-07-29T22:29:06.933Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-07-29T22:29:06.933Z] #35 sha256:6e2728cf4a20cdec11f9b068e953768d455a7ec7d58e8e7d30fa0181cad2809c [2022-07-29T22:29:07.195Z] #35 DONE 0.2s [2022-07-29T22:29:07.195Z] [2022-07-29T22:29:07.195Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-07-29T22:29:07.195Z] #37 sha256:18fde3da5d569ba1ec5bf62eca1f573df56561218d2e5d9f4e432fb47e2b8eac [2022-07-29T22:29:07.195Z] #37 DONE 0.2s [2022-07-29T22:29:07.195Z] [2022-07-29T22:29:07.195Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-07-29T22:29:07.195Z] #39 sha256:d2013ae51a49d83a0f1e836bab6704a4b33dae89a3e6a8d31731bf0b84e8c8c4 [2022-07-29T22:29:07.195Z] #39 DONE 0.1s [2022-07-29T22:29:07.195Z] [2022-07-29T22:29:07.195Z] #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-07-29T22:29:07.195Z] #64 sha256:e5e1ddc00fda2b4f440e5eb9fc32bd0edd7537da67fca467e35150d40845027c [2022-07-29T22:29:07.454Z] #64 ... [2022-07-29T22:29:07.454Z] [2022-07-29T22:29:07.454Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-07-29T22:29:07.454Z] #41 sha256:d9e50e0d08cac6ab906fbc144132f29e975e47fd2bb88d48ce3ea7f05c10949d [2022-07-29T22:29:07.454Z] #41 DONE 0.1s [2022-07-29T22:29:07.454Z] [2022-07-29T22:29:07.454Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-07-29T22:29:07.454Z] #45 sha256:341cc2cf561dde0b94810282c3beb6dee57d433c090c427e5411d820ac5b0bab [2022-07-29T22:29:07.454Z] #45 DONE 0.0s [2022-07-29T22:29:07.546Z] Commit message: "api: add registry.EncodeAuthConfig" [2022-07-29T22:29:07.712Z] [2022-07-29T22:29:07.712Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-07-29T22:29:07.712Z] #48 sha256:cc93fab22145d29ea3532bc2876fb34b788e0aaf21e9432b9512300f98c50130 [2022-07-29T22:29:07.712Z] #48 DONE 0.2s [2022-07-29T22:29:07.712Z] [2022-07-29T22:29:07.712Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-07-29T22:29:07.712Z] #52 sha256:84d6cbc84a269641e5857affaec6348e518e33f5e9a462a5488b7c2c852bef8f [2022-07-29T22:29:07.712Z] #52 DONE 0.1s [2022-07-29T22:29:07.712Z] [2022-07-29T22:29:07.712Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-07-29T22:29:07.712Z] #54 sha256:3b04fd0ce94d10ffae2c94b677d7004778c832b4fd44263e6faedc74b69ab6a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-07-29T22:29:07.972Z] #54 DONE 0.1s [2022-07-29T22:29:07.972Z] [2022-07-29T22:29:07.972Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-07-29T22:29:07.972Z] #56 sha256:a5b2faa6611e14e2ba738bd2b810a1bdddcc2112c2b9a073005dbbc9bc85c457 [2022-07-29T22:29:07.972Z] #56 DONE 0.3s [2022-07-29T22:29:07.972Z] [2022-07-29T22:29:07.972Z] #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-07-29T22:29:07.972Z] #64 sha256:e5e1ddc00fda2b4f440e5eb9fc32bd0edd7537da67fca467e35150d40845027c [2022-07-29T22:29:08.230Z] #64 ... [2022-07-29T22:29:08.230Z] [2022-07-29T22:29:08.230Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-07-29T22:29:08.230Z] #58 sha256:d4bc0ea13b10ae9b9f9f965f9d7aaa8e2f2480dbf1ebeca75fe8272ab49e0c29 [2022-07-29T22:29:08.230Z] #58 DONE 0.1s [2022-07-29T22:29:08.230Z] [2022-07-29T22:29:08.230Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-07-29T22:29:08.230Z] #61 sha256:5d5fb9388f99d5b78f5334ee4c4ea9d96e411d3cdc495830153d7e4f1af6b280 [2022-07-29T22:29:08.230Z] #61 DONE 0.1s [2022-07-29T22:29:08.230Z] [2022-07-29T22:29:08.230Z] #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-07-29T22:29:08.230Z] #64 sha256:e5e1ddc00fda2b4f440e5eb9fc32bd0edd7537da67fca467e35150d40845027c [2022-07-29T22:29:08.410Z] + docker version [2022-07-29T22:29:09.234Z] #84 ... [2022-07-29T22:29:09.234Z] [2022-07-29T22:29:09.234Z] #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-07-29T22:29:09.234Z] #19 sha256:1b1d9dac1bc282eb8e4fe3ae81b47148e43a2315d0ca62a4d546c3b59474793e [2022-07-29T22:29:09.234Z] #19 46.31 Reading package lists... [2022-07-29T22:29:10.231Z] Fetching without tags [2022-07-29T22:29:10.513Z] Merging remotes/origin/master commit 6e213899177faac5c4bf9bdc68ac2899fb0916e1 into PR head commit 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 [2022-07-29T22:29:10.129Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-07-29T22:29:10.165Z] > git config --add remote.origin.fetch +refs/pull/43885/head:refs/remotes/origin/PR-43885 # timeout=10 [2022-07-29T22:29:10.182Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-07-29T22:29:10.206Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-07-29T22:29:10.235Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-07-29T22:29:10.235Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-07-29T22:29:10.237Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43885/head:refs/remotes/origin/PR-43885 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-07-29T22:29:10.523Z] > git config core.sparsecheckout # timeout=10 [2022-07-29T22:29:10.535Z] > git checkout -f 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 # timeout=10 [2022-07-29T22:29:11.265Z] Merge succeeded, producing 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 [2022-07-29T22:29:11.265Z] Checking out Revision 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 (PR-43885) [2022-07-29T22:29:11.204Z] > git remote # timeout=10 [2022-07-29T22:29:11.216Z] > git config --get remote.origin.url # timeout=10 [2022-07-29T22:29:11.227Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-07-29T22:29:11.228Z] > git merge 6e213899177faac5c4bf9bdc68ac2899fb0916e1 # timeout=10 [2022-07-29T22:29:11.248Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-07-29T22:29:11.267Z] > git config core.sparsecheckout # timeout=10 [2022-07-29T22:29:11.280Z] > git checkout -f 7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 # timeout=10 [2022-07-29T22:29:14.771Z] #64 77.81 + bin/containerd [2022-07-29T22:29:15.349Z] Commit message: "api: add registry.EncodeAuthConfig" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-07-29T22:29:16.070Z] #19 60.65 Reading package lists... [2022-07-29T22:29:16.070Z] #19 ... [2022-07-29T22:29:16.070Z] [2022-07-29T22:29:16.070Z] #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-07-29T22:29:16.070Z] #84 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:29:16.070Z] #84 31.66 libtoolize: putting auxiliary files in '.'. [2022-07-29T22:29:16.070Z] #84 31.67 libtoolize: copying file './ltmain.sh' [2022-07-29T22:29:16.070Z] #84 32.15 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-07-29T22:29:16.070Z] #84 32.15 libtoolize: and rerunning libtoolize and aclocal. [2022-07-29T22:29:16.070Z] #84 32.15 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-07-29T22:29:16.287Z] + docker version [2022-07-29T22:29:16.530Z] Client: Docker Engine - Community [2022-07-29T22:29:16.530Z] Version: 20.10.14 [2022-07-29T22:29:16.530Z] API version: 1.41 [2022-07-29T22:29:16.530Z] Go version: go1.16.15 [2022-07-29T22:29:16.530Z] Git commit: a224086 [2022-07-29T22:29:16.530Z] Built: Thu Mar 24 01:47:20 2022 [2022-07-29T22:29:16.530Z] OS/Arch: linux/arm64 [2022-07-29T22:29:16.530Z] Context: default [2022-07-29T22:29:16.530Z] Experimental: true [2022-07-29T22:29:16.530Z] [2022-07-29T22:29:16.530Z] Server: Docker Engine - Community [2022-07-29T22:29:16.530Z] Engine: [2022-07-29T22:29:16.530Z] Version: 20.10.14 [2022-07-29T22:29:16.530Z] API version: 1.41 (minimum version 1.12) [2022-07-29T22:29:16.530Z] Go version: go1.16.15 [2022-07-29T22:29:16.530Z] Git commit: 87a90dc [2022-07-29T22:29:16.530Z] Built: Thu Mar 24 01:45:39 2022 [2022-07-29T22:29:16.530Z] OS/Arch: linux/arm64 [2022-07-29T22:29:16.530Z] Experimental: true [2022-07-29T22:29:16.530Z] containerd: [2022-07-29T22:29:16.530Z] Version: 1.5.11 [2022-07-29T22:29:16.530Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-07-29T22:29:16.530Z] runc: [2022-07-29T22:29:16.530Z] Version: 1.0.3 [2022-07-29T22:29:16.530Z] GitCommit: v1.0.3-0-gf46b6ba [2022-07-29T22:29:16.530Z] docker-init: [2022-07-29T22:29:16.530Z] Version: 0.19.0 [2022-07-29T22:29:16.530Z] GitCommit: de40ad0 [Pipeline] sh [2022-07-29T22:29:16.839Z] + docker info [2022-07-29T22:29:19.366Z] #84 39.50 configure.ac:7: installing './compile' [2022-07-29T22:29:19.366Z] #84 39.50 configure.ac:11: installing './config.guess' [2022-07-29T22:29:19.366Z] #84 39.51 configure.ac:11: installing './config.sub' [2022-07-29T22:29:19.366Z] #84 39.52 configure.ac:8: installing './install-sh' [2022-07-29T22:29:19.366Z] #84 39.53 configure.ac:8: installing './missing' [2022-07-29T22:29:19.366Z] #84 39.65 Makefile.am: installing './depcomp' [2022-07-29T22:29:19.937Z] #84 40.60 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-07-29T22:29:19.937Z] #84 40.60 libtoolize: copying file 'build-aux/ltmain.sh' [2022-07-29T22:29:19.937Z] #84 40.72 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-07-29T22:29:19.937Z] #84 40.72 libtoolize: copying file 'm4/libtool.m4' [2022-07-29T22:29:19.937Z] #84 40.79 libtoolize: copying file 'm4/ltoptions.m4' [2022-07-29T22:29:20.197Z] #84 40.89 libtoolize: copying file 'm4/ltsugar.m4' [2022-07-29T22:29:20.197Z] #84 40.98 libtoolize: copying file 'm4/ltversion.m4' [2022-07-29T22:29:20.458Z] #84 41.08 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-07-29T22:29:20.458Z] #84 41.15 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-07-29T22:29:23.758Z] #84 ... [2022-07-29T22:29:23.758Z] [2022-07-29T22:29:23.758Z] #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-07-29T22:29:23.758Z] #19 sha256:1b1d9dac1bc282eb8e4fe3ae81b47148e43a2315d0ca62a4d546c3b59474793e [2022-07-29T22:29:23.758Z] #19 60.65 Reading package lists... [2022-07-29T22:29:24.384Z] Client: Docker Engine - Community [2022-07-29T22:29:24.384Z] Version: 20.10.14 [2022-07-29T22:29:24.384Z] API version: 1.41 [2022-07-29T22:29:24.384Z] Go version: go1.16.15 [2022-07-29T22:29:24.384Z] Git commit: a224086 [2022-07-29T22:29:24.384Z] Built: Thu Mar 24 01:48:02 2022 [2022-07-29T22:29:24.384Z] OS/Arch: linux/amd64 [2022-07-29T22:29:24.384Z] Context: default [2022-07-29T22:29:24.384Z] Experimental: true [2022-07-29T22:29:24.384Z] [2022-07-29T22:29:24.384Z] Server: Docker Engine - Community [2022-07-29T22:29:24.384Z] Engine: [2022-07-29T22:29:24.384Z] Version: 20.10.14 [2022-07-29T22:29:24.384Z] API version: 1.41 (minimum version 1.12) [2022-07-29T22:29:24.384Z] Go version: go1.16.15 [2022-07-29T22:29:24.384Z] Git commit: 87a90dc [2022-07-29T22:29:24.384Z] Built: Thu Mar 24 01:45:53 2022 [2022-07-29T22:29:24.384Z] OS/Arch: linux/amd64 [2022-07-29T22:29:24.384Z] Experimental: true [2022-07-29T22:29:24.384Z] containerd: [2022-07-29T22:29:24.384Z] Version: 1.5.11 [2022-07-29T22:29:24.384Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-07-29T22:29:24.384Z] runc: [2022-07-29T22:29:24.384Z] Version: 1.0.3 [2022-07-29T22:29:24.384Z] GitCommit: v1.0.3-0-gf46b6ba [2022-07-29T22:29:24.384Z] docker-init: [2022-07-29T22:29:24.384Z] Version: 0.19.0 [2022-07-29T22:29:24.384Z] GitCommit: de40ad0 [Pipeline] sh [2022-07-29T22:29:24.682Z] + docker info [2022-07-29T22:29:27.961Z] #19 75.07 Building dependency tree... [2022-07-29T22:29:30.505Z] #19 ... [2022-07-29T22:29:30.505Z] [2022-07-29T22:29:30.505Z] #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-07-29T22:29:30.505Z] #84 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:29:30.505Z] #84 50.90 configure.ac:7: installing 'build-aux/compile' [2022-07-29T22:29:30.505Z] #84 50.90 configure.ac:9: installing 'build-aux/config.guess' [2022-07-29T22:29:30.505Z] #84 50.91 configure.ac:9: installing 'build-aux/config.sub' [2022-07-29T22:29:30.505Z] #84 50.92 configure.ac:11: installing 'build-aux/install-sh' [2022-07-29T22:29:30.505Z] #84 50.92 configure.ac:11: installing 'build-aux/missing' [2022-07-29T22:29:30.505Z] #84 51.14 Makefile.am: installing 'build-aux/depcomp' [2022-07-29T22:29:30.505Z] #84 51.21 parallel-tests: installing 'build-aux/test-driver' [2022-07-29T22:29:31.726Z] Client: [2022-07-29T22:29:31.726Z] Context: default [2022-07-29T22:29:31.726Z] Debug Mode: false [2022-07-29T22:29:31.726Z] Plugins: [2022-07-29T22:29:31.726Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-07-29T22:29:31.726Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-07-29T22:29:31.726Z] [2022-07-29T22:29:31.726Z] Server: [2022-07-29T22:29:31.726Z] Containers: 0 [2022-07-29T22:29:31.726Z] Running: 0 [2022-07-29T22:29:31.726Z] Paused: 0 [2022-07-29T22:29:31.726Z] Stopped: 0 [2022-07-29T22:29:31.726Z] Images: 0 [2022-07-29T22:29:31.726Z] Server Version: 20.10.14 [2022-07-29T22:29:31.726Z] Storage Driver: overlay2 [2022-07-29T22:29:31.726Z] Backing Filesystem: extfs [2022-07-29T22:29:31.726Z] Supports d_type: true [2022-07-29T22:29:31.726Z] Native Overlay Diff: true [2022-07-29T22:29:31.726Z] userxattr: false [2022-07-29T22:29:31.726Z] Logging Driver: json-file [2022-07-29T22:29:31.726Z] Cgroup Driver: cgroupfs [2022-07-29T22:29:31.726Z] Cgroup Version: 1 [2022-07-29T22:29:31.726Z] Plugins: [2022-07-29T22:29:31.726Z] Volume: local [2022-07-29T22:29:31.726Z] Network: bridge host ipvlan macvlan null overlay [2022-07-29T22:29:31.726Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-07-29T22:29:31.726Z] Swarm: inactive [2022-07-29T22:29:31.726Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-07-29T22:29:31.726Z] Default Runtime: runc [2022-07-29T22:29:31.726Z] Init Binary: docker-init [2022-07-29T22:29:31.726Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-07-29T22:29:31.726Z] runc version: v1.0.3-0-gf46b6ba [2022-07-29T22:29:31.726Z] init version: de40ad0 [2022-07-29T22:29:31.726Z] Security Options: [2022-07-29T22:29:31.726Z] apparmor [2022-07-29T22:29:31.726Z] seccomp [2022-07-29T22:29:31.726Z] Profile: default [2022-07-29T22:29:31.726Z] Kernel Version: 5.13.0-1021-aws [2022-07-29T22:29:31.726Z] Operating System: Ubuntu 20.04.4 LTS [2022-07-29T22:29:31.726Z] OSType: linux [2022-07-29T22:29:31.726Z] Architecture: aarch64 [2022-07-29T22:29:31.726Z] CPUs: 2 [2022-07-29T22:29:31.726Z] Total Memory: 7.562GiB [2022-07-29T22:29:31.726Z] Name: ip-10-100-100-50 [2022-07-29T22:29:31.726Z] ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ [2022-07-29T22:29:31.726Z] Docker Root Dir: /var/lib/docker [2022-07-29T22:29:31.726Z] Debug Mode: false [2022-07-29T22:29:31.726Z] Registry: https://index.docker.io/v1/ [2022-07-29T22:29:31.726Z] Labels: [2022-07-29T22:29:31.726Z] Experimental: true [2022-07-29T22:29:31.726Z] Insecure Registries: [2022-07-29T22:29:31.726Z] 127.0.0.0/8 [2022-07-29T22:29:31.726Z] Live Restore Enabled: true [2022-07-29T22:29:31.726Z] [Pipeline] sh [2022-07-29T22:29:32.009Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-07-29T22:29:32.009Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-07-29T22:29:32.009Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43885/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-07-29T22:29:32.009Z] + bash /home/ubuntu/workspace/moby_PR-43885/check-config.sh [2022-07-29T22:29:32.009Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-07-29T22:29:32.009Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ... [2022-07-29T22:29:32.009Z] [2022-07-29T22:29:32.009Z] Generally Necessary: [2022-07-29T22:29:32.009Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-07-29T22:29:32.009Z] - apparmor: enabled and tools installed [2022-07-29T22:29:32.009Z] - CONFIG_NAMESPACES: enabled [2022-07-29T22:29:32.009Z] - CONFIG_NET_NS: enabled [2022-07-29T22:29:32.009Z] - CONFIG_PID_NS: enabled [2022-07-29T22:29:32.009Z] - CONFIG_IPC_NS: enabled [2022-07-29T22:29:32.009Z] - CONFIG_UTS_NS: enabled [2022-07-29T22:29:32.009Z] - CONFIG_CGROUPS: enabled [2022-07-29T22:29:32.009Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-07-29T22:29:32.009Z] - CONFIG_CGROUP_DEVICE: enabled [2022-07-29T22:29:32.009Z] - CONFIG_CGROUP_FREEZER: enabled [2022-07-29T22:29:32.009Z] - CONFIG_CGROUP_SCHED: enabled [2022-07-29T22:29:32.009Z] - CONFIG_CPUSETS: enabled [2022-07-29T22:29:32.009Z] - CONFIG_MEMCG: enabled [2022-07-29T22:29:32.009Z] - CONFIG_KEYS: enabled [2022-07-29T22:29:32.009Z] - CONFIG_VETH: enabled (as module) [2022-07-29T22:29:32.009Z] - CONFIG_BRIDGE: enabled (as module) [2022-07-29T22:29:32.009Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-07-29T22:29:32.009Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-07-29T22:29:32.009Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-07-29T22:29:32.009Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-07-29T22:29:32.009Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-07-29T22:29:32.009Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-07-29T22:29:32.009Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-07-29T22:29:32.268Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-07-29T22:29:32.268Z] - CONFIG_NF_NAT: enabled (as module) [2022-07-29T22:29:32.268Z] - CONFIG_POSIX_MQUEUE: enabled [2022-07-29T22:29:32.268Z] - CONFIG_CGROUP_BPF: enabled [2022-07-29T22:29:32.268Z] [2022-07-29T22:29:32.268Z] Optional Features: [2022-07-29T22:29:32.268Z] - CONFIG_USER_NS: enabled [2022-07-29T22:29:32.268Z] - CONFIG_SECCOMP: enabled [2022-07-29T22:29:32.268Z] - CONFIG_SECCOMP_FILTER: enabled [2022-07-29T22:29:32.268Z] - CONFIG_CGROUP_PIDS: enabled [2022-07-29T22:29:32.268Z] - CONFIG_MEMCG_SWAP: enabled [2022-07-29T22:29:32.268Z] (cgroup swap accounting is currently enabled) [2022-07-29T22:29:32.268Z] - CONFIG_BLK_CGROUP: enabled [2022-07-29T22:29:32.268Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-07-29T22:29:32.268Z] - CONFIG_CGROUP_PERF: enabled [2022-07-29T22:29:32.268Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-07-29T22:29:32.268Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-07-29T22:29:32.268Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-07-29T22:29:32.268Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-07-29T22:29:32.268Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-07-29T22:29:32.268Z] - CONFIG_RT_GROUP_SCHED: missing [2022-07-29T22:29:32.268Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-07-29T22:29:32.268Z] - CONFIG_IP_VS: enabled (as module) [2022-07-29T22:29:32.268Z] - CONFIG_IP_VS_NFCT: enabled [2022-07-29T22:29:32.268Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-07-29T22:29:32.268Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-07-29T22:29:32.268Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-07-29T22:29:32.268Z] - CONFIG_SECURITY_SELINUX: enabled [2022-07-29T22:29:32.268Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-07-29T22:29:32.268Z] - CONFIG_EXT4_FS: enabled [2022-07-29T22:29:32.268Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-07-29T22:29:32.268Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-07-29T22:29:32.268Z] - Network Drivers: [2022-07-29T22:29:32.268Z] - "overlay": [2022-07-29T22:29:32.268Z] - CONFIG_VXLAN: enabled (as module) [2022-07-29T22:29:32.268Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-07-29T22:29:32.268Z] Optional (for encrypted networks): [2022-07-29T22:29:32.417Z] #84 52.81 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-07-29T22:29:32.417Z] #84 52.81 libtoolize: copying file 'build-aux/ltmain.sh' [2022-07-29T22:29:32.527Z] - CONFIG_CRYPTO: enabled [2022-07-29T22:29:32.528Z] - CONFIG_CRYPTO_AEAD: enabled [2022-07-29T22:29:32.528Z] - CONFIG_CRYPTO_GCM: enabled [2022-07-29T22:29:32.528Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-07-29T22:29:32.528Z] - CONFIG_CRYPTO_GHASH: enabled [2022-07-29T22:29:32.528Z] - CONFIG_XFRM: enabled [2022-07-29T22:29:32.528Z] - CONFIG_XFRM_USER: enabled (as module) [2022-07-29T22:29:32.528Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-07-29T22:29:32.528Z] - CONFIG_INET_ESP: enabled (as module) [2022-07-29T22:29:32.528Z] - "ipvlan": [2022-07-29T22:29:32.528Z] - CONFIG_IPVLAN: enabled (as module) [2022-07-29T22:29:32.528Z] - "macvlan": [2022-07-29T22:29:32.528Z] - CONFIG_MACVLAN: enabled (as module) [2022-07-29T22:29:32.528Z] - CONFIG_DUMMY: enabled (as module) [2022-07-29T22:29:32.528Z] - "ftp,tftp client in container": [2022-07-29T22:29:32.528Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-07-29T22:29:32.528Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-07-29T22:29:32.528Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-07-29T22:29:32.528Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-07-29T22:29:32.528Z] - Storage Drivers: [2022-07-29T22:29:32.528Z] - "aufs": [2022-07-29T22:29:32.528Z] - CONFIG_AUFS_FS: enabled (as module) [2022-07-29T22:29:32.528Z] - "btrfs": [2022-07-29T22:29:32.528Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-07-29T22:29:32.528Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-07-29T22:29:32.528Z] - "devicemapper": [2022-07-29T22:29:32.528Z] - CONFIG_BLK_DEV_DM: enabled [2022-07-29T22:29:32.528Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-07-29T22:29:32.528Z] - "overlay": [2022-07-29T22:29:32.528Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-07-29T22:29:32.528Z] - "zfs": [2022-07-29T22:29:32.528Z] - /dev/zfs: present [2022-07-29T22:29:32.528Z] - zfs command: missing [2022-07-29T22:29:32.528Z] - zpool command: missing [2022-07-29T22:29:32.528Z] [2022-07-29T22:29:32.528Z] Limits: [2022-07-29T22:29:32.528Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-07-29T22:29:32.528Z] [2022-07-29T22:29:32.528Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-07-29T22:29:32.678Z] #84 53.27 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-07-29T22:29:32.678Z] #84 53.27 libtoolize: copying file 'm4/libtool.m4' [2022-07-29T22:29:32.678Z] #84 53.35 libtoolize: copying file 'm4/ltoptions.m4' [2022-07-29T22:29:32.678Z] #84 53.43 libtoolize: copying file 'm4/ltsugar.m4' [2022-07-29T22:29:32.852Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 . [2022-07-29T22:29:32.939Z] #84 53.52 libtoolize: copying file 'm4/ltversion.m4' [2022-07-29T22:29:32.939Z] #84 53.60 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-07-29T22:29:33.112Z] #1 [internal] load build definition from Dockerfile [2022-07-29T22:29:33.112Z] #1 sha256:98d82d5e549f8b507f02f67f2cc0d260f21b15a2cd77cd26ecbf8ff31c816b97 [2022-07-29T22:29:33.112Z] #1 transferring dockerfile: 19.25kB 0.0s done [2022-07-29T22:29:33.112Z] #1 DONE 0.2s [2022-07-29T22:29:33.112Z] [2022-07-29T22:29:33.112Z] #2 [internal] load .dockerignore [2022-07-29T22:29:33.112Z] #2 sha256:e129eab5d9956187af80037a6fa95f046fc84067d4531707576175ae629e7a6c [2022-07-29T22:29:33.112Z] #2 transferring context: 145B done [2022-07-29T22:29:33.112Z] #2 DONE 0.0s [2022-07-29T22:29:33.112Z] [2022-07-29T22:29:33.112Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2022-07-29T22:29:33.112Z] #3 sha256:5511bf222770ecb09bae16a5e9dc6ddaf6633b05719203c5e2b00644727cd62f [2022-07-29T22:29:33.680Z] #3 DONE 0.4s [2022-07-29T22:29:33.680Z] [2022-07-29T22:29:33.680Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 [2022-07-29T22:29:33.680Z] #4 sha256:aae1624761845ad12d0965b3e71ab9a531ae51ffa9b9aa952662f0f44079cf17 [2022-07-29T22:29:33.680Z] #4 resolve docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 done [2022-07-29T22:29:33.680Z] #4 sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 2.00kB / 2.00kB done [2022-07-29T22:29:33.680Z] #4 sha256:e5075ee34d3ba6561ec00802a2b59a34582147f92b5c2078c4d96fedca773391 528B / 528B done [2022-07-29T22:29:33.680Z] #4 sha256:dfa55ed301d975cc74bc6a87d28e8644c599284cc1c26e11138cf9336c3a76a3 2.37kB / 2.37kB done [2022-07-29T22:29:33.680Z] #4 sha256:b45628a8396c4779e3387f2ac54465105820e4821309a2638a007c557894a840 0B / 9.20MB 0.1s [2022-07-29T22:29:33.940Z] #4 sha256:b45628a8396c4779e3387f2ac54465105820e4821309a2638a007c557894a840 8.39MB / 9.20MB 0.2s [2022-07-29T22:29:33.940Z] #4 sha256:b45628a8396c4779e3387f2ac54465105820e4821309a2638a007c557894a840 9.20MB / 9.20MB 0.4s [2022-07-29T22:29:34.198Z] #4 sha256:b45628a8396c4779e3387f2ac54465105820e4821309a2638a007c557894a840 9.20MB / 9.20MB 0.5s done [2022-07-29T22:29:34.198Z] #4 extracting sha256:b45628a8396c4779e3387f2ac54465105820e4821309a2638a007c557894a840 [2022-07-29T22:29:34.460Z] #4 extracting sha256:b45628a8396c4779e3387f2ac54465105820e4821309a2638a007c557894a840 0.2s done [2022-07-29T22:29:34.460Z] #4 DONE 0.8s [2022-07-29T22:29:34.720Z] [2022-07-29T22:29:34.720Z] #6 [internal] load build definition from Dockerfile [2022-07-29T22:29:34.720Z] #6 sha256:2d563a7f790a10400271d0835cdd11460b00109a9dc761e3b9baedcf96202296 [2022-07-29T22:29:34.720Z] #6 DONE 0.0s [2022-07-29T22:29:34.720Z] [2022-07-29T22:29:34.720Z] #5 [internal] load .dockerignore [2022-07-29T22:29:34.720Z] #5 sha256:968376a7060305515ebde9ccc8663874c889011fd276bf5375c8eb2ae9c83a8c [2022-07-29T22:29:34.720Z] #5 DONE 0.0s [2022-07-29T22:29:34.720Z] [2022-07-29T22:29:34.720Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-07-29T22:29:34.720Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-07-29T22:29:35.656Z] #10 DONE 0.9s [2022-07-29T22:29:35.656Z] [2022-07-29T22:29:35.656Z] #9 [internal] load metadata for docker.io/library/golang:1.18.4-bullseye [2022-07-29T22:29:35.656Z] #9 sha256:b86c439509d1bcb1d912e9e6b15786b5125b5b3f78eacc7fde0e6e616a2fc6e2 [2022-07-29T22:29:35.656Z] #9 DONE 0.9s [2022-07-29T22:29:35.656Z] [2022-07-29T22:29:35.656Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-07-29T22:29:35.656Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-07-29T22:29:35.656Z] #8 DONE 0.9s [2022-07-29T22:29:35.656Z] [2022-07-29T22:29:35.656Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-07-29T22:29:35.656Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-07-29T22:29:35.656Z] #7 DONE 0.9s [2022-07-29T22:29:36.260Z] #84 ... [2022-07-29T22:29:36.260Z] [2022-07-29T22:29:36.260Z] #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-07-29T22:29:36.260Z] #19 sha256:1b1d9dac1bc282eb8e4fe3ae81b47148e43a2315d0ca62a4d546c3b59474793e [2022-07-29T22:29:36.260Z] #19 81.58 The following additional packages will be installed: [2022-07-29T22:29:36.260Z] #19 81.58 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-07-29T22:29:36.260Z] #19 81.58 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-07-29T22:29:36.260Z] #19 81.58 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-07-29T22:29:36.260Z] #19 81.59 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-07-29T22:29:36.260Z] #19 81.59 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-07-29T22:29:36.260Z] #19 81.59 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-07-29T22:29:36.260Z] #19 81.59 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-07-29T22:29:36.260Z] #19 81.59 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-07-29T22:29:36.260Z] #19 81.59 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-07-29T22:29:36.260Z] #19 81.59 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-07-29T22:29:36.260Z] #19 81.59 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-07-29T22:29:36.260Z] #19 81.59 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-07-29T22:29:36.260Z] #19 81.59 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-07-29T22:29:36.260Z] #19 81.59 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-07-29T22:29:36.260Z] #19 81.59 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-07-29T22:29:36.260Z] #19 81.59 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-07-29T22:29:36.260Z] #19 81.59 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-07-29T22:29:36.260Z] #19 81.59 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-07-29T22:29:36.260Z] #19 81.59 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-07-29T22:29:36.260Z] #19 81.59 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-07-29T22:29:36.260Z] #19 81.59 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-07-29T22:29:36.260Z] #19 81.59 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-07-29T22:29:36.260Z] #19 81.59 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-07-29T22:29:36.260Z] #19 81.60 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-07-29T22:29:36.260Z] #19 81.60 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-07-29T22:29:36.260Z] #19 81.60 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-07-29T22:29:36.260Z] #19 81.60 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-07-29T22:29:36.260Z] #19 81.60 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-07-29T22:29:36.260Z] #19 81.60 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-07-29T22:29:36.260Z] #19 81.60 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-07-29T22:29:36.260Z] #19 81.60 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-07-29T22:29:36.260Z] #19 81.60 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-07-29T22:29:36.260Z] #19 81.62 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-07-29T22:29:36.260Z] #19 81.62 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-07-29T22:29:36.260Z] #19 81.62 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-07-29T22:29:36.260Z] #19 81.62 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-07-29T22:29:36.260Z] #19 81.62 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-07-29T22:29:36.260Z] #19 81.62 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-07-29T22:29:36.260Z] #19 81.62 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-07-29T22:29:36.260Z] #19 81.62 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-07-29T22:29:36.260Z] #19 81.62 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-07-29T22:29:36.260Z] #19 81.62 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-07-29T22:29:36.260Z] #19 81.62 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-07-29T22:29:36.260Z] #19 81.64 linux-libc-dev-s390x-cross patch xz-utils [2022-07-29T22:29:36.260Z] #19 81.69 Suggested packages: [2022-07-29T22:29:36.260Z] #19 81.69 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-07-29T22:29:36.260Z] #19 81.69 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-07-29T22:29:36.260Z] #19 81.70 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-07-29T22:29:36.260Z] #19 81.70 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-07-29T22:29:36.260Z] #19 81.70 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-07-29T22:29:36.260Z] #19 81.70 libyaml-shell-perl ed diffutils-doc [2022-07-29T22:29:36.260Z] #19 81.70 Recommended packages: [2022-07-29T22:29:36.260Z] #19 81.70 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-07-29T22:29:36.260Z] #19 81.70 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-07-29T22:29:36.260Z] #19 87.35 The following NEW packages will be installed: [2022-07-29T22:29:36.260Z] #19 87.36 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-07-29T22:29:36.260Z] #19 87.36 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-07-29T22:29:36.260Z] #19 87.36 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-07-29T22:29:36.260Z] #19 87.36 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-07-29T22:29:36.260Z] #19 87.36 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-07-29T22:29:36.260Z] #19 87.36 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-07-29T22:29:36.260Z] #19 87.36 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-07-29T22:29:36.260Z] #19 87.36 crossbuild-essential-armel crossbuild-essential-armhf [2022-07-29T22:29:36.260Z] #19 87.36 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-07-29T22:29:36.260Z] #19 87.36 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-07-29T22:29:36.260Z] #19 87.36 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-07-29T22:29:36.260Z] #19 87.36 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-07-29T22:29:36.260Z] #19 87.36 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-07-29T22:29:36.260Z] #19 87.36 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-07-29T22:29:36.260Z] #19 87.36 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-07-29T22:29:36.260Z] #19 87.36 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-07-29T22:29:36.260Z] #19 87.36 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-07-29T22:29:36.260Z] #19 87.36 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-07-29T22:29:36.260Z] #19 87.37 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-07-29T22:29:36.260Z] #19 87.37 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-07-29T22:29:36.260Z] #19 87.37 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-07-29T22:29:36.260Z] #19 87.37 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-07-29T22:29:36.260Z] #19 87.37 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-07-29T22:29:36.260Z] #19 87.37 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-07-29T22:29:36.260Z] #19 87.37 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-07-29T22:29:36.260Z] #19 87.37 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-07-29T22:29:36.260Z] #19 87.37 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-07-29T22:29:36.260Z] #19 87.37 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-07-29T22:29:36.260Z] #19 87.37 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-07-29T22:29:36.260Z] #19 87.37 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-07-29T22:29:36.260Z] #19 87.37 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-07-29T22:29:36.260Z] #19 87.37 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-07-29T22:29:36.260Z] #19 87.38 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-07-29T22:29:36.260Z] #19 87.38 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-07-29T22:29:36.260Z] #19 87.38 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-07-29T22:29:36.260Z] #19 87.39 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-07-29T22:29:36.260Z] #19 87.39 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-07-29T22:29:36.260Z] #19 87.39 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-07-29T22:29:36.260Z] #19 87.39 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-07-29T22:29:36.260Z] #19 87.39 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-07-29T22:29:36.260Z] #19 87.39 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-07-29T22:29:36.260Z] #19 87.39 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-07-29T22:29:36.260Z] #19 87.39 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-07-29T22:29:36.260Z] #19 87.39 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-07-29T22:29:36.260Z] #19 87.39 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-07-29T22:29:36.260Z] #19 87.39 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-07-29T22:29:36.260Z] #19 87.39 linux-libc-dev-s390x-cross patch xz-utils [2022-07-29T22:29:36.829Z] #19 88.00 0 upgraded, 133 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:29:36.829Z] #19 88.00 Need to get 788 MB of archives. [2022-07-29T22:29:36.829Z] #19 88.00 After this operation, 3385 MB of additional disk space will be used. [2022-07-29T22:29:36.829Z] #19 88.00 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2022-07-29T22:29:36.829Z] #19 88.00 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-07-29T22:29:36.829Z] #19 88.00 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-07-29T22:29:36.829Z] #19 88.01 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-07-29T22:29:36.829Z] #19 88.01 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-07-29T22:29:36.829Z] #19 88.02 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-07-29T22:29:36.829Z] #19 88.04 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2022-07-29T22:29:36.829Z] #19 88.12 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2022-07-29T22:29:37.089Z] #19 88.21 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-07-29T22:29:37.089Z] #19 88.31 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2022-07-29T22:29:37.089Z] #19 88.37 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2022-07-29T22:29:37.349Z] #19 88.42 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-07-29T22:29:37.349Z] #19 88.43 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-07-29T22:29:39.260Z] #19 90.04 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-07-29T22:29:39.260Z] #19 90.04 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-07-29T22:29:39.849Z] [2022-07-29T22:29:39.849Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-07-29T22:29:39.849Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-07-29T22:29:39.849Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-07-29T22:29:39.849Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-07-29T22:29:39.849Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-07-29T22:29:39.849Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-07-29T22:29:40.108Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.2s [2022-07-29T22:29:40.108Z] #71 ... [2022-07-29T22:29:40.108Z] [2022-07-29T22:29:40.108Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-07-29T22:29:40.108Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-07-29T22:29:40.108Z] #49 DONE 0.0s [2022-07-29T22:29:40.108Z] [2022-07-29T22:29:40.108Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-07-29T22:29:40.108Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-07-29T22:29:40.368Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s [2022-07-29T22:29:40.637Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done [2022-07-29T22:29:40.637Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2022-07-29T22:29:40.644Z] #19 91.59 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-07-29T22:29:40.644Z] #19 91.60 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-07-29T22:29:41.592Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.8s done [2022-07-29T22:29:42.170Z] #71 DONE 2.5s [2022-07-29T22:29:42.170Z] [2022-07-29T22:29:42.170Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 [2022-07-29T22:29:42.170Z] #11 sha256:c673791b5e29ca6adbdeb1f2eaeb0ec38e19fafeaaa55b788769b3c1d1a1dd6e [2022-07-29T22:29:42.170Z] #11 resolve docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 0.1s done [2022-07-29T22:29:42.170Z] #11 sha256:a083dca7c9d252411e94154be7aa88a2f97f34dd8fa1c05a15cdd39bf6a25523 1.80kB / 1.80kB done [2022-07-29T22:29:42.170Z] #11 sha256:493a77666ad570b208236daf750785d12f1299c472aec950f864af339fd17a8a 7.12kB / 7.12kB done [2022-07-29T22:29:42.170Z] #11 sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 1.86kB / 1.86kB done [2022-07-29T22:29:42.170Z] #11 sha256:cfc947b533a3ed8b8ce79820c7fe5e7634bf9c08479ed0aee1e74ee7b4f2b068 53.68MB / 53.68MB 2.0s done [2022-07-29T22:29:42.170Z] #11 sha256:9ca36aa4204d2a708dcd1d41d1d4a128b095f8d88a2f9544f89799c36914e356 5.14MB / 5.14MB 2.1s done [2022-07-29T22:29:42.170Z] #11 sha256:1fdcd2014de70fbce8c43a70cd1f42bceab4f1e35953db987fc318dbc0fb0d26 0B / 10.66MB 2.2s [2022-07-29T22:29:42.170Z] #11 sha256:e288b20a616767a00416e22f7d8ee6390ba5b48061d92577f55bdb11121e6946 0B / 54.67MB 2.2s [2022-07-29T22:29:42.170Z] #11 sha256:1a9b19461cd686052be44ec4c45a32b561c328b7fcf9fa7bbe1635660ca5e218 0B / 81.11MB 2.2s [2022-07-29T22:29:42.170Z] #11 sha256:1fdcd2014de70fbce8c43a70cd1f42bceab4f1e35953db987fc318dbc0fb0d26 7.43MB / 10.66MB 2.3s [2022-07-29T22:29:42.170Z] #11 extracting sha256:cfc947b533a3ed8b8ce79820c7fe5e7634bf9c08479ed0aee1e74ee7b4f2b068 [2022-07-29T22:29:42.434Z] #11 sha256:1fdcd2014de70fbce8c43a70cd1f42bceab4f1e35953db987fc318dbc0fb0d26 10.66MB / 10.66MB 2.4s [2022-07-29T22:29:42.434Z] #11 sha256:e288b20a616767a00416e22f7d8ee6390ba5b48061d92577f55bdb11121e6946 5.24MB / 54.67MB 2.4s [2022-07-29T22:29:42.434Z] #11 sha256:1a9b19461cd686052be44ec4c45a32b561c328b7fcf9fa7bbe1635660ca5e218 13.63MB / 81.11MB 2.4s [2022-07-29T22:29:42.434Z] #11 sha256:e288b20a616767a00416e22f7d8ee6390ba5b48061d92577f55bdb11121e6946 23.40MB / 54.67MB 2.5s [2022-07-29T22:29:42.434Z] #11 sha256:1a9b19461cd686052be44ec4c45a32b561c328b7fcf9fa7bbe1635660ca5e218 26.21MB / 81.11MB 2.5s [2022-07-29T22:29:42.557Z] #19 93.34 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-07-29T22:29:42.557Z] #19 93.34 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-07-29T22:29:42.696Z] #11 ... [2022-07-29T22:29:42.696Z] [2022-07-29T22:29:42.696Z] #24 [internal] load build context [2022-07-29T22:29:42.696Z] #24 sha256:56fc5cb17bc6414b4f45aa6cf84f63c18a02242300f006bc0eeeaccfa2f7c111 [2022-07-29T22:29:42.696Z] #24 transferring context: 62.36MB 2.7s done [2022-07-29T22:29:42.696Z] #24 DONE 3.1s [2022-07-29T22:29:42.696Z] [2022-07-29T22:29:42.696Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 [2022-07-29T22:29:42.696Z] #11 sha256:c673791b5e29ca6adbdeb1f2eaeb0ec38e19fafeaaa55b788769b3c1d1a1dd6e [2022-07-29T22:29:42.696Z] #11 sha256:1fdcd2014de70fbce8c43a70cd1f42bceab4f1e35953db987fc318dbc0fb0d26 10.66MB / 10.66MB 2.5s done [2022-07-29T22:29:42.696Z] #11 sha256:e288b20a616767a00416e22f7d8ee6390ba5b48061d92577f55bdb11121e6946 45.09MB / 54.67MB 2.7s [2022-07-29T22:29:42.696Z] #11 sha256:1a9b19461cd686052be44ec4c45a32b561c328b7fcf9fa7bbe1635660ca5e218 47.93MB / 81.11MB 2.7s [2022-07-29T22:29:42.696Z] #11 sha256:e288b20a616767a00416e22f7d8ee6390ba5b48061d92577f55bdb11121e6946 54.67MB / 54.67MB 2.9s [2022-07-29T22:29:42.696Z] #11 sha256:1a9b19461cd686052be44ec4c45a32b561c328b7fcf9fa7bbe1635660ca5e218 67.11MB / 81.11MB 2.9s [2022-07-29T22:29:42.696Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 10.82MB / 108.94MB 2.9s [2022-07-29T22:29:42.955Z] #11 sha256:1a9b19461cd686052be44ec4c45a32b561c328b7fcf9fa7bbe1635660ca5e218 81.11MB / 81.11MB 3.0s [2022-07-29T22:29:42.955Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 17.11MB / 108.94MB 3.0s [2022-07-29T22:29:42.955Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 31.46MB / 108.94MB 3.1s [2022-07-29T22:29:43.214Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 47.19MB / 108.94MB 3.3s [2022-07-29T22:29:43.476Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 66.06MB / 108.94MB 3.5s [2022-07-29T22:29:43.476Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 79.69MB / 108.94MB 3.6s [2022-07-29T22:29:43.498Z] #19 94.81 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-07-29T22:29:43.735Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 87.03MB / 108.94MB 3.7s [2022-07-29T22:29:43.735Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 97.52MB / 108.94MB 3.8s [2022-07-29T22:29:43.735Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 103.81MB / 108.94MB 3.9s [2022-07-29T22:29:43.758Z] #19 94.81 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-07-29T22:29:44.303Z] #11 sha256:e288b20a616767a00416e22f7d8ee6390ba5b48061d92577f55bdb11121e6946 54.67MB / 54.67MB 4.2s done [2022-07-29T22:29:44.303Z] #11 sha256:061673f9eac272017bd26ec1d4422e8f3f6f25dd10b685a2c4431ecb59936e2a 0B / 126B 4.4s [2022-07-29T22:29:44.562Z] #11 sha256:061673f9eac272017bd26ec1d4422e8f3f6f25dd10b685a2c4431ecb59936e2a 126B / 126B 4.6s [2022-07-29T22:29:45.141Z] #19 ... [2022-07-29T22:29:45.141Z] [2022-07-29T22:29:45.141Z] #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-07-29T22:29:45.141Z] #84 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:29:45.141Z] #84 65.59 configure.ac:11: installing 'build-aux/compile' [2022-07-29T22:29:45.141Z] #84 65.59 configure.ac:11: installing 'build-aux/config.guess' [2022-07-29T22:29:45.141Z] #84 65.60 configure.ac:11: installing 'build-aux/config.sub' [2022-07-29T22:29:45.141Z] #84 65.60 configure.ac:13: installing 'build-aux/install-sh' [2022-07-29T22:29:45.141Z] #84 65.61 configure.ac:13: installing 'build-aux/missing' [2022-07-29T22:29:45.141Z] #84 65.61 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-07-29T22:29:45.141Z] #84 65.80 Makefile.am: installing 'build-aux/depcomp' [2022-07-29T22:29:45.500Z] #11 extracting sha256:9ca36aa4204d2a708dcd1d41d1d4a128b095f8d88a2f9544f89799c36914e356 0.1s [2022-07-29T22:29:45.500Z] #11 extracting sha256:9ca36aa4204d2a708dcd1d41d1d4a128b095f8d88a2f9544f89799c36914e356 0.2s done [2022-07-29T22:29:46.067Z] #11 extracting sha256:1fdcd2014de70fbce8c43a70cd1f42bceab4f1e35953db987fc318dbc0fb0d26 [2022-07-29T22:29:46.327Z] #11 extracting sha256:1fdcd2014de70fbce8c43a70cd1f42bceab4f1e35953db987fc318dbc0fb0d26 0.2s done [2022-07-29T22:29:46.526Z] #84 66.95 checking build system type... x86_64-pc-linux-gnu [2022-07-29T22:29:46.526Z] #84 67.17 checking host system type... x86_64-pc-linux-gnu [2022-07-29T22:29:46.526Z] #84 67.17 checking how to print strings... printf [2022-07-29T22:29:46.526Z] #84 67.18 checking for gcc... gcc [2022-07-29T22:29:46.585Z] #11 sha256:1a9b19461cd686052be44ec4c45a32b561c328b7fcf9fa7bbe1635660ca5e218 81.11MB / 81.11MB 6.6s done [2022-07-29T22:29:46.585Z] #11 extracting sha256:e288b20a616767a00416e22f7d8ee6390ba5b48061d92577f55bdb11121e6946 [2022-07-29T22:29:46.586Z] Client: [2022-07-29T22:29:46.586Z] Context: default [2022-07-29T22:29:46.586Z] Debug Mode: false [2022-07-29T22:29:46.586Z] Plugins: [2022-07-29T22:29:46.586Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-07-29T22:29:46.586Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-07-29T22:29:46.586Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-07-29T22:29:46.586Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-07-29T22:29:46.586Z] [2022-07-29T22:29:46.586Z] Server: [2022-07-29T22:29:46.586Z] Containers: 0 [2022-07-29T22:29:46.586Z] Running: 0 [2022-07-29T22:29:46.586Z] Paused: 0 [2022-07-29T22:29:46.586Z] Stopped: 0 [2022-07-29T22:29:46.586Z] Images: 0 [2022-07-29T22:29:46.586Z] Server Version: 20.10.14 [2022-07-29T22:29:46.586Z] Storage Driver: overlay2 [2022-07-29T22:29:46.586Z] Backing Filesystem: extfs [2022-07-29T22:29:46.586Z] Supports d_type: true [2022-07-29T22:29:46.586Z] Native Overlay Diff: true [2022-07-29T22:29:46.586Z] userxattr: false [2022-07-29T22:29:46.586Z] Logging Driver: json-file [2022-07-29T22:29:46.586Z] Cgroup Driver: systemd [2022-07-29T22:29:46.586Z] Cgroup Version: 2 [2022-07-29T22:29:46.586Z] Plugins: [2022-07-29T22:29:46.586Z] Volume: local [2022-07-29T22:29:46.586Z] Network: bridge host ipvlan macvlan null overlay [2022-07-29T22:29:46.586Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-07-29T22:29:46.586Z] Swarm: inactive [2022-07-29T22:29:46.586Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-07-29T22:29:46.586Z] Default Runtime: runc [2022-07-29T22:29:46.586Z] Init Binary: docker-init [2022-07-29T22:29:46.586Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-07-29T22:29:46.586Z] runc version: v1.0.3-0-gf46b6ba [2022-07-29T22:29:46.586Z] init version: de40ad0 [2022-07-29T22:29:46.586Z] Security Options: [2022-07-29T22:29:46.586Z] apparmor [2022-07-29T22:29:46.586Z] seccomp [2022-07-29T22:29:46.586Z] Profile: default [2022-07-29T22:29:46.586Z] cgroupns [2022-07-29T22:29:46.586Z] Kernel Version: 5.13.0-1021-aws [2022-07-29T22:29:46.586Z] Operating System: Ubuntu 20.04.4 LTS [2022-07-29T22:29:46.586Z] OSType: linux [2022-07-29T22:29:46.586Z] Architecture: x86_64 [2022-07-29T22:29:46.586Z] CPUs: 2 [2022-07-29T22:29:46.586Z] Total Memory: 7.559GiB [2022-07-29T22:29:46.586Z] Name: ip-10-100-93-91 [2022-07-29T22:29:46.586Z] ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK [2022-07-29T22:29:46.586Z] Docker Root Dir: /var/lib/docker [2022-07-29T22:29:46.586Z] Debug Mode: false [2022-07-29T22:29:46.586Z] Registry: https://index.docker.io/v1/ [2022-07-29T22:29:46.586Z] Labels: [2022-07-29T22:29:46.586Z] Experimental: true [2022-07-29T22:29:46.586Z] Insecure Registries: [2022-07-29T22:29:46.586Z] 127.0.0.0/8 [2022-07-29T22:29:46.586Z] Live Restore Enabled: true [2022-07-29T22:29:46.586Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-07-29T22:29:46.788Z] #84 67.26 checking whether the C compiler works... yes [2022-07-29T22:29:46.788Z] #84 67.52 checking for C compiler default output file name... a.out [2022-07-29T22:29:46.901Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 . [2022-07-29T22:29:47.048Z] #84 67.53 checking for suffix of executables... [2022-07-29T22:29:47.048Z] #84 67.67 checking whether we are cross compiling... no [2022-07-29T22:29:47.159Z] #2 [internal] load .dockerignore [2022-07-29T22:29:47.159Z] #2 sha256:16ff419f4653bcd67c23dc9bf18b995b961b1fb8e4c4eed4f43ae7933ebe1342 [2022-07-29T22:29:47.159Z] #2 ... [2022-07-29T22:29:47.159Z] [2022-07-29T22:29:47.159Z] #1 [internal] load build definition from Dockerfile [2022-07-29T22:29:47.159Z] #1 sha256:cf1bcba4a7ebb8c625c638cffadd6b4704e18cc7457fb405cdd0e1d62b6d7b0b [2022-07-29T22:29:47.159Z] #1 transferring dockerfile: 19.25kB done [2022-07-29T22:29:47.159Z] #1 DONE 0.2s [2022-07-29T22:29:47.159Z] [2022-07-29T22:29:47.159Z] #2 [internal] load .dockerignore [2022-07-29T22:29:47.159Z] #2 sha256:16ff419f4653bcd67c23dc9bf18b995b961b1fb8e4c4eed4f43ae7933ebe1342 [2022-07-29T22:29:47.159Z] #2 transferring context: 145B done [2022-07-29T22:29:47.309Z] #84 67.80 checking for suffix of object files... o [2022-07-29T22:29:47.309Z] #84 67.87 checking whether we are using the GNU C compiler... yes [2022-07-29T22:29:47.309Z] #84 67.97 checking whether gcc accepts -g... yes [2022-07-29T22:29:47.416Z] #2 DONE 0.1s [2022-07-29T22:29:47.416Z] [2022-07-29T22:29:47.416Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2022-07-29T22:29:47.416Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d [2022-07-29T22:29:47.569Z] #84 68.06 checking for gcc option to accept ISO C89... none needed [2022-07-29T22:29:47.673Z] #3 DONE 0.4s [2022-07-29T22:29:47.673Z] [2022-07-29T22:29:47.673Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 [2022-07-29T22:29:47.673Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35 [2022-07-29T22:29:47.673Z] #4 resolve docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 done [2022-07-29T22:29:47.673Z] #4 sha256:24d064a369eda7bc7839b6c1c227eac7212d06ca09a8235a4bed467f8acf180d 528B / 528B done [2022-07-29T22:29:47.673Z] #4 sha256:84495a15555de1a8f4738f58268fa8949547068198f8d0fa2a3e3a693d7f923f 2.37kB / 2.37kB done [2022-07-29T22:29:47.673Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 6.29MB / 9.94MB 0.1s [2022-07-29T22:29:47.673Z] #4 sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 2.00kB / 2.00kB done [2022-07-29T22:29:47.829Z] #84 68.22 checking whether gcc understands -c and -o together... yes [2022-07-29T22:29:47.829Z] #84 68.40 checking for a sed that does not truncate output... /bin/sed [2022-07-29T22:29:47.829Z] #84 68.43 checking for grep that handles long lines and -e... /bin/grep [2022-07-29T22:29:47.829Z] #84 68.44 checking for egrep... /bin/grep -E [2022-07-29T22:29:47.829Z] #84 68.45 checking for fgrep... /bin/grep -F [2022-07-29T22:29:47.829Z] #84 68.45 checking for ld used by gcc... /usr/bin/ld [2022-07-29T22:29:47.829Z] #84 68.47 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-07-29T22:29:47.829Z] #84 68.48 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-07-29T22:29:47.829Z] #84 68.50 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-07-29T22:29:47.932Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.2s [2022-07-29T22:29:47.932Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.3s done [2022-07-29T22:29:47.932Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 [2022-07-29T22:29:48.090Z] #84 68.61 checking whether ln -s works... yes [2022-07-29T22:29:48.090Z] #84 68.61 checking the maximum length of command line arguments... 1572864 [2022-07-29T22:29:48.090Z] #84 68.64 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-07-29T22:29:48.090Z] #84 68.65 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-07-29T22:29:48.090Z] #84 68.65 checking for /usr/bin/ld option to reload object files... -r [2022-07-29T22:29:48.090Z] #84 68.65 checking for objdump... objdump [2022-07-29T22:29:48.090Z] #84 68.65 checking how to recognize dependent libraries... pass_all [2022-07-29T22:29:48.090Z] #84 68.66 checking for dlltool... no [2022-07-29T22:29:48.090Z] #84 68.66 checking how to associate runtime and link libraries... printf %s\n [2022-07-29T22:29:48.090Z] #84 68.67 checking for ar... ar [2022-07-29T22:29:48.090Z] #84 68.68 checking for archiver @FILE support... @ [2022-07-29T22:29:48.090Z] #84 68.85 checking for strip... strip [2022-07-29T22:29:48.090Z] #84 68.85 checking for ranlib... ranlib [2022-07-29T22:29:48.090Z] #84 68.85 checking for gawk... no [2022-07-29T22:29:48.090Z] #84 68.85 checking for mawk... mawk [2022-07-29T22:29:48.189Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 0.2s done [2022-07-29T22:29:48.446Z] #4 DONE 0.7s [2022-07-29T22:29:48.446Z] [2022-07-29T22:29:48.446Z] #5 [internal] load .dockerignore [2022-07-29T22:29:48.446Z] #5 sha256:34ef3c5fa6dc11c205f3396ecbb7d83aa572356022a63a4a27ee57380aa3148e [2022-07-29T22:29:48.446Z] #5 DONE 0.0s [2022-07-29T22:29:48.446Z] [2022-07-29T22:29:48.446Z] #6 [internal] load build definition from Dockerfile [2022-07-29T22:29:48.446Z] #6 sha256:bbffe45714be9885f8ffd9e128240569fe0bbcb00ae0a0bf1e5344379ab0f995 [2022-07-29T22:29:48.446Z] #6 DONE 0.0s [2022-07-29T22:29:48.446Z] [2022-07-29T22:29:48.446Z] #8 [internal] load metadata for docker.io/library/golang:1.18.4-bullseye [2022-07-29T22:29:48.446Z] #8 sha256:b03fae7fdf75d74ac1d0c82786f3337bb2c4beaf085f0ed4d76ab5dc16f23b5f [2022-07-29T22:29:48.490Z] #11 extracting sha256:e288b20a616767a00416e22f7d8ee6390ba5b48061d92577f55bdb11121e6946 1.8s done [2022-07-29T22:29:48.660Z] #84 68.85 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-07-29T22:29:48.660Z] #84 69.22 checking for sysroot... no [2022-07-29T22:29:48.660Z] #84 69.22 checking for a working dd... /bin/dd [2022-07-29T22:29:48.660Z] #84 69.24 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-07-29T22:29:48.660Z] #84 69.31 checking for mt... no [2022-07-29T22:29:48.660Z] #84 69.32 checking if : is a manifest tool... no [2022-07-29T22:29:48.660Z] #84 69.34 checking how to run the C preprocessor... gcc -E [2022-07-29T22:29:48.750Z] #11 extracting sha256:1a9b19461cd686052be44ec4c45a32b561c328b7fcf9fa7bbe1635660ca5e218 [2022-07-29T22:29:49.008Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 108.94MB / 108.94MB 9.0s [2022-07-29T22:29:49.181Z] #84 69.52 checking for ANSI C header files... yes [2022-07-29T22:29:49.377Z] #8 ... [2022-07-29T22:29:49.377Z] [2022-07-29T22:29:49.377Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-07-29T22:29:49.377Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-07-29T22:29:49.377Z] #10 DONE 0.8s [2022-07-29T22:29:49.377Z] [2022-07-29T22:29:49.377Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-07-29T22:29:49.377Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-07-29T22:29:49.377Z] #7 DONE 0.9s [2022-07-29T22:29:49.441Z] #84 69.96 checking for sys/types.h... yes [2022-07-29T22:29:49.577Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 108.94MB / 108.94MB 9.4s done [2022-07-29T22:29:49.577Z] #11 sha256:061673f9eac272017bd26ec1d4422e8f3f6f25dd10b685a2c4431ecb59936e2a 126B / 126B 9.4s done [2022-07-29T22:29:49.577Z] #11 ... [2022-07-29T22:29:49.577Z] [2022-07-29T22:29:49.577Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-07-29T22:29:49.577Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-07-29T22:29:49.577Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-07-29T22:29:49.577Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-07-29T22:29:49.577Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-07-29T22:29:49.577Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-07-29T22:29:49.577Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.1s done [2022-07-29T22:29:49.577Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.3s done [2022-07-29T22:29:49.577Z] #73 DONE 9.9s [2022-07-29T22:29:49.577Z] [2022-07-29T22:29:49.577Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 [2022-07-29T22:29:49.577Z] #11 sha256:c673791b5e29ca6adbdeb1f2eaeb0ec38e19fafeaaa55b788769b3c1d1a1dd6e [2022-07-29T22:29:49.577Z] #11 ... [2022-07-29T22:29:49.577Z] [2022-07-29T22:29:49.577Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 [2022-07-29T22:29:49.577Z] #28 sha256:6c963cca825e8fceec1ba3ec5ba849cf1d5db3e21b2fa20e96ca4fdf0b0d5e73 [2022-07-29T22:29:49.577Z] #28 resolve docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 0.0s done [2022-07-29T22:29:49.577Z] #28 sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 1.85kB / 1.85kB done [2022-07-29T22:29:49.577Z] #28 sha256:16b6769bf0827b7d2e1c487018a4c598c4985a3d0fa60dcfa7af3505554b0f7d 529B / 529B done [2022-07-29T22:29:49.577Z] #28 sha256:c7e601276d47957134e06e6611a00cda66bcf66977434494b0a2425d8d2d3cd7 1.48kB / 1.48kB done [2022-07-29T22:29:49.577Z] #28 sha256:cfc947b533a3ed8b8ce79820c7fe5e7634bf9c08479ed0aee1e74ee7b4f2b068 53.68MB / 53.68MB 2.1s done [2022-07-29T22:29:49.577Z] #28 extracting sha256:cfc947b533a3ed8b8ce79820c7fe5e7634bf9c08479ed0aee1e74ee7b4f2b068 2.5s done [2022-07-29T22:29:49.634Z] [2022-07-29T22:29:49.634Z] #8 [internal] load metadata for docker.io/library/golang:1.18.4-bullseye [2022-07-29T22:29:49.634Z] #8 sha256:b03fae7fdf75d74ac1d0c82786f3337bb2c4beaf085f0ed4d76ab5dc16f23b5f [2022-07-29T22:29:49.634Z] #8 DONE 0.9s [2022-07-29T22:29:49.634Z] [2022-07-29T22:29:49.634Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-07-29T22:29:49.634Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-07-29T22:29:49.634Z] #9 DONE 1.0s [2022-07-29T22:29:49.702Z] #84 70.10 checking for sys/stat.h... yes [2022-07-29T22:29:49.702Z] #84 70.23 checking for stdlib.h... yes [2022-07-29T22:29:49.702Z] #84 70.36 checking for string.h... yes [2022-07-29T22:29:49.847Z] #28 DONE 10.1s [2022-07-29T22:29:49.847Z] [2022-07-29T22:29:49.847Z] #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-07-29T22:29:49.847Z] #29 sha256:58cbe6b2dc347256705f35e26043deba0bbc6cbfb7fe05f93c7da39ee37dab79 [2022-07-29T22:29:49.903Z] [2022-07-29T22:29:49.903Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-07-29T22:29:49.903Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-07-29T22:29:49.903Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-07-29T22:29:49.903Z] #73 DONE 0.0s [2022-07-29T22:29:49.903Z] [2022-07-29T22:29:49.903Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 [2022-07-29T22:29:49.903Z] #11 sha256:97f6722ce26177419a90798f015cd7993464b9ea7e250358f0e222fad715a503 [2022-07-29T22:29:49.903Z] #11 resolve docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 0.1s done [2022-07-29T22:29:49.903Z] #11 sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 1.86kB / 1.86kB done [2022-07-29T22:29:49.963Z] #84 70.50 checking for memory.h... yes [2022-07-29T22:29:50.161Z] #11 sha256:e3c0472b1b62b0899bebd7aee842ba7a7f4d6c3cdf006115adcd247b69c4bfe1 7.10kB / 7.10kB done [2022-07-29T22:29:50.161Z] #11 sha256:ea3d912d500b1ae0a691b2e53eb8a6345b579d42d7e6a64acca83d274b949740 1.80kB / 1.80kB done [2022-07-29T22:29:50.223Z] #84 70.68 checking for strings.h... yes [2022-07-29T22:29:50.419Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 0B / 55.00MB 0.2s [2022-07-29T22:29:50.483Z] #84 70.90 checking for inttypes.h... yes [2022-07-29T22:29:50.483Z] #84 71.08 checking for stdint.h... yes [2022-07-29T22:29:50.686Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 8.39MB / 55.00MB 0.4s [2022-07-29T22:29:50.686Z] #11 sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 5.16MB / 5.16MB 0.4s [2022-07-29T22:29:50.686Z] #11 sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 2.10MB / 10.88MB 0.4s [2022-07-29T22:29:50.686Z] #11 ... [2022-07-29T22:29:50.686Z] [2022-07-29T22:29:50.686Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-07-29T22:29:50.686Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-07-29T22:29:50.686Z] #49 DONE 0.0s [2022-07-29T22:29:50.686Z] [2022-07-29T22:29:50.686Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 [2022-07-29T22:29:50.686Z] #11 sha256:97f6722ce26177419a90798f015cd7993464b9ea7e250358f0e222fad715a503 [2022-07-29T22:29:50.686Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 14.68MB / 55.00MB 0.5s [2022-07-29T22:29:50.686Z] #11 sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 10.88MB / 10.88MB 0.5s [2022-07-29T22:29:50.743Z] #84 71.26 checking for unistd.h... yes [2022-07-29T22:29:50.784Z] #29 1.133 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-07-29T22:29:50.784Z] #29 1.161 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-07-29T22:29:50.784Z] #29 1.165 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-07-29T22:29:50.984Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 24.12MB / 55.00MB 0.7s [2022-07-29T22:29:50.984Z] #11 sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 5.16MB / 5.16MB 0.6s done [2022-07-29T22:29:50.984Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 0B / 54.58MB 0.7s [2022-07-29T22:29:50.984Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 34.60MB / 55.00MB 0.8s [2022-07-29T22:29:50.984Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 5.24MB / 54.58MB 0.8s [2022-07-29T22:29:51.004Z] #84 71.45 checking for dlfcn.h... yes [2022-07-29T22:29:51.004Z] #84 71.65 checking for objdir... .libs [2022-07-29T22:29:51.043Z] #29 1.425 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8069 kB] [2022-07-29T22:29:51.244Z] #11 sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 10.88MB / 10.88MB 0.9s done [2022-07-29T22:29:51.244Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 11.53MB / 54.58MB 0.9s [2022-07-29T22:29:51.244Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 38.80MB / 55.00MB 1.0s [2022-07-29T22:29:51.244Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 55.00MB / 55.00MB 1.2s [2022-07-29T22:29:51.244Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 18.87MB / 54.58MB 1.2s [2022-07-29T22:29:51.244Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 7.34MB / 85.90MB 1.2s [2022-07-29T22:29:51.502Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 24.12MB / 54.58MB 1.3s [2022-07-29T22:29:51.502Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 17.83MB / 85.90MB 1.3s [2022-07-29T22:29:51.502Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 34.60MB / 54.58MB 1.4s [2022-07-29T22:29:51.502Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 27.26MB / 85.90MB 1.4s [2022-07-29T22:29:51.525Z] #84 72.00 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-07-29T22:29:51.525Z] #84 72.09 checking for gcc option to produce PIC... -fPIC -DPIC [2022-07-29T22:29:51.525Z] #84 72.09 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-07-29T22:29:51.611Z] #29 1.878 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB] [2022-07-29T22:29:51.611Z] #29 1.918 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-07-29T22:29:51.772Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 40.77MB / 54.58MB 1.5s [2022-07-29T22:29:51.772Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 34.60MB / 85.90MB 1.5s [2022-07-29T22:29:51.772Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 49.28MB / 54.58MB 1.6s [2022-07-29T22:29:51.772Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 41.94MB / 85.90MB 1.6s [2022-07-29T22:29:51.785Z] #84 72.15 checking if gcc static flag -static works... yes [2022-07-29T22:29:52.032Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 54.58MB / 54.58MB 1.8s [2022-07-29T22:29:52.033Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 53.48MB / 85.90MB 1.8s [2022-07-29T22:29:52.033Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 61.87MB / 85.90MB 1.9s [2022-07-29T22:29:52.045Z] #84 72.50 checking if gcc supports -c -o file.o... yes [2022-07-29T22:29:52.045Z] #84 72.61 checking if gcc supports -c -o file.o... (cached) yes [2022-07-29T22:29:52.045Z] #84 72.61 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-07-29T22:29:52.290Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 78.64MB / 85.90MB 2.0s [2022-07-29T22:29:52.290Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 55.00MB / 55.00MB 2.0s done [2022-07-29T22:29:52.290Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 84.93MB / 85.90MB 2.1s [2022-07-29T22:29:52.306Z] #84 72.65 checking dynamic linker characteristics... GNU/Linux ld.so [2022-07-29T22:29:52.306Z] #84 72.98 checking how to hardcode library paths into programs... immediate [2022-07-29T22:29:52.306Z] #84 72.98 checking whether stripping libraries is possible... yes [2022-07-29T22:29:52.306Z] #84 72.99 checking if libtool supports shared libraries... yes [2022-07-29T22:29:52.306Z] #84 72.99 checking whether to build shared libraries... no [2022-07-29T22:29:52.306Z] #84 72.99 checking whether to build static libraries... yes [2022-07-29T22:29:52.306Z] #84 72.99 checking for a BSD-compatible install... /usr/bin/install -c [2022-07-29T22:29:52.306Z] #84 73.02 checking whether build environment is sane... yes [2022-07-29T22:29:52.306Z] #84 73.06 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-07-29T22:29:52.306Z] #84 73.07 checking whether make sets $(MAKE)... yes [2022-07-29T22:29:52.306Z] #84 73.12 checking whether make supports the include directive... yes (GNU style) [2022-07-29T22:29:52.548Z] #29 2.842 Fetched 8448 kB in 2s (4281 kB/s) [2022-07-29T22:29:52.552Z] #11 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a [2022-07-29T22:29:52.567Z] #84 73.15 checking whether make supports nested variables... yes [2022-07-29T22:29:52.567Z] #84 73.18 checking whether UID '0' is supported by ustar format... yes [2022-07-29T22:29:52.567Z] #84 73.18 checking whether GID '0' is supported by ustar format... yes [2022-07-29T22:29:52.567Z] #84 73.18 checking how to create a ustar tar archive... gnutar [2022-07-29T22:29:52.827Z] #84 73.26 checking dependency style of gcc... gcc3 [2022-07-29T22:29:52.827Z] #84 73.47 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-07-29T22:29:52.827Z] #84 73.47 checking whether make supports nested variables... (cached) yes [2022-07-29T22:29:52.827Z] #84 73.47 checking for gawk... (cached) mawk [2022-07-29T22:29:52.827Z] #84 73.47 checking for a sed that does not truncate output... (cached) /bin/sed [2022-07-29T22:29:52.827Z] #84 73.48 checking for gcc... (cached) gcc [2022-07-29T22:29:52.827Z] #84 73.58 checking whether we are using the GNU C compiler... (cached) yes [2022-07-29T22:29:52.827Z] #84 73.60 checking whether gcc accepts -g... (cached) yes [2022-07-29T22:29:52.827Z] #84 73.60 checking for gcc option to accept ISO C89... (cached) none needed [2022-07-29T22:29:52.827Z] #84 73.60 checking whether gcc understands -c and -o together... (cached) yes [2022-07-29T22:29:52.827Z] #84 73.60 checking for a Python interpreter with version >= 3... python3 [2022-07-29T22:29:53.088Z] #84 73.68 checking for python3... /usr/bin/python3 [2022-07-29T22:29:53.088Z] #84 73.69 checking for python3 version... 3.9 [2022-07-29T22:29:53.088Z] #84 73.74 checking for python3 platform... linux [2022-07-29T22:29:53.088Z] #84 73.80 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-07-29T22:29:53.118Z] #29 2.842 Reading package lists... [2022-07-29T22:29:53.120Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 54.58MB / 54.58MB 2.8s done [2022-07-29T22:29:53.120Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 0B / 141.81MB 2.9s [2022-07-29T22:29:53.120Z] #11 sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92 157B / 157B 2.9s [2022-07-29T22:29:53.120Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 10.49MB / 141.81MB 3.0s [2022-07-29T22:29:53.348Z] #84 73.94 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-07-29T22:29:53.377Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 18.87MB / 141.81MB 3.1s [2022-07-29T22:29:53.616Z] #84 74.07 checking for go-md2man... no [2022-07-29T22:29:53.616Z] #84 74.09 checking error.h usability... yes [2022-07-29T22:29:53.616Z] #84 74.25 checking error.h presence... yes [2022-07-29T22:29:53.616Z] #84 74.30 checking for error.h... yes [2022-07-29T22:29:53.637Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 38.80MB / 141.81MB 3.4s [2022-07-29T22:29:53.637Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 49.68MB / 141.81MB 3.5s [2022-07-29T22:29:53.686Z] #29 3.394 Reading package lists... [2022-07-29T22:29:53.686Z] #29 3.930 Building dependency tree... [2022-07-29T22:29:53.889Z] #84 74.31 checking linux/openat2.h usability... yes [2022-07-29T22:29:53.889Z] #84 74.42 checking linux/openat2.h presence... yes [2022-07-29T22:29:53.889Z] #84 74.46 checking for linux/openat2.h... yes [2022-07-29T22:29:53.889Z] #84 74.49 checking for copy_file_range... yes [2022-07-29T22:29:53.894Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 57.67MB / 141.81MB 3.6s [2022-07-29T22:29:53.945Z] #29 ... [2022-07-29T22:29:53.945Z] [2022-07-29T22:29:53.945Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-07-29T22:29:53.945Z] #72 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-07-29T22:29:53.945Z] #72 DONE 3.3s [2022-07-29T22:29:53.945Z] [2022-07-29T22:29:53.945Z] #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-07-29T22:29:53.945Z] #29 sha256:58cbe6b2dc347256705f35e26043deba0bbc6cbfb7fe05f93c7da39ee37dab79 [2022-07-29T22:29:53.945Z] #29 4.278 The following additional packages will be installed: [2022-07-29T22:29:53.945Z] #29 4.278 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-07-29T22:29:53.945Z] #29 4.278 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-07-29T22:29:53.945Z] #29 4.286 Recommended packages: [2022-07-29T22:29:53.945Z] #29 4.286 libldap-common publicsuffix libsasl2-modules [2022-07-29T22:29:54.149Z] #84 74.80 checking for fgetxattr... yes [2022-07-29T22:29:54.153Z] #11 ... [2022-07-29T22:29:54.153Z] [2022-07-29T22:29:54.153Z] #24 [internal] load build context [2022-07-29T22:29:54.153Z] #24 sha256:05536ce9da058910795ba8b1a73cc90a73b664357a794403f3092d26a3bd0c5b [2022-07-29T22:29:54.153Z] #24 transferring context: 62.34MB 4.0s done [2022-07-29T22:29:54.153Z] #24 DONE 4.3s [2022-07-29T22:29:54.153Z] [2022-07-29T22:29:54.153Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 [2022-07-29T22:29:54.153Z] #11 sha256:97f6722ce26177419a90798f015cd7993464b9ea7e250358f0e222fad715a503 [2022-07-29T22:29:54.153Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 73.40MB / 141.81MB 3.8s [2022-07-29T22:29:54.153Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 85.90MB / 85.90MB 3.9s done [2022-07-29T22:29:54.153Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 97.52MB / 141.81MB 4.0s [2022-07-29T22:29:54.153Z] #11 sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92 157B / 157B 4.0s done [2022-07-29T22:29:54.204Z] #29 4.406 The following NEW packages will be installed: [2022-07-29T22:29:54.204Z] #29 4.406 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-07-29T22:29:54.204Z] #29 4.406 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-07-29T22:29:54.204Z] #29 4.406 libssh2-1 openssl [2022-07-29T22:29:54.411Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 114.29MB / 141.81MB 4.2s [2022-07-29T22:29:54.411Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 123.73MB / 141.81MB 4.3s [2022-07-29T22:29:54.467Z] #29 4.687 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-07-29T22:29:54.467Z] #29 4.687 Need to get 2934 kB of archives. [2022-07-29T22:29:54.467Z] #29 4.687 After this operation, 6476 kB of additional disk space will be used. [2022-07-29T22:29:54.467Z] #29 4.687 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u3 [830 kB] [2022-07-29T22:29:54.467Z] #29 4.746 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-07-29T22:29:54.467Z] #29 4.750 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-07-29T22:29:54.467Z] #29 4.781 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-07-29T22:29:54.467Z] #29 4.790 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2022-07-29T22:29:54.467Z] #29 4.792 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB] [2022-07-29T22:29:54.467Z] #29 4.800 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-07-29T22:29:54.467Z] #29 4.814 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-07-29T22:29:54.467Z] #29 4.847 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-07-29T22:29:54.467Z] #29 4.849 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-07-29T22:29:54.669Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 133.17MB / 141.81MB 4.4s [2022-07-29T22:29:54.669Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 141.81MB / 141.81MB 4.6s [2022-07-29T22:29:54.719Z] #84 75.01 checking for statx... yes [2022-07-29T22:29:54.719Z] #84 75.21 checking for fgetpwent_r... yes [2022-07-29T22:29:54.731Z] #29 4.873 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB] [2022-07-29T22:29:54.731Z] #29 4.875 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB] [2022-07-29T22:29:54.731Z] #29 4.891 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-07-29T22:29:54.731Z] #29 4.907 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-07-29T22:29:54.731Z] #29 4.928 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-07-29T22:29:54.980Z] #84 75.49 checking for issetugid... no [2022-07-29T22:29:54.980Z] #84 75.68 checking for pkg-config... /usr/bin/pkg-config [2022-07-29T22:29:54.980Z] #84 75.69 checking pkg-config is at least version 0.9.0... yes [2022-07-29T22:29:54.995Z] #29 5.263 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:29:54.995Z] #29 5.306 Fetched 2934 kB in 1s (5459 kB/s) [2022-07-29T22:29:55.240Z] #84 75.69 checking for library containing yajl_tree_get... [2022-07-29T22:29:55.240Z] #84 ... [2022-07-29T22:29:55.240Z] [2022-07-29T22:29:55.240Z] #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-07-29T22:29:55.240Z] #19 sha256:1b1d9dac1bc282eb8e4fe3ae81b47148e43a2315d0ca62a4d546c3b59474793e [2022-07-29T22:29:55.240Z] #19 96.52 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-07-29T22:29:55.240Z] #19 96.52 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-07-29T22:29:55.240Z] #19 96.52 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-07-29T22:29:55.240Z] #19 96.52 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-07-29T22:29:55.240Z] #19 96.52 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-07-29T22:29:55.240Z] #19 96.52 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-07-29T22:29:55.240Z] #19 96.52 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-07-29T22:29:55.240Z] #19 96.52 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-07-29T22:29:55.240Z] #19 96.56 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-07-29T22:29:55.240Z] #19 96.56 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2022-07-29T22:29:55.240Z] #19 96.56 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2022-07-29T22:29:55.240Z] #19 96.57 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-07-29T22:29:55.240Z] #19 96.57 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-07-29T22:29:55.240Z] #19 96.63 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-07-29T22:29:55.240Z] #19 96.66 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-07-29T22:29:55.240Z] #19 96.72 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2022-07-29T22:29:55.240Z] #19 96.72 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-07-29T22:29:55.240Z] #19 96.76 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-07-29T22:29:55.240Z] #19 96.79 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-07-29T22:29:55.240Z] #19 98.36 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-07-29T22:29:55.240Z] #19 98.36 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-07-29T22:29:55.240Z] #19 98.38 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-07-29T22:29:55.240Z] #19 98.44 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-07-29T22:29:55.240Z] #19 98.48 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-07-29T22:29:55.240Z] #19 100.5 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-07-29T22:29:55.240Z] #19 100.5 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-07-29T22:29:55.240Z] #19 100.5 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB] [2022-07-29T22:29:55.240Z] #19 100.6 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-07-29T22:29:55.240Z] #19 100.6 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2022-07-29T22:29:55.240Z] #19 100.6 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-07-29T22:29:55.240Z] #19 101.0 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB] [2022-07-29T22:29:55.240Z] #19 101.0 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2022-07-29T22:29:55.240Z] #19 101.0 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-07-29T22:29:55.240Z] #19 101.0 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2022-07-29T22:29:55.240Z] #19 101.0 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2022-07-29T22:29:55.241Z] #19 101.0 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-07-29T22:29:55.241Z] #19 101.0 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-07-29T22:29:55.241Z] #19 101.0 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2022-07-29T22:29:55.241Z] #19 101.0 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-07-29T22:29:55.241Z] #19 101.0 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-07-29T22:29:55.241Z] #19 101.0 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2022-07-29T22:29:55.241Z] #19 101.0 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-07-29T22:29:55.241Z] #19 101.0 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-07-29T22:29:55.241Z] #19 101.0 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-07-29T22:29:55.241Z] #19 101.1 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-07-29T22:29:55.241Z] #19 101.1 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2022-07-29T22:29:55.241Z] #19 101.1 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-07-29T22:29:55.241Z] #19 101.1 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-07-29T22:29:55.241Z] #19 101.1 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2022-07-29T22:29:55.241Z] #19 101.1 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-07-29T22:29:55.241Z] #19 101.2 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-07-29T22:29:55.241Z] #19 101.2 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-07-29T22:29:55.241Z] #19 103.2 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-07-29T22:29:55.241Z] #19 103.2 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-07-29T22:29:55.241Z] #19 103.2 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-07-29T22:29:55.241Z] #19 103.3 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-07-29T22:29:55.241Z] #19 103.3 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-07-29T22:29:55.241Z] #19 105.3 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-07-29T22:29:55.241Z] #19 105.3 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-07-29T22:29:55.241Z] #19 105.3 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-07-29T22:29:55.241Z] #19 105.3 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-07-29T22:29:55.241Z] #19 105.4 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-07-29T22:29:55.241Z] #19 105.4 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-07-29T22:29:55.241Z] #19 105.4 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-07-29T22:29:55.241Z] #19 105.4 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2022-07-29T22:29:55.241Z] #19 105.4 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-07-29T22:29:55.241Z] #19 105.4 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-07-29T22:29:55.241Z] #19 105.5 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-07-29T22:29:55.253Z] #29 5.647 Selecting previously unselected package openssl. [2022-07-29T22:29:55.254Z] #29 5.647 (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 ... 6653 files and directories currently installed.) [2022-07-29T22:29:55.254Z] #29 5.647 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_arm64.deb ... [2022-07-29T22:29:55.501Z] #19 ... [2022-07-29T22:29:55.501Z] [2022-07-29T22:29:55.501Z] #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-07-29T22:29:55.501Z] #84 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:29:55.501Z] #84 75.69 checking for library containing yajl_tree_get... -lyajl [2022-07-29T22:29:55.501Z] #84 76.18 checking for yajl >= 2.0.0... yes [2022-07-29T22:29:55.512Z] #29 5.774 Unpacking openssl (1.1.1n-0+deb11u3) ... [2022-07-29T22:29:55.762Z] #84 76.22 checking sys/capability.h usability... yes [2022-07-29T22:29:55.762Z] #84 76.38 checking sys/capability.h presence... yes [2022-07-29T22:29:55.762Z] #84 76.46 checking for sys/capability.h... yes [2022-07-29T22:29:55.774Z] #29 5.924 Selecting previously unselected package ca-certificates. [2022-07-29T22:29:55.774Z] #29 5.925 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-07-29T22:29:55.774Z] #29 5.930 Unpacking ca-certificates (20210119) ... [2022-07-29T22:29:55.774Z] #29 6.007 Selecting previously unselected package libbrotli1:arm64. [2022-07-29T22:29:55.774Z] #29 6.007 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-07-29T22:29:55.774Z] #29 6.019 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-07-29T22:29:56.034Z] #29 6.276 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-07-29T22:29:56.035Z] #29 6.276 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-07-29T22:29:56.035Z] #29 6.289 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-07-29T22:29:56.296Z] #29 ... [2022-07-29T22:29:56.296Z] [2022-07-29T22:29:56.296Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-07-29T22:29:56.296Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-07-29T22:29:56.296Z] #74 DONE 2.3s [2022-07-29T22:29:56.296Z] [2022-07-29T22:29:56.296Z] #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-07-29T22:29:56.296Z] #29 sha256:58cbe6b2dc347256705f35e26043deba0bbc6cbfb7fe05f93c7da39ee37dab79 [2022-07-29T22:29:56.296Z] #29 6.445 Selecting previously unselected package libsasl2-2:arm64. [2022-07-29T22:29:56.296Z] #29 6.445 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-07-29T22:29:56.296Z] #29 6.450 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-07-29T22:29:56.296Z] #29 6.524 Selecting previously unselected package libldap-2.4-2:arm64. [2022-07-29T22:29:56.296Z] #29 6.524 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ... [2022-07-29T22:29:56.296Z] #29 6.524 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2022-07-29T22:29:56.296Z] #29 6.603 Selecting previously unselected package libnghttp2-14:arm64. [2022-07-29T22:29:56.296Z] #29 6.603 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-07-29T22:29:56.296Z] #29 6.610 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-07-29T22:29:56.332Z] #84 76.47 checking for library containing cap_from_name... -lcap [2022-07-29T22:29:56.557Z] #29 6.749 Selecting previously unselected package libpsl5:arm64. [2022-07-29T22:29:56.557Z] #29 6.749 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-07-29T22:29:56.557Z] #29 6.752 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-07-29T22:29:56.557Z] #29 6.795 Selecting previously unselected package librtmp1:arm64. [2022-07-29T22:29:56.557Z] #29 6.796 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-07-29T22:29:56.557Z] #29 6.801 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-07-29T22:29:56.557Z] #29 6.855 Selecting previously unselected package libssh2-1:arm64. [2022-07-29T22:29:56.557Z] #29 6.855 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-07-29T22:29:56.557Z] #29 6.861 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-07-29T22:29:56.557Z] #29 6.964 Selecting previously unselected package libcurl4:arm64. [2022-07-29T22:29:56.557Z] #29 6.965 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ... [2022-07-29T22:29:56.557Z] #29 6.970 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-07-29T22:29:56.565Z] #11 ... [2022-07-29T22:29:56.565Z] [2022-07-29T22:29:56.565Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-07-29T22:29:56.565Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-07-29T22:29:56.565Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2022-07-29T22:29:56.565Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-07-29T22:29:56.565Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-07-29T22:29:56.565Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-07-29T22:29:56.565Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.4s done [2022-07-29T22:29:56.565Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.0s done [2022-07-29T22:29:56.565Z] #71 DONE 6.5s [2022-07-29T22:29:56.565Z] [2022-07-29T22:29:56.566Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 [2022-07-29T22:29:56.566Z] #11 sha256:97f6722ce26177419a90798f015cd7993464b9ea7e250358f0e222fad715a503 [2022-07-29T22:29:56.566Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 141.81MB / 141.81MB 6.3s done [2022-07-29T22:29:56.566Z] #11 ... [2022-07-29T22:29:56.566Z] [2022-07-29T22:29:56.566Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-07-29T22:29:56.566Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-07-29T22:29:56.566Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-07-29T22:29:56.566Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-07-29T22:29:56.566Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-07-29T22:29:56.566Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.3s done [2022-07-29T22:29:56.566Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.2s done [2022-07-29T22:29:56.566Z] #73 DONE 6.5s [2022-07-29T22:29:56.566Z] [2022-07-29T22:29:56.566Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 [2022-07-29T22:29:56.566Z] #11 sha256:97f6722ce26177419a90798f015cd7993464b9ea7e250358f0e222fad715a503 [2022-07-29T22:29:56.828Z] #29 7.028 Selecting previously unselected package curl. [2022-07-29T22:29:56.828Z] #29 7.029 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ... [2022-07-29T22:29:56.828Z] #29 7.047 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-07-29T22:29:56.828Z] #29 7.144 Selecting previously unselected package libonig5:arm64. [2022-07-29T22:29:56.828Z] #29 7.145 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-07-29T22:29:56.828Z] #29 7.153 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-07-29T22:29:56.828Z] #29 7.226 Selecting previously unselected package libjq1:arm64. [2022-07-29T22:29:56.828Z] #29 7.226 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-07-29T22:29:56.828Z] #29 7.234 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-07-29T22:29:56.828Z] #29 7.286 Selecting previously unselected package jq. [2022-07-29T22:29:56.828Z] #29 7.286 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-07-29T22:29:56.905Z] #84 76.96 checking for library containing dlopen... -ldl [2022-07-29T22:29:57.088Z] #29 7.289 Unpacking jq (1.6-2.1) ... [2022-07-29T22:29:57.088Z] #29 7.329 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-07-29T22:29:57.088Z] #29 7.342 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-07-29T22:29:57.088Z] #29 7.357 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-07-29T22:29:57.088Z] #29 7.375 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-07-29T22:29:57.088Z] #29 7.384 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-07-29T22:29:57.088Z] #29 7.397 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-07-29T22:29:57.088Z] #29 7.411 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-07-29T22:29:57.088Z] #29 7.422 Setting up openssl (1.1.1n-0+deb11u3) ... [2022-07-29T22:29:57.088Z] #29 7.441 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-07-29T22:29:57.088Z] #29 7.454 Setting up libjq1:arm64 (1.6-2.1) ... [2022-07-29T22:29:57.088Z] #29 7.468 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2022-07-29T22:29:57.088Z] #29 7.480 Setting up ca-certificates (20210119) ... [2022-07-29T22:29:57.166Z] #84 77.52 checking seccomp.h usability... yes [2022-07-29T22:29:57.166Z] #84 77.75 checking seccomp.h presence... yes [2022-07-29T22:29:57.166Z] #84 77.83 checking for seccomp.h... yes [2022-07-29T22:29:57.509Z] #11 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 5.1s done [2022-07-29T22:29:57.736Z] #84 77.84 checking for library containing seccomp_rule_add... -lseccomp [2022-07-29T22:29:57.736Z] #84 78.37 checking for library containing seccomp_arch_resolve_name... none required [2022-07-29T22:29:57.997Z] #84 78.56 checking systemd/sd-bus.h usability... yes [2022-07-29T22:29:58.029Z] #29 8.195 Updating certificates in /etc/ssl/certs... [2022-07-29T22:29:58.161Z] #11 extracting sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 [2022-07-29T22:29:58.258Z] #84 78.73 checking systemd/sd-bus.h presence... yes [2022-07-29T22:29:58.258Z] #84 78.88 checking for systemd/sd-bus.h... yes [2022-07-29T22:29:58.420Z] #11 extracting sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 0.2s done [2022-07-29T22:29:58.420Z] #11 ... [2022-07-29T22:29:58.420Z] [2022-07-29T22:29:58.420Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 [2022-07-29T22:29:58.420Z] #28 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda [2022-07-29T22:29:58.420Z] #28 resolve docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 0.1s done [2022-07-29T22:29:58.420Z] #28 sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 1.85kB / 1.85kB done [2022-07-29T22:29:58.420Z] #28 sha256:c11d2593cb741ae8a36d0de9cd240d13518e95f50bccfa8d00a668c006db181e 529B / 529B done [2022-07-29T22:29:58.420Z] #28 sha256:123c2f3835fd73f108008a94bf92ebbce0853c48cbb713e8fa2a70a995282c8b 1.46kB / 1.46kB done [2022-07-29T22:29:58.420Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 55.00MB / 55.00MB 2.0s done [2022-07-29T22:29:58.420Z] #28 DONE 8.6s [2022-07-29T22:29:58.519Z] #84 78.88 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-07-29T22:29:58.677Z] [2022-07-29T22:29:58.677Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 [2022-07-29T22:29:58.677Z] #11 sha256:97f6722ce26177419a90798f015cd7993464b9ea7e250358f0e222fad715a503 [2022-07-29T22:29:58.677Z] #11 extracting sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 0.1s [2022-07-29T22:29:58.779Z] #84 79.25 checking for sd_notify_barrier... yes [2022-07-29T22:29:58.937Z] #11 extracting sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 0.5s done [2022-07-29T22:29:58.965Z] #29 ... [2022-07-29T22:29:58.965Z] [2022-07-29T22:29:58.965Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 [2022-07-29T22:29:58.965Z] #11 sha256:c673791b5e29ca6adbdeb1f2eaeb0ec38e19fafeaaa55b788769b3c1d1a1dd6e [2022-07-29T22:29:58.965Z] #11 extracting sha256:1a9b19461cd686052be44ec4c45a32b561c328b7fcf9fa7bbe1635660ca5e218 3.0s done [2022-07-29T22:29:58.965Z] #11 extracting sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 5.8s done [2022-07-29T22:29:58.965Z] #11 extracting sha256:061673f9eac272017bd26ec1d4422e8f3f6f25dd10b685a2c4431ecb59936e2a done [2022-07-29T22:29:58.965Z] #11 DONE 19.1s [2022-07-29T22:29:58.965Z] [2022-07-29T22:29:58.965Z] #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-07-29T22:29:58.965Z] #29 sha256:58cbe6b2dc347256705f35e26043deba0bbc6cbfb7fe05f93c7da39ee37dab79 [2022-07-29T22:29:58.965Z] #29 8.985 129 added, 0 removed; done. [2022-07-29T22:29:58.965Z] #29 9.101 Setting up jq (1.6-2.1) ... [2022-07-29T22:29:58.965Z] #29 9.112 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-07-29T22:29:58.965Z] #29 9.122 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-07-29T22:29:58.965Z] #29 9.135 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:29:58.965Z] #29 9.156 Processing triggers for ca-certificates (20210119) ... [2022-07-29T22:29:58.965Z] #29 9.169 Updating certificates in /etc/ssl/certs... [2022-07-29T22:29:59.040Z] #84 79.47 checking linux/bpf.h usability... [2022-07-29T22:29:59.040Z] #84 ... [2022-07-29T22:29:59.040Z] [2022-07-29T22:29:59.040Z] #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-07-29T22:29:59.040Z] #41 sha256:be1d50aa5033694acc1312dcc6ebc9582878d65872f13f83b11aa6a3855f38c7 [2022-07-29T22:29:59.040Z] #41 DONE 118.3s [2022-07-29T22:29:59.040Z] [2022-07-29T22:29:59.040Z] #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-07-29T22:29:59.040Z] #84 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:29:59.040Z] #84 79.47 checking linux/bpf.h usability... yes [2022-07-29T22:29:59.040Z] #84 79.66 checking linux/bpf.h presence... yes [2022-07-29T22:29:59.040Z] #84 79.74 checking for linux/bpf.h... yes [2022-07-29T22:29:59.194Z] #11 ... [2022-07-29T22:29:59.194Z] [2022-07-29T22:29:59.194Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-07-29T22:29:59.194Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-07-29T22:29:59.194Z] #72 DONE 0.6s [2022-07-29T22:29:59.301Z] #84 79.75 checking compilation for eBPF... yes [2022-07-29T22:29:59.301Z] #84 80.05 checking for criu >= 3.15... no [2022-07-29T22:29:59.301Z] #84 80.10 configure: CRIU headers not found, building without CRIU support [2022-07-29T22:29:59.301Z] #84 80.10 checking for criu > 3.16... no [2022-07-29T22:29:59.451Z] [2022-07-29T22:29:59.451Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 [2022-07-29T22:29:59.451Z] #11 sha256:97f6722ce26177419a90798f015cd7993464b9ea7e250358f0e222fad715a503 [2022-07-29T22:29:59.451Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 [2022-07-29T22:29:59.532Z] #29 9.746 0 added, 0 removed; done. [2022-07-29T22:29:59.533Z] #29 9.746 Running hooks in /etc/ca-certificates/update.d... [2022-07-29T22:29:59.533Z] #29 9.747 done. [2022-07-29T22:29:59.533Z] #29 DONE 9.8s [2022-07-29T22:29:59.533Z] [2022-07-29T22:29:59.533Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-07-29T22:29:59.533Z] #12 sha256:ead8a4cfc36566d41a1898fe5b650a42a16fa47b136fd8684f2ee36263abc711 [2022-07-29T22:29:59.533Z] #12 DONE 0.7s [2022-07-29T22:29:59.533Z] [2022-07-29T22:29:59.533Z] #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-07-29T22:29:59.533Z] #13 sha256:07dbc766a7090ca1774e18b09fd2af5d92b5c5c2a60d1ca2da410b1a61d07bb3 [2022-07-29T22:29:59.533Z] #13 ... [2022-07-29T22:29:59.533Z] [2022-07-29T22:29:59.533Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-07-29T22:29:59.533Z] #30 sha256:5a96fd34b252b844fc2b19cd67d22589b36aef97a0507036cfd1206b0c97ac87 [2022-07-29T22:29:59.533Z] #30 DONE 0.1s [2022-07-29T22:29:59.561Z] #84 80.16 configure: CRIU version doesn't support join-ns API [2022-07-29T22:29:59.561Z] #84 80.16 checking for criu > 3.16.1... no [2022-07-29T22:29:59.561Z] #84 80.24 configure: CRIU version doesn't support for pre-dumping [2022-07-29T22:29:59.792Z] [2022-07-29T22:29:59.792Z] #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-07-29T22:29:59.792Z] #31 sha256:49c6809c7e41d2aaaab7b28d13e6416eb8711c7d5260c93ca52c36fbde81f2cf [2022-07-29T22:29:59.822Z] #84 80.24 checking for new mount API (fsconfig)... yes [2022-07-29T22:29:59.822Z] #84 80.43 checking for seccomp notify API... yes [2022-07-29T22:29:59.822Z] #84 80.61 checking for gperf... no [2022-07-29T22:29:59.822Z] #84 80.61 configure: gperf not found - cannot rebuild signal parser code [2022-07-29T22:30:00.016Z] Created binary: bundles/dynbinary-daemon/dockerd [2022-07-29T22:30:00.016Z] Building: bundles/dynbinary-daemon/docker-proxy [2022-07-29T22:30:00.016Z] GOOS="" GOARCH="" GOARM="" [2022-07-29T22:30:00.016Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2022-07-29T22:30:00.016Z] [2022-07-29T22:30:00.016Z] + TEST_INTEGRATION_DEST=2 [2022-07-29T22:30:00.016Z] + CONTAINER_NAME=docker-pr6-2 [2022-07-29T22:30:00.016Z] + TEST_SKIP_INTEGRATION=1 [2022-07-29T22:30:00.016Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-07-29T22:30:00.016Z] + run_tests [2022-07-29T22:30:00.016Z] + c=0 [2022-07-29T22:30:00.016Z] + '[' -n 0 ']' [2022-07-29T22:30:00.016Z] + rm= [2022-07-29T22:30:00.017Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43885/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43885/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43885/.git:/go/src/github.com/docker/docker/.git --name docker-pr6-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 hack/make.sh '' test-integration [2022-07-29T22:30:00.017Z] ++ jobs -p [2022-07-29T22:30:00.017Z] + for job in $(jobs -p) [2022-07-29T22:30:00.017Z] + wait 15098 [2022-07-29T22:30:00.017Z] + TEST_INTEGRATION_DEST=3 [2022-07-29T22:30:00.017Z] + CONTAINER_NAME=docker-pr6-3 [2022-07-29T22:30:00.017Z] + TEST_SKIP_INTEGRATION=1 [2022-07-29T22:30:00.017Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-07-29T22:30:00.017Z] + run_tests [2022-07-29T22:30:00.017Z] + '[' -n 0 ']' [2022-07-29T22:30:00.017Z] + rm= [2022-07-29T22:30:00.017Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43885/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43885/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43885/.git:/go/src/github.com/docker/docker/.git --name docker-pr6-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 hack/make.sh '' test-integration [2022-07-29T22:30:00.017Z] + TEST_INTEGRATION_DEST=1 [2022-07-29T22:30:00.017Z] + CONTAINER_NAME=docker-pr6-1 [2022-07-29T22:30:00.017Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-07-29T22:30:00.017Z] + run_tests test-integration-flaky [2022-07-29T22:30:00.017Z] + '[' -n 0 ']' [2022-07-29T22:30:00.017Z] + rm= [2022-07-29T22:30:00.017Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43885/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43885/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43885/.git:/go/src/github.com/docker/docker/.git --name docker-pr6-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 hack/make.sh test-integration-flaky test-integration [2022-07-29T22:30:00.017Z] [2022-07-29T22:30:00.017Z] [2022-07-29T22:30:00.017Z] [2022-07-29T22:30:00.017Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-07-29T22:30:00.017Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-07-29T22:30:00.017Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-07-29T22:30:00.017Z] HOSTNAME=66db13a57a5b [2022-07-29T22:30:00.017Z] TEST_SKIP_INTEGRATION=1 [2022-07-29T22:30:00.017Z] TESTDEBUG=0 [2022-07-29T22:30:00.017Z] DEST=bundles/test-integration [2022-07-29T22:30:00.017Z] PWD=/go/src/github.com/docker/docker [2022-07-29T22:30:00.017Z] KEEPBUNDLE=1 [2022-07-29T22:30:00.017Z] DOCKER_GITCOMMIT=7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 [2022-07-29T22:30:00.017Z] container=docker [2022-07-29T22:30:00.017Z] HOME=/root [2022-07-29T22:30:00.017Z] GOLANG_VERSION=1.18.4 [2022-07-29T22:30:00.017Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-07-29T22:30:00.017Z] VALIDATE_BRANCH=master [2022-07-29T22:30:00.017Z] TERM=xterm [2022-07-29T22:30:00.017Z] DOCKER_PKG=github.com/docker/docker [2022-07-29T22:30:00.017Z] SHLVL=1 [2022-07-29T22:30:00.017Z] TIMEOUT=120m [2022-07-29T22:30:00.017Z] DOCKER_BUILDTAGS= journald [2022-07-29T22:30:00.017Z] DOCKER_GRAPHDRIVER=overlay2 [2022-07-29T22:30:00.017Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-07-29T22:30:00.017Z] GO111MODULE=off [2022-07-29T22:30:00.017Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-07-29T22:30:00.017Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-07-29T22:30:00.017Z] GOPATH=/go [2022-07-29T22:30:00.017Z] PKG_CONFIG=pkg-config [2022-07-29T22:30:00.017Z] _=/usr/bin/env [2022-07-29T22:30:00.017Z] Building test suite binary ./integration-cli/test.main [2022-07-29T22:30:00.017Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-07-29T22:30:00.017Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-07-29T22:30:00.017Z] HOSTNAME=e59882492c14 [2022-07-29T22:30:00.017Z] TEST_SKIP_INTEGRATION=1 [2022-07-29T22:30:00.017Z] TESTDEBUG=0 [2022-07-29T22:30:00.017Z] DEST=bundles/test-integration [2022-07-29T22:30:00.017Z] PWD=/go/src/github.com/docker/docker [2022-07-29T22:30:00.017Z] KEEPBUNDLE=1 [2022-07-29T22:30:00.017Z] DOCKER_GITCOMMIT=7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 [2022-07-29T22:30:00.017Z] container=docker [2022-07-29T22:30:00.017Z] HOME=/root [2022-07-29T22:30:00.017Z] GOLANG_VERSION=1.18.4 [2022-07-29T22:30:00.017Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-07-29T22:30:00.017Z] VALIDATE_BRANCH=master [2022-07-29T22:30:00.017Z] TERM=xterm [2022-07-29T22:30:00.017Z] DOCKER_PKG=github.com/docker/docker [2022-07-29T22:30:00.017Z] SHLVL=1 [2022-07-29T22:30:00.017Z] TIMEOUT=120m [2022-07-29T22:30:00.017Z] DOCKER_BUILDTAGS= journald [2022-07-29T22:30:00.017Z] DOCKER_GRAPHDRIVER=overlay2 [2022-07-29T22:30:00.017Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-07-29T22:30:00.017Z] GO111MODULE=off [2022-07-29T22:30:00.017Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-07-29T22:30:00.017Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-07-29T22:30:00.017Z] GOPATH=/go [2022-07-29T22:30:00.017Z] PKG_CONFIG=pkg-config [2022-07-29T22:30:00.017Z] _=/usr/bin/env [2022-07-29T22:30:00.017Z] Building test suite binary ./integration-cli/test.main [2022-07-29T22:30:00.017Z] No new tests added to integration. [2022-07-29T22:30:00.017Z] [2022-07-29T22:30:00.017Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-07-29T22:30:00.017Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-07-29T22:30:00.017Z] HOSTNAME=6292b4df7337 [2022-07-29T22:30:00.017Z] TESTDEBUG=0 [2022-07-29T22:30:00.017Z] DEST=bundles/test-integration [2022-07-29T22:30:00.017Z] PWD=/go/src/github.com/docker/docker [2022-07-29T22:30:00.017Z] KEEPBUNDLE=1 [2022-07-29T22:30:00.017Z] DOCKER_GITCOMMIT=7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 [2022-07-29T22:30:00.017Z] container=docker [2022-07-29T22:30:00.017Z] HOME=/root [2022-07-29T22:30:00.017Z] GOLANG_VERSION=1.18.4 [2022-07-29T22:30:00.017Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-07-29T22:30:00.017Z] VALIDATE_BRANCH=master [2022-07-29T22:30:00.017Z] TERM=xterm [2022-07-29T22:30:00.017Z] DOCKER_PKG=github.com/docker/docker [2022-07-29T22:30:00.017Z] SHLVL=1 [2022-07-29T22:30:00.017Z] TIMEOUT=120m [2022-07-29T22:30:00.017Z] DOCKER_BUILDTAGS= journald [2022-07-29T22:30:00.017Z] DOCKER_GRAPHDRIVER=overlay2 [2022-07-29T22:30:00.017Z] GO111MODULE=off [2022-07-29T22:30:00.017Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-07-29T22:30:00.017Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-07-29T22:30:00.017Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-07-29T22:30:00.017Z] GOPATH=/go [2022-07-29T22:30:00.017Z] PKG_CONFIG=pkg-config [2022-07-29T22:30:00.017Z] _=/usr/bin/env [2022-07-29T22:30:00.017Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-07-29T22:30:00.051Z] #31 ... [2022-07-29T22:30:00.051Z] [2022-07-29T22:30:00.051Z] #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-07-29T22:30:00.051Z] #13 sha256:07dbc766a7090ca1774e18b09fd2af5d92b5c5c2a60d1ca2da410b1a61d07bb3 [2022-07-29T22:30:00.051Z] #13 DONE 0.6s [2022-07-29T22:30:00.051Z] [2022-07-29T22:30:00.051Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-07-29T22:30:00.051Z] #33 sha256:bf1866bd04ba1b3fa2431fe43195d821d35998a6fbe66f4f4614958a23619223 [2022-07-29T22:30:00.313Z] #33 ... [2022-07-29T22:30:00.313Z] [2022-07-29T22:30:00.313Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-07-29T22:30:00.313Z] #25 sha256:464cb4c082b565a137861951006645e5a79b7a15b5a7a1c1d19fd9df9b64f04d [2022-07-29T22:30:00.313Z] #25 DONE 0.2s [2022-07-29T22:30:00.313Z] [2022-07-29T22:30:00.313Z] #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-07-29T22:30:00.313Z] #50 sha256:2e7facb576c57743e84db0024b84d417027257b41d6c3bcf89420270ed0b247a [2022-07-29T22:30:00.313Z] #50 DONE 0.3s [2022-07-29T22:30:00.313Z] [2022-07-29T22:30:00.313Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-07-29T22:30:00.313Z] #46 sha256:13fe470ba583efd35de32bb82225e2fe65e2874279d45667f93c3774ec6231f4 [2022-07-29T22:30:00.313Z] #46 DONE 0.3s [2022-07-29T22:30:00.313Z] [2022-07-29T22:30:00.313Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-07-29T22:30:00.313Z] #33 sha256:bf1866bd04ba1b3fa2431fe43195d821d35998a6fbe66f4f4614958a23619223 [2022-07-29T22:30:00.313Z] #33 DONE 0.4s [2022-07-29T22:30:00.313Z] [2022-07-29T22:30:00.313Z] #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-07-29T22:30:00.313Z] #51 sha256:0a0e12b963548a8caee27495c257a02e94a17809358efb44ee24488731ba3329 [2022-07-29T22:30:00.385Z] #11 ... [2022-07-29T22:30:00.385Z] [2022-07-29T22:30:00.385Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-07-29T22:30:00.385Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-07-29T22:30:00.385Z] #74 DONE 0.8s [2022-07-29T22:30:00.385Z] [2022-07-29T22:30:00.385Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 [2022-07-29T22:30:00.385Z] #11 sha256:97f6722ce26177419a90798f015cd7993464b9ea7e250358f0e222fad715a503 [2022-07-29T22:30:00.392Z] #84 80.61 checking for library containing argp_parse... none required [2022-07-29T22:30:00.393Z] #84 81.01 checking that generated files are newer than configure... done [2022-07-29T22:30:00.393Z] #84 81.02 configure: creating ./config.status [2022-07-29T22:30:00.572Z] #51 ... [2022-07-29T22:30:00.572Z] [2022-07-29T22:30:00.572Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-07-29T22:30:00.572Z] #66 sha256:f88e7e8e9db91ce661e26a7edcbf33ef81640d81de532003b7bee2143132dff8 [2022-07-29T22:30:00.572Z] #66 DONE 0.4s [2022-07-29T22:30:00.572Z] [2022-07-29T22:30:00.572Z] #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-07-29T22:30:00.572Z] #67 sha256:e0baa2d16615741785f2b3b9cc29ecc569bde68928dbb5e3a6623734f82f1261 [2022-07-29T22:30:00.963Z] #84 ... [2022-07-29T22:30:00.963Z] [2022-07-29T22:30:00.963Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod case $(dpkg --print-architecture) in amd64|arm64) GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help ;; *) mkdir -p /build/ ;; esac [2022-07-29T22:30:00.963Z] #43 sha256:200e0ce9117b672449f74179fde64ba87e1c446761a7a191f3ee2b4a747d7a29 [2022-07-29T22:30:00.963Z] #43 120.5 Delve is a source level debugger for Go programs. [2022-07-29T22:30:00.963Z] #43 120.5 [2022-07-29T22:30:00.963Z] #43 120.5 Delve enables you to interact with your program by controlling the execution of the process, [2022-07-29T22:30:00.963Z] #43 120.5 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-07-29T22:30:00.963Z] #43 120.5 [2022-07-29T22:30:00.963Z] #43 120.5 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-07-29T22:30:00.963Z] #43 120.5 [2022-07-29T22:30:00.963Z] #43 120.5 Pass flags to the program you are debugging using `--`, for example: [2022-07-29T22:30:00.963Z] #43 120.5 [2022-07-29T22:30:00.963Z] #43 120.5 `dlv exec ./hello -- server --config conf/config.toml` [2022-07-29T22:30:00.963Z] #43 120.5 [2022-07-29T22:30:00.963Z] #43 120.5 Usage: [2022-07-29T22:30:00.963Z] #43 120.5 dlv [command] [2022-07-29T22:30:00.963Z] #43 120.5 [2022-07-29T22:30:00.963Z] #43 120.5 Available Commands: [2022-07-29T22:30:00.963Z] #43 120.5 attach Attach to running process and begin debugging. [2022-07-29T22:30:00.963Z] #43 120.5 connect Connect to a headless debug server with a terminal client. [2022-07-29T22:30:00.963Z] #43 120.5 core Examine a core dump. [2022-07-29T22:30:00.963Z] #43 120.5 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-07-29T22:30:00.963Z] #43 120.5 debug Compile and begin debugging main package in current directory, or the package specified. [2022-07-29T22:30:00.963Z] #43 120.5 exec Execute a precompiled binary, and begin a debug session. [2022-07-29T22:30:00.963Z] #43 120.5 help Help about any command [2022-07-29T22:30:00.963Z] #43 120.5 run Deprecated command. Use 'debug' instead. [2022-07-29T22:30:00.963Z] #43 120.5 test Compile test binary and begin debugging program. [2022-07-29T22:30:00.963Z] #43 120.5 trace Compile and begin tracing program. [2022-07-29T22:30:00.963Z] #43 120.5 version Prints version. [2022-07-29T22:30:00.963Z] #43 120.5 [2022-07-29T22:30:00.963Z] #43 120.5 Flags: [2022-07-29T22:30:00.963Z] #43 120.5 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-07-29T22:30:00.963Z] #43 120.5 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-07-29T22:30:00.963Z] #43 120.5 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-07-29T22:30:00.964Z] #43 120.5 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-07-29T22:30:00.964Z] #43 120.5 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-07-29T22:30:00.964Z] #43 120.5 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-07-29T22:30:00.964Z] #43 120.5 --disable-aslr Disables address space randomization [2022-07-29T22:30:00.964Z] #43 120.5 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-07-29T22:30:00.964Z] #43 120.5 -h, --help help for dlv [2022-07-29T22:30:00.964Z] #43 120.5 --init string Init file, executed by the terminal client. [2022-07-29T22:30:00.964Z] #43 120.5 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-07-29T22:30:00.964Z] #43 120.5 --log Enable debugging server logging. [2022-07-29T22:30:00.964Z] #43 120.5 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-07-29T22:30:00.964Z] #43 120.5 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-07-29T22:30:00.964Z] #43 120.5 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-07-29T22:30:00.964Z] #43 120.5 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-07-29T22:30:00.964Z] #43 120.5 --wd string Working directory for running the program. [2022-07-29T22:30:00.964Z] #43 120.5 [2022-07-29T22:30:00.964Z] #43 120.5 Additional help topics: [2022-07-29T22:30:00.964Z] #43 120.5 dlv backend Help about the --backend flag. [2022-07-29T22:30:00.964Z] #43 120.5 dlv log Help about logging flags. [2022-07-29T22:30:00.964Z] #43 120.5 dlv redirect Help about file redirection. [2022-07-29T22:30:00.964Z] #43 120.5 [2022-07-29T22:30:00.964Z] #43 120.5 Use "dlv [command] --help" for more information about a command. [2022-07-29T22:30:00.964Z] #43 DONE 120.6s [2022-07-29T22:30:00.964Z] [2022-07-29T22:30:00.964Z] #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-07-29T22:30:00.964Z] #19 sha256:1b1d9dac1bc282eb8e4fe3ae81b47148e43a2315d0ca62a4d546c3b59474793e [2022-07-29T22:30:00.964Z] #19 106.8 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-07-29T22:30:00.964Z] #19 106.8 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-07-29T22:30:00.964Z] #19 106.9 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-07-29T22:30:00.964Z] #19 106.9 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-07-29T22:30:00.964Z] #19 107.0 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-07-29T22:30:00.964Z] #19 108.3 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-07-29T22:30:00.964Z] #19 108.3 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-07-29T22:30:00.964Z] #19 108.3 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-07-29T22:30:00.964Z] #19 108.3 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-07-29T22:30:00.964Z] #19 108.3 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-07-29T22:30:00.964Z] #19 108.3 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2022-07-29T22:30:00.964Z] #19 108.3 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-07-29T22:30:00.964Z] #19 108.3 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-07-29T22:30:00.964Z] #19 108.4 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-07-29T22:30:00.964Z] #19 108.4 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-07-29T22:30:00.964Z] #19 108.4 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2022-07-29T22:30:00.964Z] #19 108.5 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-07-29T22:30:00.964Z] #19 108.5 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-07-29T22:30:00.964Z] #19 108.5 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-07-29T22:30:00.964Z] #19 108.5 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-07-29T22:30:00.964Z] #19 110.0 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B] [2022-07-29T22:30:00.964Z] #19 110.0 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB] [2022-07-29T22:30:00.964Z] #19 110.1 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-07-29T22:30:00.964Z] #19 110.2 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-07-29T22:30:00.964Z] #19 110.2 Get:114 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB] [2022-07-29T22:30:00.964Z] #19 111.7 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-07-29T22:30:00.964Z] #19 111.7 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-07-29T22:30:00.964Z] #19 111.7 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-07-29T22:30:00.964Z] #19 111.7 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-07-29T22:30:00.964Z] #19 111.7 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2022-07-29T22:30:00.964Z] #19 111.7 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2022-07-29T22:30:00.964Z] #19 111.7 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-07-29T22:30:00.964Z] #19 111.7 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-07-29T22:30:00.964Z] #19 111.7 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2022-07-29T22:30:00.964Z] #19 111.7 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-07-29T22:30:00.964Z] #19 111.8 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-07-29T22:30:00.964Z] #19 111.8 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-07-29T22:30:02.352Z] #19 113.3 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-07-29T22:30:02.352Z] #19 113.3 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-07-29T22:30:02.352Z] #19 113.3 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-07-29T22:30:02.352Z] #19 113.4 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-07-29T22:30:02.352Z] #19 113.4 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-07-29T22:30:02.613Z] #19 ... [2022-07-29T22:30:02.613Z] [2022-07-29T22:30:02.613Z] #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-07-29T22:30:02.613Z] #84 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:30:02.613Z] #84 83.31 config.status: creating Makefile [2022-07-29T22:30:02.613Z] #84 83.37 config.status: creating rpm/crun.spec [2022-07-29T22:30:02.613Z] #84 83.44 config.status: creating config.h [2022-07-29T22:30:02.874Z] #84 83.47 config.status: executing libtool commands [2022-07-29T22:30:02.874Z] #84 83.51 config.status: executing depfiles commands [2022-07-29T22:30:03.815Z] #84 84.26 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-07-29T22:30:03.815Z] #84 84.27 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-07-29T22:30:03.815Z] #84 84.46 checking for gcc... gcc [2022-07-29T22:30:04.076Z] #84 84.53 checking whether the C compiler works... yes [2022-07-29T22:30:04.076Z] #84 84.64 checking for C compiler default output file name... a.out [2022-07-29T22:30:04.076Z] #84 84.64 checking for suffix of executables... [2022-07-29T22:30:04.076Z] #84 84.71 checking whether we are cross compiling... no [2022-07-29T22:30:04.076Z] #84 84.79 checking for suffix of object files... o [2022-07-29T22:30:04.076Z] #84 84.82 checking whether we are using the GNU C compiler... yes [2022-07-29T22:30:04.076Z] #84 84.87 checking whether gcc accepts -g... yes [2022-07-29T22:30:04.337Z] #84 84.93 checking for gcc option to accept ISO C89... none needed [2022-07-29T22:30:04.582Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 5.0s done [2022-07-29T22:30:04.582Z] #11 extracting sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a [2022-07-29T22:30:04.597Z] #84 85.04 checking whether gcc understands -c and -o together... yes [2022-07-29T22:30:04.597Z] #84 85.15 checking how to run the C preprocessor... gcc -E [2022-07-29T22:30:04.597Z] #84 85.28 checking for grep that handles long lines and -e... /bin/grep [2022-07-29T22:30:04.597Z] #84 85.29 checking for egrep... /bin/grep -E [2022-07-29T22:30:04.882Z] #67 4.002 + RM_GOPATH=0 [2022-07-29T22:30:04.882Z] #67 4.008 + TMP_GOPATH= [2022-07-29T22:30:04.882Z] #67 4.008 + : /build [2022-07-29T22:30:04.882Z] #67 4.008 + '[' -z '' ']' [2022-07-29T22:30:04.882Z] #67 4.008 ++ mktemp -d [2022-07-29T22:30:04.882Z] #67 4.013 + export GOPATH=/tmp/tmp.oR3I43aYPg [2022-07-29T22:30:04.882Z] #67 4.013 + GOPATH=/tmp/tmp.oR3I43aYPg [2022-07-29T22:30:04.882Z] #67 4.013 + RM_GOPATH=1 [2022-07-29T22:30:04.882Z] #67 4.013 + case "$(go env GOARCH)" in [2022-07-29T22:30:04.882Z] #67 4.013 ++ go env GOARCH [2022-07-29T22:30:04.882Z] #67 4.023 + export GO_BUILDMODE=-buildmode=pie [2022-07-29T22:30:04.882Z] #67 4.024 + GO_BUILDMODE=-buildmode=pie [2022-07-29T22:30:04.882Z] #67 4.030 ++ dirname /install.sh [2022-07-29T22:30:04.882Z] #67 4.031 + dir=/ [2022-07-29T22:30:04.882Z] #67 4.031 + bin=rootlesskit [2022-07-29T22:30:04.882Z] #67 4.031 + shift [2022-07-29T22:30:04.882Z] #67 4.031 + '[' '!' -f //rootlesskit.installer ']' [2022-07-29T22:30:04.882Z] #67 4.031 + . //rootlesskit.installer [2022-07-29T22:30:04.882Z] #67 4.031 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-07-29T22:30:04.882Z] #67 4.031 + install_rootlesskit [2022-07-29T22:30:04.882Z] #67 4.031 + case "$1" in [2022-07-29T22:30:04.882Z] #67 4.031 + export CGO_ENABLED=0 [2022-07-29T22:30:04.882Z] #67 4.031 + CGO_ENABLED=0 [2022-07-29T22:30:04.882Z] #67 4.031 + _install_rootlesskit [2022-07-29T22:30:04.882Z] #67 4.036 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-07-29T22:30:04.882Z] #67 4.042 + for f in rootlesskit rootlesskit-docker-proxy [2022-07-29T22:30:04.882Z] #67 4.042 + GOBIN=/build [2022-07-29T22:30:04.882Z] #67 4.042 + GO111MODULE=on [2022-07-29T22:30:04.882Z] #67 4.042 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-07-29T22:30:04.882Z] #67 4.042 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-07-29T22:30:04.882Z] #67 4.549 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-07-29T22:30:05.168Z] #84 85.30 checking for ANSI C header files... yes [2022-07-29T22:30:05.168Z] #84 85.64 checking for sys/types.h... yes [2022-07-29T22:30:05.168Z] #84 85.73 checking for sys/stat.h... yes [2022-07-29T22:30:05.168Z] #84 85.84 checking for stdlib.h... yes [2022-07-29T22:30:05.428Z] #84 85.94 checking for string.h... yes [2022-07-29T22:30:05.689Z] #84 86.10 checking for memory.h... yes [2022-07-29T22:30:05.689Z] #84 86.26 checking for strings.h... yes [2022-07-29T22:30:05.689Z] #84 86.38 checking for inttypes.h... yes [2022-07-29T22:30:05.950Z] #84 86.51 checking for stdint.h... yes [2022-07-29T22:30:06.211Z] #84 86.64 checking for unistd.h... yes [2022-07-29T22:30:06.211Z] #84 86.77 checking minix/config.h usability... no [2022-07-29T22:30:06.211Z] #84 86.86 checking minix/config.h presence... no [2022-07-29T22:30:06.211Z] #84 86.91 checking for minix/config.h... no [2022-07-29T22:30:06.281Z] #67 ... [2022-07-29T22:30:06.281Z] [2022-07-29T22:30:06.281Z] #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-07-29T22:30:06.281Z] #51 sha256:0a0e12b963548a8caee27495c257a02e94a17809358efb44ee24488731ba3329 [2022-07-29T22:30:06.281Z] #51 5.107 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-07-29T22:30:06.281Z] #51 5.193 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-07-29T22:30:06.281Z] #51 5.195 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-07-29T22:30:06.281Z] #51 5.756 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-07-29T22:30:06.471Z] #84 86.91 checking whether it is safe to define __EXTENSIONS__... yes [2022-07-29T22:30:06.471Z] #84 87.11 checking build system type... x86_64-pc-linux-gnu [2022-07-29T22:30:06.732Z] #84 87.29 checking host system type... x86_64-pc-linux-gnu [2022-07-29T22:30:06.732Z] #84 87.29 checking how to print strings... printf [2022-07-29T22:30:06.732Z] #84 87.30 checking for a sed that does not truncate output... /bin/sed [2022-07-29T22:30:06.732Z] #84 87.31 checking for fgrep... /bin/grep -F [2022-07-29T22:30:06.732Z] #84 87.31 checking for ld used by gcc... /usr/bin/ld [2022-07-29T22:30:06.732Z] #84 87.32 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-07-29T22:30:06.732Z] #84 87.33 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-07-29T22:30:06.732Z] #84 87.34 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-07-29T22:30:06.732Z] #84 87.41 checking whether ln -s works... yes [2022-07-29T22:30:06.732Z] #84 87.41 checking the maximum length of command line arguments... 1572864 [2022-07-29T22:30:06.732Z] #84 87.43 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-07-29T22:30:06.732Z] #84 87.43 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-07-29T22:30:06.732Z] #84 87.43 checking for /usr/bin/ld option to reload object files... -r [2022-07-29T22:30:06.732Z] #84 87.43 checking for objdump... objdump [2022-07-29T22:30:06.732Z] #84 87.44 checking how to recognize dependent libraries... pass_all [2022-07-29T22:30:06.732Z] #84 87.44 checking for dlltool... no [2022-07-29T22:30:06.732Z] #84 87.45 checking how to associate runtime and link libraries... printf %s\n [2022-07-29T22:30:06.732Z] #84 87.45 checking for ar... ar [2022-07-29T22:30:06.849Z] #51 6.336 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB] [2022-07-29T22:30:06.994Z] #84 87.45 checking for archiver @FILE support... @ [2022-07-29T22:30:06.994Z] #84 87.59 checking for strip... strip [2022-07-29T22:30:06.994Z] #84 87.59 checking for ranlib... ranlib [2022-07-29T22:30:06.994Z] #84 87.59 checking for gawk... no [2022-07-29T22:30:06.994Z] #84 87.59 checking for mawk... mawk [2022-07-29T22:30:06.994Z] #84 87.59 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-07-29T22:30:07.254Z] #84 87.83 checking for sysroot... no [2022-07-29T22:30:07.254Z] #84 87.83 checking for a working dd... /bin/dd [2022-07-29T22:30:07.254Z] #84 87.84 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-07-29T22:30:07.254Z] #84 87.90 checking for mt... no [2022-07-29T22:30:07.254Z] #84 87.90 checking if : is a manifest tool... no [2022-07-29T22:30:07.515Z] #84 87.91 checking for dlfcn.h... yes [2022-07-29T22:30:07.515Z] #84 88.05 checking for objdir... .libs [2022-07-29T22:30:07.776Z] #84 88.29 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-07-29T22:30:07.776Z] #84 88.36 checking for gcc option to produce PIC... -fPIC -DPIC [2022-07-29T22:30:07.776Z] #84 88.36 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-07-29T22:30:08.037Z] #84 88.47 checking if gcc static flag -static works... yes [2022-07-29T22:30:08.037Z] #84 88.69 checking if gcc supports -c -o file.o... yes [2022-07-29T22:30:08.037Z] #84 88.78 checking if gcc supports -c -o file.o... (cached) yes [2022-07-29T22:30:08.037Z] #84 88.78 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-07-29T22:30:08.298Z] #84 88.82 checking dynamic linker characteristics... GNU/Linux ld.so [2022-07-29T22:30:08.298Z] #84 88.99 checking how to hardcode library paths into programs... immediate [2022-07-29T22:30:08.298Z] #84 88.99 checking whether stripping libraries is possible... yes [2022-07-29T22:30:08.298Z] #84 89.00 checking if libtool supports shared libraries... yes [2022-07-29T22:30:08.298Z] #84 89.00 checking whether to build shared libraries... no [2022-07-29T22:30:08.298Z] #84 89.00 checking whether to build static libraries... yes [2022-07-29T22:30:08.298Z] #84 89.00 checking for a BSD-compatible install... /usr/bin/install -c [2022-07-29T22:30:08.298Z] #84 89.02 checking whether build environment is sane... yes [2022-07-29T22:30:08.298Z] #84 89.05 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-07-29T22:30:08.298Z] #84 89.06 checking whether make sets $(MAKE)... yes [2022-07-29T22:30:08.559Z] #84 89.08 checking whether make supports the include directive... yes (GNU style) [2022-07-29T22:30:08.559Z] #84 89.11 checking whether make supports nested variables... yes [2022-07-29T22:30:08.559Z] #84 89.13 checking whether UID '0' is supported by ustar format... yes [2022-07-29T22:30:08.559Z] #84 89.14 checking whether GID '0' is supported by ustar format... yes [2022-07-29T22:30:08.559Z] #84 89.14 checking how to create a ustar tar archive... gnutar [2022-07-29T22:30:08.559Z] #84 89.18 checking dependency style of gcc... gcc3 [2022-07-29T22:30:08.559Z] #84 89.26 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-07-29T22:30:08.559Z] #84 89.27 checking whether make supports nested variables... (cached) yes [2022-07-29T22:30:08.559Z] #84 89.28 checking for pkg-config... /usr/bin/pkg-config [2022-07-29T22:30:08.559Z] #84 89.28 checking pkg-config is at least version 0.9.0... yes [2022-07-29T22:30:08.559Z] #84 89.29 checking for yajl >= 2.1.0... yes [2022-07-29T22:30:08.559Z] #84 89.31 checking for a sed that does not truncate output... (cached) /bin/sed [2022-07-29T22:30:08.559Z] #84 89.32 checking for gcc... (cached) gcc [2022-07-29T22:30:08.559Z] #84 89.37 checking whether we are using the GNU C compiler... (cached) yes [2022-07-29T22:30:08.819Z] #84 89.37 checking whether gcc accepts -g... (cached) yes [2022-07-29T22:30:08.819Z] #84 89.37 checking for gcc option to accept ISO C89... (cached) none needed [2022-07-29T22:30:08.819Z] #84 89.37 checking whether gcc understands -c and -o together... (cached) yes [2022-07-29T22:30:08.819Z] #84 89.37 checking for a Python interpreter with version >= 3... python3 [2022-07-29T22:30:08.819Z] #84 89.42 checking for python3... /usr/bin/python3 [2022-07-29T22:30:08.819Z] #84 89.43 checking for python3 version... 3.9 [2022-07-29T22:30:08.819Z] #84 89.47 checking for python3 platform... linux [2022-07-29T22:30:08.836Z] #11 ... [2022-07-29T22:30:08.836Z] [2022-07-29T22:30:08.836Z] #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-07-29T22:30:08.836Z] #29 sha256:86d0fe8e3d75de108c042a485c0bbbd0a07573c0631bc783dff6637327710de0 [2022-07-29T22:30:08.836Z] #29 0.971 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-07-29T22:30:08.836Z] #29 1.003 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-07-29T22:30:08.836Z] #29 1.003 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-07-29T22:30:08.836Z] #29 1.136 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-07-29T22:30:08.836Z] #29 1.550 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB] [2022-07-29T22:30:08.836Z] #29 1.555 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-07-29T22:30:08.836Z] #29 3.090 Fetched 8561 kB in 2s (3616 kB/s) [2022-07-29T22:30:08.836Z] #29 3.090 Reading package lists... [2022-07-29T22:30:08.836Z] #29 3.956 Reading package lists... [2022-07-29T22:30:08.836Z] #29 4.768 Building dependency tree... [2022-07-29T22:30:08.836Z] #29 5.179 The following additional packages will be installed: [2022-07-29T22:30:08.836Z] #29 5.179 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-07-29T22:30:08.836Z] #29 5.180 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-07-29T22:30:08.836Z] #29 5.181 Recommended packages: [2022-07-29T22:30:08.836Z] #29 5.181 libldap-common publicsuffix libsasl2-modules [2022-07-29T22:30:08.836Z] #29 5.379 The following NEW packages will be installed: [2022-07-29T22:30:08.836Z] #29 5.379 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-07-29T22:30:08.836Z] #29 5.379 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-07-29T22:30:08.836Z] #29 5.379 libssh2-1 openssl [2022-07-29T22:30:08.836Z] #29 5.641 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-07-29T22:30:08.836Z] #29 5.641 Need to get 3041 kB of archives. [2022-07-29T22:30:08.836Z] #29 5.641 After this operation, 6651 kB of additional disk space will be used. [2022-07-29T22:30:08.836Z] #29 5.641 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB] [2022-07-29T22:30:08.836Z] #29 5.662 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-07-29T22:30:08.836Z] #29 5.663 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-07-29T22:30:08.836Z] #29 5.663 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-07-29T22:30:08.836Z] #29 5.663 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-07-29T22:30:08.836Z] #29 5.664 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-07-29T22:30:08.836Z] #29 5.666 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-07-29T22:30:08.836Z] #29 5.692 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-07-29T22:30:08.836Z] #29 5.692 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-07-29T22:30:08.836Z] #29 5.692 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-07-29T22:30:08.836Z] #29 5.692 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-07-29T22:30:08.836Z] #29 5.710 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-07-29T22:30:08.836Z] #29 5.737 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-07-29T22:30:08.836Z] #29 5.737 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-07-29T22:30:08.836Z] #29 5.737 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-07-29T22:30:08.836Z] #29 5.952 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:30:08.836Z] #29 5.991 Fetched 3041 kB in 0s (8591 kB/s) [2022-07-29T22:30:08.836Z] #29 6.025 Selecting previously unselected package openssl. [2022-07-29T22:30:08.837Z] #29 6.025 (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 ... 6661 files and directories currently installed.) [2022-07-29T22:30:08.837Z] #29 6.025 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ... [2022-07-29T22:30:08.837Z] #29 6.029 Unpacking openssl (1.1.1n-0+deb11u3) ... [2022-07-29T22:30:08.837Z] #29 6.175 Selecting previously unselected package ca-certificates. [2022-07-29T22:30:08.837Z] #29 6.175 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-07-29T22:30:08.837Z] #29 6.178 Unpacking ca-certificates (20210119) ... [2022-07-29T22:30:08.837Z] #29 6.251 Selecting previously unselected package libbrotli1:amd64. [2022-07-29T22:30:08.837Z] #29 6.251 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-07-29T22:30:08.837Z] #29 6.262 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-07-29T22:30:08.837Z] #29 6.340 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-07-29T22:30:08.837Z] #29 6.340 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-07-29T22:30:08.837Z] #29 6.344 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-07-29T22:30:08.837Z] #29 6.388 Selecting previously unselected package libsasl2-2:amd64. [2022-07-29T22:30:08.837Z] #29 6.389 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-07-29T22:30:08.837Z] #29 6.393 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-07-29T22:30:08.837Z] #29 6.441 Selecting previously unselected package libldap-2.4-2:amd64. [2022-07-29T22:30:08.837Z] #29 6.442 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-07-29T22:30:08.837Z] #29 6.446 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-07-29T22:30:08.837Z] #29 6.516 Selecting previously unselected package libnghttp2-14:amd64. [2022-07-29T22:30:08.837Z] #29 6.516 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-07-29T22:30:08.837Z] #29 6.521 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-07-29T22:30:08.837Z] #29 6.566 Selecting previously unselected package libpsl5:amd64. [2022-07-29T22:30:08.837Z] #29 6.566 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-07-29T22:30:08.837Z] #29 6.571 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-07-29T22:30:08.837Z] #29 6.615 Selecting previously unselected package librtmp1:amd64. [2022-07-29T22:30:08.837Z] #29 6.615 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-07-29T22:30:08.837Z] #29 6.622 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-07-29T22:30:08.837Z] #29 6.664 Selecting previously unselected package libssh2-1:amd64. [2022-07-29T22:30:08.837Z] #29 6.664 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-07-29T22:30:08.837Z] #29 6.665 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-07-29T22:30:08.837Z] #29 6.718 Selecting previously unselected package libcurl4:amd64. [2022-07-29T22:30:08.837Z] #29 6.718 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-07-29T22:30:08.837Z] #29 6.723 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-07-29T22:30:08.837Z] #29 6.787 Selecting previously unselected package curl. [2022-07-29T22:30:08.837Z] #29 6.789 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-07-29T22:30:08.837Z] #29 6.793 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-07-29T22:30:08.837Z] #29 6.862 Selecting previously unselected package libonig5:amd64. [2022-07-29T22:30:08.837Z] #29 6.863 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-07-29T22:30:08.837Z] #29 6.872 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-07-29T22:30:08.837Z] #29 6.943 Selecting previously unselected package libjq1:amd64. [2022-07-29T22:30:08.837Z] #29 6.943 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-07-29T22:30:08.837Z] #29 6.946 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-07-29T22:30:08.837Z] #29 6.999 Selecting previously unselected package jq. [2022-07-29T22:30:08.837Z] #29 6.999 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-07-29T22:30:08.837Z] #29 7.004 Unpacking jq (1.6-2.1) ... [2022-07-29T22:30:08.837Z] #29 7.050 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-07-29T22:30:08.837Z] #29 7.064 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-07-29T22:30:08.837Z] #29 7.076 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-07-29T22:30:08.837Z] #29 7.087 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-07-29T22:30:08.837Z] #29 7.107 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-07-29T22:30:08.837Z] #29 7.114 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-07-29T22:30:08.837Z] #29 7.123 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-07-29T22:30:08.837Z] #29 7.135 Setting up openssl (1.1.1n-0+deb11u3) ... [2022-07-29T22:30:08.837Z] #29 7.151 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-07-29T22:30:08.837Z] #29 7.162 Setting up libjq1:amd64 (1.6-2.1) ... [2022-07-29T22:30:08.837Z] #29 7.169 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-07-29T22:30:08.837Z] #29 7.178 Setting up ca-certificates (20210119) ... [2022-07-29T22:30:08.837Z] #29 7.803 Updating certificates in /etc/ssl/certs... [2022-07-29T22:30:08.837Z] #29 8.438 129 added, 0 removed; done. [2022-07-29T22:30:08.837Z] #29 8.519 Setting up jq (1.6-2.1) ... [2022-07-29T22:30:08.837Z] #29 8.530 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-07-29T22:30:08.837Z] #29 8.539 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-07-29T22:30:08.837Z] #29 8.549 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:30:08.837Z] #29 8.566 Processing triggers for ca-certificates (20210119) ... [2022-07-29T22:30:08.837Z] #29 8.575 Updating certificates in /etc/ssl/certs... [2022-07-29T22:30:08.837Z] #29 9.145 0 added, 0 removed; done. [2022-07-29T22:30:08.837Z] #29 9.145 Running hooks in /etc/ca-certificates/update.d... [2022-07-29T22:30:08.837Z] #29 9.149 done. [2022-07-29T22:30:08.837Z] #29 ... [2022-07-29T22:30:08.837Z] [2022-07-29T22:30:08.837Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 [2022-07-29T22:30:08.837Z] #11 sha256:97f6722ce26177419a90798f015cd7993464b9ea7e250358f0e222fad715a503 [2022-07-29T22:30:08.837Z] #11 extracting sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 4.2s done [2022-07-29T22:30:09.080Z] #84 89.53 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-07-29T22:30:09.080Z] #84 89.64 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-07-29T22:30:09.341Z] #84 89.86 checking that generated files are newer than configure... done [2022-07-29T22:30:09.341Z] #84 90.04 configure: creating ./config.status [2022-07-29T22:30:09.399Z] #11 ... [2022-07-29T22:30:09.399Z] [2022-07-29T22:30:09.399Z] #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-07-29T22:30:09.399Z] #29 sha256:86d0fe8e3d75de108c042a485c0bbbd0a07573c0631bc783dff6637327710de0 [2022-07-29T22:30:09.399Z] #29 DONE 11.0s [2022-07-29T22:30:09.399Z] [2022-07-29T22:30:09.399Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 [2022-07-29T22:30:09.399Z] #11 sha256:97f6722ce26177419a90798f015cd7993464b9ea7e250358f0e222fad715a503 [2022-07-29T22:30:09.399Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 [2022-07-29T22:30:09.963Z] #11 ... [2022-07-29T22:30:09.963Z] [2022-07-29T22:30:09.963Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-07-29T22:30:09.963Z] #30 sha256:30b57062f36d2885ed852fe329ae0b13e974ddaa1e3af3fde30826aa35ca00fc [2022-07-29T22:30:09.963Z] #30 DONE 0.5s [2022-07-29T22:30:09.963Z] [2022-07-29T22:30:09.963Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:6689996f4aa27bdb565677edd0914f8147e699a8b613e9c6623c34cce6d0eac6 [2022-07-29T22:30:09.963Z] #11 sha256:97f6722ce26177419a90798f015cd7993464b9ea7e250358f0e222fad715a503 [2022-07-29T22:30:10.138Z] #51 9.298 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB] [2022-07-29T22:30:10.138Z] #51 ... [2022-07-29T22:30:10.138Z] [2022-07-29T22:30:10.138Z] #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-07-29T22:30:10.138Z] #57 sha256:41d86b7808f0135204c915744763a1c5c1b351173056409a1e33a2c0a63faf6a [2022-07-29T22:30:10.138Z] #57 3.360 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-07-29T22:30:10.138Z] #57 3.990 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-07-29T22:30:10.138Z] #57 3.990 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-07-29T22:30:10.138Z] #57 4.001 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-07-29T22:30:10.138Z] #57 4.518 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-07-29T22:30:10.138Z] #57 ... [2022-07-29T22:30:10.138Z] [2022-07-29T22:30:10.138Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:30:10.138Z] #55 sha256:0d9b8d05e60a833ec6ac4c7fd4cccbeb48bc74cdef00c452fba8cb78372a0feb [2022-07-29T22:30:10.138Z] #55 5.276 go: downloading github.com/golangci/golangci-lint v1.46.2 [2022-07-29T22:30:10.138Z] #55 7.333 go: downloading github.com/fatih/color v1.13.0 [2022-07-29T22:30:10.138Z] #55 7.375 go: downloading github.com/gofrs/flock v0.8.1 [2022-07-29T22:30:10.138Z] #55 7.452 go: downloading github.com/spf13/cobra v1.4.0 [2022-07-29T22:30:10.138Z] #55 7.487 go: downloading github.com/spf13/pflag v1.0.5 [2022-07-29T22:30:10.138Z] #55 7.688 go: downloading github.com/spf13/viper v1.11.0 [2022-07-29T22:30:10.138Z] #55 7.847 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-07-29T22:30:10.138Z] #55 8.402 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-07-29T22:30:10.138Z] #55 8.432 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-07-29T22:30:10.138Z] #55 8.508 go: downloading github.com/go-critic/go-critic v0.6.3 [2022-07-29T22:30:10.138Z] #55 8.554 go: downloading golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a [2022-07-29T22:30:10.138Z] #55 10.14 go: downloading github.com/hashicorp/go-version v1.4.0 [2022-07-29T22:30:10.398Z] #55 10.31 go: downloading github.com/ldez/gomoddirectives v0.2.3 [2022-07-29T22:30:10.398Z] #55 ... [2022-07-29T22:30:10.398Z] [2022-07-29T22:30:10.398Z] #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-07-29T22:30:10.398Z] #62 sha256:1c027bbeeb49394fc77ef157e4c3e383e60c2cbb1d6c1b98e7797b6f10a019f9 [2022-07-29T22:30:10.398Z] #62 5.068 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-07-29T22:30:10.398Z] #62 5.094 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-07-29T22:30:10.398Z] #62 5.094 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-07-29T22:30:10.398Z] #62 5.993 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB] [2022-07-29T22:30:10.398Z] #62 8.287 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB] [2022-07-29T22:30:10.398Z] #62 ... [2022-07-29T22:30:10.398Z] [2022-07-29T22:30:10.398Z] #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-07-29T22:30:10.398Z] #40 sha256:d2122e7e38ec687c01fa4a5c8640297ef72f4863d2ed9f983a23a215c3701eac [2022-07-29T22:30:10.398Z] #40 5.161 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-07-29T22:30:10.398Z] #40 5.965 go: downloading github.com/tc-hib/winres v0.1.5 [2022-07-29T22:30:10.398Z] #40 7.074 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-07-29T22:30:10.398Z] #40 7.443 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-07-29T22:30:10.398Z] #40 7.538 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-07-29T22:30:10.398Z] #40 9.858 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-07-29T22:30:10.398Z] #40 9.969 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-07-29T22:30:10.658Z] #40 ... [2022-07-29T22:30:10.658Z] [2022-07-29T22:30:10.658Z] #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-07-29T22:30:10.658Z] #76 sha256:8219c7e6f8c46c55bf8ec43f325b2935b29b51535e6f1b1c9473542087fe3e6d [2022-07-29T22:30:10.658Z] #76 4.972 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-07-29T22:30:10.658Z] #76 5.051 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-07-29T22:30:10.658Z] #76 5.052 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-07-29T22:30:10.658Z] #76 6.255 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB] [2022-07-29T22:30:10.658Z] #76 9.351 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB] [2022-07-29T22:30:10.658Z] #76 ... [2022-07-29T22:30:10.658Z] [2022-07-29T22:30:10.658Z] #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-07-29T22:30:10.658Z] #47 sha256:b1f771122747d0dbe8064b719ac8bb885e8defae467aeb0d9ce0193f5adaaf2f [2022-07-29T22:30:10.658Z] #47 4.332 + git clone https://github.com/docker/distribution.git . [2022-07-29T22:30:10.658Z] #47 4.332 Cloning into '.'... [2022-07-29T22:30:10.727Z] #84 91.20 config.status: creating Makefile [2022-07-29T22:30:10.727Z] #84 91.23 config.status: creating config.h [2022-07-29T22:30:10.727Z] #84 91.26 config.status: executing libtool commands [2022-07-29T22:30:10.727Z] #84 91.28 config.status: executing depfiles commands [2022-07-29T22:30:10.916Z] #47 ... [2022-07-29T22:30:10.917Z] [2022-07-29T22:30:10.917Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod case $(dpkg --print-architecture) in amd64|arm64) GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help ;; *) mkdir -p /build/ ;; esac [2022-07-29T22:30:10.917Z] #36 sha256:76492dd75233ac916c60bf54dd0c2d5711d1e75ad51471945da4de9402e88674 [2022-07-29T22:30:10.917Z] #36 5.300 go: downloading github.com/go-delve/delve v1.8.1 [2022-07-29T22:30:10.963Z] #64 127.3 # github.com/containerd/containerd/cmd/containerd [2022-07-29T22:30:10.963Z] #64 127.3 /usr/bin/ld: /tmp/go-link-1235457384/000019.o: in function `New': [2022-07-29T22:30:10.963Z] #64 127.3 /tmp/tmp.UHfI1BFSIs/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-07-29T22:30:10.963Z] #64 127.4 + bin/containerd-stress [2022-07-29T22:30:10.963Z] #64 128.5 + bin/containerd-shim [2022-07-29T22:30:10.987Z] #84 91.67 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-07-29T22:30:10.987Z] #84 91.70 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-07-29T22:30:11.176Z] #36 ... [2022-07-29T22:30:11.176Z] [2022-07-29T22:30:11.176Z] #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-07-29T22:30:11.176Z] #14 sha256:bfcadd5681e0b1c2e86afa872e977fe31ffe209d5dc80016406d5f864dd69800 [2022-07-29T22:30:11.176Z] #14 3.869 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-07-29T22:30:11.176Z] #14 3.979 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-07-29T22:30:11.176Z] #14 4.148 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-07-29T22:30:11.176Z] #14 4.424 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB] [2022-07-29T22:30:11.176Z] #14 6.385 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB] [2022-07-29T22:30:11.176Z] #14 9.083 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-07-29T22:30:11.176Z] #14 ... [2022-07-29T22:30:11.176Z] [2022-07-29T22:30:11.176Z] #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-07-29T22:30:11.176Z] #38 sha256:716afab88b8caf939e7d887eb11e6da379b27f6d742e8e606099e37c3fb651d9 [2022-07-29T22:30:11.176Z] #38 4.808 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-07-29T22:30:11.246Z] #84 91.92 checking for gcc... gcc [2022-07-29T22:30:11.440Z] #38 ... [2022-07-29T22:30:11.440Z] [2022-07-29T22:30:11.440Z] #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-07-29T22:30:11.440Z] #53 sha256:83109f08a1c54f520542ae87b16a1af41dc03ad1fb489db17e10cfee42f8ba66 [2022-07-29T22:30:11.440Z] #53 5.552 go: downloading gotest.tools/gotestsum v1.8.1 [2022-07-29T22:30:11.440Z] #53 7.151 go: downloading github.com/dnephin/pflag v1.0.7 [2022-07-29T22:30:11.440Z] #53 7.169 go: downloading github.com/fatih/color v1.10.0 [2022-07-29T22:30:11.440Z] #53 7.180 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-07-29T22:30:11.440Z] #53 7.342 go: downloading github.com/pkg/errors v0.9.1 [2022-07-29T22:30:11.440Z] #53 7.683 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-07-29T22:30:11.440Z] #53 7.685 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-07-29T22:30:11.440Z] #53 7.834 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-07-29T22:30:11.440Z] #53 7.865 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-07-29T22:30:11.440Z] #53 7.933 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-07-29T22:30:11.440Z] #53 8.148 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-07-29T22:30:11.440Z] #53 8.353 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-07-29T22:30:11.440Z] #53 8.653 go: downloading golang.org/x/tools v0.1.0 [2022-07-29T22:30:11.440Z] #53 ... [2022-07-29T22:30:11.440Z] [2022-07-29T22:30:11.440Z] #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-07-29T22:30:11.440Z] #42 sha256:4e6f039e265c5fad0c04923074735918b65cc27a7d0a0daa646115cdf15cf5d6 [2022-07-29T22:30:11.440Z] #42 5.367 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-07-29T22:30:11.440Z] #42 5.393 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-07-29T22:30:11.440Z] #42 5.431 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-07-29T22:30:11.440Z] #42 6.644 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB] [2022-07-29T22:30:11.440Z] #42 9.176 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB] [2022-07-29T22:30:11.506Z] #84 91.97 checking whether the C compiler works... yes [2022-07-29T22:30:11.506Z] #84 92.09 checking for C compiler default output file name... a.out [2022-07-29T22:30:11.506Z] #84 92.09 checking for suffix of executables... [2022-07-29T22:30:11.506Z] #84 92.23 checking whether we are cross compiling... no [2022-07-29T22:30:11.700Z] #42 ... [2022-07-29T22:30:11.700Z] [2022-07-29T22:30:11.700Z] #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-07-29T22:30:11.700Z] #31 sha256:49c6809c7e41d2aaaab7b28d13e6416eb8711c7d5260c93ca52c36fbde81f2cf [2022-07-29T22:30:11.700Z] #31 1.794 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-07-29T22:30:11.700Z] #31 2.278 [2022-07-29T22:30:11.700Z] #31 2.510 #=#=# 0.1% ######################################################################## 100.0% [2022-07-29T22:30:11.700Z] #31 2.915 [2022-07-29T22:30:11.700Z] #31 4.159 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-07-29T22:30:11.700Z] #31 4.608 #=#=# [2022-07-29T22:30:11.700Z] #31 4.890 #=#=# 0.1% ######################################################################## 100.0% [2022-07-29T22:30:11.700Z] #31 6.858 [2022-07-29T22:30:11.765Z] #84 92.33 checking for suffix of object files... o [2022-07-29T22:30:11.765Z] #84 92.41 checking whether we are using the GNU C compiler... yes [2022-07-29T22:30:11.765Z] #84 92.46 checking whether gcc accepts -g... yes [2022-07-29T22:30:11.959Z] #31 12.15 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-07-29T22:30:11.959Z] #31 ... [2022-07-29T22:30:11.959Z] [2022-07-29T22:30:11.959Z] #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-07-29T22:30:11.959Z] #34 sha256:3034420edd6b5aac2bf54eae3acb422e7d8e283bca8b0119c674042e52b5362c [2022-07-29T22:30:11.959Z] #34 4.650 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-07-29T22:30:11.959Z] #34 4.657 Cloning into '.'... [2022-07-29T22:30:11.959Z] #34 ... [2022-07-29T22:30:11.959Z] [2022-07-29T22:30:11.959Z] #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-07-29T22:30:11.959Z] #26 sha256:2ef6b5686def3b3907e4a85e0f90b925332eb8244691a5a0e1cd51fbac0acdba [2022-07-29T22:30:11.959Z] #26 4.772 + RM_GOPATH=0 [2022-07-29T22:30:11.959Z] #26 4.773 + TMP_GOPATH= [2022-07-29T22:30:11.959Z] #26 4.774 + : /build [2022-07-29T22:30:11.959Z] #26 4.775 + '[' -z '' ']' [2022-07-29T22:30:11.959Z] #26 4.781 ++ mktemp -d [2022-07-29T22:30:11.959Z] #26 4.793 + export GOPATH=/tmp/tmp.O880EMXJG8 [2022-07-29T22:30:11.959Z] #26 4.794 + GOPATH=/tmp/tmp.O880EMXJG8 [2022-07-29T22:30:11.959Z] #26 4.794 + RM_GOPATH=1 [2022-07-29T22:30:11.959Z] #26 4.795 + case "$(go env GOARCH)" in [2022-07-29T22:30:11.959Z] #26 4.800 ++ go env GOARCH [2022-07-29T22:30:11.959Z] #26 4.844 + export GO_BUILDMODE=-buildmode=pie [2022-07-29T22:30:11.959Z] #26 4.844 + GO_BUILDMODE=-buildmode=pie [2022-07-29T22:30:11.959Z] #26 4.844 ++ dirname /install.sh [2022-07-29T22:30:11.959Z] #26 4.845 + dir=/ [2022-07-29T22:30:11.959Z] #26 4.845 + bin=dockercli [2022-07-29T22:30:11.959Z] #26 4.845 + shift [2022-07-29T22:30:11.959Z] #26 4.845 + '[' '!' -f //dockercli.installer ']' [2022-07-29T22:30:11.960Z] #26 4.845 + . //dockercli.installer [2022-07-29T22:30:11.960Z] #26 4.845 ++ : stable [2022-07-29T22:30:11.960Z] #26 4.845 ++ : 17.06.2-ce [2022-07-29T22:30:11.960Z] #26 4.846 Install docker/cli version 17.06.2-ce from stable [2022-07-29T22:30:11.960Z] #26 4.846 + install_dockercli [2022-07-29T22:30:11.960Z] #26 4.846 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-07-29T22:30:11.960Z] #26 4.846 ++ uname -m [2022-07-29T22:30:11.960Z] #26 4.847 + arch=aarch64 [2022-07-29T22:30:11.960Z] #26 4.847 + '[' aarch64 '!=' x86_64 ']' [2022-07-29T22:30:11.960Z] #26 4.847 + '[' aarch64 '!=' s390x ']' [2022-07-29T22:30:11.960Z] #26 4.847 + '[' aarch64 '!=' armhf ']' [2022-07-29T22:30:11.960Z] #26 4.847 + build_dockercli [2022-07-29T22:30:11.960Z] #26 4.847 + git clone https://github.com/docker/docker-ce /tmp/tmp.O880EMXJG8/tmp/docker-ce [2022-07-29T22:30:11.960Z] #26 4.850 Cloning into '/tmp/tmp.O880EMXJG8/tmp/docker-ce'... [2022-07-29T22:30:11.960Z] #26 ... [2022-07-29T22:30:11.960Z] [2022-07-29T22:30:11.960Z] #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-07-29T22:30:11.960Z] #42 sha256:4e6f039e265c5fad0c04923074735918b65cc27a7d0a0daa646115cdf15cf5d6 [2022-07-29T22:30:11.960Z] #42 11.87 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-07-29T22:30:12.026Z] #84 92.52 checking for gcc option to accept ISO C89... none needed [2022-07-29T22:30:12.026Z] #84 92.62 checking whether gcc understands -c and -o together... yes [2022-07-29T22:30:12.026Z] #84 92.72 checking for a BSD-compatible install... /usr/bin/install -c [2022-07-29T22:30:12.026Z] #84 92.74 checking whether build environment is sane... yes [2022-07-29T22:30:12.026Z] #84 92.77 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-07-29T22:30:12.026Z] #84 92.77 checking for gawk... no [2022-07-29T22:30:12.026Z] #84 92.77 checking for mawk... mawk [2022-07-29T22:30:12.026Z] #84 92.77 checking whether make sets $(MAKE)... yes [2022-07-29T22:30:12.026Z] #84 92.80 checking whether make supports the include directive... yes (GNU style) [2022-07-29T22:30:12.026Z] #84 92.81 checking whether make supports nested variables... yes [2022-07-29T22:30:12.286Z] #84 92.84 checking whether UID '0' is supported by ustar format... yes [2022-07-29T22:30:12.286Z] #84 92.85 checking whether GID '0' is supported by ustar format... yes [2022-07-29T22:30:12.286Z] #84 92.85 checking how to create a ustar tar archive... gnutar [2022-07-29T22:30:12.286Z] #84 92.88 checking dependency style of gcc... gcc3 [2022-07-29T22:30:12.286Z] #84 92.99 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-07-29T22:30:12.286Z] #84 92.99 checking whether make supports nested variables... (cached) yes [2022-07-29T22:30:12.546Z] #84 93.02 checking build system type... x86_64-pc-linux-gnu [2022-07-29T22:30:12.546Z] #84 93.18 checking host system type... x86_64-pc-linux-gnu [2022-07-29T22:30:12.546Z] #84 93.18 checking how to print strings... printf [2022-07-29T22:30:12.546Z] #84 93.20 checking for a sed that does not truncate output... /bin/sed [2022-07-29T22:30:12.546Z] #84 93.22 checking for grep that handles long lines and -e... /bin/grep [2022-07-29T22:30:12.546Z] #84 93.22 checking for egrep... /bin/grep -E [2022-07-29T22:30:12.546Z] #84 93.23 checking for fgrep... /bin/grep -F [2022-07-29T22:30:12.546Z] #84 93.24 checking for ld used by gcc... /usr/bin/ld [2022-07-29T22:30:12.546Z] #84 93.25 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-07-29T22:30:12.546Z] #84 93.25 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-07-29T22:30:12.546Z] #84 93.26 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-07-29T22:30:12.546Z] #84 93.30 checking whether ln -s works... yes [2022-07-29T22:30:12.546Z] #84 93.30 checking the maximum length of command line arguments... 1572864 [2022-07-29T22:30:12.546Z] #84 93.32 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-07-29T22:30:12.546Z] #84 93.32 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-07-29T22:30:12.546Z] #84 93.32 checking for /usr/bin/ld option to reload object files... -r [2022-07-29T22:30:12.546Z] #84 93.32 checking for objdump... objdump [2022-07-29T22:30:12.546Z] #84 93.32 checking how to recognize dependent libraries... pass_all [2022-07-29T22:30:12.546Z] #84 93.33 checking for dlltool... no [2022-07-29T22:30:12.806Z] #84 93.33 checking how to associate runtime and link libraries... printf %s\n [2022-07-29T22:30:12.806Z] #84 93.33 checking for ar... ar [2022-07-29T22:30:12.806Z] #84 93.33 checking for archiver @FILE support... @ [2022-07-29T22:30:12.807Z] #84 93.44 checking for strip... strip [2022-07-29T22:30:12.807Z] #84 93.44 checking for ranlib... ranlib [2022-07-29T22:30:13.067Z] #84 93.44 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-07-29T22:30:13.067Z] #84 93.69 checking for sysroot... no [2022-07-29T22:30:13.067Z] #84 93.69 checking for a working dd... /bin/dd [2022-07-29T22:30:13.067Z] #84 93.70 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-07-29T22:30:13.067Z] #84 93.74 checking for mt... no [2022-07-29T22:30:13.067Z] #84 93.74 checking if : is a manifest tool... no [2022-07-29T22:30:13.067Z] #84 93.76 checking how to run the C preprocessor... gcc -E [2022-07-29T22:30:13.067Z] #84 ... [2022-07-29T22:30:13.067Z] [2022-07-29T22:30:13.067Z] #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-07-29T22:30:13.067Z] #19 sha256:1b1d9dac1bc282eb8e4fe3ae81b47148e43a2315d0ca62a4d546c3b59474793e [2022-07-29T22:30:13.067Z] #19 114.3 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-07-29T22:30:13.067Z] #19 114.3 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-07-29T22:30:13.067Z] #19 115.1 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:30:13.067Z] #19 115.5 Fetched 788 MB in 27s (29.5 MB/s) [2022-07-29T22:30:13.067Z] #19 115.6 Selecting previously unselected package liblocale-gettext-perl. [2022-07-29T22:30:13.067Z] #19 115.6 (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 ... 15717 files and directories currently installed.) [2022-07-29T22:30:13.067Z] #19 115.6 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-07-29T22:30:13.067Z] #19 115.6 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-07-29T22:30:13.067Z] #19 115.7 Selecting previously unselected package bzip2. [2022-07-29T22:30:13.067Z] #19 115.7 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-07-29T22:30:13.067Z] #19 115.7 Unpacking bzip2 (1.0.8-4) ... [2022-07-29T22:30:13.067Z] #19 115.8 Selecting previously unselected package libmagic-mgc. [2022-07-29T22:30:13.067Z] #19 115.8 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-07-29T22:30:13.067Z] #19 115.8 Unpacking libmagic-mgc (1:5.39-3) ... [2022-07-29T22:30:13.067Z] #19 116.0 Selecting previously unselected package libmagic1:amd64. [2022-07-29T22:30:13.067Z] #19 116.0 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-07-29T22:30:13.067Z] #19 116.0 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-07-29T22:30:13.067Z] #19 116.1 Selecting previously unselected package file. [2022-07-29T22:30:13.067Z] #19 116.1 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-07-29T22:30:13.067Z] #19 116.1 Unpacking file (1:5.39-3) ... [2022-07-29T22:30:13.067Z] #19 116.2 Selecting previously unselected package xz-utils. [2022-07-29T22:30:13.067Z] #19 116.2 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-07-29T22:30:13.067Z] #19 116.2 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-07-29T22:30:13.067Z] #19 116.4 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-07-29T22:30:13.067Z] #19 116.4 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-07-29T22:30:13.067Z] #19 116.4 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-07-29T22:30:13.067Z] #19 117.3 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-07-29T22:30:13.067Z] #19 117.3 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-07-29T22:30:13.067Z] #19 117.3 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-07-29T22:30:13.067Z] #19 118.1 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-07-29T22:30:13.067Z] #19 118.1 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-07-29T22:30:13.067Z] #19 118.1 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-07-29T22:30:13.067Z] #19 119.0 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-07-29T22:30:13.067Z] #19 119.0 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-07-29T22:30:13.067Z] #19 119.0 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-07-29T22:30:13.067Z] #19 119.8 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-07-29T22:30:13.067Z] #19 119.8 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-07-29T22:30:13.067Z] #19 119.8 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-07-29T22:30:13.067Z] #19 120.5 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-07-29T22:30:13.067Z] #19 120.5 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-07-29T22:30:13.067Z] #19 120.5 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-07-29T22:30:13.067Z] #19 120.5 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-07-29T22:30:13.067Z] #19 120.5 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-07-29T22:30:13.067Z] #19 120.6 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-07-29T22:30:13.327Z] #19 ... [2022-07-29T22:30:13.327Z] [2022-07-29T22:30:13.327Z] #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-07-29T22:30:13.327Z] #84 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:30:13.588Z] #84 93.91 checking for ANSI C header files... yes [2022-07-29T22:30:13.588Z] #84 94.29 checking for sys/types.h... yes [2022-07-29T22:30:13.848Z] #84 94.38 checking for sys/stat.h... yes [2022-07-29T22:30:13.848Z] #84 94.48 checking for stdlib.h... yes [2022-07-29T22:30:14.108Z] #84 94.62 checking for string.h... yes [2022-07-29T22:30:14.108Z] #84 94.69 checking for memory.h... yes [2022-07-29T22:30:14.108Z] #84 94.75 checking for strings.h... yes [2022-07-29T22:30:14.108Z] #84 94.87 checking for inttypes.h... yes [2022-07-29T22:30:14.369Z] #84 94.97 checking for stdint.h... yes [2022-07-29T22:30:14.369Z] #84 95.11 checking for unistd.h... yes [2022-07-29T22:30:14.629Z] #84 95.22 checking for dlfcn.h... yes [2022-07-29T22:30:14.629Z] #84 95.32 checking for objdir... .libs [2022-07-29T22:30:14.889Z] #84 95.57 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-07-29T22:30:14.889Z] #84 95.62 checking for gcc option to produce PIC... -fPIC -DPIC [2022-07-29T22:30:14.889Z] #84 95.63 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-07-29T22:30:15.149Z] #84 95.68 checking if gcc static flag -static works... yes [2022-07-29T22:30:15.271Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 5.1s [2022-07-29T22:30:15.412Z] #84 95.97 checking if gcc supports -c -o file.o... yes [2022-07-29T22:30:15.412Z] #84 96.03 checking if gcc supports -c -o file.o... (cached) yes [2022-07-29T22:30:15.412Z] #84 96.03 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-07-29T22:30:15.673Z] #84 96.07 checking dynamic linker characteristics... GNU/Linux ld.so [2022-07-29T22:30:15.673Z] #84 96.24 checking how to hardcode library paths into programs... immediate [2022-07-29T22:30:15.673Z] #84 96.24 checking whether stripping libraries is possible... yes [2022-07-29T22:30:15.673Z] #84 96.24 checking if libtool supports shared libraries... yes [2022-07-29T22:30:15.673Z] #84 96.24 checking whether to build shared libraries... no [2022-07-29T22:30:15.673Z] #84 96.24 checking whether to build static libraries... yes [2022-07-29T22:30:15.673Z] #84 96.26 checking float.h usability... yes [2022-07-29T22:30:15.673Z] #84 96.37 checking float.h presence... yes [2022-07-29T22:30:15.673Z] #84 96.40 checking for float.h... yes [2022-07-29T22:30:15.933Z] #84 96.42 checking limits.h usability... yes [2022-07-29T22:30:15.933Z] #84 96.55 checking limits.h presence... yes [2022-07-29T22:30:15.933Z] #84 96.58 checking for limits.h... yes [2022-07-29T22:30:15.933Z] #84 96.60 checking stddef.h usability... yes [2022-07-29T22:30:15.933Z] #84 96.70 checking stddef.h presence... yes [2022-07-29T22:30:15.933Z] #84 96.73 checking for stddef.h... yes [2022-07-29T22:30:15.933Z] #84 96.74 checking for stdlib.h... (cached) yes [2022-07-29T22:30:15.933Z] #84 96.76 checking for string.h... (cached) yes [2022-07-29T22:30:16.194Z] #84 96.78 checking sys/time.h usability... yes [2022-07-29T22:30:16.194Z] #84 96.94 checking sys/time.h presence... yes [2022-07-29T22:30:16.194Z] #84 96.98 checking for sys/time.h... yes [2022-07-29T22:30:16.194Z] #84 96.99 checking for inline... inline [2022-07-29T22:30:16.714Z] #84 97.04 checking for size_t... yes [2022-07-29T22:30:16.714Z] #84 97.27 checking for stdlib.h... (cached) yes [2022-07-29T22:30:16.714Z] #84 97.27 checking for GNU libc compatible malloc... yes [2022-07-29T22:30:16.975Z] #84 97.49 checking for stdlib.h... (cached) yes [2022-07-29T22:30:16.975Z] #84 97.50 checking for GNU libc compatible realloc... yes [2022-07-29T22:30:17.233Z] #42 ... [2022-07-29T22:30:17.233Z] [2022-07-29T22:30:17.233Z] #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-07-29T22:30:17.233Z] #31 sha256:49c6809c7e41d2aaaab7b28d13e6416eb8711c7d5260c93ca52c36fbde81f2cf [2022-07-29T22:30:17.233Z] #31 13.97 #=#=# [2022-07-29T22:30:17.233Z] #31 14.28 #=#=# 0.0% ############# 18.9% ####################### 33.1% ################################# 46.6% ############################################## 64.2% ####################################################### 76.9% ################################################################### 93.3% ######################################################################## 100.0% [2022-07-29T22:30:17.233Z] #31 16.39 [2022-07-29T22:30:17.233Z] #31 ... [2022-07-29T22:30:17.233Z] [2022-07-29T22:30:17.233Z] #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-07-29T22:30:17.233Z] #67 sha256:e0baa2d16615741785f2b3b9cc29ecc569bde68928dbb5e3a6623734f82f1261 [2022-07-29T22:30:17.233Z] #67 6.919 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-07-29T22:30:17.233Z] #67 6.934 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-07-29T22:30:17.233Z] #67 7.306 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-07-29T22:30:17.233Z] #67 9.828 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-07-29T22:30:17.233Z] #67 10.39 go: downloading github.com/google/uuid v1.3.0 [2022-07-29T22:30:17.233Z] #67 10.40 go: downloading github.com/moby/vpnkit v0.5.0 [2022-07-29T22:30:17.233Z] #67 10.47 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-07-29T22:30:17.233Z] #67 10.56 go: downloading github.com/gofrs/flock v0.8.1 [2022-07-29T22:30:17.233Z] #67 10.59 go: downloading github.com/gorilla/mux v1.8.0 [2022-07-29T22:30:17.233Z] #67 10.94 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-07-29T22:30:17.233Z] #67 11.55 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-07-29T22:30:17.233Z] #67 11.68 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-07-29T22:30:17.233Z] #67 13.48 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-07-29T22:30:17.233Z] #67 13.66 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-07-29T22:30:17.235Z] #84 97.65 checking for working strtod... yes [2022-07-29T22:30:17.235Z] #84 97.87 checking for gettimeofday... yes [2022-07-29T22:30:17.495Z] #84 98.05 checking for memset... yes [2022-07-29T22:30:17.504Z] #67 ... [2022-07-29T22:30:17.504Z] [2022-07-29T22:30:17.504Z] #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-07-29T22:30:17.504Z] #38 sha256:716afab88b8caf939e7d887eb11e6da379b27f6d742e8e606099e37c3fb651d9 [2022-07-29T22:30:17.504Z] #38 15.11 tomll can be used in two ways: [2022-07-29T22:30:17.504Z] #38 15.11 Writing to STDIN and reading from STDOUT: [2022-07-29T22:30:17.504Z] #38 15.11 cat file.toml | tomll > file.toml [2022-07-29T22:30:17.504Z] #38 15.11 [2022-07-29T22:30:17.504Z] #38 15.11 Reading and updating a list of files: [2022-07-29T22:30:17.504Z] #38 15.11 tomll a.toml b.toml c.toml [2022-07-29T22:30:17.504Z] #38 15.11 [2022-07-29T22:30:17.504Z] #38 15.11 When given a list of files, tomll will modify all files in place without asking. [2022-07-29T22:30:17.504Z] #38 DONE 17.4s [2022-07-29T22:30:17.504Z] [2022-07-29T22:30:17.504Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:30:17.504Z] #55 sha256:0d9b8d05e60a833ec6ac4c7fd4cccbeb48bc74cdef00c452fba8cb78372a0feb [2022-07-29T22:30:17.504Z] #55 10.41 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-07-29T22:30:17.504Z] #55 10.57 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-07-29T22:30:17.504Z] #55 13.98 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-07-29T22:30:17.504Z] #55 13.98 go: downloading github.com/stretchr/testify v1.7.1 [2022-07-29T22:30:17.504Z] #55 14.32 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-07-29T22:30:17.504Z] #55 14.35 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-07-29T22:30:17.504Z] #55 14.48 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2022-07-29T22:30:17.504Z] #55 14.49 go: downloading github.com/mitchellh/mapstructure v1.5.0 [2022-07-29T22:30:17.504Z] #55 14.62 go: downloading github.com/spf13/afero v1.8.2 [2022-07-29T22:30:17.504Z] #55 14.69 go: downloading github.com/spf13/cast v1.4.1 [2022-07-29T22:30:17.504Z] #55 14.85 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-07-29T22:30:17.504Z] #55 15.01 go: downloading golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 [2022-07-29T22:30:17.504Z] #55 15.02 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-07-29T22:30:17.504Z] #55 15.15 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-07-29T22:30:17.504Z] #55 15.31 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-07-29T22:30:17.504Z] #55 15.46 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-07-29T22:30:17.504Z] #55 15.58 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-07-29T22:30:17.504Z] #55 15.74 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-07-29T22:30:17.504Z] #55 15.82 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-07-29T22:30:17.504Z] #55 15.90 go: downloading github.com/quasilyte/go-ruleguard v0.3.16-0.20220213074421-6aa060fab41a [2022-07-29T22:30:17.504Z] #55 16.56 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-07-29T22:30:17.504Z] #55 16.77 go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 [2022-07-29T22:30:17.504Z] #55 17.09 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-07-29T22:30:17.504Z] #55 17.20 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-07-29T22:30:17.504Z] #55 17.33 go: downloading github.com/Antonboom/errname v0.1.6 [2022-07-29T22:30:17.504Z] #55 17.47 go: downloading github.com/Antonboom/nilnil v0.1.1 [2022-07-29T22:30:17.505Z] #64 139.8 + bin/containerd-shim-runc-v1 [2022-07-29T22:30:17.756Z] #84 98.21 checking for strspn... yes [2022-07-29T22:30:17.763Z] #55 17.51 go: downloading github.com/BurntSushi/toml v1.1.0 [2022-07-29T22:30:18.017Z] #84 98.51 checking that generated files are newer than configure... done [2022-07-29T22:30:18.017Z] #84 98.52 configure: creating ./config.status [2022-07-29T22:30:18.023Z] #55 ... [2022-07-29T22:30:18.023Z] [2022-07-29T22:30:18.023Z] #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-07-29T22:30:18.023Z] #42 sha256:4e6f039e265c5fad0c04923074735918b65cc27a7d0a0daa646115cdf15cf5d6 [2022-07-29T22:30:18.023Z] #42 17.90 Fetched 8448 kB in 13s (661 kB/s) [2022-07-29T22:30:18.550Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 8.8s done [2022-07-29T22:30:18.550Z] #11 extracting sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92 done [2022-07-29T22:30:18.807Z] #11 DONE 28.8s [2022-07-29T22:30:18.807Z] [2022-07-29T22:30:18.807Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-07-29T22:30:18.807Z] #12 sha256:88bb95767c91a6a2036510a52766ae10a6f7c004916d731cd95f7d94cb11552f [2022-07-29T22:30:18.959Z] #84 99.80 config.status: creating Makefile [2022-07-29T22:30:19.220Z] #84 99.85 config.status: creating config.h [2022-07-29T22:30:19.220Z] #84 99.88 config.status: executing depfiles commands [2022-07-29T22:30:19.480Z] #84 100.0 config.status: executing libtool commands [2022-07-29T22:30:20.050Z] #84 100.7 GEN .version [2022-07-29T22:30:20.050Z] #84 100.7 make install-recursive [2022-07-29T22:30:20.050Z] #84 100.7 make[1]: Entering directory '/tmp/crun-build' [2022-07-29T22:30:20.050Z] #84 100.8 Making install in libocispec [2022-07-29T22:30:20.050Z] #84 100.8 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-07-29T22:30:20.174Z] #12 DONE 1.4s [2022-07-29T22:30:20.174Z] [2022-07-29T22:30:20.174Z] #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-07-29T22:30:20.174Z] #31 sha256:c0604f326bb9edaccf02cb6fbbba02e3265e80f86f4ac8c8775fd438ba5516cf [2022-07-29T22:30:20.174Z] #31 1.580 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-07-29T22:30:20.174Z] #31 1.863 [2022-07-29T22:30:20.174Z] #31 2.084 #=#=# ######################################################################## 100.0% [2022-07-29T22:30:20.174Z] #31 2.340 [2022-07-29T22:30:20.174Z] #31 3.215 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-07-29T22:30:20.174Z] #31 3.504 [2022-07-29T22:30:20.174Z] #31 3.729 #=#=# ######################################################################## 100.0% [2022-07-29T22:30:20.174Z] #31 3.984 [2022-07-29T22:30:20.174Z] #31 4.961 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-07-29T22:30:20.174Z] #31 5.244 [2022-07-29T22:30:20.174Z] #31 5.465 #=#=# ################### 27.1% ########################################## 59.1% ################################################################# 91.3% ######################################################################## 100.0% [2022-07-29T22:30:20.174Z] #31 5.995 [2022-07-29T22:30:20.174Z] #31 6.904 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-07-29T22:30:20.174Z] #31 7.175 [2022-07-29T22:30:20.174Z] #31 7.395 #=#=# ######################################################################## 100.0% [2022-07-29T22:30:20.174Z] #31 7.663 [2022-07-29T22:30:20.174Z] #31 8.416 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-07-29T22:30:20.174Z] #31 8.620 [2022-07-29T22:30:20.174Z] #31 8.836 #=#=# ######################################################################## 100.0% [2022-07-29T22:30:20.174Z] #31 9.105 [2022-07-29T22:30:20.174Z] #31 9.142 Download of images into '/build' complete. [2022-07-29T22:30:20.174Z] #31 9.142 Use something like the following to load the result into a Docker daemon: [2022-07-29T22:30:20.174Z] #31 9.142 tar -cC '/build' . | docker load [2022-07-29T22:30:20.174Z] #31 DONE 10.0s [2022-07-29T22:30:20.174Z] [2022-07-29T22:30:20.174Z] #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-07-29T22:30:20.174Z] #13 sha256:05764b509a20045c72cb6b80bc0b78d684dea462f32393d0060773d65eb9837e [2022-07-29T22:30:20.311Z] #84 100.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-07-29T22:30:20.311Z] #84 100.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-07-29T22:30:20.311Z] #84 100.9 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-07-29T22:30:20.311Z] #84 100.9 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-07-29T22:30:20.737Z] #13 DONE 0.7s [2022-07-29T22:30:20.737Z] [2022-07-29T22:30:20.737Z] #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-07-29T22:30:20.737Z] #76 sha256:63963eed62014231075f4225b8fab9beff0b5bef7a109bbb128d375a38811047 [2022-07-29T22:30:20.882Z] #84 101.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-07-29T22:30:20.882Z] #84 101.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-07-29T22:30:20.882Z] #84 101.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-07-29T22:30:20.882Z] #84 101.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-07-29T22:30:20.882Z] #84 101.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-07-29T22:30:20.882Z] #84 101.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-07-29T22:30:20.882Z] #84 101.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-07-29T22:30:20.882Z] #84 101.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-07-29T22:30:20.882Z] #84 101.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-07-29T22:30:20.995Z] #76 ... [2022-07-29T22:30:20.995Z] [2022-07-29T22:30:20.995Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-07-29T22:30:20.995Z] #66 sha256:42ec77c6114e27807d1f2887680bb69982e1f343cb08af7715951276b924fbd4 [2022-07-29T22:30:20.995Z] #66 DONE 0.1s [2022-07-29T22:30:20.995Z] [2022-07-29T22:30:20.995Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-07-29T22:30:20.995Z] #33 sha256:570e02b1751f5a1eac94f23508023c609cdc7bc7fad1dfd170dfd691fd69610a [2022-07-29T22:30:20.995Z] #33 DONE 0.2s [2022-07-29T22:30:20.995Z] [2022-07-29T22:30:20.995Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-07-29T22:30:20.995Z] #46 sha256:0fb20bd4ac1504482d550443fadbe5c13303c2c6021f9e41392150d25b9ac3bc [2022-07-29T22:30:20.995Z] #46 DONE 0.3s [2022-07-29T22:30:20.995Z] [2022-07-29T22:30:20.995Z] #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-07-29T22:30:20.995Z] #47 sha256:227902170f5c3b0aaca2dffd57dac2b8e4f381343477cfee50c90126d3e77ba2 [2022-07-29T22:30:20.995Z] #47 ... [2022-07-29T22:30:20.995Z] [2022-07-29T22:30:20.995Z] #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-07-29T22:30:20.995Z] #50 sha256:214d8ca3bf52cecc477039951ed6ee59da20bf504c45a3c752c4ddd625a4688d [2022-07-29T22:30:20.995Z] #50 DONE 0.4s [2022-07-29T22:30:21.142Z] #84 101.7 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-07-29T22:30:21.143Z] #84 101.7 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-07-29T22:30:21.143Z] #84 101.7 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-07-29T22:30:21.143Z] #84 101.7 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-07-29T22:30:21.143Z] #84 101.7 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-07-29T22:30:21.143Z] #84 101.7 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-07-29T22:30:21.143Z] #84 101.7 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-07-29T22:30:21.252Z] [2022-07-29T22:30:21.252Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-07-29T22:30:21.252Z] #25 sha256:7cfb4823bdd65404242e334cbcaf9d88a718ad2fb1c6a39edce5adc0dae2e629 [2022-07-29T22:30:21.252Z] #25 DONE 0.5s [2022-07-29T22:30:21.252Z] [2022-07-29T22:30:21.252Z] #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-07-29T22:30:21.252Z] #26 sha256:8ac2b668c0476e917887bb1ef9cb0f1514725cd2ad75dce70a4106a799d655bc [2022-07-29T22:30:21.345Z] #42 17.90 Reading package lists... [2022-07-29T22:30:21.345Z] #42 ... [2022-07-29T22:30:21.345Z] [2022-07-29T22:30:21.345Z] #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-07-29T22:30:21.345Z] #62 sha256:1c027bbeeb49394fc77ef157e4c3e383e60c2cbb1d6c1b98e7797b6f10a019f9 [2022-07-29T22:30:21.345Z] #62 11.11 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-07-29T22:30:21.345Z] #62 16.65 Fetched 8448 kB in 12s (709 kB/s) [2022-07-29T22:30:21.345Z] #62 16.65 Reading package lists... [2022-07-29T22:30:21.345Z] #62 ... [2022-07-29T22:30:21.345Z] [2022-07-29T22:30:21.345Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:30:21.345Z] #55 sha256:0d9b8d05e60a833ec6ac4c7fd4cccbeb48bc74cdef00c452fba8cb78372a0feb [2022-07-29T22:30:21.345Z] #55 17.97 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-07-29T22:30:21.345Z] #55 18.08 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.1.0 [2022-07-29T22:30:21.345Z] #55 18.24 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-07-29T22:30:21.345Z] #55 18.42 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-07-29T22:30:21.345Z] #55 18.53 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-07-29T22:30:21.345Z] #55 18.61 go: downloading github.com/ashanbrown/makezero v1.1.1 [2022-07-29T22:30:21.345Z] #55 18.67 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-07-29T22:30:21.345Z] #55 18.69 go: downloading github.com/blizzy78/varnamelen v0.8.0 [2022-07-29T22:30:21.345Z] #55 18.81 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-07-29T22:30:21.345Z] #55 18.85 go: downloading github.com/breml/bidichk v0.2.3 [2022-07-29T22:30:21.345Z] #55 18.86 go: downloading github.com/breml/errchkjson v0.3.0 [2022-07-29T22:30:21.345Z] #55 18.93 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-07-29T22:30:21.345Z] #55 18.99 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-07-29T22:30:21.345Z] #55 19.14 go: downloading github.com/daixiang0/gci v0.3.3 [2022-07-29T22:30:21.345Z] #55 19.15 go: downloading github.com/denis-tingaikin/go-header v0.4.3 [2022-07-29T22:30:21.345Z] #55 19.30 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-07-29T22:30:21.345Z] #55 19.36 go: downloading github.com/firefart/nonamedreturns v1.0.1 [2022-07-29T22:30:21.345Z] #55 19.47 go: downloading github.com/fzipp/gocyclo v0.5.1 [2022-07-29T22:30:21.345Z] #55 19.56 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-07-29T22:30:21.345Z] #55 19.63 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-07-29T22:30:21.345Z] #55 19.63 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe [2022-07-29T22:30:21.345Z] #55 19.72 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-07-29T22:30:21.345Z] #55 19.90 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-07-29T22:30:21.345Z] #55 19.95 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-07-29T22:30:21.345Z] #55 19.99 go: downloading github.com/golangci/misspell v0.3.5 [2022-07-29T22:30:21.345Z] #55 20.09 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-07-29T22:30:21.345Z] #55 20.10 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-07-29T22:30:21.345Z] #55 20.23 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-07-29T22:30:21.345Z] #55 20.38 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-07-29T22:30:21.345Z] #55 20.41 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-07-29T22:30:21.345Z] #55 20.44 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-07-29T22:30:21.345Z] #55 20.49 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-07-29T22:30:21.345Z] #55 20.57 go: downloading github.com/julz/importas v0.1.0 [2022-07-29T22:30:21.345Z] #55 20.57 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-07-29T22:30:21.345Z] #55 20.63 go: downloading github.com/kulti/thelper v0.6.2 [2022-07-29T22:30:21.345Z] #55 20.77 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-07-29T22:30:21.345Z] #55 20.81 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-07-29T22:30:21.345Z] #55 20.85 go: downloading github.com/ldez/tagliatelle v0.3.1 [2022-07-29T22:30:21.345Z] #55 20.86 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-07-29T22:30:21.345Z] #55 20.91 go: downloading github.com/lufeee/execinquery v1.2.1 [2022-07-29T22:30:21.345Z] #55 20.94 go: downloading github.com/maratori/testpackage v1.0.1 [2022-07-29T22:30:21.345Z] #55 20.97 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-07-29T22:30:21.345Z] #55 21.03 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-07-29T22:30:21.345Z] #55 21.08 go: downloading github.com/mgechev/revive v1.2.1 [2022-07-29T22:30:21.713Z] #84 102.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-07-29T22:30:21.713Z] #84 102.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-07-29T22:30:21.713Z] #84 102.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-07-29T22:30:21.713Z] #84 102.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-07-29T22:30:21.713Z] #84 102.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-07-29T22:30:21.713Z] #84 102.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-07-29T22:30:21.713Z] #84 102.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-07-29T22:30:21.713Z] #84 102.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-07-29T22:30:21.713Z] #84 102.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-07-29T22:30:21.713Z] #84 102.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-07-29T22:30:21.713Z] #84 102.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-07-29T22:30:21.713Z] #84 102.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-07-29T22:30:21.713Z] #84 102.5 make install-recursive [2022-07-29T22:30:21.713Z] #84 102.5 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-07-29T22:30:21.713Z] #84 102.6 Making install in yajl [2022-07-29T22:30:21.913Z] #55 21.76 go: downloading github.com/moricho/tparallel v0.2.1 [2022-07-29T22:30:21.913Z] #55 21.77 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-07-29T22:30:21.913Z] #55 21.83 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-07-29T22:30:21.913Z] #55 21.91 go: downloading github.com/nishanths/predeclared v0.2.2 [2022-07-29T22:30:21.913Z] #55 21.97 go: downloading github.com/polyfloyd/go-errorlint v1.0.0 [2022-07-29T22:30:21.974Z] #84 102.6 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-07-29T22:30:21.974Z] #84 102.6 CC verify/json_verify-json_verify.o [2022-07-29T22:30:21.974Z] #84 102.6 CC src/libyajl_la-yajl_alloc.lo [2022-07-29T22:30:21.974Z] #84 102.6 CC src/libyajl_la-yajl.lo [2022-07-29T22:30:21.974Z] #84 102.6 CC src/libyajl_la-yajl_gen.lo [2022-07-29T22:30:21.974Z] #84 102.6 CC src/libyajl_la-yajl_parser.lo [2022-07-29T22:30:21.974Z] #84 102.6 CC src/libyajl_la-yajl_buf.lo [2022-07-29T22:30:21.974Z] #84 102.6 CC src/libyajl_la-yajl_encode.lo [2022-07-29T22:30:21.974Z] #84 102.7 CC src/libyajl_la-yajl_lex.lo [2022-07-29T22:30:21.974Z] #84 102.7 CC src/libyajl_la-yajl_tree.lo [2022-07-29T22:30:22.175Z] #55 22.03 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-07-29T22:30:22.175Z] #55 22.10 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-07-29T22:30:22.175Z] #55 22.12 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-07-29T22:30:22.175Z] #55 22.20 go: downloading github.com/securego/gosec/v2 v2.11.0 [2022-07-29T22:30:22.434Z] #55 ... [2022-07-29T22:30:22.434Z] [2022-07-29T22:30:22.434Z] #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-07-29T22:30:22.434Z] #76 sha256:8219c7e6f8c46c55bf8ec43f325b2935b29b51535e6f1b1c9473542087fe3e6d [2022-07-29T22:30:22.434Z] #76 12.26 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-07-29T22:30:22.434Z] #76 16.30 Fetched 8448 kB in 12s (727 kB/s) [2022-07-29T22:30:22.434Z] #76 16.30 Reading package lists... [2022-07-29T22:30:22.434Z] #76 21.97 Reading package lists... [2022-07-29T22:30:22.434Z] #76 ... [2022-07-29T22:30:22.434Z] [2022-07-29T22:30:22.434Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-07-29T22:30:22.434Z] #51 sha256:0a0e12b963548a8caee27495c257a02e94a17809358efb44ee24488731ba3329 [2022-07-29T22:30:22.434Z] #51 11.91 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-07-29T22:30:22.434Z] #51 14.88 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2163 B] [2022-07-29T22:30:22.434Z] #51 18.40 Fetched 8451 kB in 14s (619 kB/s) [2022-07-29T22:30:22.544Z] #84 ... [2022-07-29T22:30:22.544Z] [2022-07-29T22:30:22.544Z] #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-07-29T22:30:22.544Z] #19 sha256:1b1d9dac1bc282eb8e4fe3ae81b47148e43a2315d0ca62a4d546c3b59474793e [2022-07-29T22:30:22.544Z] #19 133.7 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-07-29T22:30:22.544Z] #19 133.7 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-07-29T22:30:22.544Z] #19 133.8 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-07-29T22:30:22.544Z] #19 133.8 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-07-29T22:30:22.544Z] #19 133.8 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-07-29T22:30:22.693Z] #51 18.40 Reading package lists... [2022-07-29T22:30:22.693Z] #51 ... [2022-07-29T22:30:22.693Z] [2022-07-29T22:30:22.693Z] #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-07-29T22:30:22.693Z] #47 sha256:b1f771122747d0dbe8064b719ac8bb885e8defae467aeb0d9ce0193f5adaaf2f [2022-07-29T22:30:22.693Z] #47 21.28 Updating files: 84% (1829/2176) Updating files: 85% (1850/2176) Updating files: 86% (1872/2176) Updating files: 87% (1894/2176) Updating files: 88% (1915/2176) Updating files: 89% (1937/2176) Updating files: 90% (1959/2176) Updating files: 91% (1981/2176) Updating files: 92% (2002/2176) Updating files: 93% (2024/2176) Updating files: 94% (2046/2176) Updating files: 95% (2068/2176) Updating files: 96% (2089/2176) Updating files: 97% (2111/2176) Updating files: 98% (2133/2176) Updating files: 99% (2155/2176) Updating files: 100% (2176/2176) Updating files: 100% (2176/2176), done. [2022-07-29T22:30:22.693Z] #47 21.50 + git checkout -q v2.3.0 [2022-07-29T22:30:22.804Z] #19 133.8 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-07-29T22:30:23.261Z] #47 ... [2022-07-29T22:30:23.261Z] [2022-07-29T22:30:23.261Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod case $(dpkg --print-architecture) in amd64|arm64) GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help ;; *) mkdir -p /build/ ;; esac [2022-07-29T22:30:23.261Z] #36 sha256:76492dd75233ac916c60bf54dd0c2d5711d1e75ad51471945da4de9402e88674 [2022-07-29T22:30:23.261Z] #36 13.09 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-07-29T22:30:23.261Z] #36 13.09 go: downloading github.com/spf13/cobra v1.1.3 [2022-07-29T22:30:23.261Z] #36 13.35 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-07-29T22:30:23.261Z] #36 13.65 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-07-29T22:30:23.261Z] #36 13.85 go: downloading github.com/cosiner/argv v0.1.0 [2022-07-29T22:30:23.261Z] #36 13.88 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-07-29T22:30:23.261Z] #36 13.88 go: downloading github.com/peterh/liner v1.2.2 [2022-07-29T22:30:23.261Z] #36 13.94 go: downloading github.com/google/go-dap v0.6.0 [2022-07-29T22:30:23.261Z] #36 14.07 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-07-29T22:30:23.261Z] #36 14.14 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-07-29T22:30:23.261Z] #36 14.46 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-07-29T22:30:23.261Z] #36 15.14 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-07-29T22:30:23.261Z] #36 15.19 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-07-29T22:30:23.261Z] #36 16.61 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-07-29T22:30:23.261Z] #36 16.67 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-07-29T22:30:23.261Z] #36 ... [2022-07-29T22:30:23.261Z] [2022-07-29T22:30:23.261Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:30:23.261Z] #55 sha256:0d9b8d05e60a833ec6ac4c7fd4cccbeb48bc74cdef00c452fba8cb78372a0feb [2022-07-29T22:30:23.261Z] #55 22.48 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-07-29T22:30:23.261Z] #55 22.51 go: downloading github.com/sivchari/containedctx v1.0.2 [2022-07-29T22:30:23.261Z] #55 22.55 go: downloading github.com/sivchari/tenv v1.5.0 [2022-07-29T22:30:23.261Z] #55 22.63 go: downloading github.com/sonatard/noctx v0.0.1 [2022-07-29T22:30:23.261Z] #55 22.72 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-07-29T22:30:23.261Z] #55 22.85 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-07-29T22:30:23.261Z] #55 22.89 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1 [2022-07-29T22:30:23.261Z] #55 22.94 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-07-29T22:30:23.261Z] #55 22.96 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-07-29T22:30:23.261Z] #55 23.08 go: downloading github.com/tetafro/godot v1.4.11 [2022-07-29T22:30:23.261Z] #55 23.14 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-07-29T22:30:23.261Z] #55 23.16 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.1 [2022-07-29T22:30:23.261Z] #55 23.23 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-07-29T22:30:23.520Z] #55 23.41 go: downloading github.com/ultraware/funlen v0.0.3 [2022-07-29T22:30:23.520Z] #55 23.52 go: downloading github.com/ultraware/whitespace v0.0.5 [2022-07-29T22:30:23.779Z] #55 23.54 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-07-29T22:30:23.779Z] #55 23.61 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-07-29T22:30:23.779Z] #55 23.72 go: downloading github.com/yeya24/promlinter v0.2.0 [2022-07-29T22:30:23.779Z] #55 23.76 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-07-29T22:30:24.038Z] #55 ... [2022-07-29T22:30:24.038Z] [2022-07-29T22:30:24.038Z] #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-07-29T22:30:24.038Z] #14 sha256:bfcadd5681e0b1c2e86afa872e977fe31ffe209d5dc80016406d5f864dd69800 [2022-07-29T22:30:24.038Z] #14 13.86 Fetched 8448 kB in 10s (824 kB/s) [2022-07-29T22:30:24.038Z] #14 13.86 Reading package lists... [2022-07-29T22:30:24.038Z] #14 19.24 Reading package lists... [2022-07-29T22:30:24.038Z] #14 23.99 Building dependency tree... [2022-07-29T22:30:24.038Z] #14 ... [2022-07-29T22:30:24.038Z] [2022-07-29T22:30:24.038Z] #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-07-29T22:30:24.038Z] #53 sha256:83109f08a1c54f520542ae87b16a1af41dc03ad1fb489db17e10cfee42f8ba66 [2022-07-29T22:30:24.038Z] #53 14.02 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-07-29T22:30:24.038Z] #53 14.10 go: downloading golang.org/x/mod v0.3.0 [2022-07-29T22:30:24.065Z] #64 146.1 + bin/containerd-shim-runc-v2 [2022-07-29T22:30:24.065Z] #64 146.9 + binaries [2022-07-29T22:30:24.065Z] #64 146.9 + install -D bin/containerd /build/containerd [2022-07-29T22:30:24.065Z] #64 146.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-07-29T22:30:24.065Z] #64 146.9 + install -D bin/ctr /build/ctr [2022-07-29T22:30:24.065Z] #64 DONE 147.4s [2022-07-29T22:30:24.297Z] #53 ... [2022-07-29T22:30:24.297Z] [2022-07-29T22:30:24.298Z] #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-07-29T22:30:24.298Z] #31 sha256:49c6809c7e41d2aaaab7b28d13e6416eb8711c7d5260c93ca52c36fbde81f2cf [2022-07-29T22:30:24.298Z] #31 22.06 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-07-29T22:30:24.298Z] #31 23.93 [2022-07-29T22:30:24.298Z] #31 24.31 #=#=# ######################################################################## 100.0% [2022-07-29T22:30:24.995Z] [2022-07-29T22:30:24.995Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-07-29T22:30:24.995Z] #65 sha256:0443f28685ba7e5199326c292ccb685c0117f483fe4008a3129e2a41074c309c [2022-07-29T22:30:25.234Z] #31 25.62 [2022-07-29T22:30:25.251Z] #65 DONE 0.2s [2022-07-29T22:30:25.251Z] [2022-07-29T22:30:25.251Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-07-29T22:30:25.251Z] #70 sha256:d6738ced2b307cd9934dc071f0cc7bb906c875609fa8edb557c6f06f5fe16562 [2022-07-29T22:30:25.506Z] #70 DONE 0.1s [2022-07-29T22:30:25.506Z] [2022-07-29T22:30:25.506Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-07-29T22:30:25.506Z] #75 sha256:bd0c6b77129175a69f86d420dbd3a5d24d5703e62828c8d61ccaee6b57d7fd18 [2022-07-29T22:30:25.767Z] #75 DONE 0.5s [2022-07-29T22:30:25.767Z] [2022-07-29T22:30:25.767Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-07-29T22:30:25.767Z] #78 sha256:1a0b2de999ef2b498b73369634b7c3ada2eed4d2dcd017f4f5e145014a6c26ed [2022-07-29T22:30:25.767Z] #78 DONE 0.1s [2022-07-29T22:30:26.025Z] [2022-07-29T22:30:26.025Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-07-29T22:30:26.025Z] #79 sha256:c3fc41b9c8033c6be4186666e8b673b8d9a662ddd19a7618a80d133b54deb9f8 [2022-07-29T22:30:26.025Z] #79 DONE 0.0s [2022-07-29T22:30:26.025Z] [2022-07-29T22:30:26.025Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-07-29T22:30:26.025Z] #80 sha256:bd4dc0233767095cc5cb89bd73d527c5f9cb005e649edb9e29cca1e2013ca7aa [2022-07-29T22:30:26.025Z] #80 DONE 0.0s [2022-07-29T22:30:26.025Z] [2022-07-29T22:30:26.025Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-07-29T22:30:26.025Z] #81 sha256:ac962843fec2d81395d8b06c36ca3c2e14e4de65936002d2ec1da6279f672d4a [2022-07-29T22:30:26.507Z] #26 ... [2022-07-29T22:30:26.507Z] [2022-07-29T22:30:26.507Z] #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-07-29T22:30:26.507Z] #76 sha256:63963eed62014231075f4225b8fab9beff0b5bef7a109bbb128d375a38811047 [2022-07-29T22:30:26.507Z] #76 3.468 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-07-29T22:30:26.507Z] #76 3.489 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-07-29T22:30:26.507Z] #76 3.489 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-07-29T22:30:26.507Z] #76 3.761 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-07-29T22:30:26.507Z] #76 4.687 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB] [2022-07-29T22:30:26.507Z] #76 5.667 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-07-29T22:30:26.588Z] #81 DONE 0.8s [2022-07-29T22:30:26.588Z] [2022-07-29T22:30:26.588Z] #82 exporting to image [2022-07-29T22:30:26.588Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-07-29T22:30:26.588Z] #82 exporting layers [2022-07-29T22:30:28.090Z] #19 ... [2022-07-29T22:30:28.090Z] [2022-07-29T22:30:28.090Z] #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-07-29T22:30:28.090Z] #84 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:30:28.090Z] #84 106.3 CCLD libyajl.la [2022-07-29T22:30:28.090Z] #84 106.6 CCLD verify/json_verify [2022-07-29T22:30:28.090Z] #84 106.9 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-07-29T22:30:28.090Z] #84 106.9 make[5]: Nothing to be done for 'install-exec-am'. [2022-07-29T22:30:28.090Z] #84 106.9 make[5]: Nothing to be done for 'install-data-am'. [2022-07-29T22:30:28.090Z] #84 106.9 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-07-29T22:30:28.090Z] #84 106.9 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-07-29T22:30:28.090Z] #84 106.9 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-07-29T22:30:28.090Z] #84 107.0 CC src/validate.o [2022-07-29T22:30:28.090Z] #84 107.0 CC src/image_spec_schema_config_schema.lo [2022-07-29T22:30:28.090Z] #84 107.0 CC src/image_spec_schema_content_descriptor.lo [2022-07-29T22:30:28.090Z] #84 107.0 CC src/image_spec_schema_defs.lo [2022-07-29T22:30:28.090Z] #84 107.0 CC src/image_spec_schema_defs_descriptor.lo [2022-07-29T22:30:28.090Z] #84 107.0 CC src/image_spec_schema_image_index_schema.lo [2022-07-29T22:30:28.090Z] #84 107.1 CC src/image_spec_schema_image_layout_schema.lo [2022-07-29T22:30:28.090Z] #84 107.1 CC src/image_spec_schema_image_manifest_schema.lo [2022-07-29T22:30:28.090Z] #84 107.1 CC src/runtime_spec_schema_config_linux.lo [2022-07-29T22:30:28.090Z] #84 107.1 CC src/runtime_spec_schema_config_zos.lo [2022-07-29T22:30:28.090Z] #84 107.1 CC src/runtime_spec_schema_config_schema.lo [2022-07-29T22:30:28.090Z] #84 107.2 CC src/runtime_spec_schema_config_solaris.lo [2022-07-29T22:30:28.090Z] #84 107.2 CC src/runtime_spec_schema_config_vm.lo [2022-07-29T22:30:28.090Z] #84 107.2 CC src/runtime_spec_schema_config_windows.lo [2022-07-29T22:30:28.090Z] #84 107.3 CC src/runtime_spec_schema_defs.lo [2022-07-29T22:30:28.090Z] #84 107.3 CC src/runtime_spec_schema_defs_linux.lo [2022-07-29T22:30:28.090Z] #84 107.4 CC src/runtime_spec_schema_defs_zos.lo [2022-07-29T22:30:28.090Z] #84 107.4 CC src/runtime_spec_schema_defs_vm.lo [2022-07-29T22:30:28.090Z] #84 107.4 CC src/runtime_spec_schema_defs_windows.lo [2022-07-29T22:30:28.090Z] #84 107.4 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-07-29T22:30:28.090Z] #84 107.5 CC src/runtime_spec_schema_state_schema.lo [2022-07-29T22:30:28.090Z] #84 107.5 CC src/basic_test_double_array_item.lo [2022-07-29T22:30:28.090Z] #84 107.5 CC src/basic_test_double_array.lo [2022-07-29T22:30:28.090Z] #84 107.5 CC src/basic_test_top_array_int.lo [2022-07-29T22:30:28.090Z] #84 107.5 CC src/basic_test_top_array_string.lo [2022-07-29T22:30:28.090Z] #84 107.6 CC src/basic_test_top_double_array_int.lo [2022-07-29T22:30:28.090Z] #84 107.6 CC src/basic_test_top_double_array_obj.lo [2022-07-29T22:30:28.090Z] #84 107.7 CC src/basic_test_top_double_array_refobj.lo [2022-07-29T22:30:28.090Z] #84 107.7 CC src/basic_test_top_double_array_string.lo [2022-07-29T22:30:28.090Z] #84 107.8 CC src/read-file.lo [2022-07-29T22:30:28.090Z] #84 107.8 CC src/json_common.lo [2022-07-29T22:30:28.090Z] #84 107.9 CC tests/test-1.o [2022-07-29T22:30:28.090Z] #84 107.9 CC tests/test-2.o [2022-07-29T22:30:28.090Z] #84 108.0 CC tests/test-3.o [2022-07-29T22:30:28.090Z] #84 108.0 CC tests/test-4.o [2022-07-29T22:30:28.090Z] #84 108.1 CC tests/test-5.o [2022-07-29T22:30:28.090Z] #84 108.1 CC tests/test-6.o [2022-07-29T22:30:28.090Z] #84 108.2 CC tests/test-7.o [2022-07-29T22:30:28.090Z] #84 108.3 CC tests/test-9.o [2022-07-29T22:30:28.090Z] #84 108.3 CC tests/test-10.o [2022-07-29T22:30:28.090Z] #84 108.4 CC tests/test-11.o [2022-07-29T22:30:28.090Z] #84 108.4 CC tests/test-8.o [2022-07-29T22:30:28.521Z] #31 28.44 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-07-29T22:30:29.783Z] #76 ... [2022-07-29T22:30:29.783Z] [2022-07-29T22:30:29.783Z] #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-07-29T22:30:29.783Z] #26 sha256:8ac2b668c0476e917887bb1ef9cb0f1514725cd2ad75dce70a4106a799d655bc [2022-07-29T22:30:29.783Z] #26 7.405 + RM_GOPATH=0 [2022-07-29T22:30:29.783Z] #26 7.410 + TMP_GOPATH= [2022-07-29T22:30:29.783Z] #26 7.411 + : /build [2022-07-29T22:30:29.783Z] #26 7.413 + '[' -z '' ']' [2022-07-29T22:30:29.783Z] #26 7.417 ++ mktemp -d [2022-07-29T22:30:29.783Z] #26 7.422 + export GOPATH=/tmp/tmp.XJ7pJfCsEn [2022-07-29T22:30:29.783Z] #26 7.438 + GOPATH=/tmp/tmp.XJ7pJfCsEn [2022-07-29T22:30:29.783Z] #26 7.439 + RM_GOPATH=1 [2022-07-29T22:30:29.783Z] #26 7.439 + case "$(go env GOARCH)" in [2022-07-29T22:30:29.783Z] #26 7.439 ++ go env GOARCH [2022-07-29T22:30:29.783Z] #26 7.486 + export GO_BUILDMODE=-buildmode=pie [2022-07-29T22:30:29.783Z] #26 7.493 + GO_BUILDMODE=-buildmode=pie [2022-07-29T22:30:29.783Z] #26 7.498 ++ dirname /install.sh [2022-07-29T22:30:29.783Z] #26 7.510 + dir=/ [2022-07-29T22:30:29.783Z] #26 7.511 + bin=dockercli [2022-07-29T22:30:29.783Z] #26 7.511 + shift [2022-07-29T22:30:29.783Z] #26 7.511 + '[' '!' -f //dockercli.installer ']' [2022-07-29T22:30:29.783Z] #26 7.511 + . //dockercli.installer [2022-07-29T22:30:29.783Z] #26 7.512 ++ : stable [2022-07-29T22:30:29.783Z] #26 7.512 ++ : 17.06.2-ce [2022-07-29T22:30:29.783Z] #26 7.512 + install_dockercli [2022-07-29T22:30:29.783Z] #26 7.514 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-07-29T22:30:29.783Z] #26 7.514 Install docker/cli version 17.06.2-ce from stable [2022-07-29T22:30:29.783Z] #26 7.515 ++ uname -m [2022-07-29T22:30:29.783Z] #26 7.534 + arch=x86_64 [2022-07-29T22:30:29.783Z] #26 7.534 + '[' x86_64 '!=' x86_64 ']' [2022-07-29T22:30:29.783Z] #26 7.534 + url=https://download.docker.com/linux/static [2022-07-29T22:30:29.783Z] #26 7.535 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-07-29T22:30:29.783Z] #26 7.541 + tar -xz docker/docker [2022-07-29T22:30:29.898Z] #31 30.00 [2022-07-29T22:30:30.158Z] #31 30.32 #=#=# ######################################################################## 100.0% [2022-07-29T22:30:30.158Z] #31 ... [2022-07-29T22:30:30.158Z] [2022-07-29T22:30:30.158Z] #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-07-29T22:30:30.158Z] #57 sha256:41d86b7808f0135204c915744763a1c5c1b351173056409a1e33a2c0a63faf6a [2022-07-29T22:30:30.158Z] #57 29.95 v3.0.2 [2022-07-29T22:30:30.417Z] #57 DONE 30.4s [2022-07-29T22:30:30.417Z] [2022-07-29T22:30:30.417Z] #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-07-29T22:30:30.417Z] #14 sha256:bfcadd5681e0b1c2e86afa872e977fe31ffe209d5dc80016406d5f864dd69800 [2022-07-29T22:30:30.417Z] #14 23.99 Building dependency tree... [2022-07-29T22:30:30.417Z] #14 27.86 The following additional packages will be installed: [2022-07-29T22:30:30.417Z] #14 27.87 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-07-29T22:30:30.417Z] #14 27.87 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-07-29T22:30:30.417Z] #14 27.87 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-07-29T22:30:30.417Z] #14 27.87 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-07-29T22:30:30.417Z] #14 27.87 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-07-29T22:30:30.417Z] #14 27.88 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-07-29T22:30:30.417Z] #14 27.88 mingw-w64-common mingw-w64-x86-64-dev [2022-07-29T22:30:30.417Z] #14 27.89 Suggested packages: [2022-07-29T22:30:30.417Z] #14 27.91 gcc-10-locales seccomp wine64 [2022-07-29T22:30:30.417Z] #14 29.19 The following NEW packages will be installed: [2022-07-29T22:30:30.417Z] #14 29.19 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-07-29T22:30:30.417Z] #14 29.19 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-07-29T22:30:30.417Z] #14 29.19 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-07-29T22:30:30.417Z] #14 29.19 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-07-29T22:30:30.417Z] #14 29.19 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-07-29T22:30:30.417Z] #14 29.19 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-07-29T22:30:30.417Z] #14 29.19 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-07-29T22:30:30.417Z] #14 29.19 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-07-29T22:30:30.417Z] #14 29.19 mingw-w64-x86-64-dev [2022-07-29T22:30:30.417Z] #14 29.56 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:30:30.417Z] #14 29.56 Need to get 108 MB of archives. [2022-07-29T22:30:30.417Z] #14 29.56 After this operation, 620 MB of additional disk space will be used. [2022-07-29T22:30:30.417Z] #14 29.56 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-07-29T22:30:30.417Z] #14 29.67 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-07-29T22:30:30.417Z] #14 29.76 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-07-29T22:30:30.417Z] #14 29.76 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-07-29T22:30:30.417Z] #14 29.77 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2022-07-29T22:30:30.417Z] #14 29.78 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-07-29T22:30:30.417Z] #14 29.96 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-07-29T22:30:30.417Z] #14 30.14 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-07-29T22:30:30.417Z] #14 30.14 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-07-29T22:30:30.715Z] #26 ... [2022-07-29T22:30:30.715Z] [2022-07-29T22:30:30.715Z] #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-07-29T22:30:30.715Z] #42 sha256:25b7dc650b41afdcf823b76c34a3c9d859a4b10877132b7a4d7aeb7d7ac0c568 [2022-07-29T22:30:30.715Z] #42 4.119 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-07-29T22:30:30.715Z] #42 4.133 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-07-29T22:30:30.715Z] #42 4.150 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-07-29T22:30:30.715Z] #42 4.490 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-07-29T22:30:30.715Z] #42 5.320 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB] [2022-07-29T22:30:30.715Z] #42 6.867 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-07-29T22:30:30.973Z] #42 ... [2022-07-29T22:30:30.973Z] [2022-07-29T22:30:30.973Z] #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-07-29T22:30:30.973Z] #53 sha256:ecf3cd67689cd7756657b79c02e28edc1d38c237be2de3571f17d04f8973fa13 [2022-07-29T22:30:30.973Z] #53 6.791 go: downloading gotest.tools/gotestsum v1.8.1 [2022-07-29T22:30:30.973Z] #53 8.585 go: downloading github.com/fatih/color v1.10.0 [2022-07-29T22:30:30.973Z] #53 8.611 go: downloading github.com/dnephin/pflag v1.0.7 [2022-07-29T22:30:30.973Z] #53 8.747 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-07-29T22:30:30.973Z] #53 9.016 go: downloading golang.org/x/tools v0.1.0 [2022-07-29T22:30:30.973Z] #53 9.435 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-07-29T22:30:30.973Z] #53 9.489 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-07-29T22:30:30.973Z] #53 9.602 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-07-29T22:30:30.973Z] #53 9.736 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-07-29T22:30:30.973Z] #53 ... [2022-07-29T22:30:30.973Z] [2022-07-29T22:30:30.973Z] #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-07-29T22:30:30.973Z] #57 sha256:c1feea647cb2b8221009c3899b3ae89c6e3b91c7e088cd45392d284227edd8a1 [2022-07-29T22:30:30.973Z] #57 5.739 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-07-29T22:30:30.973Z] #57 6.584 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-07-29T22:30:30.973Z] #57 6.595 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-07-29T22:30:30.973Z] #57 6.639 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-07-29T22:30:30.973Z] #57 8.411 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-07-29T22:30:30.984Z] #14 30.76 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-07-29T22:30:31.230Z] #57 ... [2022-07-29T22:30:31.230Z] [2022-07-29T22:30:31.230Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-07-29T22:30:31.230Z] #34 sha256:be1d50aa5033694acc1312dcc6ebc9582878d65872f13f83b11aa6a3855f38c7 [2022-07-29T22:30:31.230Z] #34 6.971 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-07-29T22:30:31.230Z] #34 6.975 Cloning into '.'... [2022-07-29T22:30:31.230Z] #34 ... [2022-07-29T22:30:31.230Z] [2022-07-29T22:30:31.230Z] #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-07-29T22:30:31.230Z] #38 sha256:1a82a3bf40c486013719352be109cb6b1db29dbe74c471c6419fd814d2ff5a54 [2022-07-29T22:30:31.230Z] #38 5.916 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-07-29T22:30:31.488Z] #38 ... [2022-07-29T22:30:31.488Z] [2022-07-29T22:30:31.488Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-07-29T22:30:31.488Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:30:31.488Z] #14 7.509 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-07-29T22:30:31.488Z] #14 7.542 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-07-29T22:30:31.488Z] #14 7.542 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-07-29T22:30:31.488Z] #14 8.658 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-07-29T22:30:31.488Z] #14 ... [2022-07-29T22:30:31.488Z] [2022-07-29T22:30:31.488Z] #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-07-29T22:30:31.488Z] #51 sha256:4786f6855fe8dbf5a9ad52afd8073aacd4a05c9c54f0918c430fd38376edb776 [2022-07-29T22:30:31.488Z] #51 7.744 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-07-29T22:30:31.488Z] #51 7.833 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-07-29T22:30:31.488Z] #51 7.836 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-07-29T22:30:31.488Z] #51 8.417 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-07-29T22:30:31.488Z] #51 9.195 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-07-29T22:30:31.745Z] #51 ... [2022-07-29T22:30:31.745Z] [2022-07-29T22:30:31.745Z] #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-07-29T22:30:31.745Z] #67 sha256:d0d8af31ec980b68c185127577a0cbea1a957cd632763dcc1a5d06ba91aa0471 [2022-07-29T22:30:31.745Z] #67 4.999 + RM_GOPATH=0 [2022-07-29T22:30:31.745Z] #67 4.999 + TMP_GOPATH= [2022-07-29T22:30:31.745Z] #67 4.999 + : /build [2022-07-29T22:30:31.745Z] #67 4.999 + '[' -z '' ']' [2022-07-29T22:30:31.745Z] #67 4.999 ++ mktemp -d [2022-07-29T22:30:31.745Z] #67 4.999 + export GOPATH=/tmp/tmp.h9eLVfGIEJ [2022-07-29T22:30:31.745Z] #67 4.999 + GOPATH=/tmp/tmp.h9eLVfGIEJ [2022-07-29T22:30:31.745Z] #67 4.999 + RM_GOPATH=1 [2022-07-29T22:30:31.745Z] #67 4.999 + case "$(go env GOARCH)" in [2022-07-29T22:30:31.745Z] #67 4.999 ++ go env GOARCH [2022-07-29T22:30:31.745Z] #67 5.023 + export GO_BUILDMODE=-buildmode=pie [2022-07-29T22:30:31.745Z] #67 5.023 + GO_BUILDMODE=-buildmode=pie [2022-07-29T22:30:31.745Z] #67 5.023 ++ dirname /install.sh [2022-07-29T22:30:31.745Z] #67 5.023 + dir=/ [2022-07-29T22:30:31.745Z] #67 5.023 + bin=rootlesskit [2022-07-29T22:30:31.745Z] #67 5.023 + shift [2022-07-29T22:30:31.745Z] #67 5.023 + '[' '!' -f //rootlesskit.installer ']' [2022-07-29T22:30:31.746Z] #67 5.023 + . //rootlesskit.installer [2022-07-29T22:30:31.746Z] #67 5.023 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-07-29T22:30:31.746Z] #67 5.023 + install_rootlesskit [2022-07-29T22:30:31.746Z] #67 5.023 + case "$1" in [2022-07-29T22:30:31.746Z] #67 5.023 + export CGO_ENABLED=0 [2022-07-29T22:30:31.746Z] #67 5.023 + CGO_ENABLED=0 [2022-07-29T22:30:31.746Z] #67 5.023 + _install_rootlesskit [2022-07-29T22:30:31.746Z] #67 5.023 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-07-29T22:30:31.746Z] #67 5.023 + for f in rootlesskit rootlesskit-docker-proxy [2022-07-29T22:30:31.746Z] #67 5.023 + GOBIN=/build [2022-07-29T22:30:31.746Z] #67 5.023 + GO111MODULE=on [2022-07-29T22:30:31.746Z] #67 5.023 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-07-29T22:30:31.746Z] #67 5.023 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-07-29T22:30:31.746Z] #67 5.214 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-07-29T22:30:31.746Z] #67 7.286 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-07-29T22:30:31.746Z] #67 7.286 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-07-29T22:30:31.746Z] #67 8.007 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-07-29T22:30:31.924Z] #14 ... [2022-07-29T22:30:31.924Z] [2022-07-29T22:30:31.924Z] #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-07-29T22:30:31.924Z] #62 sha256:1c027bbeeb49394fc77ef157e4c3e383e60c2cbb1d6c1b98e7797b6f10a019f9 [2022-07-29T22:30:31.924Z] #62 16.65 Reading package lists... [2022-07-29T22:30:31.924Z] #62 21.99 Reading package lists... [2022-07-29T22:30:31.924Z] #62 26.75 Building dependency tree... [2022-07-29T22:30:31.924Z] #62 30.96 The following additional packages will be installed: [2022-07-29T22:30:31.924Z] #62 30.98 libbtrfs0 [2022-07-29T22:30:31.924Z] #62 31.31 The following NEW packages will be installed: [2022-07-29T22:30:31.924Z] #62 31.31 libbtrfs-dev libbtrfs0 [2022-07-29T22:30:31.924Z] #62 31.60 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:30:31.924Z] #62 31.60 Need to get 454 kB of archives. [2022-07-29T22:30:31.924Z] #62 31.60 After this operation, 1275 kB of additional disk space will be used. [2022-07-29T22:30:31.924Z] #62 31.60 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-07-29T22:30:31.924Z] #62 31.61 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-07-29T22:30:31.924Z] #62 ... [2022-07-29T22:30:31.924Z] [2022-07-29T22:30:31.924Z] #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-07-29T22:30:31.924Z] #31 sha256:49c6809c7e41d2aaaab7b28d13e6416eb8711c7d5260c93ca52c36fbde81f2cf [2022-07-29T22:30:31.924Z] #31 31.86 [2022-07-29T22:30:31.924Z] #31 32.24 Download of images into '/build' complete. [2022-07-29T22:30:31.924Z] #31 32.24 Use something like the following to load the result into a Docker daemon: [2022-07-29T22:30:31.924Z] #31 32.24 tar -cC '/build' . | docker load [2022-07-29T22:30:31.924Z] #31 DONE 32.4s [2022-07-29T22:30:31.924Z] [2022-07-29T22:30:31.924Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-07-29T22:30:31.924Z] #14 sha256:bfcadd5681e0b1c2e86afa872e977fe31ffe209d5dc80016406d5f864dd69800 [2022-07-29T22:30:31.924Z] #14 31.91 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-07-29T22:30:32.005Z] #67 ... [2022-07-29T22:30:32.005Z] [2022-07-29T22:30:32.005Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod case $(dpkg --print-architecture) in amd64|arm64) GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help ;; *) mkdir -p /build/ ;; esac [2022-07-29T22:30:32.005Z] #36 sha256:200e0ce9117b672449f74179fde64ba87e1c446761a7a191f3ee2b4a747d7a29 [2022-07-29T22:30:32.005Z] #36 5.152 go: downloading github.com/go-delve/delve v1.8.1 [2022-07-29T22:30:32.005Z] #36 ... [2022-07-29T22:30:32.005Z] [2022-07-29T22:30:32.005Z] #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-07-29T22:30:32.005Z] #40 sha256:bdda54617b5082e5a490107db0d81b711797d01e31f277755f2708137fb5d38b [2022-07-29T22:30:32.005Z] #40 5.881 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-07-29T22:30:32.005Z] #40 6.567 go: downloading github.com/tc-hib/winres v0.1.5 [2022-07-29T22:30:32.005Z] #40 7.921 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-07-29T22:30:32.005Z] #40 8.389 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-07-29T22:30:32.005Z] #40 8.441 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-07-29T22:30:32.263Z] #40 ... [2022-07-29T22:30:32.263Z] [2022-07-29T22:30:32.263Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:30:32.263Z] #55 sha256:986d8658b96ca0781216293b2573c6adacf583f00e7f79d984c50d9576e50c57 [2022-07-29T22:30:32.263Z] #55 6.099 go: downloading github.com/golangci/golangci-lint v1.46.2 [2022-07-29T22:30:32.263Z] #55 7.939 go: downloading github.com/fatih/color v1.13.0 [2022-07-29T22:30:32.263Z] #55 7.955 go: downloading github.com/gofrs/flock v0.8.1 [2022-07-29T22:30:32.263Z] #55 8.036 go: downloading github.com/pkg/errors v0.9.1 [2022-07-29T22:30:32.263Z] #55 8.098 go: downloading github.com/spf13/cobra v1.4.0 [2022-07-29T22:30:32.263Z] #55 8.279 go: downloading github.com/spf13/pflag v1.0.5 [2022-07-29T22:30:32.263Z] #55 8.639 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-07-29T22:30:32.263Z] #55 8.646 go: downloading github.com/spf13/viper v1.11.0 [2022-07-29T22:30:32.263Z] #55 9.390 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-07-29T22:30:32.263Z] #55 9.400 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-07-29T22:30:32.263Z] #55 9.532 go: downloading golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a [2022-07-29T22:30:32.263Z] #55 9.572 go: downloading github.com/go-critic/go-critic v0.6.3 [2022-07-29T22:30:32.263Z] #55 11.36 go: downloading github.com/hashicorp/go-version v1.4.0 [2022-07-29T22:30:32.263Z] #55 11.50 go: downloading github.com/ldez/gomoddirectives v0.2.3 [2022-07-29T22:30:32.263Z] #55 ... [2022-07-29T22:30:32.263Z] [2022-07-29T22:30:32.263Z] #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-07-29T22:30:32.263Z] #62 sha256:67d5b87779951967108cd83ed3eec2d4493a332a8f284cd7984dcd0e9356d5d5 [2022-07-29T22:30:32.263Z] #62 3.248 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-07-29T22:30:32.263Z] #62 3.266 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-07-29T22:30:32.263Z] #62 3.266 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-07-29T22:30:32.263Z] #62 3.453 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-07-29T22:30:32.263Z] #62 3.941 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB] [2022-07-29T22:30:32.263Z] #62 4.841 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-07-29T22:30:32.263Z] #62 11.26 Fetched 8561 kB in 8s (1039 kB/s) [2022-07-29T22:30:32.498Z] #14 32.40 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-07-29T22:30:32.498Z] #14 ... [2022-07-29T22:30:32.498Z] [2022-07-29T22:30:32.498Z] #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-07-29T22:30:32.498Z] #42 sha256:4e6f039e265c5fad0c04923074735918b65cc27a7d0a0daa646115cdf15cf5d6 [2022-07-29T22:30:32.498Z] #42 17.90 Reading package lists... [2022-07-29T22:30:32.498Z] #42 22.57 Reading package lists... [2022-07-29T22:30:32.498Z] #42 26.92 Building dependency tree... [2022-07-29T22:30:32.498Z] #42 30.34 The following additional packages will be installed: [2022-07-29T22:30:32.498Z] #42 30.34 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-07-29T22:30:32.498Z] #42 30.35 Suggested packages: [2022-07-29T22:30:32.498Z] #42 30.35 cmake-doc ninja-build lrzip [2022-07-29T22:30:32.498Z] #42 30.35 Recommended packages: [2022-07-29T22:30:32.498Z] #42 30.35 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-07-29T22:30:32.498Z] #42 31.59 The following NEW packages will be installed: [2022-07-29T22:30:32.498Z] #42 31.60 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-07-29T22:30:32.498Z] #42 31.63 vim-common xxd [2022-07-29T22:30:32.498Z] #42 32.04 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:30:32.498Z] #42 32.04 Need to get 15.6 MB of archives. [2022-07-29T22:30:32.498Z] #42 32.04 After this operation, 67.4 MB of additional disk space will be used. [2022-07-29T22:30:32.498Z] #42 32.04 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-07-29T22:30:32.498Z] #42 32.04 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-07-29T22:30:32.498Z] #42 32.05 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-07-29T22:30:32.498Z] #42 32.12 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-07-29T22:30:32.498Z] #42 32.46 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u2 [629 kB] [2022-07-29T22:30:32.498Z] #42 32.50 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB] [2022-07-29T22:30:32.521Z] #62 11.26 Reading package lists... [2022-07-29T22:30:32.521Z] #62 ... [2022-07-29T22:30:32.521Z] [2022-07-29T22:30:32.521Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:30:32.521Z] #55 sha256:986d8658b96ca0781216293b2573c6adacf583f00e7f79d984c50d9576e50c57 [2022-07-29T22:30:32.521Z] #55 11.73 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-07-29T22:30:32.521Z] #55 11.92 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-07-29T22:30:32.760Z] #42 32.51 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-07-29T22:30:32.760Z] #42 32.51 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-07-29T22:30:32.760Z] #42 32.52 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-07-29T22:30:32.760Z] #42 32.52 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-07-29T22:30:32.760Z] #42 ... [2022-07-29T22:30:32.760Z] [2022-07-29T22:30:32.760Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:30:32.760Z] #55 sha256:0d9b8d05e60a833ec6ac4c7fd4cccbeb48bc74cdef00c452fba8cb78372a0feb [2022-07-29T22:30:32.760Z] #55 24.09 go: downloading honnef.co/go/tools v0.3.1 [2022-07-29T22:30:32.760Z] #55 25.45 go: downloading mvdan.cc/gofumpt v0.3.1 [2022-07-29T22:30:32.760Z] #55 25.49 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-07-29T22:30:32.760Z] #55 25.55 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-07-29T22:30:32.760Z] #55 25.63 go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f [2022-07-29T22:30:32.760Z] #55 25.77 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-07-29T22:30:32.760Z] #55 25.80 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-07-29T22:30:32.760Z] #55 25.88 go: downloading github.com/stretchr/objx v0.1.1 [2022-07-29T22:30:32.760Z] #55 25.91 go: downloading github.com/subosito/gotenv v1.2.0 [2022-07-29T22:30:32.760Z] #55 25.97 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-07-29T22:30:32.760Z] #55 26.20 go: downloading gopkg.in/ini.v1 v1.66.4 [2022-07-29T22:30:32.760Z] #55 26.21 go: downloading github.com/magiconair/properties v1.8.6 [2022-07-29T22:30:32.760Z] #55 26.29 go: downloading github.com/pelletier/go-toml v1.9.5 [2022-07-29T22:30:32.760Z] #55 26.39 go: downloading golang.org/x/text v0.3.7 [2022-07-29T22:30:32.760Z] #55 31.84 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5 [2022-07-29T22:30:32.760Z] #55 32.10 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 [2022-07-29T22:30:32.760Z] #55 32.11 go: downloading github.com/gobwas/glob v0.2.3 [2022-07-29T22:30:32.760Z] #55 32.17 go: downloading github.com/kisielk/gotool v1.0.0 [2022-07-29T22:30:32.760Z] #55 32.25 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-07-29T22:30:32.760Z] #55 32.39 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-07-29T22:30:32.760Z] #55 32.39 go: downloading github.com/ettle/strcase v0.1.1 [2022-07-29T22:30:32.760Z] #55 32.50 go: downloading github.com/fatih/structtag v1.2.0 [2022-07-29T22:30:32.760Z] #55 32.54 go: downloading github.com/Masterminds/semver v1.5.0 [2022-07-29T22:30:32.760Z] #55 32.57 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-07-29T22:30:32.760Z] #55 32.69 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-07-29T22:30:32.760Z] #55 32.71 go: downloading github.com/prometheus/client_golang v1.12.1 [2022-07-29T22:30:33.020Z] #55 ... [2022-07-29T22:30:33.020Z] [2022-07-29T22:30:33.020Z] #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-07-29T22:30:33.020Z] #62 sha256:1c027bbeeb49394fc77ef157e4c3e383e60c2cbb1d6c1b98e7797b6f10a019f9 [2022-07-29T22:30:33.020Z] #62 32.80 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:30:33.020Z] #62 33.09 Fetched 454 kB in 0s (1614 kB/s) [2022-07-29T22:30:33.125Z] #82 exporting layers 6.4s done [2022-07-29T22:30:33.125Z] #82 writing image sha256:036de101c3fc19a168499940663f77c917b070259cc87bdf02958869b49e676a done [2022-07-29T22:30:33.125Z] #82 naming to docker.io/library/docker:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 done [2022-07-29T22:30:33.125Z] #82 DONE 6.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-29T22:30:33.279Z] #62 33.19 Selecting previously unselected package libbtrfs0:arm64. [2022-07-29T22:30:33.279Z] #62 33.19 (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% [2022-07-29T22:30:33.279Z] #62 ... [2022-07-29T22:30:33.279Z] [2022-07-29T22:30:33.279Z] #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-07-29T22:30:33.279Z] #51 sha256:0a0e12b963548a8caee27495c257a02e94a17809358efb44ee24488731ba3329 [2022-07-29T22:30:33.279Z] #51 18.40 Reading package lists... [2022-07-29T22:30:33.279Z] #51 22.98 Reading package lists... [2022-07-29T22:30:33.279Z] #51 27.47 Building dependency tree... [2022-07-29T22:30:33.279Z] #51 31.53 The following additional packages will be installed: [2022-07-29T22:30:33.279Z] #51 31.54 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-07-29T22:30:33.279Z] #51 31.54 python3-protobuf python3-six [2022-07-29T22:30:33.279Z] #51 31.55 Suggested packages: [2022-07-29T22:30:33.279Z] #51 31.55 python3-setuptools [2022-07-29T22:30:33.279Z] #51 31.55 Recommended packages: [2022-07-29T22:30:33.279Z] #51 31.55 iproute2 | iproute [2022-07-29T22:30:33.279Z] #51 32.30 The following NEW packages will be installed: [2022-07-29T22:30:33.279Z] #51 32.31 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-07-29T22:30:33.279Z] #51 32.32 python3-protobuf python3-six [2022-07-29T22:30:33.279Z] #51 32.81 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:30:33.279Z] #51 32.81 Need to get 2136 kB of archives. [2022-07-29T22:30:33.279Z] #51 32.81 After this operation, 10.8 MB of additional disk space will be used. [2022-07-29T22:30:33.279Z] #51 32.81 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-07-29T22:30:33.279Z] #51 32.82 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-07-29T22:30:33.279Z] #51 32.83 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-07-29T22:30:33.279Z] #51 32.84 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-07-29T22:30:33.279Z] #51 32.86 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-07-29T22:30:33.279Z] #51 32.87 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-07-29T22:30:33.279Z] #51 32.88 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-07-29T22:30:33.279Z] #51 ... [2022-07-29T22:30:33.279Z] [2022-07-29T22:30:33.279Z] #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-07-29T22:30:33.279Z] #62 sha256:1c027bbeeb49394fc77ef157e4c3e383e60c2cbb1d6c1b98e7797b6f10a019f9 [2022-07-29T22:30:33.279Z] #62 33.19 (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 ... 15708 files and directories currently installed.) [2022-07-29T22:30:33.279Z] #62 33.28 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-07-29T22:30:33.279Z] #62 33.30 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-07-29T22:30:33.457Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43885/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 -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:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 hack/make.sh dynbinary test-integration [2022-07-29T22:30:33.539Z] #62 33.51 Selecting previously unselected package libbtrfs-dev:arm64. [2022-07-29T22:30:33.539Z] #62 33.51 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-07-29T22:30:33.539Z] #62 33.52 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-07-29T22:30:34.019Z] [2022-07-29T22:30:34.020Z] Removing bundles/ [2022-07-29T22:30:34.020Z] [2022-07-29T22:30:34.020Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-07-29T22:30:34.020Z] Building: bundles/dynbinary-daemon/dockerd [2022-07-29T22:30:34.020Z] GOOS="" GOARCH="" GOARM="" [2022-07-29T22:30:34.285Z] #62 33.92 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-07-29T22:30:34.285Z] #62 ... [2022-07-29T22:30:34.285Z] [2022-07-29T22:30:34.285Z] #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-07-29T22:30:34.285Z] #47 sha256:b1f771122747d0dbe8064b719ac8bb885e8defae467aeb0d9ce0193f5adaaf2f [2022-07-29T22:30:34.285Z] #47 23.64 + 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-07-29T22:30:34.285Z] #47 ... [2022-07-29T22:30:34.285Z] [2022-07-29T22:30:34.285Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2" && /build/golangci-lint --version [2022-07-29T22:30:34.285Z] #55 sha256:0d9b8d05e60a833ec6ac4c7fd4cccbeb48bc74cdef00c452fba8cb78372a0feb [2022-07-29T22:30:34.285Z] #55 33.24 go: downloading github.com/prometheus/client_model v0.2.0 [2022-07-29T22:30:34.285Z] #55 33.30 go: downloading golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e [2022-07-29T22:30:34.285Z] #55 33.49 go: downloading github.com/google/go-cmp v0.5.7 [2022-07-29T22:30:34.285Z] #55 33.70 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-07-29T22:30:34.285Z] #55 33.78 go: downloading github.com/hexops/gotextdiff v1.0.3 [2022-07-29T22:30:34.285Z] #55 33.86 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-07-29T22:30:34.285Z] #55 33.90 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4 [2022-07-29T22:30:34.285Z] #55 33.94 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-07-29T22:30:34.285Z] #55 34.03 go: downloading github.com/beorn7/perks v1.0.1 [2022-07-29T22:30:34.554Z] #55 34.20 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-07-29T22:30:34.554Z] #55 34.43 go: downloading github.com/golang/protobuf v1.5.2 [2022-07-29T22:30:34.554Z] #55 34.51 go: downloading github.com/prometheus/common v0.32.1 [2022-07-29T22:30:34.671Z] #84 ... [2022-07-29T22:30:34.671Z] [2022-07-29T22:30:34.671Z] #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-07-29T22:30:34.671Z] #19 sha256:1b1d9dac1bc282eb8e4fe3ae81b47148e43a2315d0ca62a4d546c3b59474793e [2022-07-29T22:30:34.671Z] #19 145.9 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-07-29T22:30:34.671Z] #19 145.9 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-07-29T22:30:34.671Z] #19 146.0 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-07-29T22:30:34.931Z] #19 146.0 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-07-29T22:30:34.931Z] #19 146.0 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-07-29T22:30:34.931Z] #19 146.1 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-07-29T22:30:35.123Z] #55 35.01 go: downloading github.com/prometheus/procfs v0.7.3 [2022-07-29T22:30:35.123Z] #55 35.01 go: downloading google.golang.org/protobuf v1.28.0 [2022-07-29T22:30:35.387Z] #55 ... [2022-07-29T22:30:35.387Z] [2022-07-29T22:30:35.387Z] #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-07-29T22:30:35.387Z] #40 sha256:d2122e7e38ec687c01fa4a5c8640297ef72f4863d2ed9f983a23a215c3701eac [2022-07-29T22:30:35.387Z] #40 35.09 NAME: [2022-07-29T22:30:35.387Z] #40 35.09 go-winres - A tool for embedding resources in Windows executables [2022-07-29T22:30:35.387Z] #40 35.09 [2022-07-29T22:30:35.387Z] #40 35.09 USAGE: [2022-07-29T22:30:35.387Z] #40 35.09 go-winres [global options] command [command options] [arguments...] [2022-07-29T22:30:35.387Z] #40 35.09 [2022-07-29T22:30:35.387Z] #40 35.09 COMMANDS: [2022-07-29T22:30:35.387Z] #40 35.09 init Create an initial ./winres/winres.json [2022-07-29T22:30:35.387Z] #40 35.09 make Make syso files for the "go build" command [2022-07-29T22:30:35.387Z] #40 35.09 simply Make syso files for the "go build" command (simplified) [2022-07-29T22:30:35.387Z] #40 35.09 extract Extract all resources from an executable [2022-07-29T22:30:35.387Z] #40 35.09 patch Replace resources in an executable file (exe, dll) [2022-07-29T22:30:35.387Z] #40 35.09 help, h Shows a list of commands or help for one command [2022-07-29T22:30:35.387Z] #40 35.09 [2022-07-29T22:30:35.387Z] #40 35.09 GLOBAL OPTIONS: [2022-07-29T22:30:35.387Z] #40 35.09 --help, -h show help (default: false) [2022-07-29T22:30:35.387Z] #40 DONE 35.4s [2022-07-29T22:30:35.387Z] [2022-07-29T22:30:35.387Z] #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-07-29T22:30:35.387Z] #62 sha256:1c027bbeeb49394fc77ef157e4c3e383e60c2cbb1d6c1b98e7797b6f10a019f9 [2022-07-29T22:30:35.387Z] #62 34.43 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-07-29T22:30:35.387Z] #62 34.46 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:30:35.387Z] #62 DONE 35.4s [2022-07-29T22:30:35.655Z] [2022-07-29T22:30:35.655Z] #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-07-29T22:30:35.655Z] #51 sha256:0a0e12b963548a8caee27495c257a02e94a17809358efb44ee24488731ba3329 [2022-07-29T22:30:35.655Z] #51 35.18 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17.1-1 [630 kB] [2022-07-29T22:30:35.918Z] #51 ... [2022-07-29T22:30:35.918Z] [2022-07-29T22:30:35.918Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-07-29T22:30:35.918Z] #63 sha256:1cf8fc4152d936d96090436496998c0ce5fe0a419b45f3f32f0121e2adcff3fa [2022-07-29T22:30:35.918Z] #63 DONE 0.5s [2022-07-29T22:30:36.178Z] [2022-07-29T22:30:36.178Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:30:36.178Z] #55 sha256:0d9b8d05e60a833ec6ac4c7fd4cccbeb48bc74cdef00c452fba8cb78372a0feb [2022-07-29T22:30:36.178Z] #55 36.03 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-07-29T22:30:36.791Z] #55 ... [2022-07-29T22:30:36.791Z] [2022-07-29T22:30:36.791Z] #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-07-29T22:30:36.791Z] #76 sha256:8219c7e6f8c46c55bf8ec43f325b2935b29b51535e6f1b1c9473542087fe3e6d [2022-07-29T22:30:36.791Z] #76 21.97 Reading package lists... [2022-07-29T22:30:36.791Z] #76 26.59 Building dependency tree... [2022-07-29T22:30:36.791Z] #76 30.39 python3 is already the newest version (3.9.2-3). [2022-07-29T22:30:36.791Z] #76 30.39 The following additional packages will be installed: [2022-07-29T22:30:36.791Z] #76 30.39 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-07-29T22:30:36.791Z] #76 30.43 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-07-29T22:30:36.791Z] #76 30.43 Suggested packages: [2022-07-29T22:30:36.791Z] #76 30.43 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-07-29T22:30:36.791Z] #76 30.43 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-07-29T22:30:36.791Z] #76 30.43 m4-doc ed diffutils-doc [2022-07-29T22:30:36.791Z] #76 30.43 Recommended packages: [2022-07-29T22:30:36.791Z] #76 30.43 fakeroot libalgorithm-merge-perl libltdl-dev [2022-07-29T22:30:36.791Z] #76 32.36 The following NEW packages will be installed: [2022-07-29T22:30:36.791Z] #76 32.37 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-07-29T22:30:36.791Z] #76 32.38 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-07-29T22:30:36.791Z] #76 32.39 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-07-29T22:30:36.791Z] #76 32.39 libyajl2 m4 patch xz-utils [2022-07-29T22:30:36.791Z] #76 32.78 0 upgraded, 23 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:30:36.791Z] #76 32.78 Need to get 5916 kB of archives. [2022-07-29T22:30:36.791Z] #76 32.78 After this operation, 18.6 MB of additional disk space will be used. [2022-07-29T22:30:36.791Z] #76 32.78 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-07-29T22:30:36.791Z] #76 32.83 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB] [2022-07-29T22:30:36.791Z] #76 32.84 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB] [2022-07-29T22:30:36.791Z] #76 32.85 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB] [2022-07-29T22:30:36.791Z] #76 32.89 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] [2022-07-29T22:30:36.791Z] #76 32.89 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB] [2022-07-29T22:30:36.791Z] #76 32.89 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB] [2022-07-29T22:30:36.791Z] #76 32.90 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB] [2022-07-29T22:30:36.791Z] #76 32.97 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-07-29T22:30:36.791Z] #76 32.97 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB] [2022-07-29T22:30:36.791Z] #76 33.03 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-07-29T22:30:36.791Z] #76 33.03 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.11 [2308 kB] [2022-07-29T22:30:36.791Z] #76 33.09 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B] [2022-07-29T22:30:36.791Z] #76 33.10 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-07-29T22:30:36.791Z] #76 33.10 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB] [2022-07-29T22:30:36.791Z] #76 33.12 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-07-29T22:30:36.791Z] #76 33.12 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-07-29T22:30:36.791Z] #76 33.12 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-07-29T22:30:36.791Z] #76 33.13 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB] [2022-07-29T22:30:36.791Z] #76 33.14 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB] [2022-07-29T22:30:36.791Z] #76 33.17 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB] [2022-07-29T22:30:36.791Z] #76 33.17 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB] [2022-07-29T22:30:36.791Z] #76 33.17 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB] [2022-07-29T22:30:36.791Z] #76 34.47 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:30:36.791Z] #76 34.73 Fetched 5916 kB in 1s (8495 kB/s) [2022-07-29T22:30:36.791Z] #76 35.07 Selecting previously unselected package bzip2. [2022-07-29T22:30:36.791Z] #76 35.07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15708 files and directories currently installed.) [2022-07-29T22:30:36.791Z] #76 35.16 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ... [2022-07-29T22:30:36.791Z] #76 35.27 Unpacking bzip2 (1.0.8-4) ... [2022-07-29T22:30:36.791Z] #76 35.36 Selecting previously unselected package libmagic-mgc. [2022-07-29T22:30:36.791Z] #76 35.37 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_arm64.deb ... [2022-07-29T22:30:36.791Z] #76 35.37 Unpacking libmagic-mgc (1:5.39-3) ... [2022-07-29T22:30:36.791Z] #76 36.30 Selecting previously unselected package libmagic1:arm64. [2022-07-29T22:30:36.791Z] #76 36.30 Preparing to unpack .../02-libmagic1_1%3a5.39-3_arm64.deb ... [2022-07-29T22:30:36.791Z] #76 36.33 Unpacking libmagic1:arm64 (1:5.39-3) ... [2022-07-29T22:30:36.791Z] #76 36.66 Selecting previously unselected package file. [2022-07-29T22:30:36.791Z] #76 36.66 Preparing to unpack .../03-file_1%3a5.39-3_arm64.deb ... [2022-07-29T22:30:36.791Z] #76 36.67 Unpacking file (1:5.39-3) ... [2022-07-29T22:30:36.791Z] #76 ... [2022-07-29T22:30:36.791Z] [2022-07-29T22:30:36.791Z] #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-07-29T22:30:36.791Z] #14 sha256:bfcadd5681e0b1c2e86afa872e977fe31ffe209d5dc80016406d5f864dd69800 [2022-07-29T22:30:36.791Z] #14 33.02 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-07-29T22:30:36.791Z] #14 34.43 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-07-29T22:30:36.791Z] #14 34.95 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-07-29T22:30:36.791Z] #14 34.95 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-07-29T22:30:36.791Z] #14 34.96 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-07-29T22:30:36.791Z] #14 34.97 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-07-29T22:30:36.791Z] #14 34.97 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-07-29T22:30:36.791Z] #14 34.97 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-07-29T22:30:36.791Z] #14 34.97 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB] [2022-07-29T22:30:36.791Z] #14 35.00 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-07-29T22:30:36.791Z] #14 35.00 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2022-07-29T22:30:36.791Z] #14 35.00 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2022-07-29T22:30:36.791Z] #14 35.00 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2022-07-29T22:30:36.791Z] #14 35.02 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2022-07-29T22:30:36.791Z] #14 35.05 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-07-29T22:30:36.791Z] #14 35.07 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-07-29T22:30:36.791Z] #14 35.07 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-07-29T22:30:36.791Z] #14 35.07 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB] [2022-07-29T22:30:36.791Z] #14 35.97 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:30:36.791Z] #14 36.22 Fetched 108 MB in 6s (18.6 MB/s) [2022-07-29T22:30:36.791Z] #14 36.38 Selecting previously unselected package binutils-mingw-w64-i686. [2022-07-29T22:30:36.792Z] #14 36.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 ... 15708 files and directories currently installed.) [2022-07-29T22:30:36.792Z] #14 36.47 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-07-29T22:30:36.792Z] #14 36.48 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-07-29T22:30:37.777Z] #55 16.67 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-07-29T22:30:37.777Z] #55 16.68 go: downloading github.com/stretchr/testify v1.7.1 [2022-07-29T22:30:37.777Z] #55 17.03 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-07-29T22:30:37.777Z] #55 17.07 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-07-29T22:30:38.035Z] #55 17.28 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2022-07-29T22:30:38.035Z] #55 17.32 go: downloading github.com/mitchellh/mapstructure v1.5.0 [2022-07-29T22:30:38.035Z] #55 ... [2022-07-29T22:30:38.035Z] [2022-07-29T22:30:38.035Z] #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-07-29T22:30:38.035Z] #47 sha256:227902170f5c3b0aaca2dffd57dac2b8e4f381343477cfee50c90126d3e77ba2 [2022-07-29T22:30:38.035Z] #47 7.003 + git clone https://github.com/docker/distribution.git . [2022-07-29T22:30:38.035Z] #47 7.003 Cloning into '.'... [2022-07-29T22:30:38.293Z] #47 ... [2022-07-29T22:30:38.293Z] [2022-07-29T22:30:38.293Z] #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-07-29T22:30:38.293Z] #26 sha256:8ac2b668c0476e917887bb1ef9cb0f1514725cd2ad75dce70a4106a799d655bc [2022-07-29T22:30:38.293Z] #26 16.85 + mkdir -p /build [2022-07-29T22:30:38.293Z] #26 16.85 + mv docker/docker /build/ [2022-07-29T22:30:38.293Z] #26 16.86 + rmdir docker [2022-07-29T22:30:38.697Z] #14 ... [2022-07-29T22:30:38.697Z] [2022-07-29T22:30:38.697Z] #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-07-29T22:30:38.697Z] #34 sha256:3034420edd6b5aac2bf54eae3acb422e7d8e283bca8b0119c674042e52b5362c [2022-07-29T22:30:38.697Z] #34 38.06 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-07-29T22:30:38.697Z] #34 38.21 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-07-29T22:30:38.857Z] #26 DONE 17.5s [2022-07-29T22:30:38.857Z] [2022-07-29T22:30:38.857Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:30:38.857Z] #55 sha256:986d8658b96ca0781216293b2573c6adacf583f00e7f79d984c50d9576e50c57 [2022-07-29T22:30:38.857Z] #55 17.76 go: downloading github.com/spf13/afero v1.8.2 [2022-07-29T22:30:38.857Z] #55 17.88 go: downloading github.com/spf13/cast v1.4.1 [2022-07-29T22:30:38.857Z] #55 17.98 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-07-29T22:30:39.114Z] #55 18.29 go: downloading golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 [2022-07-29T22:30:39.114Z] #55 18.32 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-07-29T22:30:39.268Z] #34 38.62 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-07-29T22:30:39.373Z] #55 18.64 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-07-29T22:30:39.630Z] #55 18.69 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-07-29T22:30:39.887Z] #55 18.96 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-07-29T22:30:39.887Z] #55 18.96 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-07-29T22:30:39.887Z] #55 19.03 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-07-29T22:30:39.887Z] #55 19.16 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-07-29T22:30:40.144Z] #55 19.37 go: downloading github.com/quasilyte/go-ruleguard v0.3.16-0.20220213074421-6aa060fab41a [2022-07-29T22:30:41.523Z] #55 20.51 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-07-29T22:30:41.523Z] #55 ... [2022-07-29T22:30:41.523Z] [2022-07-29T22:30:41.523Z] #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-07-29T22:30:41.523Z] #38 sha256:1a82a3bf40c486013719352be109cb6b1db29dbe74c471c6419fd814d2ff5a54 [2022-07-29T22:30:41.523Z] #38 20.19 tomll can be used in two ways: [2022-07-29T22:30:41.523Z] #38 20.19 Writing to STDIN and reading from STDOUT: [2022-07-29T22:30:41.523Z] #38 20.19 cat file.toml | tomll > file.toml [2022-07-29T22:30:41.523Z] #38 20.19 [2022-07-29T22:30:41.523Z] #38 20.19 Reading and updating a list of files: [2022-07-29T22:30:41.523Z] #38 20.19 tomll a.toml b.toml c.toml [2022-07-29T22:30:41.523Z] #38 20.19 [2022-07-29T22:30:41.523Z] #38 20.19 When given a list of files, tomll will modify all files in place without asking. [2022-07-29T22:30:41.523Z] #38 DONE 20.5s [2022-07-29T22:30:41.523Z] [2022-07-29T22:30:41.523Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:30:41.523Z] #55 sha256:986d8658b96ca0781216293b2573c6adacf583f00e7f79d984c50d9576e50c57 [2022-07-29T22:30:41.523Z] #55 20.74 go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 [2022-07-29T22:30:42.089Z] #55 21.26 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-07-29T22:30:42.089Z] #55 21.33 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-07-29T22:30:42.089Z] #55 ... [2022-07-29T22:30:42.089Z] [2022-07-29T22:30:42.089Z] #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-07-29T22:30:42.089Z] #67 sha256:d0d8af31ec980b68c185127577a0cbea1a957cd632763dcc1a5d06ba91aa0471 [2022-07-29T22:30:42.089Z] #67 11.28 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-07-29T22:30:42.089Z] #67 12.43 go: downloading github.com/google/uuid v1.3.0 [2022-07-29T22:30:42.089Z] #67 12.52 go: downloading github.com/moby/vpnkit v0.5.0 [2022-07-29T22:30:42.089Z] #67 12.92 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-07-29T22:30:42.089Z] #67 13.27 go: downloading github.com/gofrs/flock v0.8.1 [2022-07-29T22:30:42.089Z] #67 13.36 go: downloading github.com/gorilla/mux v1.8.0 [2022-07-29T22:30:42.089Z] #67 13.68 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-07-29T22:30:42.089Z] #67 14.09 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-07-29T22:30:42.089Z] #67 14.33 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-07-29T22:30:42.089Z] #67 14.49 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-07-29T22:30:42.089Z] #67 16.84 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-07-29T22:30:42.346Z] #67 ... [2022-07-29T22:30:42.346Z] [2022-07-29T22:30:42.346Z] #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-07-29T22:30:42.346Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:30:42.346Z] #14 11.59 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB] [2022-07-29T22:30:42.346Z] #14 14.42 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-07-29T22:30:42.346Z] #14 ... [2022-07-29T22:30:42.346Z] [2022-07-29T22:30:42.346Z] #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-07-29T22:30:42.346Z] #51 sha256:4786f6855fe8dbf5a9ad52afd8073aacd4a05c9c54f0918c430fd38376edb776 [2022-07-29T22:30:42.346Z] #51 11.27 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB] [2022-07-29T22:30:42.346Z] #51 14.03 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-07-29T22:30:42.346Z] #51 16.83 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2163 B] [2022-07-29T22:30:42.605Z] #51 ... [2022-07-29T22:30:42.605Z] [2022-07-29T22:30:42.605Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2" && /build/golangci-lint --version [2022-07-29T22:30:42.605Z] #55 sha256:986d8658b96ca0781216293b2573c6adacf583f00e7f79d984c50d9576e50c57 [2022-07-29T22:30:42.605Z] #55 21.54 go: downloading github.com/Antonboom/errname v0.1.6 [2022-07-29T22:30:42.862Z] #55 21.82 go: downloading github.com/Antonboom/nilnil v0.1.1 [2022-07-29T22:30:42.862Z] #55 21.97 go: downloading github.com/BurntSushi/toml v1.1.0 [2022-07-29T22:30:42.862Z] #55 ... [2022-07-29T22:30:42.862Z] [2022-07-29T22:30:42.862Z] #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-07-29T22:30:42.862Z] #76 sha256:63963eed62014231075f4225b8fab9beff0b5bef7a109bbb128d375a38811047 [2022-07-29T22:30:42.862Z] #76 12.08 Fetched 8561 kB in 9s (970 kB/s) [2022-07-29T22:30:42.862Z] #76 12.08 Reading package lists... [2022-07-29T22:30:43.119Z] #76 19.57 Reading package lists... [2022-07-29T22:30:43.119Z] #76 ... [2022-07-29T22:30:43.119Z] [2022-07-29T22:30:43.119Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod case $(dpkg --print-architecture) in amd64|arm64) GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help ;; *) mkdir -p /build/ ;; esac [2022-07-29T22:30:43.119Z] #36 sha256:200e0ce9117b672449f74179fde64ba87e1c446761a7a191f3ee2b4a747d7a29 [2022-07-29T22:30:43.119Z] #36 15.71 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-07-29T22:30:43.119Z] #36 15.71 go: downloading github.com/spf13/cobra v1.1.3 [2022-07-29T22:30:43.119Z] #36 16.35 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-07-29T22:30:43.119Z] #36 16.53 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-07-29T22:30:43.119Z] #36 16.77 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-07-29T22:30:43.119Z] #36 17.25 go: downloading github.com/google/go-dap v0.6.0 [2022-07-29T22:30:43.119Z] #36 17.92 go: downloading github.com/cosiner/argv v0.1.0 [2022-07-29T22:30:43.119Z] #36 17.97 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-07-29T22:30:43.119Z] #36 18.01 go: downloading github.com/peterh/liner v1.2.2 [2022-07-29T22:30:43.119Z] #36 18.20 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-07-29T22:30:43.119Z] #36 18.64 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-07-29T22:30:43.119Z] #36 18.75 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-07-29T22:30:43.119Z] #36 21.26 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-07-29T22:30:43.119Z] #36 21.81 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-07-29T22:30:43.119Z] #36 21.81 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-07-29T22:30:43.119Z] #36 21.81 go: downloading github.com/cilium/ebpf v0.7.0 [2022-07-29T22:30:43.376Z] #36 ... [2022-07-29T22:30:43.376Z] [2022-07-29T22:30:43.376Z] #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-07-29T22:30:43.376Z] #40 sha256:bdda54617b5082e5a490107db0d81b711797d01e31f277755f2708137fb5d38b [2022-07-29T22:30:43.376Z] #40 12.72 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-07-29T22:30:43.376Z] #40 12.92 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-07-29T22:30:43.632Z] #40 ... [2022-07-29T22:30:43.632Z] [2022-07-29T22:30:43.632Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2" && /build/golangci-lint --version [2022-07-29T22:30:43.632Z] #55 sha256:986d8658b96ca0781216293b2573c6adacf583f00e7f79d984c50d9576e50c57 [2022-07-29T22:30:43.632Z] #55 22.86 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-07-29T22:30:43.632Z] #55 22.87 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.1.0 [2022-07-29T22:30:43.894Z] #55 22.98 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-07-29T22:30:43.894Z] #55 23.13 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-07-29T22:30:43.894Z] #55 23.13 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-07-29T22:30:43.894Z] #55 23.25 go: downloading github.com/ashanbrown/makezero v1.1.1 [2022-07-29T22:30:44.151Z] #55 23.29 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-07-29T22:30:44.151Z] #55 23.43 go: downloading github.com/blizzy78/varnamelen v0.8.0 [2022-07-29T22:30:44.151Z] #55 23.43 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-07-29T22:30:44.407Z] #55 23.56 go: downloading github.com/breml/bidichk v0.2.3 [2022-07-29T22:30:44.407Z] #55 23.64 go: downloading github.com/breml/errchkjson v0.3.0 [2022-07-29T22:30:44.407Z] #55 23.68 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-07-29T22:30:44.407Z] #55 23.72 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-07-29T22:30:44.547Z] #34 ... [2022-07-29T22:30:44.547Z] [2022-07-29T22:30:44.547Z] #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-07-29T22:30:44.547Z] #42 sha256:4e6f039e265c5fad0c04923074735918b65cc27a7d0a0daa646115cdf15cf5d6 [2022-07-29T22:30:44.547Z] #42 33.60 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:30:44.547Z] #42 33.85 Fetched 15.6 MB in 1s (15.6 MB/s) [2022-07-29T22:30:44.547Z] #42 34.42 Selecting previously unselected package xxd. [2022-07-29T22:30:44.547Z] #42 34.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 ... 15708 files and directories currently installed.) [2022-07-29T22:30:44.547Z] #42 34.51 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-07-29T22:30:44.547Z] #42 34.53 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:30:44.547Z] #42 34.73 Selecting previously unselected package vim-common. [2022-07-29T22:30:44.547Z] #42 34.73 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-07-29T22:30:44.547Z] #42 34.97 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:30:44.547Z] #42 35.35 Selecting previously unselected package cmake-data. [2022-07-29T22:30:44.547Z] #42 35.35 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-07-29T22:30:44.547Z] #42 35.37 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-07-29T22:30:44.547Z] #42 39.35 Selecting previously unselected package libicu67:arm64. [2022-07-29T22:30:44.547Z] #42 39.35 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-07-29T22:30:44.547Z] #42 39.38 Unpacking libicu67:arm64 (67.1-7) ... [2022-07-29T22:30:44.547Z] #42 ... [2022-07-29T22:30:44.547Z] [2022-07-29T22:30:44.547Z] #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-07-29T22:30:44.547Z] #76 sha256:8219c7e6f8c46c55bf8ec43f325b2935b29b51535e6f1b1c9473542087fe3e6d [2022-07-29T22:30:44.547Z] #76 36.93 Selecting previously unselected package xz-utils. [2022-07-29T22:30:44.547Z] #76 36.93 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-07-29T22:30:44.547Z] #76 36.95 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-07-29T22:30:44.547Z] #76 37.30 Selecting previously unselected package libsigsegv2:arm64. [2022-07-29T22:30:44.547Z] #76 37.31 Preparing to unpack .../05-libsigsegv2_2.13-1_arm64.deb ... [2022-07-29T22:30:44.547Z] #76 37.32 Unpacking libsigsegv2:arm64 (2.13-1) ... [2022-07-29T22:30:44.547Z] #76 37.47 Selecting previously unselected package m4. [2022-07-29T22:30:44.547Z] #76 37.50 Preparing to unpack .../06-m4_1.4.18-5_arm64.deb ... [2022-07-29T22:30:44.547Z] #76 37.52 Unpacking m4 (1.4.18-5) ... [2022-07-29T22:30:44.547Z] #76 37.73 Selecting previously unselected package autoconf. [2022-07-29T22:30:44.547Z] #76 37.74 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-07-29T22:30:44.547Z] #76 37.75 Unpacking autoconf (2.69-14) ... [2022-07-29T22:30:44.547Z] #76 38.18 Selecting previously unselected package autotools-dev. [2022-07-29T22:30:44.547Z] #76 38.18 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-07-29T22:30:44.547Z] #76 38.18 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-07-29T22:30:44.547Z] #76 38.33 Selecting previously unselected package automake. [2022-07-29T22:30:44.547Z] #76 38.33 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-07-29T22:30:44.547Z] #76 38.35 Unpacking automake (1:1.16.3-2) ... [2022-07-29T22:30:44.547Z] #76 38.86 Selecting previously unselected package patch. [2022-07-29T22:30:44.547Z] #76 38.86 Preparing to unpack .../10-patch_2.7.6-7_arm64.deb ... [2022-07-29T22:30:44.547Z] #76 38.87 Unpacking patch (2.7.6-7) ... [2022-07-29T22:30:44.547Z] #76 39.10 Selecting previously unselected package dpkg-dev. [2022-07-29T22:30:44.547Z] #76 39.10 Preparing to unpack .../11-dpkg-dev_1.20.11_all.deb ... [2022-07-29T22:30:44.547Z] #76 39.12 Unpacking dpkg-dev (1.20.11) ... [2022-07-29T22:30:44.547Z] #76 40.02 Selecting previously unselected package build-essential. [2022-07-29T22:30:44.547Z] #76 40.03 Preparing to unpack .../12-build-essential_12.9_arm64.deb ... [2022-07-29T22:30:44.547Z] #76 40.03 Unpacking build-essential (12.9) ... [2022-07-29T22:30:44.547Z] #76 40.11 Selecting previously unselected package libcap2:arm64. [2022-07-29T22:30:44.547Z] #76 40.11 Preparing to unpack .../13-libcap2_1%3a2.44-1_arm64.deb ... [2022-07-29T22:30:44.547Z] #76 40.12 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-07-29T22:30:44.547Z] #76 40.21 Selecting previously unselected package libcap-dev:arm64. [2022-07-29T22:30:44.547Z] #76 40.23 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_arm64.deb ... [2022-07-29T22:30:44.547Z] #76 40.24 Unpacking libcap-dev:arm64 (1:2.44-1) ... [2022-07-29T22:30:44.547Z] #76 40.36 Selecting previously unselected package libprotobuf-c1:arm64. [2022-07-29T22:30:44.547Z] #76 40.36 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-07-29T22:30:44.547Z] #76 40.37 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-07-29T22:30:44.547Z] #76 40.48 Selecting previously unselected package libprotobuf-c-dev:arm64. [2022-07-29T22:30:44.547Z] #76 40.49 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ... [2022-07-29T22:30:44.547Z] #76 40.50 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... [2022-07-29T22:30:44.547Z] #76 40.62 Selecting previously unselected package libseccomp-dev:arm64. [2022-07-29T22:30:44.547Z] #76 40.62 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-07-29T22:30:44.547Z] #76 40.63 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-07-29T22:30:44.547Z] #76 40.76 Selecting previously unselected package libsystemd-dev:arm64. [2022-07-29T22:30:44.547Z] #76 40.77 Preparing to unpack .../18-libsystemd-dev_247.3-7_arm64.deb ... [2022-07-29T22:30:44.547Z] #76 40.78 Unpacking libsystemd-dev:arm64 (247.3-7) ... [2022-07-29T22:30:44.547Z] #76 41.47 Selecting previously unselected package libtool. [2022-07-29T22:30:44.547Z] #76 41.47 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-07-29T22:30:44.547Z] #76 41.49 Unpacking libtool (2.4.6-15) ... [2022-07-29T22:30:44.547Z] #76 41.75 Selecting previously unselected package libudev-dev:arm64. [2022-07-29T22:30:44.547Z] #76 41.75 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ... [2022-07-29T22:30:44.547Z] #76 41.77 Unpacking libudev-dev:arm64 (247.3-7) ... [2022-07-29T22:30:44.547Z] #76 42.00 Selecting previously unselected package libyajl2:arm64. [2022-07-29T22:30:44.547Z] #76 42.02 Preparing to unpack .../21-libyajl2_2.1.0-3_arm64.deb ... [2022-07-29T22:30:44.547Z] #76 42.05 Unpacking libyajl2:arm64 (2.1.0-3) ... [2022-07-29T22:30:44.547Z] #76 42.19 Selecting previously unselected package libyajl-dev:arm64. [2022-07-29T22:30:44.547Z] #76 42.19 Preparing to unpack .../22-libyajl-dev_2.1.0-3_arm64.deb ... [2022-07-29T22:30:44.547Z] #76 42.21 Unpacking libyajl-dev:arm64 (2.1.0-3) ... [2022-07-29T22:30:44.547Z] #76 42.49 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-07-29T22:30:44.547Z] #76 42.51 Setting up libmagic-mgc (1:5.39-3) ... [2022-07-29T22:30:44.547Z] #76 42.53 Setting up libyajl2:arm64 (2.1.0-3) ... [2022-07-29T22:30:44.547Z] #76 42.54 Setting up libmagic1:arm64 (1:5.39-3) ... [2022-07-29T22:30:44.547Z] #76 42.60 Setting up file (1:5.39-3) ... [2022-07-29T22:30:44.547Z] #76 42.64 Setting up bzip2 (1.0.8-4) ... [2022-07-29T22:30:44.547Z] #76 42.66 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-07-29T22:30:44.547Z] #76 42.67 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... [2022-07-29T22:30:44.547Z] #76 42.69 Setting up libcap2:arm64 (1:2.44-1) ... [2022-07-29T22:30:44.547Z] #76 42.70 Setting up autotools-dev (20180224.1+nmu1) ... [2022-07-29T22:30:44.547Z] #76 42.72 Setting up libsigsegv2:arm64 (2.13-1) ... [2022-07-29T22:30:44.547Z] #76 42.74 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-07-29T22:30:44.547Z] #76 42.76 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-07-29T22:30:44.547Z] #76 42.78 Setting up patch (2.7.6-7) ... [2022-07-29T22:30:44.547Z] #76 42.79 Setting up libudev-dev:arm64 (247.3-7) ... [2022-07-29T22:30:44.547Z] #76 42.80 Setting up libyajl-dev:arm64 (2.1.0-3) ... [2022-07-29T22:30:44.547Z] #76 42.82 Setting up libcap-dev:arm64 (1:2.44-1) ... [2022-07-29T22:30:44.547Z] #76 42.88 Setting up libsystemd-dev:arm64 (247.3-7) ... [2022-07-29T22:30:44.547Z] #76 42.91 Setting up libtool (2.4.6-15) ... [2022-07-29T22:30:44.547Z] #76 42.94 Setting up m4 (1.4.18-5) ... [2022-07-29T22:30:44.547Z] #76 42.96 Setting up dpkg-dev (1.20.11) ... [2022-07-29T22:30:44.547Z] #76 43.03 Setting up autoconf (2.69-14) ... [2022-07-29T22:30:44.547Z] #76 43.06 Setting up build-essential (12.9) ... [2022-07-29T22:30:44.547Z] #76 43.09 Setting up automake (1:1.16.3-2) ... [2022-07-29T22:30:44.547Z] #76 43.11 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-07-29T22:30:44.547Z] #76 43.12 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:30:44.664Z] #55 23.89 go: downloading github.com/daixiang0/gci v0.3.3 [2022-07-29T22:30:44.664Z] #55 23.98 go: downloading github.com/denis-tingaikin/go-header v0.4.3 [2022-07-29T22:30:44.921Z] #55 24.17 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-07-29T22:30:45.115Z] #76 ... [2022-07-29T22:30:45.115Z] [2022-07-29T22:30:45.115Z] #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-07-29T22:30:45.115Z] #42 sha256:4e6f039e265c5fad0c04923074735918b65cc27a7d0a0daa646115cdf15cf5d6 [2022-07-29T22:30:45.178Z] #55 24.32 go: downloading github.com/firefart/nonamedreturns v1.0.1 [2022-07-29T22:30:45.178Z] #55 24.35 go: downloading github.com/fzipp/gocyclo v0.5.1 [2022-07-29T22:30:45.178Z] #55 24.43 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-07-29T22:30:45.178Z] #55 24.52 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe [2022-07-29T22:30:45.178Z] #55 ... [2022-07-29T22:30:45.178Z] [2022-07-29T22:30:45.178Z] #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-07-29T22:30:45.178Z] #53 sha256:ecf3cd67689cd7756657b79c02e28edc1d38c237be2de3571f17d04f8973fa13 [2022-07-29T22:30:45.178Z] #53 14.50 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-07-29T22:30:45.178Z] #53 14.54 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-07-29T22:30:45.178Z] #53 14.72 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-07-29T22:30:45.178Z] #53 17.08 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-07-29T22:30:45.178Z] #53 17.18 go: downloading golang.org/x/mod v0.3.0 [2022-07-29T22:30:45.432Z] #42 45.11 Selecting previously unselected package libxml2:arm64. [2022-07-29T22:30:45.432Z] #42 45.12 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_arm64.deb ... [2022-07-29T22:30:45.432Z] #42 45.14 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-07-29T22:30:45.435Z] #53 ... [2022-07-29T22:30:45.435Z] [2022-07-29T22:30:45.435Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:30:45.435Z] #55 sha256:986d8658b96ca0781216293b2573c6adacf583f00e7f79d984c50d9576e50c57 [2022-07-29T22:30:45.435Z] #55 24.54 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-07-29T22:30:45.435Z] #55 24.69 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-07-29T22:30:45.691Z] #42 45.70 Selecting previously unselected package libarchive13:arm64. [2022-07-29T22:30:45.696Z] #55 25.09 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-07-29T22:30:45.696Z] #55 25.09 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-07-29T22:30:45.950Z] #42 ... [2022-07-29T22:30:45.950Z] [2022-07-29T22:30:45.950Z] #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-07-29T22:30:45.950Z] #76 sha256:8219c7e6f8c46c55bf8ec43f325b2935b29b51535e6f1b1c9473542087fe3e6d [2022-07-29T22:30:45.950Z] #76 DONE 45.7s [2022-07-29T22:30:45.950Z] [2022-07-29T22:30:45.950Z] #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-07-29T22:30:45.950Z] #42 sha256:4e6f039e265c5fad0c04923074735918b65cc27a7d0a0daa646115cdf15cf5d6 [2022-07-29T22:30:45.950Z] #42 45.71 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ... [2022-07-29T22:30:45.950Z] #42 45.72 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-07-29T22:30:45.950Z] #42 ... [2022-07-29T22:30:45.950Z] [2022-07-29T22:30:45.950Z] #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-07-29T22:30:45.950Z] #64 sha256:abeda4b2f13b61569c995b376f7fb3f2b86789b86f177386ee48cf0a081ba205 [2022-07-29T22:30:45.950Z] #64 0.985 + RM_GOPATH=0 [2022-07-29T22:30:45.950Z] #64 0.985 + TMP_GOPATH= [2022-07-29T22:30:45.950Z] #64 0.985 + : /build [2022-07-29T22:30:45.950Z] #64 0.985 + '[' -z '' ']' [2022-07-29T22:30:45.950Z] #64 0.985 ++ mktemp -d [2022-07-29T22:30:45.950Z] #64 1.024 + export GOPATH=/tmp/tmp.VHvTWo5CKH [2022-07-29T22:30:45.950Z] #64 1.024 + GOPATH=/tmp/tmp.VHvTWo5CKH [2022-07-29T22:30:45.950Z] #64 1.024 + RM_GOPATH=1 [2022-07-29T22:30:45.950Z] #64 1.024 + case "$(go env GOARCH)" in [2022-07-29T22:30:45.950Z] #64 1.024 ++ go env GOARCH [2022-07-29T22:30:45.950Z] #64 1.082 + export GO_BUILDMODE=-buildmode=pie [2022-07-29T22:30:45.950Z] #64 1.082 + GO_BUILDMODE=-buildmode=pie [2022-07-29T22:30:45.950Z] #64 1.082 ++ dirname /install.sh [2022-07-29T22:30:45.950Z] #64 1.095 Install containerd version v1.6.6 [2022-07-29T22:30:45.950Z] #64 1.105 + dir=/ [2022-07-29T22:30:45.950Z] #64 1.105 + bin=containerd [2022-07-29T22:30:45.950Z] #64 1.105 + shift [2022-07-29T22:30:45.950Z] #64 1.105 + '[' '!' -f //containerd.installer ']' [2022-07-29T22:30:45.950Z] #64 1.105 + . //containerd.installer [2022-07-29T22:30:45.950Z] #64 1.105 ++ set -e [2022-07-29T22:30:45.950Z] #64 1.105 ++ : v1.6.6 [2022-07-29T22:30:45.950Z] #64 1.105 + install_containerd [2022-07-29T22:30:45.950Z] #64 1.105 + echo 'Install containerd version v1.6.6' [2022-07-29T22:30:45.950Z] #64 1.105 + git clone https://github.com/containerd/containerd.git /tmp/tmp.VHvTWo5CKH/src/github.com/containerd/containerd [2022-07-29T22:30:45.950Z] #64 1.105 Cloning into '/tmp/tmp.VHvTWo5CKH/src/github.com/containerd/containerd'... [2022-07-29T22:30:45.953Z] #55 25.15 go: downloading github.com/golangci/misspell v0.3.5 [2022-07-29T22:30:45.953Z] #55 25.29 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-07-29T22:30:45.953Z] #55 25.34 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-07-29T22:30:46.209Z] #64 ... [2022-07-29T22:30:46.209Z] [2022-07-29T22:30:46.209Z] #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-07-29T22:30:46.209Z] #42 sha256:4e6f039e265c5fad0c04923074735918b65cc27a7d0a0daa646115cdf15cf5d6 [2022-07-29T22:30:46.209Z] #42 46.11 Selecting previously unselected package libjsoncpp24:arm64. [2022-07-29T22:30:46.209Z] #42 46.13 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-07-29T22:30:46.209Z] #42 46.14 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-07-29T22:30:46.211Z] #55 25.41 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-07-29T22:30:46.211Z] #55 ... [2022-07-29T22:30:46.211Z] [2022-07-29T22:30:46.211Z] #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-07-29T22:30:46.211Z] #42 sha256:25b7dc650b41afdcf823b76c34a3c9d859a4b10877132b7a4d7aeb7d7ac0c568 [2022-07-29T22:30:46.211Z] #42 15.39 Fetched 8561 kB in 12s (742 kB/s) [2022-07-29T22:30:46.211Z] #42 15.39 Reading package lists... [2022-07-29T22:30:46.211Z] #42 21.82 Reading package lists... [2022-07-29T22:30:46.211Z] #42 ... [2022-07-29T22:30:46.211Z] [2022-07-29T22:30:46.211Z] #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-07-29T22:30:46.211Z] #51 sha256:4786f6855fe8dbf5a9ad52afd8073aacd4a05c9c54f0918c430fd38376edb776 [2022-07-29T22:30:46.211Z] #51 24.74 Fetched 8565 kB in 17s (494 kB/s) [2022-07-29T22:30:46.467Z] #42 46.33 Selecting previously unselected package librhash0:arm64. [2022-07-29T22:30:46.467Z] #42 46.33 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-07-29T22:30:46.467Z] #42 46.35 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-07-29T22:30:46.467Z] #42 46.49 Selecting previously unselected package libuv1:arm64. [2022-07-29T22:30:46.726Z] #42 46.50 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-07-29T22:30:46.726Z] #42 46.50 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-07-29T22:30:46.726Z] #42 46.74 Selecting previously unselected package cmake. [2022-07-29T22:30:46.986Z] #42 46.75 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-07-29T22:30:46.986Z] #42 46.77 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-07-29T22:30:47.245Z] #42 ... [2022-07-29T22:30:47.245Z] [2022-07-29T22:30:47.245Z] #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-07-29T22:30:47.245Z] #51 sha256:0a0e12b963548a8caee27495c257a02e94a17809358efb44ee24488731ba3329 [2022-07-29T22:30:47.245Z] #51 36.82 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:30:47.245Z] #51 36.98 Fetched 2136 kB in 3s (694 kB/s) [2022-07-29T22:30:47.245Z] #51 37.07 Selecting previously unselected package libprotobuf23:arm64. [2022-07-29T22:30:47.245Z] #51 37.07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15708 files and directories currently installed.) [2022-07-29T22:30:47.245Z] #51 37.14 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-07-29T22:30:47.245Z] #51 37.16 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-07-29T22:30:47.245Z] #51 37.76 Selecting previously unselected package python3-pkg-resources. [2022-07-29T22:30:47.245Z] #51 37.76 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-07-29T22:30:47.245Z] #51 37.78 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-07-29T22:30:47.245Z] #51 38.00 Selecting previously unselected package python3-six. [2022-07-29T22:30:47.245Z] #51 38.00 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-07-29T22:30:47.245Z] #51 38.02 Unpacking python3-six (1.16.0-2) ... [2022-07-29T22:30:47.245Z] #51 38.13 Selecting previously unselected package python3-protobuf. [2022-07-29T22:30:47.245Z] #51 38.13 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-07-29T22:30:47.245Z] #51 38.14 Unpacking python3-protobuf (3.12.4-1) ... [2022-07-29T22:30:47.245Z] #51 38.74 Selecting previously unselected package libnet1:arm64. [2022-07-29T22:30:47.245Z] #51 38.75 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-07-29T22:30:47.245Z] #51 38.76 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-07-29T22:30:47.245Z] #51 38.94 Selecting previously unselected package libnl-3-200:arm64. [2022-07-29T22:30:47.245Z] #51 38.95 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-07-29T22:30:47.245Z] #51 38.95 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-07-29T22:30:47.245Z] #51 39.10 Selecting previously unselected package libprotobuf-c1:arm64. [2022-07-29T22:30:47.245Z] #51 39.10 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-07-29T22:30:47.245Z] #51 39.10 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-07-29T22:30:47.245Z] #51 39.23 Selecting previously unselected package criu. [2022-07-29T22:30:47.245Z] #51 39.23 Preparing to unpack .../7-criu_3.17.1-1_arm64.deb ... [2022-07-29T22:30:47.245Z] #51 39.24 Unpacking criu (3.17.1-1) ... [2022-07-29T22:30:47.245Z] #51 40.03 Setting up python3-pkg-resources (52.0.0-4) ... [2022-07-29T22:30:47.245Z] #51 41.53 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-07-29T22:30:47.245Z] #51 41.55 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-07-29T22:30:47.245Z] #51 41.57 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-07-29T22:30:47.245Z] #51 41.64 Setting up python3-six (1.16.0-2) ... [2022-07-29T22:30:47.245Z] #51 42.53 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-07-29T22:30:47.245Z] #51 42.58 Setting up python3-protobuf (3.12.4-1) ... [2022-07-29T22:30:47.245Z] #51 46.39 Setting up criu (3.17.1-1) ... [2022-07-29T22:30:47.504Z] #51 ... [2022-07-29T22:30:47.504Z] [2022-07-29T22:30:47.504Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:30:47.504Z] #55 sha256:0d9b8d05e60a833ec6ac4c7fd4cccbeb48bc74cdef00c452fba8cb78372a0feb [2022-07-29T22:30:47.504Z] #55 37.45 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-07-29T22:30:47.767Z] #55 ... [2022-07-29T22:30:47.767Z] [2022-07-29T22:30:47.767Z] #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-07-29T22:30:47.767Z] #14 sha256:bfcadd5681e0b1c2e86afa872e977fe31ffe209d5dc80016406d5f864dd69800 [2022-07-29T22:30:47.767Z] #14 38.82 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-07-29T22:30:47.767Z] #14 38.83 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-07-29T22:30:47.767Z] #14 38.84 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-07-29T22:30:47.767Z] #14 41.21 Selecting previously unselected package binutils-mingw-w64. [2022-07-29T22:30:47.767Z] #14 41.21 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-07-29T22:30:47.767Z] #14 41.22 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-07-29T22:30:47.767Z] #14 41.34 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-07-29T22:30:47.767Z] #14 41.35 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-07-29T22:30:47.767Z] #14 41.36 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-07-29T22:30:47.767Z] #14 41.53 Selecting previously unselected package dmsetup. [2022-07-29T22:30:47.767Z] #14 41.53 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-07-29T22:30:47.767Z] #14 41.55 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-07-29T22:30:47.767Z] #14 41.77 Selecting previously unselected package mingw-w64-common. [2022-07-29T22:30:47.767Z] #14 41.78 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-07-29T22:30:47.767Z] #14 41.79 Unpacking mingw-w64-common (8.0.0-1) ... [2022-07-29T22:30:48.026Z] #14 48.01 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-07-29T22:30:48.026Z] #14 48.02 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-07-29T22:30:48.026Z] #14 48.02 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-07-29T22:30:48.597Z] #14 ... [2022-07-29T22:30:48.597Z] [2022-07-29T22:30:48.597Z] #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-07-29T22:30:48.597Z] #51 sha256:0a0e12b963548a8caee27495c257a02e94a17809358efb44ee24488731ba3329 [2022-07-29T22:30:48.597Z] #51 48.16 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:30:49.499Z] #51 24.74 Reading package lists... [2022-07-29T22:30:49.499Z] #51 ... [2022-07-29T22:30:49.499Z] [2022-07-29T22:30:49.499Z] #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-07-29T22:30:49.499Z] #62 sha256:67d5b87779951967108cd83ed3eec2d4493a332a8f284cd7984dcd0e9356d5d5 [2022-07-29T22:30:49.499Z] #62 11.26 Reading package lists... [2022-07-29T22:30:49.499Z] #62 18.68 Reading package lists... [2022-07-29T22:30:49.499Z] #62 24.87 Building dependency tree... [2022-07-29T22:30:49.499Z] #62 ... [2022-07-29T22:30:49.499Z] [2022-07-29T22:30:49.499Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:30:49.499Z] #55 sha256:986d8658b96ca0781216293b2573c6adacf583f00e7f79d984c50d9576e50c57 [2022-07-29T22:30:49.499Z] #55 25.81 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-07-29T22:30:49.499Z] #55 25.81 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-07-29T22:30:49.499Z] #55 25.81 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-07-29T22:30:49.499Z] #55 25.81 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-07-29T22:30:49.499Z] #55 25.90 go: downloading github.com/julz/importas v0.1.0 [2022-07-29T22:30:49.499Z] #55 26.01 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-07-29T22:30:49.499Z] #55 26.07 go: downloading github.com/kulti/thelper v0.6.2 [2022-07-29T22:30:49.499Z] #55 26.18 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-07-29T22:30:49.499Z] #55 26.27 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-07-29T22:30:49.499Z] #55 26.37 go: downloading github.com/ldez/tagliatelle v0.3.1 [2022-07-29T22:30:49.499Z] #55 26.41 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-07-29T22:30:49.499Z] #55 26.57 go: downloading github.com/lufeee/execinquery v1.2.1 [2022-07-29T22:30:49.499Z] #55 26.61 go: downloading github.com/maratori/testpackage v1.0.1 [2022-07-29T22:30:49.499Z] #55 26.61 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-07-29T22:30:49.499Z] #55 26.74 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-07-29T22:30:49.499Z] #55 26.83 go: downloading github.com/mgechev/revive v1.2.1 [2022-07-29T22:30:49.499Z] #55 27.51 go: downloading github.com/moricho/tparallel v0.2.1 [2022-07-29T22:30:49.499Z] #55 27.51 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-07-29T22:30:49.499Z] #55 27.60 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-07-29T22:30:49.499Z] #55 27.62 go: downloading github.com/nishanths/predeclared v0.2.2 [2022-07-29T22:30:49.499Z] #55 27.79 go: downloading github.com/polyfloyd/go-errorlint v1.0.0 [2022-07-29T22:30:49.499Z] #55 27.90 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-07-29T22:30:49.499Z] #55 27.98 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-07-29T22:30:49.499Z] #55 28.01 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-07-29T22:30:49.499Z] #55 28.19 go: downloading github.com/securego/gosec/v2 v2.11.0 [2022-07-29T22:30:49.499Z] #55 28.59 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-07-29T22:30:49.499Z] #55 28.59 go: downloading github.com/sivchari/containedctx v1.0.2 [2022-07-29T22:30:49.499Z] #55 28.65 go: downloading github.com/sivchari/tenv v1.5.0 [2022-07-29T22:30:49.499Z] #55 28.68 go: downloading github.com/sonatard/noctx v0.0.1 [2022-07-29T22:30:49.499Z] #55 28.85 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-07-29T22:30:49.757Z] #55 28.94 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-07-29T22:30:49.757Z] #55 29.01 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1 [2022-07-29T22:30:49.757Z] #55 29.04 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-07-29T22:30:49.757Z] #55 29.05 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-07-29T22:30:49.836Z] #19 159.0 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-07-29T22:30:49.836Z] #19 159.0 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-07-29T22:30:49.836Z] #19 159.0 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-07-29T22:30:49.836Z] #19 159.1 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-07-29T22:30:49.836Z] #19 159.1 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-07-29T22:30:49.836Z] #19 159.1 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-07-29T22:30:50.014Z] #55 29.15 go: downloading github.com/tetafro/godot v1.4.11 [2022-07-29T22:30:50.014Z] #55 29.22 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-07-29T22:30:50.271Z] #55 29.37 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.1 [2022-07-29T22:30:50.271Z] #55 29.37 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-07-29T22:30:50.528Z] #55 29.66 go: downloading github.com/ultraware/funlen v0.0.3 [2022-07-29T22:30:50.528Z] #55 29.75 go: downloading github.com/ultraware/whitespace v0.0.5 [2022-07-29T22:30:50.528Z] #55 29.80 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-07-29T22:30:50.540Z] #51 DONE 49.7s [2022-07-29T22:30:50.540Z] [2022-07-29T22:30:50.540Z] #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-07-29T22:30:50.540Z] #77 sha256:4eef9e1453ac82f899b5c2524f627bb8228588e9c4cc34aca6c1ee4d7621531b [2022-07-29T22:30:50.540Z] #77 0.673 Cloning into '/tmp/crun-build'... [2022-07-29T22:30:50.785Z] #55 29.96 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-07-29T22:30:50.785Z] #55 29.96 go: downloading github.com/yeya24/promlinter v0.2.0 [2022-07-29T22:30:50.785Z] #55 30.16 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-07-29T22:30:50.799Z] #77 ... [2022-07-29T22:30:50.799Z] [2022-07-29T22:30:50.799Z] #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-07-29T22:30:50.799Z] #42 sha256:4e6f039e265c5fad0c04923074735918b65cc27a7d0a0daa646115cdf15cf5d6 [2022-07-29T22:30:50.799Z] #42 50.19 Setting up libicu67:arm64 (67.1-7) ... [2022-07-29T22:30:50.799Z] #42 50.21 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:30:50.799Z] #42 50.22 Setting up libuv1:arm64 (1.40.0-2) ... [2022-07-29T22:30:50.799Z] #42 50.26 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:30:50.799Z] #42 50.33 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-07-29T22:30:50.799Z] #42 50.34 Setting up librhash0:arm64 (1.4.1-2) ... [2022-07-29T22:30:50.799Z] #42 50.36 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-07-29T22:30:50.799Z] #42 50.39 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-07-29T22:30:50.799Z] #42 50.41 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-07-29T22:30:50.799Z] #42 50.44 Setting up cmake (3.18.4-2+deb11u1) ... [2022-07-29T22:30:50.799Z] #42 50.46 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:30:51.364Z] #55 30.44 go: downloading honnef.co/go/tools v0.3.1 [2022-07-29T22:30:51.734Z] #42 DONE 51.5s [2022-07-29T22:30:51.734Z] [2022-07-29T22:30:51.734Z] #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-07-29T22:30:51.734Z] #14 sha256:bfcadd5681e0b1c2e86afa872e977fe31ffe209d5dc80016406d5f864dd69800 [2022-07-29T22:30:51.734Z] #14 ... [2022-07-29T22:30:51.734Z] [2022-07-29T22:30:51.734Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-07-29T22:30:51.734Z] #43 sha256:c7dab756e88f556191c5974941b5c5dc18c2b688b02d96b12f4ef7a440365441 [2022-07-29T22:30:51.994Z] #43 DONE 0.4s [2022-07-29T22:30:51.994Z] [2022-07-29T22:30:51.994Z] #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-07-29T22:30:51.994Z] #44 sha256:ba7ea7f8bd04c2912acba12749d2a7fa8d0207468801466bc26a76077ee22b6e [2022-07-29T22:30:52.563Z] #44 0.535 + RM_GOPATH=0 [2022-07-29T22:30:52.563Z] #44 0.545 + TMP_GOPATH= [2022-07-29T22:30:52.563Z] #44 0.545 + : /build [2022-07-29T22:30:52.563Z] #44 0.545 + '[' -z '' ']' [2022-07-29T22:30:52.563Z] #44 0.545 ++ mktemp -d [2022-07-29T22:30:52.563Z] #44 0.547 + export GOPATH=/tmp/tmp.9FaiweNETH [2022-07-29T22:30:52.563Z] #44 0.547 + GOPATH=/tmp/tmp.9FaiweNETH [2022-07-29T22:30:52.563Z] #44 0.547 + RM_GOPATH=1 [2022-07-29T22:30:52.563Z] #44 0.547 + case "$(go env GOARCH)" in [2022-07-29T22:30:52.563Z] #44 0.565 ++ go env GOARCH [2022-07-29T22:30:52.563Z] #44 0.585 + export GO_BUILDMODE=-buildmode=pie [2022-07-29T22:30:52.563Z] #44 0.585 + GO_BUILDMODE=-buildmode=pie [2022-07-29T22:30:52.563Z] #44 0.591 ++ dirname /install.sh [2022-07-29T22:30:52.563Z] #44 0.593 + dir=/ [2022-07-29T22:30:52.563Z] #44 0.593 + bin=tini [2022-07-29T22:30:52.563Z] #44 0.593 + shift [2022-07-29T22:30:52.563Z] #44 0.593 + '[' '!' -f //tini.installer ']' [2022-07-29T22:30:52.563Z] #44 0.593 + . //tini.installer [2022-07-29T22:30:52.563Z] #44 0.593 ++ : v0.19.0 [2022-07-29T22:30:52.563Z] #44 0.593 + install_tini [2022-07-29T22:30:52.563Z] #44 0.594 + echo 'Install tini version v0.19.0' [2022-07-29T22:30:52.563Z] #44 0.594 Install tini version v0.19.0 [2022-07-29T22:30:52.563Z] #44 0.594 + git clone https://github.com/krallin/tini.git /tmp/tmp.9FaiweNETH/tini [2022-07-29T22:30:52.563Z] #44 0.596 Cloning into '/tmp/tmp.9FaiweNETH/tini'... [2022-07-29T22:30:53.131Z] #44 1.084 + cd /tmp/tmp.9FaiweNETH/tini [2022-07-29T22:30:53.131Z] #44 1.084 + git checkout -q v0.19.0 [2022-07-29T22:30:53.131Z] #44 1.133 + cmake . [2022-07-29T22:30:53.272Z] #55 32.43 go: downloading mvdan.cc/gofumpt v0.3.1 [2022-07-29T22:30:53.272Z] #55 32.47 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-07-29T22:30:53.272Z] #55 32.67 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-07-29T22:30:53.272Z] #55 32.71 go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f [2022-07-29T22:30:53.392Z] #44 1.589 -- The C compiler identification is GNU 10.2.1 [2022-07-29T22:30:53.392Z] #44 1.669 -- Detecting C compiler ABI info [2022-07-29T22:30:53.531Z] #55 32.80 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-07-29T22:30:53.531Z] #55 32.85 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-07-29T22:30:53.791Z] #55 32.96 go: downloading github.com/stretchr/objx v0.1.1 [2022-07-29T22:30:53.791Z] #55 33.00 go: downloading github.com/subosito/gotenv v1.2.0 [2022-07-29T22:30:53.791Z] #55 33.04 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-07-29T22:30:54.048Z] #55 33.40 go: downloading gopkg.in/ini.v1 v1.66.4 [2022-07-29T22:30:54.048Z] #55 33.40 go: downloading golang.org/x/text v0.3.7 [2022-07-29T22:30:54.305Z] #55 ... [2022-07-29T22:30:54.305Z] [2022-07-29T22:30:54.305Z] #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-07-29T22:30:54.305Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:30:54.305Z] #14 23.43 Fetched 8561 kB in 16s (528 kB/s) [2022-07-29T22:30:54.305Z] #14 23.43 Reading package lists... [2022-07-29T22:30:54.305Z] #14 29.83 Reading package lists... [2022-07-29T22:30:54.305Z] #14 ... [2022-07-29T22:30:54.305Z] [2022-07-29T22:30:54.305Z] #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-07-29T22:30:54.305Z] #62 sha256:67d5b87779951967108cd83ed3eec2d4493a332a8f284cd7984dcd0e9356d5d5 [2022-07-29T22:30:54.305Z] #62 29.22 The following additional packages will be installed: [2022-07-29T22:30:54.305Z] #62 29.22 libbtrfs0 [2022-07-29T22:30:54.305Z] #62 29.47 The following NEW packages will be installed: [2022-07-29T22:30:54.305Z] #62 29.47 libbtrfs-dev libbtrfs0 [2022-07-29T22:30:54.305Z] #62 29.91 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:30:54.305Z] #62 29.91 Need to get 460 kB of archives. [2022-07-29T22:30:54.305Z] #62 29.91 After this operation, 1237 kB of additional disk space will be used. [2022-07-29T22:30:54.305Z] #62 29.91 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-07-29T22:30:54.305Z] #62 29.91 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-07-29T22:30:54.305Z] #62 31.17 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:30:54.305Z] #62 31.51 Fetched 460 kB in 0s (1237 kB/s) [2022-07-29T22:30:54.305Z] #62 31.62 Selecting previously unselected package libbtrfs0:amd64. [2022-07-29T22:30:54.305Z] #62 31.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 ... 15717 files and directories currently installed.) [2022-07-29T22:30:54.305Z] #62 31.69 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-07-29T22:30:54.305Z] #62 31.72 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-07-29T22:30:54.305Z] #62 32.09 Selecting previously unselected package libbtrfs-dev:amd64. [2022-07-29T22:30:54.305Z] #62 32.09 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-07-29T22:30:54.305Z] #62 32.10 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-07-29T22:30:54.305Z] #62 32.58 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-07-29T22:30:54.305Z] #62 32.58 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-07-29T22:30:54.305Z] #62 32.58 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:30:54.328Z] #44 2.259 -- Detecting C compiler ABI info - done [2022-07-29T22:30:54.328Z] #44 2.363 -- Check for working C compiler: /usr/bin/cc - skipped [2022-07-29T22:30:54.328Z] #44 2.369 -- Detecting C compile features [2022-07-29T22:30:54.328Z] #44 2.370 -- Detecting C compile features - done [2022-07-29T22:30:54.328Z] #44 2.419 -- Performing Test HAS_BUILTIN_FORTIFY [2022-07-29T22:30:54.562Z] #62 DONE 33.7s [2022-07-29T22:30:54.562Z] [2022-07-29T22:30:54.562Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-07-29T22:30:54.562Z] #63 sha256:910b792d616fc81b242d0b4c02ecaa8f219fd5625eff443c6f76d372f6d8edd1 [2022-07-29T22:30:54.587Z] #44 2.648 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-07-29T22:30:54.587Z] #44 2.734 -- Configuring done [2022-07-29T22:30:54.587Z] #44 2.762 -- Generating done [2022-07-29T22:30:54.845Z] #44 2.769 -- Build files have been written to: /tmp/tmp.9FaiweNETH/tini [2022-07-29T22:30:54.846Z] #44 2.792 + make tini-static [2022-07-29T22:30:55.119Z] #44 3.171 Scanning dependencies of target tini-static [2022-07-29T22:30:55.124Z] #19 ... [2022-07-29T22:30:55.124Z] [2022-07-29T22:30:55.124Z] #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-07-29T22:30:55.124Z] #84 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:30:55.124Z] #84 135.4 CCLD libocispec.la [2022-07-29T22:30:55.124Z] #84 135.8 CCLD src/validate [2022-07-29T22:30:55.124Z] #84 135.8 CCLD tests/test-1 [2022-07-29T22:30:55.124Z] #84 135.8 CCLD tests/test-2 [2022-07-29T22:30:55.124Z] #84 135.8 CCLD tests/test-3 [2022-07-29T22:30:55.124Z] #84 135.8 CCLD tests/test-4 [2022-07-29T22:30:55.124Z] #84 135.8 CCLD tests/test-5 [2022-07-29T22:30:55.124Z] #84 135.9 CCLD tests/test-7 [2022-07-29T22:30:55.378Z] #44 3.328 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-07-29T22:30:55.385Z] #84 135.9 CCLD tests/test-8 [2022-07-29T22:30:55.385Z] #84 135.9 CCLD tests/test-6 [2022-07-29T22:30:55.385Z] #84 136.0 CCLD tests/test-9 [2022-07-29T22:30:55.385Z] #84 136.0 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-07-29T22:30:55.385Z] #84 136.0 CCLD tests/test-10 [2022-07-29T22:30:55.385Z] #84 136.1 CCLD tests/test-11 [2022-07-29T22:30:55.492Z] #63 DONE 0.9s [2022-07-29T22:30:55.492Z] [2022-07-29T22:30:55.492Z] #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-07-29T22:30:55.492Z] #76 sha256:63963eed62014231075f4225b8fab9beff0b5bef7a109bbb128d375a38811047 [2022-07-29T22:30:55.492Z] #76 19.57 Reading package lists... [2022-07-29T22:30:55.492Z] #76 26.33 Building dependency tree... [2022-07-29T22:30:55.492Z] #76 30.47 python3 is already the newest version (3.9.2-3). [2022-07-29T22:30:55.492Z] #76 30.47 The following additional packages will be installed: [2022-07-29T22:30:55.492Z] #76 30.52 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-07-29T22:30:55.492Z] #76 30.52 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-07-29T22:30:55.492Z] #76 30.57 Suggested packages: [2022-07-29T22:30:55.492Z] #76 30.57 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-07-29T22:30:55.492Z] #76 30.57 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-07-29T22:30:55.492Z] #76 30.57 m4-doc ed diffutils-doc [2022-07-29T22:30:55.492Z] #76 30.57 Recommended packages: [2022-07-29T22:30:55.492Z] #76 30.57 fakeroot libalgorithm-merge-perl libltdl-dev [2022-07-29T22:30:55.492Z] #76 32.43 The following NEW packages will be installed: [2022-07-29T22:30:55.492Z] #76 32.49 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-07-29T22:30:55.492Z] #76 32.49 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-07-29T22:30:55.492Z] #76 32.49 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-07-29T22:30:55.492Z] #76 32.49 libyajl2 m4 patch xz-utils [2022-07-29T22:30:55.492Z] #76 32.98 0 upgraded, 23 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:30:55.492Z] #76 32.98 Need to get 5940 kB of archives. [2022-07-29T22:30:55.492Z] #76 32.98 After this operation, 18.7 MB of additional disk space will be used. [2022-07-29T22:30:55.492Z] #76 32.98 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-07-29T22:30:55.492Z] #76 32.98 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-07-29T22:30:55.492Z] #76 32.98 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-07-29T22:30:55.492Z] #76 33.03 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-07-29T22:30:55.492Z] #76 33.03 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-07-29T22:30:55.492Z] #76 33.03 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB] [2022-07-29T22:30:55.492Z] #76 33.03 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB] [2022-07-29T22:30:55.492Z] #76 33.04 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB] [2022-07-29T22:30:55.492Z] #76 33.18 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-07-29T22:30:55.492Z] #76 33.18 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB] [2022-07-29T22:30:55.492Z] #76 33.18 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-07-29T22:30:55.492Z] #76 33.18 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB] [2022-07-29T22:30:55.492Z] #76 33.24 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B] [2022-07-29T22:30:55.492Z] #76 33.24 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-07-29T22:30:55.492Z] #76 33.30 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2022-07-29T22:30:55.492Z] #76 33.30 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-07-29T22:30:55.492Z] #76 33.30 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-07-29T22:30:55.492Z] #76 33.30 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-07-29T22:30:55.492Z] #76 33.30 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-07-29T22:30:55.492Z] #76 33.30 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB] [2022-07-29T22:30:55.492Z] #76 33.35 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-07-29T22:30:55.492Z] #76 33.35 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-07-29T22:30:55.492Z] #76 33.35 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB] [2022-07-29T22:30:55.492Z] #76 34.57 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:30:55.492Z] #76 ... [2022-07-29T22:30:55.492Z] [2022-07-29T22:30:55.492Z] #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-07-29T22:30:55.492Z] #64 sha256:2dd93cc70602a5caf31833500699b3fca92c9ebf251bab4302c211bec661a151 [2022-07-29T22:30:56.769Z] #84 137.5 libtool: link: ar cr libocispec.a [2022-07-29T22:30:57.030Z] #84 137.7 libtool: link: ranlib libocispec.a [2022-07-29T22:30:57.282Z] #44 5.109 [100%] Linking C executable tini-static [2022-07-29T22:30:57.282Z] #44 ... [2022-07-29T22:30:57.282Z] [2022-07-29T22:30:57.282Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-07-29T22:30:57.282Z] #53 sha256:83109f08a1c54f520542ae87b16a1af41dc03ad1fb489db17e10cfee42f8ba66 [2022-07-29T22:30:57.282Z] #53 55.64 gotestsum version dev [2022-07-29T22:30:57.282Z] #53 DONE 57.2s [2022-07-29T22:30:57.282Z] [2022-07-29T22:30:57.282Z] #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-07-29T22:30:57.282Z] #14 sha256:bfcadd5681e0b1c2e86afa872e977fe31ffe209d5dc80016406d5f864dd69800 [2022-07-29T22:30:57.282Z] #14 55.50 Selecting previously unselected package gcc-mingw-w64-base. [2022-07-29T22:30:57.282Z] #14 55.52 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-07-29T22:30:57.282Z] #14 55.53 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-07-29T22:30:57.282Z] #14 56.31 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-07-29T22:30:57.282Z] #14 56.32 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-07-29T22:30:57.282Z] #14 56.48 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-07-29T22:30:58.764Z] #64 ... [2022-07-29T22:30:58.764Z] [2022-07-29T22:30:58.764Z] #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-07-29T22:30:58.764Z] #42 sha256:25b7dc650b41afdcf823b76c34a3c9d859a4b10877132b7a4d7aeb7d7ac0c568 [2022-07-29T22:30:58.764Z] #42 21.82 Reading package lists... [2022-07-29T22:30:58.764Z] #42 28.11 Building dependency tree... [2022-07-29T22:30:58.764Z] #42 32.43 The following additional packages will be installed: [2022-07-29T22:30:58.764Z] #42 32.49 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-07-29T22:30:58.764Z] #42 32.55 Suggested packages: [2022-07-29T22:30:58.764Z] #42 32.55 cmake-doc ninja-build lrzip [2022-07-29T22:30:58.764Z] #42 32.55 Recommended packages: [2022-07-29T22:30:58.764Z] #42 32.55 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-07-29T22:30:58.764Z] #42 33.67 The following NEW packages will be installed: [2022-07-29T22:30:58.764Z] #42 33.67 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-07-29T22:30:58.764Z] #42 33.67 vim-common xxd [2022-07-29T22:30:58.764Z] #42 34.14 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:30:58.764Z] #42 34.14 Need to get 17.7 MB of archives. [2022-07-29T22:30:58.764Z] #42 34.14 After this operation, 70.7 MB of additional disk space will be used. [2022-07-29T22:30:58.764Z] #42 34.14 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-07-29T22:30:58.764Z] #42 34.14 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-07-29T22:30:58.764Z] #42 34.14 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-07-29T22:30:58.764Z] #42 34.23 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-07-29T22:30:58.764Z] #42 34.86 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB] [2022-07-29T22:30:58.764Z] #42 34.88 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-07-29T22:30:58.764Z] #42 34.88 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-07-29T22:30:58.764Z] #42 34.88 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-07-29T22:30:58.764Z] #42 34.90 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-07-29T22:30:58.764Z] #42 34.90 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-07-29T22:30:58.764Z] #42 36.46 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:30:58.764Z] #42 36.75 Fetched 17.7 MB in 2s (11.7 MB/s) [2022-07-29T22:30:58.764Z] #42 36.84 Selecting previously unselected package xxd. [2022-07-29T22:30:58.764Z] #42 36.84 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15717 files and directories currently installed.) [2022-07-29T22:30:58.764Z] #42 36.93 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-07-29T22:30:58.764Z] #42 36.94 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:30:58.764Z] #42 37.19 Selecting previously unselected package vim-common. [2022-07-29T22:30:58.764Z] #42 37.19 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-07-29T22:30:58.764Z] #42 37.21 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:30:58.764Z] #42 37.60 Selecting previously unselected package cmake-data. [2022-07-29T22:30:58.764Z] #42 37.60 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-07-29T22:30:58.764Z] #42 37.60 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-07-29T22:30:58.764Z] #42 ... [2022-07-29T22:30:58.764Z] [2022-07-29T22:30:58.764Z] #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-07-29T22:30:58.764Z] #76 sha256:63963eed62014231075f4225b8fab9beff0b5bef7a109bbb128d375a38811047 [2022-07-29T22:30:58.764Z] #76 34.84 Fetched 5940 kB in 1s (7585 kB/s) [2022-07-29T22:30:58.764Z] #76 35.01 Selecting previously unselected package bzip2. [2022-07-29T22:30:58.764Z] #76 35.01 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15717 files and directories currently installed.) [2022-07-29T22:30:58.764Z] #76 35.09 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ... [2022-07-29T22:30:58.764Z] #76 35.12 Unpacking bzip2 (1.0.8-4) ... [2022-07-29T22:30:58.764Z] #76 35.31 Selecting previously unselected package libmagic-mgc. [2022-07-29T22:30:58.764Z] #76 35.31 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-07-29T22:30:58.764Z] #76 35.32 Unpacking libmagic-mgc (1:5.39-3) ... [2022-07-29T22:30:58.764Z] #76 35.97 Selecting previously unselected package libmagic1:amd64. [2022-07-29T22:30:58.764Z] #76 35.97 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ... [2022-07-29T22:30:58.764Z] #76 35.97 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-07-29T22:30:58.764Z] #76 36.19 Selecting previously unselected package file. [2022-07-29T22:30:58.764Z] #76 36.22 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ... [2022-07-29T22:30:58.764Z] #76 36.23 Unpacking file (1:5.39-3) ... [2022-07-29T22:30:58.764Z] #76 36.35 Selecting previously unselected package xz-utils. [2022-07-29T22:30:58.764Z] #76 36.38 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-07-29T22:30:58.764Z] #76 36.39 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-07-29T22:30:58.764Z] #76 36.70 Selecting previously unselected package libsigsegv2:amd64. [2022-07-29T22:30:58.764Z] #76 36.72 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ... [2022-07-29T22:30:58.764Z] #76 36.73 Unpacking libsigsegv2:amd64 (2.13-1) ... [2022-07-29T22:30:58.764Z] #76 36.83 Selecting previously unselected package m4. [2022-07-29T22:30:58.764Z] #76 36.84 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ... [2022-07-29T22:30:58.764Z] #76 36.84 Unpacking m4 (1.4.18-5) ... [2022-07-29T22:30:58.764Z] #76 37.08 Selecting previously unselected package autoconf. [2022-07-29T22:30:58.764Z] #76 37.08 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-07-29T22:30:58.764Z] #76 37.09 Unpacking autoconf (2.69-14) ... [2022-07-29T22:30:58.764Z] #76 37.59 Selecting previously unselected package autotools-dev. [2022-07-29T22:30:58.764Z] #76 37.59 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-07-29T22:30:58.764Z] #76 37.59 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-07-29T22:30:58.764Z] #76 37.71 Selecting previously unselected package automake. [2022-07-29T22:30:58.764Z] #76 37.75 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-07-29T22:30:58.764Z] #76 37.75 Unpacking automake (1:1.16.3-2) ... [2022-07-29T22:30:58.944Z] #84 139.6 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-07-29T22:30:58.944Z] #84 139.6 make[5]: Nothing to be done for 'install-exec-am'. [2022-07-29T22:30:58.944Z] #84 139.6 make[5]: Nothing to be done for 'install-data-am'. [2022-07-29T22:30:58.944Z] #84 139.6 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-07-29T22:30:58.944Z] #84 139.6 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-07-29T22:30:58.944Z] #84 139.6 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-07-29T22:30:58.944Z] #84 139.6 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-07-29T22:30:58.944Z] #84 139.6 make[2]: Entering directory '/tmp/crun-build' [2022-07-29T22:30:59.191Z] #14 ... [2022-07-29T22:30:59.191Z] [2022-07-29T22:30:59.191Z] #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-07-29T22:30:59.191Z] #44 sha256:ba7ea7f8bd04c2912acba12749d2a7fa8d0207468801466bc26a76077ee22b6e [2022-07-29T22:30:59.191Z] #44 5.961 [100%] Built target tini-static [2022-07-29T22:30:59.191Z] #44 6.174 + mkdir -p /build [2022-07-29T22:30:59.191Z] #44 6.178 + cp tini-static /build/docker-init [2022-07-29T22:30:59.191Z] #44 DONE 6.9s [2022-07-29T22:30:59.191Z] [2022-07-29T22:30:59.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-07-29T22:30:59.191Z] #77 sha256:4eef9e1453ac82f899b5c2524f627bb8228588e9c4cc34aca6c1ee4d7621531b [2022-07-29T22:30:59.191Z] #77 6.527 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-07-29T22:30:59.191Z] #77 6.573 Cloning into '/tmp/crun-build/libocispec'... [2022-07-29T22:30:59.191Z] #77 7.663 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-07-29T22:30:59.191Z] #77 7.676 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-07-29T22:30:59.191Z] #77 7.709 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-07-29T22:30:59.191Z] #77 7.709 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-07-29T22:30:59.192Z] #77 7.730 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-07-29T22:30:59.192Z] #77 9.376 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-07-29T22:30:59.192Z] #77 10.53 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-07-29T22:30:59.192Z] #77 11.68 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-07-29T22:30:59.192Z] #77 12.29 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-07-29T22:30:59.192Z] #77 12.49 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-07-29T22:30:59.205Z] #84 139.7 CC src/crun-crun.o [2022-07-29T22:30:59.205Z] #84 139.7 CC src/crun-run.o [2022-07-29T22:30:59.205Z] #84 139.7 CC src/crun-delete.o [2022-07-29T22:30:59.205Z] #84 139.8 CC src/crun-kill.o [2022-07-29T22:30:59.205Z] #84 139.8 CC src/crun-pause.o [2022-07-29T22:30:59.205Z] #84 139.8 CC src/crun-unpause.o [2022-07-29T22:30:59.205Z] #84 139.8 CC src/crun-spec.o [2022-07-29T22:30:59.205Z] #84 139.8 CC src/crun-list.o [2022-07-29T22:30:59.205Z] #84 139.8 CC src/crun-create.o [2022-07-29T22:30:59.205Z] #84 139.8 CC src/crun-exec.o [2022-07-29T22:30:59.205Z] #84 139.9 CC src/crun-state.o [2022-07-29T22:30:59.205Z] #84 139.9 CC src/crun-start.o [2022-07-29T22:30:59.205Z] #84 139.9 CC src/crun-ps.o [2022-07-29T22:30:59.205Z] #84 139.9 CC src/crun-update.o [2022-07-29T22:30:59.205Z] #84 140.0 CC src/crun-checkpoint.o [2022-07-29T22:30:59.327Z] #76 38.44 Selecting previously unselected package patch. [2022-07-29T22:30:59.327Z] #76 38.45 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ... [2022-07-29T22:30:59.327Z] #76 38.46 Unpacking patch (2.7.6-7) ... [2022-07-29T22:30:59.466Z] #84 140.0 CC src/crun-restore.o [2022-07-29T22:30:59.466Z] #84 140.0 CC src/libcrun/libcrun_la-utils.lo [2022-07-29T22:30:59.466Z] #84 140.0 CC src/libcrun/libcrun_la-container.lo [2022-07-29T22:30:59.466Z] #84 140.1 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-07-29T22:30:59.466Z] #84 140.1 CC src/libcrun/libcrun_la-cgroup.lo [2022-07-29T22:30:59.466Z] #84 140.1 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-07-29T22:30:59.466Z] #84 140.2 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-07-29T22:30:59.466Z] #84 140.2 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-07-29T22:30:59.466Z] #84 140.2 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-07-29T22:30:59.466Z] #84 140.2 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-07-29T22:30:59.466Z] #84 140.2 CC src/libcrun/libcrun_la-criu.lo [2022-07-29T22:30:59.466Z] #84 140.3 CC src/libcrun/libcrun_la-custom-handler.lo [2022-07-29T22:30:59.466Z] #84 140.3 CC src/libcrun/libcrun_la-linux.lo [2022-07-29T22:30:59.584Z] #76 38.68 Selecting previously unselected package dpkg-dev. [2022-07-29T22:30:59.584Z] #76 38.69 Preparing to unpack .../11-dpkg-dev_1.20.11_all.deb ... [2022-07-29T22:30:59.584Z] #76 38.70 Unpacking dpkg-dev (1.20.11) ... [2022-07-29T22:30:59.727Z] #84 140.4 CC src/libcrun/libcrun_la-seccomp.lo [2022-07-29T22:30:59.727Z] #84 140.4 CC src/libcrun/libcrun_la-ebpf.lo [2022-07-29T22:30:59.727Z] #84 140.5 CC src/libcrun/libcrun_la-error.lo [2022-07-29T22:30:59.727Z] #84 140.5 CC src/libcrun/libcrun_la-status.lo [2022-07-29T22:30:59.840Z] #76 ... [2022-07-29T22:30:59.841Z] [2022-07-29T22:30:59.841Z] #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-07-29T22:30:59.841Z] #47 sha256:227902170f5c3b0aaca2dffd57dac2b8e4f381343477cfee50c90126d3e77ba2 [2022-07-29T22:30:59.841Z] #47 28.80 Updating files: 72% (1576/2176) Updating files: 73% (1589/2176) Updating files: 74% (1611/2176) Updating files: 75% (1632/2176) Updating files: 76% (1654/2176) Updating files: 77% (1676/2176) Updating files: 78% (1698/2176) Updating files: 79% (1720/2176) Updating files: 80% (1741/2176) Updating files: 81% (1763/2176) Updating files: 82% (1785/2176) Updating files: 83% (1807/2176) Updating files: 84% (1828/2176) Updating files: 85% (1850/2176) Updating files: 86% (1872/2176) Updating files: 87% (1894/2176) Updating files: 88% (1915/2176) Updating files: 89% (1937/2176) Updating files: 90% (1959/2176) Updating files: 91% (1981/2176) Updating files: 92% (2002/2176) Updating files: 93% (2024/2176) Updating files: 94% (2046/2176) Updating files: 95% (2068/2176) Updating files: 96% (2089/2176) Updating files: 97% (2111/2176) Updating files: 98% (2133/2176) Updating files: 99% (2155/2176) Updating files: 100% (2176/2176) Updating files: 100% (2176/2176), done. [2022-07-29T22:30:59.841Z] #47 29.60 + git checkout -q v2.3.0 [2022-07-29T22:30:59.841Z] #47 31.58 + 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-07-29T22:30:59.841Z] #47 ... [2022-07-29T22:30:59.841Z] [2022-07-29T22:30:59.841Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-07-29T22:30:59.841Z] #64 sha256:2dd93cc70602a5caf31833500699b3fca92c9ebf251bab4302c211bec661a151 [2022-07-29T22:30:59.841Z] #64 3.716 + RM_GOPATH=0 [2022-07-29T22:30:59.841Z] #64 3.724 + TMP_GOPATH= [2022-07-29T22:30:59.841Z] #64 3.724 + : /build [2022-07-29T22:30:59.841Z] #64 3.724 + '[' -z '' ']' [2022-07-29T22:30:59.841Z] #64 3.724 ++ mktemp -d [2022-07-29T22:30:59.841Z] #64 3.733 + export GOPATH=/tmp/tmp.jYnXXBytjR [2022-07-29T22:30:59.841Z] #64 3.733 + GOPATH=/tmp/tmp.jYnXXBytjR [2022-07-29T22:30:59.841Z] #64 3.733 + RM_GOPATH=1 [2022-07-29T22:30:59.841Z] #64 3.733 + case "$(go env GOARCH)" in [2022-07-29T22:30:59.841Z] #64 3.733 ++ go env GOARCH [2022-07-29T22:30:59.841Z] #64 3.755 + export GO_BUILDMODE=-buildmode=pie [2022-07-29T22:30:59.841Z] #64 3.755 + GO_BUILDMODE=-buildmode=pie [2022-07-29T22:30:59.841Z] #64 3.756 ++ dirname /install.sh [2022-07-29T22:30:59.841Z] #64 3.757 + dir=/ [2022-07-29T22:30:59.841Z] #64 3.757 + bin=containerd [2022-07-29T22:30:59.841Z] #64 3.757 + shift [2022-07-29T22:30:59.841Z] #64 3.757 + '[' '!' -f //containerd.installer ']' [2022-07-29T22:30:59.841Z] #64 3.757 + . //containerd.installer [2022-07-29T22:30:59.841Z] #64 3.757 ++ set -e [2022-07-29T22:30:59.841Z] #64 3.757 ++ : v1.6.6 [2022-07-29T22:30:59.841Z] #64 3.757 + install_containerd [2022-07-29T22:30:59.841Z] #64 3.757 + echo 'Install containerd version v1.6.6' [2022-07-29T22:30:59.841Z] #64 3.757 + git clone https://github.com/containerd/containerd.git /tmp/tmp.jYnXXBytjR/src/github.com/containerd/containerd [2022-07-29T22:30:59.841Z] #64 3.758 Install containerd version v1.6.6 [2022-07-29T22:30:59.841Z] #64 3.777 Cloning into '/tmp/tmp.jYnXXBytjR/src/github.com/containerd/containerd'... [2022-07-29T22:30:59.989Z] #84 140.6 CC src/libcrun/libcrun_la-terminal.lo [2022-07-29T22:30:59.989Z] #84 140.6 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-07-29T22:30:59.989Z] #84 ... [2022-07-29T22:30:59.989Z] [2022-07-29T22:30:59.989Z] #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-07-29T22:30:59.989Z] #19 sha256:1b1d9dac1bc282eb8e4fe3ae81b47148e43a2315d0ca62a4d546c3b59474793e [2022-07-29T22:30:59.989Z] #19 171.2 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-07-29T22:30:59.989Z] #19 171.2 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-07-29T22:30:59.989Z] #19 171.2 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-07-29T22:30:59.989Z] #19 171.3 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-07-29T22:30:59.989Z] #19 171.3 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-07-29T22:30:59.989Z] #19 171.3 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-07-29T22:31:02.369Z] #64 ... [2022-07-29T22:31:02.369Z] [2022-07-29T22:31:02.369Z] #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-07-29T22:31:02.369Z] #51 sha256:4786f6855fe8dbf5a9ad52afd8073aacd4a05c9c54f0918c430fd38376edb776 [2022-07-29T22:31:02.369Z] #51 24.74 Reading package lists... [2022-07-29T22:31:02.369Z] #51 31.04 Reading package lists... [2022-07-29T22:31:02.369Z] #51 37.21 Building dependency tree... [2022-07-29T22:31:02.369Z] #51 40.81 The following additional packages will be installed: [2022-07-29T22:31:02.369Z] #51 40.81 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-07-29T22:31:02.369Z] #51 40.81 python3-protobuf python3-six [2022-07-29T22:31:02.369Z] #51 40.83 Suggested packages: [2022-07-29T22:31:02.369Z] #51 40.83 python3-setuptools [2022-07-29T22:31:02.369Z] #51 40.83 Recommended packages: [2022-07-29T22:31:02.369Z] #51 40.83 iproute2 | iproute [2022-07-29T22:31:02.369Z] #51 ... [2022-07-29T22:31:02.369Z] [2022-07-29T22:31:02.369Z] #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-07-29T22:31:02.369Z] #57 sha256:c1feea647cb2b8221009c3899b3ae89c6e3b91c7e088cd45392d284227edd8a1 [2022-07-29T22:31:02.369Z] #57 40.83 v3.0.2 [2022-07-29T22:31:02.369Z] #57 DONE 41.3s [2022-07-29T22:31:02.369Z] [2022-07-29T22:31:02.369Z] #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-07-29T22:31:02.369Z] #76 sha256:63963eed62014231075f4225b8fab9beff0b5bef7a109bbb128d375a38811047 [2022-07-29T22:31:02.369Z] #76 39.94 Selecting previously unselected package build-essential. [2022-07-29T22:31:02.369Z] #76 39.97 Preparing to unpack .../12-build-essential_12.9_amd64.deb ... [2022-07-29T22:31:02.369Z] #76 39.98 Unpacking build-essential (12.9) ... [2022-07-29T22:31:02.369Z] #76 40.10 Selecting previously unselected package libcap2:amd64. [2022-07-29T22:31:02.369Z] #76 40.10 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ... [2022-07-29T22:31:02.369Z] #76 40.11 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-07-29T22:31:02.369Z] #76 40.22 Selecting previously unselected package libcap-dev:amd64. [2022-07-29T22:31:02.369Z] #76 40.24 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ... [2022-07-29T22:31:02.369Z] #76 40.25 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2022-07-29T22:31:02.369Z] #76 40.47 Selecting previously unselected package libprotobuf-c1:amd64. [2022-07-29T22:31:02.369Z] #76 40.47 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-07-29T22:31:02.369Z] #76 40.48 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-07-29T22:31:02.369Z] #76 40.61 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-07-29T22:31:02.369Z] #76 40.65 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2022-07-29T22:31:02.369Z] #76 40.66 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-07-29T22:31:02.369Z] #76 40.80 Selecting previously unselected package libseccomp-dev:amd64. [2022-07-29T22:31:02.369Z] #76 40.80 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-07-29T22:31:02.369Z] #76 40.82 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-07-29T22:31:02.369Z] #76 41.11 Selecting previously unselected package libsystemd-dev:amd64. [2022-07-29T22:31:02.369Z] #76 41.12 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ... [2022-07-29T22:31:02.369Z] #76 41.14 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-07-29T22:31:02.933Z] #76 42.18 Selecting previously unselected package libtool. [2022-07-29T22:31:03.223Z] #76 42.33 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-07-29T22:31:03.223Z] #76 42.33 Unpacking libtool (2.4.6-15) ... [2022-07-29T22:31:03.223Z] #76 42.63 Selecting previously unselected package libudev-dev:amd64. [2022-07-29T22:31:03.223Z] #76 42.63 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-07-29T22:31:03.223Z] #76 42.63 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-07-29T22:31:03.380Z] #77 ... [2022-07-29T22:31:03.380Z] [2022-07-29T22:31:03.380Z] #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-07-29T22:31:03.380Z] #14 sha256:bfcadd5681e0b1c2e86afa872e977fe31ffe209d5dc80016406d5f864dd69800 [2022-07-29T22:31:03.380Z] #14 63.28 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-07-29T22:31:03.380Z] #14 63.28 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-07-29T22:31:03.380Z] #14 63.29 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-07-29T22:31:03.807Z] #76 43.04 Selecting previously unselected package libyajl2:amd64. [2022-07-29T22:31:03.807Z] #76 43.04 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ... [2022-07-29T22:31:03.807Z] #76 43.04 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-07-29T22:31:03.807Z] #76 43.10 Selecting previously unselected package libyajl-dev:amd64. [2022-07-29T22:31:03.807Z] #76 43.10 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ... [2022-07-29T22:31:03.807Z] #76 43.14 Unpacking libyajl-dev:amd64 (2.1.0-3) ... [2022-07-29T22:31:04.066Z] #76 43.37 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-07-29T22:31:04.066Z] #76 43.38 Setting up libmagic-mgc (1:5.39-3) ... [2022-07-29T22:31:04.066Z] #76 43.40 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-07-29T22:31:04.066Z] #76 43.42 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-07-29T22:31:04.337Z] #76 43.47 Setting up file (1:5.39-3) ... [2022-07-29T22:31:04.337Z] #76 43.55 Setting up bzip2 (1.0.8-4) ... [2022-07-29T22:31:04.337Z] #76 43.57 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-07-29T22:31:04.337Z] #76 43.59 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-07-29T22:31:04.337Z] #76 43.62 Setting up libcap2:amd64 (1:2.44-1) ... [2022-07-29T22:31:04.337Z] #76 43.65 Setting up autotools-dev (20180224.1+nmu1) ... [2022-07-29T22:31:04.337Z] #76 43.66 Setting up libsigsegv2:amd64 (2.13-1) ... [2022-07-29T22:31:04.337Z] #76 43.68 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-07-29T22:31:04.337Z] #76 43.70 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-07-29T22:31:04.337Z] #76 43.73 Setting up patch (2.7.6-7) ... [2022-07-29T22:31:04.596Z] #76 43.76 Setting up libudev-dev:amd64 (247.3-7) ... [2022-07-29T22:31:04.596Z] #76 43.78 Setting up libyajl-dev:amd64 (2.1.0-3) ... [2022-07-29T22:31:04.596Z] #76 43.79 Setting up libcap-dev:amd64 (1:2.44-1) ... [2022-07-29T22:31:04.596Z] #76 43.80 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-07-29T22:31:04.596Z] #76 43.85 Setting up libtool (2.4.6-15) ... [2022-07-29T22:31:04.596Z] #76 43.87 Setting up m4 (1.4.18-5) ... [2022-07-29T22:31:04.596Z] #76 43.90 Setting up dpkg-dev (1.20.11) ... [2022-07-29T22:31:04.596Z] #76 43.97 Setting up autoconf (2.69-14) ... [2022-07-29T22:31:04.852Z] #76 43.99 Setting up build-essential (12.9) ... [2022-07-29T22:31:04.852Z] #76 44.05 Setting up automake (1:1.16.3-2) ... [2022-07-29T22:31:04.852Z] #76 44.05 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-07-29T22:31:04.852Z] #76 44.08 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:31:06.223Z] #76 ... [2022-07-29T22:31:06.223Z] [2022-07-29T22:31:06.223Z] #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-07-29T22:31:06.223Z] #40 sha256:bdda54617b5082e5a490107db0d81b711797d01e31f277755f2708137fb5d38b [2022-07-29T22:31:06.223Z] #40 44.83 NAME: [2022-07-29T22:31:06.223Z] #40 44.85 go-winres - A tool for embedding resources in Windows executables [2022-07-29T22:31:06.223Z] #40 44.85 [2022-07-29T22:31:06.223Z] #40 44.85 USAGE: [2022-07-29T22:31:06.223Z] #40 44.85 go-winres [global options] command [command options] [arguments...] [2022-07-29T22:31:06.223Z] #40 44.85 [2022-07-29T22:31:06.223Z] #40 44.85 COMMANDS: [2022-07-29T22:31:06.223Z] #40 44.85 init Create an initial ./winres/winres.json [2022-07-29T22:31:06.223Z] #40 44.85 make Make syso files for the "go build" command [2022-07-29T22:31:06.223Z] #40 44.85 simply Make syso files for the "go build" command (simplified) [2022-07-29T22:31:06.223Z] #40 44.85 extract Extract all resources from an executable [2022-07-29T22:31:06.223Z] #40 44.85 patch Replace resources in an executable file (exe, dll) [2022-07-29T22:31:06.223Z] #40 44.85 help, h Shows a list of commands or help for one command [2022-07-29T22:31:06.223Z] #40 44.85 [2022-07-29T22:31:06.223Z] #40 44.85 GLOBAL OPTIONS: [2022-07-29T22:31:06.223Z] #40 44.85 --help, -h show help (default: false) [2022-07-29T22:31:06.223Z] #40 DONE 45.3s [2022-07-29T22:31:06.223Z] [2022-07-29T22:31:06.223Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:31:06.223Z] #55 sha256:986d8658b96ca0781216293b2573c6adacf583f00e7f79d984c50d9576e50c57 [2022-07-29T22:31:06.223Z] #55 40.62 go: downloading github.com/pelletier/go-toml v1.9.5 [2022-07-29T22:31:06.223Z] #55 40.65 go: downloading github.com/magiconair/properties v1.8.6 [2022-07-29T22:31:06.223Z] #55 40.91 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5 [2022-07-29T22:31:06.223Z] #55 41.16 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 [2022-07-29T22:31:06.223Z] #55 41.22 go: downloading github.com/gobwas/glob v0.2.3 [2022-07-29T22:31:06.223Z] #55 41.27 go: downloading github.com/kisielk/gotool v1.0.0 [2022-07-29T22:31:06.223Z] #55 41.40 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-07-29T22:31:06.223Z] #55 41.51 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-07-29T22:31:06.223Z] #55 41.54 go: downloading github.com/ettle/strcase v0.1.1 [2022-07-29T22:31:06.223Z] #55 41.72 go: downloading github.com/fatih/structtag v1.2.0 [2022-07-29T22:31:06.223Z] #55 41.72 go: downloading github.com/Masterminds/semver v1.5.0 [2022-07-29T22:31:06.223Z] #55 41.72 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-07-29T22:31:06.223Z] #55 41.86 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-07-29T22:31:06.223Z] #55 41.99 go: downloading github.com/prometheus/client_golang v1.12.1 [2022-07-29T22:31:06.223Z] #55 42.75 go: downloading github.com/prometheus/client_model v0.2.0 [2022-07-29T22:31:06.223Z] #55 42.84 go: downloading golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e [2022-07-29T22:31:06.223Z] #55 43.04 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-07-29T22:31:06.223Z] #55 43.12 go: downloading github.com/google/go-cmp v0.5.7 [2022-07-29T22:31:06.223Z] #55 43.60 go: downloading github.com/hexops/gotextdiff v1.0.3 [2022-07-29T22:31:06.223Z] #55 43.74 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-07-29T22:31:06.223Z] #55 43.76 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4 [2022-07-29T22:31:06.223Z] #55 43.86 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-07-29T22:31:06.223Z] #55 43.98 go: downloading github.com/beorn7/perks v1.0.1 [2022-07-29T22:31:06.223Z] #55 44.09 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-07-29T22:31:06.223Z] #55 44.09 go: downloading github.com/golang/protobuf v1.5.2 [2022-07-29T22:31:06.223Z] #55 44.26 go: downloading github.com/prometheus/common v0.32.1 [2022-07-29T22:31:06.223Z] #55 44.73 go: downloading github.com/prometheus/procfs v0.7.3 [2022-07-29T22:31:06.223Z] #55 44.76 go: downloading google.golang.org/protobuf v1.28.0 [2022-07-29T22:31:06.223Z] #55 ... [2022-07-29T22:31:06.223Z] [2022-07-29T22:31:06.223Z] #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-07-29T22:31:06.223Z] #76 sha256:63963eed62014231075f4225b8fab9beff0b5bef7a109bbb128d375a38811047 [2022-07-29T22:31:06.223Z] #76 DONE 45.5s [2022-07-29T22:31:06.482Z] [2022-07-29T22:31:06.482Z] #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-07-29T22:31:06.482Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:31:06.573Z] #19 ... [2022-07-29T22:31:06.573Z] [2022-07-29T22:31:06.574Z] #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-07-29T22:31:06.574Z] #54 sha256:227902170f5c3b0aaca2dffd57dac2b8e4f381343477cfee50c90126d3e77ba2 [2022-07-29T22:31:06.574Z] #54 185.0 + dpkg --print-architecture [2022-07-29T22:31:06.574Z] #54 185.0 + git checkout -q v2.1.0 [2022-07-29T22:31:06.574Z] #54 185.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-07-29T22:31:06.574Z] #54 185.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-07-29T22:31:07.046Z] #77 ... [2022-07-29T22:31:07.046Z] [2022-07-29T22:31:07.046Z] #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-07-29T22:31:07.046Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:31:07.046Z] #14 29.83 Reading package lists... [2022-07-29T22:31:07.046Z] #14 36.40 Building dependency tree... [2022-07-29T22:31:07.046Z] #14 40.36 The following additional packages will be installed: [2022-07-29T22:31:07.046Z] #14 40.37 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-07-29T22:31:07.046Z] #14 40.37 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-07-29T22:31:07.046Z] #14 40.37 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-07-29T22:31:07.046Z] #14 40.37 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-07-29T22:31:07.046Z] #14 40.38 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-07-29T22:31:07.046Z] #14 40.40 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-07-29T22:31:07.046Z] #14 40.40 mingw-w64-common mingw-w64-x86-64-dev [2022-07-29T22:31:07.046Z] #14 40.40 Suggested packages: [2022-07-29T22:31:07.046Z] #14 40.42 gcc-10-locales seccomp wine64 [2022-07-29T22:31:07.046Z] #14 41.99 The following NEW packages will be installed: [2022-07-29T22:31:07.046Z] #14 41.99 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-07-29T22:31:07.046Z] #14 41.99 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-07-29T22:31:07.046Z] #14 41.99 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-07-29T22:31:07.046Z] #14 41.99 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-07-29T22:31:07.046Z] #14 41.99 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-07-29T22:31:07.046Z] #14 41.99 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-07-29T22:31:07.046Z] #14 41.99 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-07-29T22:31:07.046Z] #14 41.99 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-07-29T22:31:07.046Z] #14 41.99 mingw-w64-x86-64-dev [2022-07-29T22:31:07.046Z] #14 42.57 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:31:07.046Z] #14 42.57 Need to get 115 MB of archives. [2022-07-29T22:31:07.046Z] #14 42.57 After this operation, 645 MB of additional disk space will be used. [2022-07-29T22:31:07.046Z] #14 42.57 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-07-29T22:31:07.046Z] #14 42.84 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-07-29T22:31:07.046Z] #14 42.93 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-07-29T22:31:07.046Z] #14 42.93 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-07-29T22:31:07.046Z] #14 43.04 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-07-29T22:31:07.046Z] #14 43.04 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-07-29T22:31:07.046Z] #14 43.31 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-07-29T22:31:07.046Z] #14 43.53 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-07-29T22:31:07.046Z] #14 43.53 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-07-29T22:31:07.046Z] #14 44.58 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-07-29T22:31:07.046Z] #14 46.46 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-07-29T22:31:07.977Z] #14 47.19 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-07-29T22:31:08.913Z] #14 48.02 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-07-29T22:31:08.913Z] #14 ... [2022-07-29T22:31:08.913Z] [2022-07-29T22:31:08.914Z] #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-07-29T22:31:08.914Z] #51 sha256:4786f6855fe8dbf5a9ad52afd8073aacd4a05c9c54f0918c430fd38376edb776 [2022-07-29T22:31:08.914Z] #51 41.50 The following NEW packages will be installed: [2022-07-29T22:31:08.914Z] #51 41.50 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-07-29T22:31:08.914Z] #51 41.50 python3-protobuf python3-six [2022-07-29T22:31:08.914Z] #51 42.06 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:31:08.914Z] #51 42.06 Need to get 2315 kB of archives. [2022-07-29T22:31:08.914Z] #51 42.06 After this operation, 11.1 MB of additional disk space will be used. [2022-07-29T22:31:08.914Z] #51 42.06 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-07-29T22:31:08.914Z] #51 42.06 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-07-29T22:31:08.914Z] #51 42.06 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-07-29T22:31:08.914Z] #51 42.06 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-07-29T22:31:08.914Z] #51 42.13 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-07-29T22:31:08.914Z] #51 42.13 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-07-29T22:31:08.914Z] #51 42.13 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-07-29T22:31:08.914Z] #51 44.58 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17.1-1 [683 kB] [2022-07-29T22:31:08.914Z] #51 46.23 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:31:08.914Z] #51 46.52 Fetched 2315 kB in 3s (688 kB/s) [2022-07-29T22:31:08.914Z] #51 46.75 Selecting previously unselected package libprotobuf23:amd64. [2022-07-29T22:31:08.914Z] #51 46.75 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15717 files and directories currently installed.) [2022-07-29T22:31:08.914Z] #51 46.76 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-07-29T22:31:08.914Z] #51 46.81 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-07-29T22:31:08.914Z] #51 47.63 Selecting previously unselected package python3-pkg-resources. [2022-07-29T22:31:08.914Z] #51 47.65 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-07-29T22:31:08.914Z] #51 47.67 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-07-29T22:31:09.173Z] #51 47.96 Selecting previously unselected package python3-six. [2022-07-29T22:31:09.173Z] #51 47.96 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-07-29T22:31:09.173Z] #51 47.98 Unpacking python3-six (1.16.0-2) ... [2022-07-29T22:31:09.430Z] #51 48.08 Selecting previously unselected package python3-protobuf. [2022-07-29T22:31:09.430Z] #51 48.08 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-07-29T22:31:09.430Z] #51 48.10 Unpacking python3-protobuf (3.12.4-1) ... [2022-07-29T22:31:09.874Z] #54 ... [2022-07-29T22:31:09.874Z] [2022-07-29T22:31:09.874Z] #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-07-29T22:31:09.874Z] #84 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:31:09.874Z] #84 140.7 CC src/libcrun/libcrun_la-mount_flags.lo [2022-07-29T22:31:09.874Z] #84 140.7 CC src/libcrun/libcrun_la-signals.lo [2022-07-29T22:31:09.874Z] #84 140.8 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-07-29T22:31:09.874Z] #84 140.9 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-07-29T22:31:09.874Z] #84 141.0 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-07-29T22:31:09.874Z] #84 141.1 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-07-29T22:31:09.874Z] #84 141.2 CC tests/init.o [2022-07-29T22:31:09.874Z] #84 141.2 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-07-29T22:31:09.874Z] #84 141.2 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-07-29T22:31:09.874Z] #84 141.3 CC src/libcrun/libcrun_testing_a-utils.o [2022-07-29T22:31:09.874Z] #84 141.4 CC src/libcrun/libcrun_testing_a-container.o [2022-07-29T22:31:09.874Z] #84 141.5 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-07-29T22:31:09.874Z] #84 141.6 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-07-29T22:31:09.874Z] #84 141.6 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-07-29T22:31:09.874Z] #84 141.8 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-07-29T22:31:09.874Z] #84 142.1 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-07-29T22:31:09.874Z] #84 142.3 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-07-29T22:31:09.874Z] #84 142.5 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-07-29T22:31:09.874Z] #84 142.6 CC src/libcrun/libcrun_testing_a-criu.o [2022-07-29T22:31:09.874Z] #84 142.7 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-07-29T22:31:09.874Z] #84 142.7 CC src/libcrun/libcrun_testing_a-linux.o [2022-07-29T22:31:09.874Z] #84 142.8 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-07-29T22:31:09.874Z] #84 142.9 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-07-29T22:31:09.874Z] #84 143.1 CC src/libcrun/libcrun_testing_a-error.o [2022-07-29T22:31:09.874Z] #84 143.2 CC src/libcrun/libcrun_testing_a-status.o [2022-07-29T22:31:09.874Z] #84 143.3 CC src/libcrun/libcrun_testing_a-terminal.o [2022-07-29T22:31:09.874Z] #84 143.6 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-07-29T22:31:09.874Z] #84 143.7 CC src/libcrun/libcrun_testing_a-signals.o [2022-07-29T22:31:09.874Z] #84 143.8 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-07-29T22:31:09.874Z] #84 143.9 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-07-29T22:31:09.874Z] #84 144.0 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-07-29T22:31:09.874Z] #84 144.1 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-07-29T22:31:09.874Z] #84 144.3 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-07-29T22:31:09.874Z] #84 144.4 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-07-29T22:31:09.874Z] #84 144.4 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-07-29T22:31:09.874Z] #84 144.5 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-07-29T22:31:10.082Z] #51 48.75 Selecting previously unselected package libnet1:amd64. [2022-07-29T22:31:10.082Z] #51 48.75 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-07-29T22:31:10.082Z] #51 48.75 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-07-29T22:31:10.395Z] #51 48.97 Selecting previously unselected package libnl-3-200:amd64. [2022-07-29T22:31:10.395Z] #51 48.97 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-07-29T22:31:10.395Z] #51 48.97 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-07-29T22:31:10.960Z] #51 49.54 Selecting previously unselected package libprotobuf-c1:amd64. [2022-07-29T22:31:10.960Z] #51 49.54 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-07-29T22:31:10.960Z] #51 49.54 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-07-29T22:31:10.960Z] #51 ... [2022-07-29T22:31:10.960Z] [2022-07-29T22:31:10.960Z] #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-07-29T22:31:10.960Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:31:10.960Z] #14 49.98 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-07-29T22:31:11.500Z] #14 ... [2022-07-29T22:31:11.500Z] [2022-07-29T22:31:11.500Z] #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-07-29T22:31:11.500Z] #77 sha256:4eef9e1453ac82f899b5c2524f627bb8228588e9c4cc34aca6c1ee4d7621531b [2022-07-29T22:31:11.500Z] #77 25.09 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-07-29T22:31:11.524Z] #14 50.72 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-07-29T22:31:11.524Z] #14 50.72 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-07-29T22:31:11.524Z] #14 50.72 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-07-29T22:31:11.524Z] #14 50.74 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-07-29T22:31:11.524Z] #14 50.75 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-07-29T22:31:11.524Z] #14 50.75 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-07-29T22:31:11.524Z] #14 50.79 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-07-29T22:31:11.524Z] #14 50.79 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-07-29T22:31:11.524Z] #14 50.79 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-07-29T22:31:11.524Z] #14 50.83 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-07-29T22:31:11.524Z] #14 50.83 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-07-29T22:31:11.780Z] #14 50.87 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-07-29T22:31:11.780Z] #14 50.87 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-07-29T22:31:11.780Z] #14 50.87 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-07-29T22:31:11.780Z] #14 50.91 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-07-29T22:31:11.780Z] #14 50.91 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-07-29T22:31:11.786Z] #84 ... [2022-07-29T22:31:11.786Z] [2022-07-29T22:31:11.787Z] #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-07-29T22:31:11.787Z] #19 sha256:1b1d9dac1bc282eb8e4fe3ae81b47148e43a2315d0ca62a4d546c3b59474793e [2022-07-29T22:31:11.787Z] #19 183.0 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-07-29T22:31:11.787Z] #19 183.0 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-07-29T22:31:11.787Z] #19 183.0 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-07-29T22:31:11.787Z] #19 183.1 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-07-29T22:31:11.787Z] #19 183.1 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-07-29T22:31:11.787Z] #19 183.1 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-07-29T22:31:11.787Z] #19 183.1 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-07-29T22:31:11.787Z] #19 183.1 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-07-29T22:31:11.787Z] #19 183.1 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-07-29T22:31:11.787Z] #19 183.2 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-07-29T22:31:12.046Z] #19 183.2 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-07-29T22:31:12.046Z] #19 183.2 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-07-29T22:31:12.046Z] #19 183.2 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-07-29T22:31:12.046Z] #19 183.2 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-07-29T22:31:12.046Z] #19 183.2 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-07-29T22:31:12.046Z] #19 183.3 Selecting previously unselected package cross-config. [2022-07-29T22:31:12.046Z] #19 183.3 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-07-29T22:31:12.046Z] #19 183.3 Unpacking cross-config (2.6.18+nmu1) ... [2022-07-29T22:31:12.046Z] #19 183.3 Selecting previously unselected package gcc-10-cross-base. [2022-07-29T22:31:12.046Z] #19 183.3 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-07-29T22:31:12.046Z] #19 183.3 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-07-29T22:31:12.306Z] #19 183.4 Selecting previously unselected package libc6-arm64-cross. [2022-07-29T22:31:12.306Z] #19 183.4 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-07-29T22:31:12.306Z] #19 183.4 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-07-29T22:31:12.574Z] #19 183.8 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-07-29T22:31:12.711Z] #14 ... [2022-07-29T22:31:12.711Z] [2022-07-29T22:31:12.711Z] #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-07-29T22:31:12.711Z] #42 sha256:25b7dc650b41afdcf823b76c34a3c9d859a4b10877132b7a4d7aeb7d7ac0c568 [2022-07-29T22:31:12.711Z] #42 41.76 Selecting previously unselected package libicu67:amd64. [2022-07-29T22:31:12.711Z] #42 41.80 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-07-29T22:31:12.711Z] #42 41.84 Unpacking libicu67:amd64 (67.1-7) ... [2022-07-29T22:31:12.711Z] #42 50.05 Selecting previously unselected package libxml2:amd64. [2022-07-29T22:31:12.711Z] #42 50.05 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-07-29T22:31:12.711Z] #42 50.14 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-07-29T22:31:12.711Z] #42 50.80 Selecting previously unselected package libarchive13:amd64. [2022-07-29T22:31:12.711Z] #42 50.80 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-07-29T22:31:12.711Z] #42 50.83 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-07-29T22:31:12.711Z] #42 51.16 Selecting previously unselected package libjsoncpp24:amd64. [2022-07-29T22:31:12.711Z] #42 51.16 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-07-29T22:31:12.711Z] #42 51.18 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-07-29T22:31:12.711Z] #42 51.34 Selecting previously unselected package librhash0:amd64. [2022-07-29T22:31:12.711Z] #42 51.43 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-07-29T22:31:12.711Z] #42 51.43 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-07-29T22:31:12.711Z] #42 51.60 Selecting previously unselected package libuv1:amd64. [2022-07-29T22:31:12.711Z] #42 51.60 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-07-29T22:31:12.711Z] #42 51.61 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-07-29T22:31:12.711Z] #42 51.75 Selecting previously unselected package cmake. [2022-07-29T22:31:12.711Z] #42 51.75 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-07-29T22:31:12.711Z] #42 51.77 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-07-29T22:31:12.837Z] #19 183.8 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:31:12.837Z] #19 183.8 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-07-29T22:31:12.837Z] #19 183.9 Selecting previously unselected package libgomp1-arm64-cross. [2022-07-29T22:31:12.837Z] #19 183.9 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:31:12.837Z] #19 183.9 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-07-29T22:31:12.837Z] #19 184.0 Selecting previously unselected package libitm1-arm64-cross. [2022-07-29T22:31:12.837Z] #19 184.0 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:31:12.837Z] #19 184.0 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-07-29T22:31:12.837Z] #19 184.1 Selecting previously unselected package libatomic1-arm64-cross. [2022-07-29T22:31:12.837Z] #19 184.1 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:31:12.837Z] #19 184.1 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-07-29T22:31:12.967Z] #42 ... [2022-07-29T22:31:12.967Z] [2022-07-29T22:31:12.967Z] #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-07-29T22:31:12.967Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:31:12.967Z] #14 52.12 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:31:13.101Z] #19 184.1 Selecting previously unselected package libasan6-arm64-cross. [2022-07-29T22:31:13.101Z] #19 184.1 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:31:13.101Z] #19 184.1 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-07-29T22:31:13.224Z] #14 52.40 Fetched 115 MB in 9s (13.0 MB/s) [2022-07-29T22:31:13.224Z] #14 52.48 Selecting previously unselected package binutils-mingw-w64-i686. [2022-07-29T22:31:13.224Z] #14 52.48 (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 ... 15717 files and directories currently installed.) [2022-07-29T22:31:13.224Z] #14 52.54 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-07-29T22:31:13.224Z] #14 52.55 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-07-29T22:31:13.671Z] #19 184.9 Selecting previously unselected package liblsan0-arm64-cross. [2022-07-29T22:31:13.671Z] #19 184.9 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:31:13.671Z] #19 185.0 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-07-29T22:31:14.240Z] #19 185.3 Selecting previously unselected package libtsan0-arm64-cross. [2022-07-29T22:31:14.240Z] #19 185.3 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:31:14.240Z] #19 185.3 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-07-29T22:31:15.070Z] #19 186.0 Selecting previously unselected package libstdc++6-arm64-cross. [2022-07-29T22:31:15.070Z] #19 186.1 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:31:15.070Z] #19 186.1 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-07-29T22:31:15.070Z] #19 186.2 Selecting previously unselected package libubsan1-arm64-cross. [2022-07-29T22:31:15.070Z] #19 186.2 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:31:15.070Z] #19 186.3 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-07-29T22:31:15.639Z] #19 186.7 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-07-29T22:31:15.639Z] #19 186.7 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:31:15.639Z] #19 186.7 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-07-29T22:31:15.899Z] #19 187.1 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-07-29T22:31:15.899Z] #19 187.2 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-07-29T22:31:15.899Z] #19 187.2 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-07-29T22:31:16.496Z] #14 55.45 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-07-29T22:31:16.496Z] #14 55.46 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-07-29T22:31:16.496Z] #14 ... [2022-07-29T22:31:16.496Z] [2022-07-29T22:31:16.496Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:31:16.496Z] #55 sha256:986d8658b96ca0781216293b2573c6adacf583f00e7f79d984c50d9576e50c57 [2022-07-29T22:31:16.496Z] #55 45.75 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-07-29T22:31:16.496Z] #55 47.03 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-07-29T22:31:16.752Z] #55 ... [2022-07-29T22:31:16.752Z] [2022-07-29T22:31:16.752Z] #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-07-29T22:31:16.752Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:31:16.752Z] #14 55.89 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-07-29T22:31:16.787Z] #77 ... [2022-07-29T22:31:16.787Z] [2022-07-29T22:31:16.787Z] #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-07-29T22:31:16.787Z] #64 sha256:abeda4b2f13b61569c995b376f7fb3f2b86789b86f177386ee48cf0a081ba205 [2022-07-29T22:31:16.787Z] #64 39.83 Updating files: 61% (3039/4910) Updating files: 62% (3045/4910) Updating files: 63% (3094/4910) Updating files: 64% (3143/4910) Updating files: 65% (3192/4910) Updating files: 66% (3241/4910) Updating files: 67% (3290/4910) Updating files: 68% (3339/4910) Updating files: 69% (3388/4910) Updating files: 70% (3437/4910) Updating files: 71% (3487/4910) Updating files: 72% (3536/4910) Updating files: 73% (3585/4910) Updating files: 74% (3634/4910) Updating files: 75% (3683/4910) Updating files: 76% (3732/4910) Updating files: 77% (3781/4910) Updating files: 78% (3830/4910) Updating files: 79% (3879/4910) Updating files: 80% (3928/4910) Updating files: 81% (3978/4910) Updating files: 82% (4027/4910) Updating files: 83% (4076/4910) Updating files: 84% (4125/4910) Updating files: 85% (4174/4910) Updating files: 86% (4223/4910) Updating files: 87% (4272/4910) Updating files: 88% (4321/4910) Updating files: 89% (4370/4910) Updating files: 90% (4419/4910) Updating files: 91% (4469/4910) Updating files: 92% (4518/4910) Updating files: 93% (4567/4910) Updating files: 94% (4616/4910) Updating files: 95% (4665/4910) Updating files: 96% (4714/4910) Updating files: 97% (4763/4910) Updating files: 98% (4812/4910) Updating files: 99% (4861/4910) Updating files: 100% (4910/4910) Updating files: 100% (4910/4910), done. [2022-07-29T22:31:16.787Z] #64 40.79 + cd /tmp/tmp.VHvTWo5CKH/src/github.com/containerd/containerd [2022-07-29T22:31:16.787Z] #64 40.79 + git checkout -q v1.6.6 [2022-07-29T22:31:18.645Z] #14 ... [2022-07-29T22:31:18.645Z] [2022-07-29T22:31:18.645Z] #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-07-29T22:31:18.645Z] #42 sha256:25b7dc650b41afdcf823b76c34a3c9d859a4b10877132b7a4d7aeb7d7ac0c568 [2022-07-29T22:31:18.645Z] #42 56.72 Setting up libicu67:amd64 (67.1-7) ... [2022-07-29T22:31:18.645Z] #42 56.74 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:31:18.645Z] #42 56.81 Setting up libuv1:amd64 (1.40.0-2) ... [2022-07-29T22:31:18.645Z] #42 56.81 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:31:18.645Z] #42 56.93 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-07-29T22:31:18.645Z] #42 56.93 Setting up librhash0:amd64 (1.4.1-2) ... [2022-07-29T22:31:18.645Z] #42 56.93 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-07-29T22:31:18.645Z] #42 57.00 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-07-29T22:31:18.645Z] #42 57.00 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-07-29T22:31:18.645Z] #42 57.00 Setting up cmake (3.18.4-2+deb11u1) ... [2022-07-29T22:31:18.645Z] #42 57.00 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:31:18.645Z] #42 DONE 57.9s [2022-07-29T22:31:18.692Z] #64 42.46 + export 'BUILDTAGS=netgo osusergo static_build' [2022-07-29T22:31:18.692Z] #64 42.47 + BUILDTAGS='netgo osusergo static_build' [2022-07-29T22:31:18.692Z] #64 42.47 + export EXTRA_FLAGS=-buildmode=pie [2022-07-29T22:31:18.692Z] #64 42.47 + EXTRA_FLAGS=-buildmode=pie [2022-07-29T22:31:18.692Z] #64 42.47 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-07-29T22:31:18.692Z] #64 42.47 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-07-29T22:31:18.692Z] #64 42.47 + '[' '' = dynamic ']' [2022-07-29T22:31:18.692Z] #64 42.47 + make [2022-07-29T22:31:18.904Z] [2022-07-29T22:31:18.904Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-07-29T22:31:18.904Z] #43 sha256:10a2df4f7e84c042423eee3a0638052ca3b41c6fff034064b7340b9393cc06c1 [2022-07-29T22:31:19.470Z] #43 DONE 0.8s [2022-07-29T22:31:19.470Z] [2022-07-29T22:31:19.470Z] #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-07-29T22:31:19.470Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:31:19.470Z] #14 58.88 Selecting previously unselected package binutils-mingw-w64. [2022-07-29T22:31:19.727Z] #14 58.94 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-07-29T22:31:19.727Z] #14 59.02 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-07-29T22:31:19.984Z] #14 59.08 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-07-29T22:31:19.984Z] #14 59.08 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-07-29T22:31:19.984Z] #14 59.08 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-07-29T22:31:20.069Z] #64 44.08 + bin/ctr [2022-07-29T22:31:20.241Z] #14 59.36 Selecting previously unselected package dmsetup. [2022-07-29T22:31:20.242Z] #14 59.36 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-07-29T22:31:20.242Z] #14 59.42 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-07-29T22:31:20.242Z] #14 59.57 Selecting previously unselected package mingw-w64-common. [2022-07-29T22:31:20.498Z] #14 59.59 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-07-29T22:31:20.498Z] #14 59.59 Unpacking mingw-w64-common (8.0.0-1) ... [2022-07-29T22:31:20.755Z] #14 ... [2022-07-29T22:31:20.755Z] [2022-07-29T22:31:20.755Z] #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-07-29T22:31:20.755Z] #51 sha256:4786f6855fe8dbf5a9ad52afd8073aacd4a05c9c54f0918c430fd38376edb776 [2022-07-29T22:31:20.755Z] #51 49.70 Selecting previously unselected package criu. [2022-07-29T22:31:20.755Z] #51 49.70 Preparing to unpack .../7-criu_3.17.1-1_amd64.deb ... [2022-07-29T22:31:20.755Z] #51 49.70 Unpacking criu (3.17.1-1) ... [2022-07-29T22:31:20.755Z] #51 50.59 Setting up python3-pkg-resources (52.0.0-4) ... [2022-07-29T22:31:20.755Z] #51 52.60 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-07-29T22:31:20.755Z] #51 52.61 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-07-29T22:31:20.755Z] #51 52.62 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-07-29T22:31:20.755Z] #51 52.65 Setting up python3-six (1.16.0-2) ... [2022-07-29T22:31:20.755Z] #51 54.08 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-07-29T22:31:20.755Z] #51 54.13 Setting up python3-protobuf (3.12.4-1) ... [2022-07-29T22:31:20.755Z] #51 58.17 Setting up criu (3.17.1-1) ... [2022-07-29T22:31:21.685Z] #51 60.26 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:31:21.685Z] #51 ... [2022-07-29T22:31:21.685Z] [2022-07-29T22:31:21.685Z] #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-07-29T22:31:21.685Z] #34 sha256:be1d50aa5033694acc1312dcc6ebc9582878d65872f13f83b11aa6a3855f38c7 [2022-07-29T22:31:21.685Z] #34 50.42 Updating files: 99% (1518/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-07-29T22:31:21.685Z] #34 50.42 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-07-29T22:31:21.685Z] #34 50.65 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-07-29T22:31:21.685Z] #34 ... [2022-07-29T22:31:21.685Z] [2022-07-29T22:31:21.685Z] #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-07-29T22:31:21.685Z] #44 sha256:97ed4a4bcbbc53e33f92d2c2d50088199d4b150335d7639a0576b5f632f86480 [2022-07-29T22:31:22.250Z] #44 ... [2022-07-29T22:31:22.250Z] [2022-07-29T22:31:22.250Z] #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-07-29T22:31:22.250Z] #51 sha256:4786f6855fe8dbf5a9ad52afd8073aacd4a05c9c54f0918c430fd38376edb776 [2022-07-29T22:31:22.250Z] #51 DONE 61.0s [2022-07-29T22:31:22.250Z] [2022-07-29T22:31:22.250Z] #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-07-29T22:31:22.250Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:31:22.250Z] #77 7.337 Cloning into '/tmp/crun-build'... [2022-07-29T22:31:22.250Z] #77 14.75 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-07-29T22:31:22.250Z] #77 14.76 Cloning into '/tmp/crun-build/libocispec'... [2022-07-29T22:31:22.250Z] #77 16.06 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-07-29T22:31:22.250Z] #77 16.09 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-07-29T22:31:22.250Z] #77 16.09 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-07-29T22:31:22.250Z] #77 16.09 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-07-29T22:31:22.250Z] #77 16.09 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-07-29T22:31:24.031Z] #19 ... [2022-07-29T22:31:24.031Z] [2022-07-29T22:31:24.031Z] #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-07-29T22:31:24.031Z] #84 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:31:24.031Z] #84 164.5 CCLD tests/init [2022-07-29T22:31:24.144Z] #77 ... [2022-07-29T22:31:24.144Z] [2022-07-29T22:31:24.144Z] #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-07-29T22:31:24.144Z] #44 sha256:97ed4a4bcbbc53e33f92d2c2d50088199d4b150335d7639a0576b5f632f86480 [2022-07-29T22:31:24.144Z] #44 4.531 + RM_GOPATH=0 [2022-07-29T22:31:24.144Z] #44 4.531 + TMP_GOPATH= [2022-07-29T22:31:24.144Z] #44 4.531 + : /build [2022-07-29T22:31:24.144Z] #44 4.531 + '[' -z '' ']' [2022-07-29T22:31:24.144Z] #44 4.531 ++ mktemp -d [2022-07-29T22:31:24.144Z] #44 4.531 + export GOPATH=/tmp/tmp.LK8D33GB3k [2022-07-29T22:31:24.144Z] #44 4.531 + GOPATH=/tmp/tmp.LK8D33GB3k [2022-07-29T22:31:24.144Z] #44 4.531 + RM_GOPATH=1 [2022-07-29T22:31:24.144Z] #44 4.531 + case "$(go env GOARCH)" in [2022-07-29T22:31:24.144Z] #44 4.531 ++ go env GOARCH [2022-07-29T22:31:24.144Z] #44 4.556 + export GO_BUILDMODE=-buildmode=pie [2022-07-29T22:31:24.144Z] #44 4.563 + GO_BUILDMODE=-buildmode=pie [2022-07-29T22:31:24.144Z] #44 4.563 ++ dirname /install.sh [2022-07-29T22:31:24.144Z] #44 4.566 + dir=/ [2022-07-29T22:31:24.144Z] #44 4.567 + bin=tini [2022-07-29T22:31:24.144Z] #44 4.567 + shift [2022-07-29T22:31:24.144Z] #44 4.567 + '[' '!' -f //tini.installer ']' [2022-07-29T22:31:24.144Z] #44 4.567 + . //tini.installer [2022-07-29T22:31:24.144Z] #44 4.567 ++ : v0.19.0 [2022-07-29T22:31:24.144Z] #44 4.567 + install_tini [2022-07-29T22:31:24.144Z] #44 4.567 + echo 'Install tini version v0.19.0' [2022-07-29T22:31:24.144Z] #44 4.567 + git clone https://github.com/krallin/tini.git /tmp/tmp.LK8D33GB3k/tini [2022-07-29T22:31:24.144Z] #44 4.567 Install tini version v0.19.0 [2022-07-29T22:31:24.144Z] #44 4.593 Cloning into '/tmp/tmp.LK8D33GB3k/tini'... [2022-07-29T22:31:25.075Z] #44 5.506 + cd /tmp/tmp.LK8D33GB3k/tini [2022-07-29T22:31:25.075Z] #44 5.506 + git checkout -q v0.19.0 [2022-07-29T22:31:25.075Z] #44 5.542 + cmake . [2022-07-29T22:31:25.343Z] #64 ... [2022-07-29T22:31:25.343Z] [2022-07-29T22:31:25.343Z] #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-07-29T22:31:25.343Z] #14 sha256:bfcadd5681e0b1c2e86afa872e977fe31ffe209d5dc80016406d5f864dd69800 [2022-07-29T22:31:25.343Z] #14 74.48 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-07-29T22:31:25.343Z] #14 74.49 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-07-29T22:31:25.343Z] #14 74.49 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-07-29T22:31:25.343Z] #14 79.77 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-07-29T22:31:25.343Z] #14 79.77 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-07-29T22:31:25.343Z] #14 79.79 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-07-29T22:31:25.343Z] #14 85.36 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-07-29T22:31:25.343Z] #14 85.36 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-07-29T22:31:25.343Z] #14 85.36 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-07-29T22:31:26.009Z] #44 6.216 -- The C compiler identification is GNU 10.2.1 [2022-07-29T22:31:26.009Z] #44 6.313 -- Detecting C compiler ABI info [2022-07-29T22:31:26.573Z] #44 7.115 -- Detecting C compiler ABI info - done [2022-07-29T22:31:26.829Z] #44 7.267 -- Check for working C compiler: /usr/bin/cc - skipped [2022-07-29T22:31:26.829Z] #44 7.285 -- Detecting C compile features [2022-07-29T22:31:26.829Z] #44 7.285 -- Detecting C compile features - done [2022-07-29T22:31:27.086Z] #44 7.387 -- Performing Test HAS_BUILTIN_FORTIFY [2022-07-29T22:31:27.086Z] #44 7.587 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-07-29T22:31:27.343Z] #44 7.709 -- Configuring done [2022-07-29T22:31:27.343Z] #44 7.709 -- Generating done [2022-07-29T22:31:27.343Z] #44 7.709 -- Build files have been written to: /tmp/tmp.LK8D33GB3k/tini [2022-07-29T22:31:27.343Z] #44 7.771 + make tini-static [2022-07-29T22:31:27.600Z] #44 8.152 Scanning dependencies of target tini-static [2022-07-29T22:31:27.857Z] #44 8.223 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-07-29T22:31:28.632Z] #14 ... [2022-07-29T22:31:28.632Z] [2022-07-29T22:31:28.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-07-29T22:31:28.632Z] #77 sha256:4eef9e1453ac82f899b5c2524f627bb8228588e9c4cc34aca6c1ee4d7621531b [2022-07-29T22:31:28.632Z] #77 33.94 libtoolize: putting auxiliary files in '.'. [2022-07-29T22:31:28.632Z] #77 33.94 libtoolize: copying file './ltmain.sh' [2022-07-29T22:31:28.632Z] #77 34.70 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-07-29T22:31:28.632Z] #77 34.70 libtoolize: and rerunning libtoolize and aclocal. [2022-07-29T22:31:28.632Z] #77 34.70 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-07-29T22:31:28.632Z] #77 42.27 configure.ac:7: installing './compile' [2022-07-29T22:31:28.632Z] #77 42.28 configure.ac:11: installing './config.guess' [2022-07-29T22:31:28.632Z] #77 42.28 configure.ac:11: installing './config.sub' [2022-07-29T22:31:28.632Z] #77 42.29 configure.ac:8: installing './install-sh' [2022-07-29T22:31:28.632Z] #77 42.30 configure.ac:8: installing './missing' [2022-07-29T22:31:28.632Z] #77 42.46 Makefile.am: installing './depcomp' [2022-07-29T22:31:29.228Z] #44 9.589 [100%] Linking C executable tini-static [2022-07-29T22:31:29.318Z] #84 ... [2022-07-29T22:31:29.318Z] [2022-07-29T22:31:29.318Z] #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-07-29T22:31:29.318Z] #54 sha256:227902170f5c3b0aaca2dffd57dac2b8e4f381343477cfee50c90126d3e77ba2 [2022-07-29T22:31:29.318Z] #54 DONE 208.1s [2022-07-29T22:31:29.318Z] [2022-07-29T22:31:29.318Z] #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-07-29T22:31:29.318Z] #19 sha256:1b1d9dac1bc282eb8e4fe3ae81b47148e43a2315d0ca62a4d546c3b59474793e [2022-07-29T22:31:29.489Z] #44 9.963 [100%] Built target tini-static [2022-07-29T22:31:29.569Z] #77 43.66 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-07-29T22:31:29.569Z] #77 43.66 libtoolize: copying file 'build-aux/ltmain.sh' [2022-07-29T22:31:29.569Z] #77 43.83 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-07-29T22:31:29.569Z] #77 43.83 libtoolize: copying file 'm4/libtool.m4' [2022-07-29T22:31:29.746Z] #44 10.07 + mkdir -p /build [2022-07-29T22:31:29.746Z] #44 10.07 + cp tini-static /build/docker-init [2022-07-29T22:31:29.746Z] #44 DONE 10.2s [2022-07-29T22:31:29.746Z] [2022-07-29T22:31:29.746Z] #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-07-29T22:31:29.746Z] #53 sha256:ecf3cd67689cd7756657b79c02e28edc1d38c237be2de3571f17d04f8973fa13 [2022-07-29T22:31:29.746Z] #53 68.90 gotestsum version dev [2022-07-29T22:31:29.746Z] #53 DONE 69.0s [2022-07-29T22:31:29.746Z] [2022-07-29T22:31:29.746Z] #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-07-29T22:31:29.746Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:31:29.746Z] #14 65.58 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-07-29T22:31:29.746Z] #14 65.59 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-07-29T22:31:29.746Z] #14 65.60 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-07-29T22:31:29.829Z] #77 43.92 libtoolize: copying file 'm4/ltoptions.m4' [2022-07-29T22:31:29.829Z] #77 44.03 libtoolize: copying file 'm4/ltsugar.m4' [2022-07-29T22:31:29.829Z] #77 44.14 libtoolize: copying file 'm4/ltversion.m4' [2022-07-29T22:31:30.088Z] #77 44.29 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-07-29T22:31:30.088Z] #77 44.42 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-07-29T22:31:31.230Z] #19 202.2 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-07-29T22:31:31.230Z] #19 202.2 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-07-29T22:31:31.230Z] #19 202.2 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-07-29T22:31:31.230Z] #19 202.3 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-07-29T22:31:31.230Z] #19 202.3 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-07-29T22:31:31.230Z] #19 202.3 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-07-29T22:31:31.801Z] #19 202.8 Selecting previously unselected package libc6-dev-arm64-cross. [2022-07-29T22:31:31.801Z] #19 202.8 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-07-29T22:31:31.801Z] #19 202.8 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-07-29T22:31:32.267Z] #14 71.23 Selecting previously unselected package gcc-mingw-w64-base. [2022-07-29T22:31:32.267Z] #14 71.25 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-07-29T22:31:32.267Z] #14 71.25 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-07-29T22:31:32.267Z] #14 71.40 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-07-29T22:31:32.267Z] #14 71.40 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-07-29T22:31:32.267Z] #14 71.42 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-07-29T22:31:32.373Z] #19 203.5 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-07-29T22:31:32.373Z] #19 203.5 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:31:32.373Z] #19 203.5 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-07-29T22:31:32.944Z] #19 204.1 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-07-29T22:31:32.944Z] #19 204.1 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-07-29T22:31:32.944Z] #19 204.1 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-07-29T22:31:34.790Z] #14 ... [2022-07-29T22:31:34.790Z] [2022-07-29T22:31:34.790Z] #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-07-29T22:31:34.790Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:31:34.790Z] #77 18.11 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-07-29T22:31:34.790Z] #77 20.35 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-07-29T22:31:34.790Z] #77 21.91 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-07-29T22:31:34.790Z] #77 22.11 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-07-29T22:31:34.790Z] #77 22.42 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-07-29T22:31:38.206Z] #77 ... [2022-07-29T22:31:38.206Z] [2022-07-29T22:31:38.206Z] #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-07-29T22:31:38.206Z] #14 sha256:bfcadd5681e0b1c2e86afa872e977fe31ffe209d5dc80016406d5f864dd69800 [2022-07-29T22:31:38.206Z] #14 97.06 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-07-29T22:31:38.206Z] #14 97.06 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-07-29T22:31:38.206Z] #14 97.07 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-07-29T22:31:40.042Z] #77 ... [2022-07-29T22:31:40.042Z] [2022-07-29T22:31:40.042Z] #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-07-29T22:31:40.042Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:31:40.042Z] #14 79.09 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-07-29T22:31:40.042Z] #14 79.13 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-07-29T22:31:40.042Z] #14 79.13 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-07-29T22:31:42.396Z] #14 101.7 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-07-29T22:31:42.396Z] #14 101.7 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-07-29T22:31:42.396Z] #14 101.7 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-07-29T22:31:42.396Z] #14 101.8 Selecting previously unselected package libapparmor1:arm64. [2022-07-29T22:31:42.396Z] #14 101.8 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-07-29T22:31:42.396Z] #14 101.8 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-07-29T22:31:42.396Z] #14 101.9 Selecting previously unselected package libapparmor-dev:arm64. [2022-07-29T22:31:42.396Z] #14 102.0 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-07-29T22:31:42.396Z] #14 102.0 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-07-29T22:31:42.396Z] #14 102.1 Selecting previously unselected package libbtrfs0:arm64. [2022-07-29T22:31:42.396Z] #14 102.1 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-07-29T22:31:42.396Z] #14 102.1 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-07-29T22:31:42.396Z] #14 102.3 Selecting previously unselected package libbtrfs-dev:arm64. [2022-07-29T22:31:42.396Z] #14 102.3 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-07-29T22:31:42.396Z] #14 102.3 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-07-29T22:31:42.655Z] #14 102.5 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-07-29T22:31:42.655Z] #14 102.5 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-07-29T22:31:42.655Z] #14 102.5 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-07-29T22:31:42.655Z] #14 102.6 Selecting previously unselected package libudev-dev:arm64. [2022-07-29T22:31:42.655Z] #14 102.6 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ... [2022-07-29T22:31:42.655Z] #14 102.6 Unpacking libudev-dev:arm64 (247.3-7) ... [2022-07-29T22:31:42.915Z] #14 102.7 Selecting previously unselected package libsepol1-dev:arm64. [2022-07-29T22:31:42.915Z] #14 102.7 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-07-29T22:31:42.915Z] #14 102.7 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-07-29T22:31:42.942Z] #19 ... [2022-07-29T22:31:42.942Z] [2022-07-29T22:31:42.943Z] #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-07-29T22:31:42.943Z] #84 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:31:42.943Z] #84 182.5 CCLD libcrun.la [2022-07-29T22:31:42.943Z] #84 182.6 AR libcrun_testing.a [2022-07-29T22:31:42.943Z] #84 182.6 ar: `u' modifier ignored since `D' is the default (see `U') [2022-07-29T22:31:42.943Z] #84 182.6 CCLD tests/tests_libcrun_utils [2022-07-29T22:31:42.943Z] #84 182.6 CCLD tests/tests_libcrun_errors [2022-07-29T22:31:42.943Z] #84 182.6 CCLD tests/tests_libcrun_fuzzer [2022-07-29T22:31:42.943Z] #84 183.6 CCLD crun [2022-07-29T22:31:43.174Z] #14 103.0 Selecting previously unselected package libpcre2-16-0:arm64. [2022-07-29T22:31:43.174Z] #14 103.0 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2022-07-29T22:31:43.174Z] #14 103.0 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2022-07-29T22:31:43.174Z] #14 103.2 Selecting previously unselected package libpcre2-32-0:arm64. [2022-07-29T22:31:43.174Z] #14 103.2 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2022-07-29T22:31:43.174Z] #14 103.2 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2022-07-29T22:31:43.433Z] #14 103.3 Selecting previously unselected package libpcre2-posix2:arm64. [2022-07-29T22:31:43.433Z] #14 103.3 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2022-07-29T22:31:43.433Z] #14 103.3 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2022-07-29T22:31:43.433Z] #14 103.4 Selecting previously unselected package libpcre2-dev:arm64. [2022-07-29T22:31:43.433Z] #14 103.4 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2022-07-29T22:31:43.433Z] #14 103.4 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2022-07-29T22:31:43.513Z] #84 184.0 make[3]: Entering directory '/tmp/crun-build' [2022-07-29T22:31:43.513Z] #84 184.1 /bin/mkdir -p '/usr/local/lib' [2022-07-29T22:31:43.513Z] #84 184.1 /bin/mkdir -p '/usr/local/share/man/man1' [2022-07-29T22:31:43.513Z] #84 184.1 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-07-29T22:31:43.514Z] #84 184.1 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-07-29T22:31:43.514Z] #84 184.2 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-07-29T22:31:43.514Z] #84 184.2 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-07-29T22:31:43.514Z] #84 184.2 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-07-29T22:31:43.514Z] #84 184.2 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-07-29T22:31:43.774Z] #84 184.4 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib [2022-07-29T22:31:43.774Z] #84 184.4 ---------------------------------------------------------------------- [2022-07-29T22:31:43.774Z] #84 184.4 Libraries have been installed in: [2022-07-29T22:31:43.774Z] #84 184.4 /usr/local/lib [2022-07-29T22:31:43.774Z] #84 184.4 [2022-07-29T22:31:43.774Z] #84 184.4 If you ever happen to want to link against installed libraries [2022-07-29T22:31:43.774Z] #84 184.4 in a given directory, LIBDIR, you must either use libtool, and [2022-07-29T22:31:43.774Z] #84 184.4 specify the full pathname of the library, or use the '-LLIBDIR' [2022-07-29T22:31:43.774Z] #84 184.4 flag during linking and do at least one of the following: [2022-07-29T22:31:43.774Z] #84 184.4 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-07-29T22:31:43.774Z] #84 184.4 during execution [2022-07-29T22:31:43.774Z] #84 184.4 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-07-29T22:31:43.774Z] #84 184.4 during linking [2022-07-29T22:31:43.774Z] #84 184.4 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-07-29T22:31:43.774Z] #84 184.4 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-07-29T22:31:43.774Z] #84 184.4 [2022-07-29T22:31:43.774Z] #84 184.4 See any operating system documentation about shared libraries for [2022-07-29T22:31:43.774Z] #84 184.4 more information, such as the ld(1) and ld.so(8) manual pages. [2022-07-29T22:31:43.774Z] #84 184.4 ---------------------------------------------------------------------- [2022-07-29T22:31:43.774Z] #84 184.4 /bin/mkdir -p '/build' [2022-07-29T22:31:43.774Z] #84 184.4 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-07-29T22:31:43.774Z] #84 184.5 libtool: install: /usr/bin/install -c crun /build/crun [2022-07-29T22:31:43.774Z] #84 184.5 make[3]: Leaving directory '/tmp/crun-build' [2022-07-29T22:31:43.774Z] #84 184.5 make[2]: Leaving directory '/tmp/crun-build' [2022-07-29T22:31:43.774Z] #84 184.5 make[1]: Leaving directory '/tmp/crun-build' [2022-07-29T22:31:44.002Z] #14 103.8 Selecting previously unselected package libselinux1-dev:arm64. [2022-07-29T22:31:44.002Z] #14 103.8 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-07-29T22:31:44.002Z] #14 103.8 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2022-07-29T22:31:44.261Z] #14 104.0 Selecting previously unselected package libdevmapper-dev:arm64. [2022-07-29T22:31:44.261Z] #14 104.0 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-07-29T22:31:44.261Z] #14 104.0 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-07-29T22:31:44.261Z] #14 104.1 Selecting previously unselected package libseccomp-dev:arm64. [2022-07-29T22:31:44.261Z] #14 104.1 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-07-29T22:31:44.261Z] #14 104.2 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-07-29T22:31:44.520Z] #14 104.3 Selecting previously unselected package libsystemd-dev:arm64. [2022-07-29T22:31:44.520Z] #14 104.3 Preparing to unpack .../29-libsystemd-dev_247.3-7_arm64.deb ... [2022-07-29T22:31:44.520Z] #14 104.3 Unpacking libsystemd-dev:arm64 (247.3-7) ... [2022-07-29T22:31:44.716Z] #84 DONE 185.2s [2022-07-29T22:31:44.716Z] [2022-07-29T22:31:44.716Z] #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-07-29T22:31:44.716Z] #19 sha256:1b1d9dac1bc282eb8e4fe3ae81b47148e43a2315d0ca62a4d546c3b59474793e [2022-07-29T22:31:44.716Z] #19 214.5 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-07-29T22:31:44.716Z] #19 214.5 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-07-29T22:31:44.716Z] #19 214.5 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-07-29T22:31:44.716Z] #19 214.5 Selecting previously unselected package patch. [2022-07-29T22:31:44.716Z] #19 214.6 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-07-29T22:31:44.716Z] #19 214.6 Unpacking patch (2.7.6-7) ... [2022-07-29T22:31:44.716Z] #19 214.6 Selecting previously unselected package dpkg-dev. [2022-07-29T22:31:44.716Z] #19 214.7 Preparing to unpack .../047-dpkg-dev_1.20.11_all.deb ... [2022-07-29T22:31:44.716Z] #19 214.7 Unpacking dpkg-dev (1.20.11) ... [2022-07-29T22:31:44.716Z] #19 215.0 Selecting previously unselected package libconfig-inifiles-perl. [2022-07-29T22:31:44.716Z] #19 215.0 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-07-29T22:31:44.716Z] #19 215.1 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-07-29T22:31:44.716Z] #19 215.1 Selecting previously unselected package libio-string-perl. [2022-07-29T22:31:44.716Z] #19 215.2 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-07-29T22:31:44.716Z] #19 215.2 Unpacking libio-string-perl (1.08-3.1) ... [2022-07-29T22:31:44.716Z] #19 215.3 Selecting previously unselected package libicu67:amd64. [2022-07-29T22:31:44.716Z] #19 215.3 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-07-29T22:31:44.716Z] #19 215.3 Unpacking libicu67:amd64 (67.1-7) ... [2022-07-29T22:31:44.779Z] #14 104.7 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-07-29T22:31:44.779Z] #14 104.7 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-07-29T22:31:44.779Z] #14 104.8 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-07-29T22:31:44.779Z] #14 104.8 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-07-29T22:31:44.779Z] #14 104.8 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-07-29T22:31:44.779Z] #14 104.8 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2022-07-29T22:31:44.779Z] #14 104.8 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-07-29T22:31:44.779Z] #14 104.8 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2022-07-29T22:31:45.038Z] #14 104.8 Setting up libudev-dev:arm64 (247.3-7) ... [2022-07-29T22:31:45.038Z] #14 104.9 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2022-07-29T22:31:45.038Z] #14 104.9 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-07-29T22:31:45.038Z] #14 104.9 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-07-29T22:31:45.038Z] #14 104.9 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-07-29T22:31:45.038Z] #14 104.9 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-07-29T22:31:45.038Z] #14 104.9 Setting up mingw-w64-common (8.0.0-1) ... [2022-07-29T22:31:45.038Z] #14 105.0 Setting up libsystemd-dev:arm64 (247.3-7) ... [2022-07-29T22:31:45.038Z] #14 105.0 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-07-29T22:31:45.038Z] #14 105.0 Setting up libpcre2-dev:arm64 (10.36-2) ... [2022-07-29T22:31:45.038Z] #14 105.0 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-07-29T22:31:45.038Z] #14 105.0 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-07-29T22:31:45.038Z] #14 105.0 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-07-29T22:31:45.038Z] #14 105.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-07-29T22:31:45.038Z] #14 105.1 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-07-29T22:31:45.296Z] #14 105.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-07-29T22:31:45.296Z] #14 105.1 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-07-29T22:31:45.296Z] #14 105.1 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-07-29T22:31:45.296Z] #14 105.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-07-29T22:31:45.296Z] #14 105.1 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-07-29T22:31:45.296Z] #14 105.1 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-07-29T22:31:45.296Z] #14 105.2 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-07-29T22:31:45.296Z] #14 105.2 Setting up dmsetup (2:1.02.175-2.1) ... [2022-07-29T22:31:45.296Z] #14 105.2 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-07-29T22:31:45.296Z] #14 105.2 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-07-29T22:31:45.296Z] #14 105.2 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:31:46.100Z] #19 217.2 Selecting previously unselected package libxml2:amd64. [2022-07-29T22:31:46.100Z] #19 217.2 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-07-29T22:31:46.100Z] #19 217.2 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-07-29T22:31:46.100Z] #19 217.3 Selecting previously unselected package libxml-namespacesupport-perl. [2022-07-29T22:31:46.100Z] #19 217.3 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-07-29T22:31:46.100Z] #19 217.3 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-07-29T22:31:46.100Z] #19 217.4 Selecting previously unselected package libxml-sax-base-perl. [2022-07-29T22:31:46.100Z] #19 217.4 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-07-29T22:31:46.100Z] #19 217.4 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-07-29T22:31:46.361Z] #19 217.4 Selecting previously unselected package libxml-sax-perl. [2022-07-29T22:31:46.362Z] #19 217.4 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-07-29T22:31:46.362Z] #19 217.4 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-07-29T22:31:46.362Z] #19 217.5 Selecting previously unselected package libxml-libxml-perl. [2022-07-29T22:31:46.362Z] #19 217.5 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-07-29T22:31:46.362Z] #19 217.5 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-07-29T22:31:46.362Z] #19 217.6 Selecting previously unselected package libxml-simple-perl. [2022-07-29T22:31:46.362Z] #19 217.6 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-07-29T22:31:46.362Z] #19 217.6 Unpacking libxml-simple-perl (2.25-1) ... [2022-07-29T22:31:46.362Z] #19 217.7 Selecting previously unselected package libyaml-perl. [2022-07-29T22:31:46.362Z] #19 217.7 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-07-29T22:31:46.362Z] #19 217.7 Unpacking libyaml-perl (1.30-1) ... [2022-07-29T22:31:46.362Z] #19 217.7 Selecting previously unselected package libconfig-auto-perl. [2022-07-29T22:31:46.633Z] #19 217.7 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-07-29T22:31:46.633Z] #19 217.7 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-07-29T22:31:46.633Z] #19 217.8 Selecting previously unselected package libfile-which-perl. [2022-07-29T22:31:46.633Z] #19 217.8 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-07-29T22:31:46.633Z] #19 217.8 Unpacking libfile-which-perl (1.23-1) ... [2022-07-29T22:31:46.633Z] #19 217.8 Selecting previously unselected package libfile-homedir-perl. [2022-07-29T22:31:46.633Z] #19 217.8 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-07-29T22:31:46.633Z] #19 217.9 Unpacking libfile-homedir-perl (1.006-1) ... [2022-07-29T22:31:46.633Z] #19 217.9 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-07-29T22:31:46.633Z] #19 217.9 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-07-29T22:31:46.633Z] #19 217.9 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-07-29T22:31:46.633Z] #19 218.0 Selecting previously unselected package dpkg-cross. [2022-07-29T22:31:46.894Z] #19 218.0 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-07-29T22:31:46.894Z] #19 218.0 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-07-29T22:31:46.894Z] #19 218.0 Selecting previously unselected package crossbuild-essential-arm64. [2022-07-29T22:31:46.894Z] #19 218.0 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-07-29T22:31:46.894Z] #19 218.0 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-07-29T22:31:46.894Z] #19 218.1 Selecting previously unselected package libc6-armel-cross. [2022-07-29T22:31:46.894Z] #19 218.1 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-07-29T22:31:46.894Z] #19 218.1 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-07-29T22:31:47.154Z] #19 218.3 Selecting previously unselected package libgcc-s1-armel-cross. [2022-07-29T22:31:47.154Z] #19 218.3 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:31:47.154Z] #19 218.3 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-07-29T22:31:47.154Z] #19 218.4 Selecting previously unselected package libgomp1-armel-cross. [2022-07-29T22:31:47.154Z] #19 218.4 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:31:47.154Z] #19 218.4 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-07-29T22:31:47.154Z] #19 218.4 Selecting previously unselected package libatomic1-armel-cross. [2022-07-29T22:31:47.154Z] #19 218.4 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:31:47.154Z] #19 218.5 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-07-29T22:31:47.154Z] #19 218.5 Selecting previously unselected package libasan6-armel-cross. [2022-07-29T22:31:47.414Z] #19 218.5 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:31:47.414Z] #19 218.5 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-07-29T22:31:47.675Z] #19 218.8 Selecting previously unselected package libstdc++6-armel-cross. [2022-07-29T22:31:47.675Z] #19 218.9 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:31:47.675Z] #19 218.9 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-07-29T22:31:47.675Z] #19 219.0 Selecting previously unselected package libubsan1-armel-cross. [2022-07-29T22:31:47.935Z] #19 219.0 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:31:47.935Z] #19 219.0 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-07-29T22:31:47.935Z] #19 219.1 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-07-29T22:31:47.935Z] #19 219.1 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:31:47.935Z] #19 219.1 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-07-29T22:31:48.195Z] #19 219.3 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-07-29T22:31:48.195Z] #19 219.3 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-07-29T22:31:48.195Z] #19 219.3 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-07-29T22:31:49.993Z] #14 ... [2022-07-29T22:31:49.993Z] [2022-07-29T22:31:49.993Z] #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-07-29T22:31:49.993Z] #64 sha256:2dd93cc70602a5caf31833500699b3fca92c9ebf251bab4302c211bec661a151 [2022-07-29T22:31:50.571Z] #14 ... [2022-07-29T22:31:50.571Z] [2022-07-29T22:31:50.571Z] #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-07-29T22:31:50.571Z] #67 sha256:e0baa2d16615741785f2b3b9cc29ecc569bde68928dbb5e3a6623734f82f1261 [2022-07-29T22:31:50.571Z] #67 99.65 + for f in rootlesskit rootlesskit-docker-proxy [2022-07-29T22:31:50.571Z] #67 99.65 + GOBIN=/build [2022-07-29T22:31:50.571Z] #67 99.65 + GO111MODULE=on [2022-07-29T22:31:50.571Z] #67 99.65 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-07-29T22:31:50.571Z] #67 105.1 rootlesskit version 1.0.0 [2022-07-29T22:31:50.571Z] #67 105.1 Usage of /build/rootlesskit-docker-proxy: [2022-07-29T22:31:50.571Z] #67 105.1 -container-ip string [2022-07-29T22:31:50.571Z] #67 105.1 container ip [2022-07-29T22:31:50.571Z] #67 105.1 -container-port int [2022-07-29T22:31:50.571Z] #67 105.1 container port (default -1) [2022-07-29T22:31:50.571Z] #67 105.1 -host-ip string [2022-07-29T22:31:50.571Z] #67 105.1 host ip [2022-07-29T22:31:50.571Z] #67 105.1 -host-port int [2022-07-29T22:31:50.571Z] #67 105.1 host port (default -1) [2022-07-29T22:31:50.571Z] #67 105.1 -proto string [2022-07-29T22:31:50.571Z] #67 105.1 proxy protocol (default "tcp") [2022-07-29T22:31:50.571Z] #67 ... [2022-07-29T22:31:50.571Z] [2022-07-29T22:31:50.571Z] #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-07-29T22:31:50.571Z] #77 sha256:4eef9e1453ac82f899b5c2524f627bb8228588e9c4cc34aca6c1ee4d7621531b [2022-07-29T22:31:50.571Z] #77 54.43 configure.ac:7: installing 'build-aux/compile' [2022-07-29T22:31:50.571Z] #77 54.44 configure.ac:9: installing 'build-aux/config.guess' [2022-07-29T22:31:50.571Z] #77 54.45 configure.ac:9: installing 'build-aux/config.sub' [2022-07-29T22:31:50.571Z] #77 54.46 configure.ac:11: installing 'build-aux/install-sh' [2022-07-29T22:31:50.571Z] #77 54.47 configure.ac:11: installing 'build-aux/missing' [2022-07-29T22:31:50.571Z] #77 54.65 Makefile.am: installing 'build-aux/depcomp' [2022-07-29T22:31:50.571Z] #77 54.77 parallel-tests: installing 'build-aux/test-driver' [2022-07-29T22:31:50.571Z] #77 56.87 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-07-29T22:31:50.571Z] #77 56.87 libtoolize: copying file 'build-aux/ltmain.sh' [2022-07-29T22:31:50.571Z] #77 57.44 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-07-29T22:31:50.571Z] #77 57.44 libtoolize: copying file 'm4/libtool.m4' [2022-07-29T22:31:50.571Z] #77 57.53 libtoolize: copying file 'm4/ltoptions.m4' [2022-07-29T22:31:50.571Z] #77 57.64 libtoolize: copying file 'm4/ltsugar.m4' [2022-07-29T22:31:50.571Z] #77 57.78 libtoolize: copying file 'm4/ltversion.m4' [2022-07-29T22:31:50.571Z] #77 57.90 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-07-29T22:31:51.018Z] #64 54.10 Updating files: 48% (2372/4910) Updating files: 49% (2406/4910) Updating files: 50% (2455/4910) Updating files: 51% (2505/4910) Updating files: 52% (2554/4910) Updating files: 53% (2603/4910) Updating files: 54% (2652/4910) Updating files: 55% (2701/4910) Updating files: 56% (2750/4910) Updating files: 57% (2799/4910) Updating files: 58% (2848/4910) Updating files: 59% (2897/4910) Updating files: 60% (2946/4910) Updating files: 61% (2996/4910) Updating files: 62% (3045/4910) Updating files: 63% (3094/4910) Updating files: 64% (3143/4910) Updating files: 65% (3192/4910) Updating files: 66% (3241/4910) Updating files: 67% (3290/4910) Updating files: 68% (3339/4910) Updating files: 69% (3388/4910) Updating files: 70% (3437/4910) Updating files: 71% (3487/4910) Updating files: 72% (3536/4910) Updating files: 73% (3585/4910) Updating files: 74% (3634/4910) Updating files: 75% (3683/4910) Updating files: 76% (3732/4910) Updating files: 77% (3781/4910) Updating files: 78% (3830/4910) Updating files: 79% (3879/4910) Updating files: 80% (3928/4910) Updating files: 81% (3978/4910) Updating files: 82% (4027/4910) Updating files: 83% (4076/4910) Updating files: 84% (4125/4910) Updating files: 85% (4174/4910) Updating files: 86% (4223/4910) Updating files: 86% (4229/4910) Updating files: 87% (4272/4910) Updating files: 88% (4321/4910) Updating files: 89% (4370/4910) Updating files: 90% (4419/4910) Updating files: 91% (4469/4910) Updating files: 92% (4518/4910) Updating files: 93% (4567/4910) Updating files: 94% (4616/4910) Updating files: 95% (4665/4910) Updating files: 96% (4714/4910) Updating files: 97% (4763/4910) Updating files: 98% (4812/4910) Updating files: 99% (4861/4910) Updating files: 100% (4910/4910) Updating files: 100% (4910/4910), done. [2022-07-29T22:31:51.018Z] #64 55.64 + cd /tmp/tmp.jYnXXBytjR/src/github.com/containerd/containerd [2022-07-29T22:31:51.018Z] #64 55.64 + git checkout -q v1.6.6 [2022-07-29T22:31:51.153Z] #77 ... [2022-07-29T22:31:51.153Z] [2022-07-29T22:31:51.153Z] #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-07-29T22:31:51.153Z] #67 sha256:e0baa2d16615741785f2b3b9cc29ecc569bde68928dbb5e3a6623734f82f1261 [2022-07-29T22:31:51.153Z] #67 DONE 110.7s [2022-07-29T22:31:51.153Z] [2022-07-29T22:31:51.154Z] #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-07-29T22:31:51.154Z] #14 sha256:bfcadd5681e0b1c2e86afa872e977fe31ffe209d5dc80016406d5f864dd69800 [2022-07-29T22:31:51.154Z] #14 DONE 111.1s [2022-07-29T22:31:51.154Z] [2022-07-29T22:31:51.154Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-07-29T22:31:51.154Z] #59 sha256:17a976809f4851a725676280d0c1eede78679a62fed5a91b2e88d99bf7f314a8 [2022-07-29T22:31:51.416Z] #59 DONE 0.2s [2022-07-29T22:31:51.416Z] [2022-07-29T22:31:51.416Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-07-29T22:31:51.416Z] #68 sha256:c8d0cb170b363bf692afc8a26eea3c5b0954863f4cad7e1e29de7f2db7948cc3 [2022-07-29T22:31:51.416Z] #68 DONE 0.1s [2022-07-29T22:31:51.416Z] [2022-07-29T22:31:51.416Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-07-29T22:31:51.416Z] #69 sha256:1b5c774f9a2daf7b085c0325c0a4a12a98bd03bb1f8f8693ed1dff6ab0ca833a [2022-07-29T22:31:51.690Z] #69 DONE 0.2s [2022-07-29T22:31:51.690Z] [2022-07-29T22:31:51.690Z] #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-07-29T22:31:51.690Z] #60 sha256:45844e3918e7b0809a15bf4053dd16719f07b00debc34a163643504d0842f127 [2022-07-29T22:31:52.680Z] #60 1.336 + RM_GOPATH=0 [2022-07-29T22:31:52.680Z] #60 1.336 + TMP_GOPATH= [2022-07-29T22:31:52.680Z] #60 1.336 + : /build [2022-07-29T22:31:52.680Z] #60 1.336 + '[' -z '' ']' [2022-07-29T22:31:52.949Z] #60 1.337 ++ mktemp -d [2022-07-29T22:31:52.949Z] #60 1.341 + export GOPATH=/tmp/tmp.tDEVolX73h [2022-07-29T22:31:52.949Z] #60 1.345 + GOPATH=/tmp/tmp.tDEVolX73h [2022-07-29T22:31:52.949Z] #60 1.345 + RM_GOPATH=1 [2022-07-29T22:31:52.949Z] #60 1.345 + case "$(go env GOARCH)" in [2022-07-29T22:31:52.949Z] #60 1.345 ++ go env GOARCH [2022-07-29T22:31:52.949Z] #60 1.365 + export GO_BUILDMODE=-buildmode=pie [2022-07-29T22:31:52.949Z] #60 1.365 + GO_BUILDMODE=-buildmode=pie [2022-07-29T22:31:52.949Z] #60 1.365 ++ dirname /install.sh [2022-07-29T22:31:52.949Z] #60 1.365 + dir=/ [2022-07-29T22:31:52.949Z] #60 1.367 + bin=runc [2022-07-29T22:31:52.949Z] #60 1.367 + shift [2022-07-29T22:31:52.949Z] #60 1.367 + '[' '!' -f //runc.installer ']' [2022-07-29T22:31:52.949Z] #60 1.367 + . //runc.installer [2022-07-29T22:31:52.949Z] #60 1.367 ++ set -e [2022-07-29T22:31:52.949Z] #60 1.367 ++ : v1.1.2 [2022-07-29T22:31:52.949Z] #60 1.367 + install_runc [2022-07-29T22:31:52.949Z] #60 1.367 + RUNC_BUILDTAGS=seccomp [2022-07-29T22:31:52.949Z] #60 1.367 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-07-29T22:31:52.949Z] #60 1.368 Install runc version v1.1.2 (build tags: seccomp) [2022-07-29T22:31:52.949Z] #60 1.368 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.tDEVolX73h/src/github.com/opencontainers/runc [2022-07-29T22:31:52.949Z] #60 1.372 Cloning into '/tmp/tmp.tDEVolX73h/src/github.com/opencontainers/runc'... [2022-07-29T22:31:52.949Z] #60 ... [2022-07-29T22:31:52.949Z] [2022-07-29T22:31:52.949Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-07-29T22:31:52.949Z] #15 sha256:35c9f959511e062575f4ffa9d6795e8c4182f062244ce04cc53c8ac61665711f [2022-07-29T22:31:52.949Z] #15 DONE 1.8s [2022-07-29T22:31:53.223Z] [2022-07-29T22:31:53.223Z] #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-07-29T22:31:53.223Z] #16 sha256:e244d89f8dfa9135969aafdbc2dc1d25c839d2773b75e8bb48f19af64fcaef36 [2022-07-29T22:31:53.577Z] #64 57.97 + export 'BUILDTAGS=netgo osusergo static_build' [2022-07-29T22:31:53.577Z] #64 57.97 + BUILDTAGS='netgo osusergo static_build' [2022-07-29T22:31:53.577Z] #64 57.97 + export EXTRA_FLAGS=-buildmode=pie [2022-07-29T22:31:53.577Z] #64 57.97 + EXTRA_FLAGS=-buildmode=pie [2022-07-29T22:31:53.577Z] #64 57.97 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-07-29T22:31:53.577Z] #64 57.97 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-07-29T22:31:53.577Z] #64 57.97 + '[' '' = dynamic ']' [2022-07-29T22:31:53.577Z] #64 57.97 + make [2022-07-29T22:31:54.161Z] #16 DONE 1.2s [2022-07-29T22:31:54.162Z] [2022-07-29T22:31:54.162Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-07-29T22:31:54.162Z] #64 sha256:abeda4b2f13b61569c995b376f7fb3f2b86789b86f177386ee48cf0a081ba205 [2022-07-29T22:31:54.162Z] #64 ... [2022-07-29T22:31:54.162Z] [2022-07-29T22:31:54.162Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-07-29T22:31:54.162Z] #17 sha256:7a4a0e228eedf2060245c54824b6a2f9ccb119ccdc0d11c114edb108f87cde41 [2022-07-29T22:31:54.517Z] #64 ... [2022-07-29T22:31:54.517Z] [2022-07-29T22:31:54.517Z] #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-07-29T22:31:54.517Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:31:54.517Z] #77 38.38 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-07-29T22:31:54.730Z] #17 0.597 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-07-29T22:31:54.774Z] #77 ... [2022-07-29T22:31:54.774Z] [2022-07-29T22:31:54.774Z] #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-07-29T22:31:54.774Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:31:54.774Z] #14 93.09 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-07-29T22:31:54.774Z] #14 93.09 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-07-29T22:31:54.774Z] #14 93.10 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-07-29T22:31:54.989Z] #17 DONE 0.8s [2022-07-29T22:31:54.989Z] [2022-07-29T22:31:54.989Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-07-29T22:31:54.989Z] #18 sha256:cb8d023b61551cfee829c30d0b82bc2482e26e95cbcc8ac8ef8f4254d2b39208 [2022-07-29T22:31:55.928Z] #18 DONE 0.9s [2022-07-29T22:31:55.928Z] [2022-07-29T22:31:55.928Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-07-29T22:31:55.928Z] #19 sha256:bd9fc08cf0fc939e27b813060d23d0e75141efd12136192f69a617160a7f86bc [2022-07-29T22:31:56.331Z] #19 226.2 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-07-29T22:31:56.331Z] #19 226.2 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-07-29T22:31:56.331Z] #19 226.2 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-07-29T22:31:56.331Z] #19 ... [2022-07-29T22:31:56.331Z] [2022-07-29T22:31:56.331Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:31:56.331Z] #62 sha256:986d8658b96ca0781216293b2573c6adacf583f00e7f79d984c50d9576e50c57 [2022-07-29T22:31:56.331Z] #62 234.5 golangci-lint has version v1.46.2 built from (unknown, mod sum: "h1:o90t/Xa6dhJbvy8Bz2RpzUXqrkigp19DLStMolTZbyo=") on (unknown) [2022-07-29T22:31:56.331Z] #62 DONE 234.9s [2022-07-29T22:31:56.331Z] [2022-07-29T22:31:56.331Z] #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-07-29T22:31:56.331Z] #19 sha256:1b1d9dac1bc282eb8e4fe3ae81b47148e43a2315d0ca62a4d546c3b59474793e [2022-07-29T22:31:56.331Z] #19 226.3 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-07-29T22:31:56.331Z] #19 226.3 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-07-29T22:31:56.331Z] #19 226.4 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-07-29T22:31:56.331Z] #19 226.7 Selecting previously unselected package libc6-dev-armel-cross. [2022-07-29T22:31:56.331Z] #19 226.7 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-07-29T22:31:56.331Z] #19 226.7 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-07-29T22:31:56.331Z] #19 227.0 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-07-29T22:31:56.331Z] #19 227.0 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:31:56.331Z] #19 227.0 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-07-29T22:31:56.331Z] #19 227.5 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-07-29T22:31:56.331Z] #19 227.5 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-07-29T22:31:56.331Z] #19 227.5 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-07-29T22:31:56.866Z] #19 DONE 1.1s [2022-07-29T22:31:56.866Z] [2022-07-29T22:31:56.866Z] #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-07-29T22:31:56.866Z] #77 sha256:4eef9e1453ac82f899b5c2524f627bb8228588e9c4cc34aca6c1ee4d7621531b [2022-07-29T22:31:56.866Z] #77 71.14 configure.ac:11: installing 'build-aux/compile' [2022-07-29T22:31:56.866Z] #77 71.14 configure.ac:11: installing 'build-aux/config.guess' [2022-07-29T22:31:56.866Z] #77 71.14 configure.ac:11: installing 'build-aux/config.sub' [2022-07-29T22:31:56.866Z] #77 71.16 configure.ac:13: installing 'build-aux/install-sh' [2022-07-29T22:31:56.866Z] #77 71.17 configure.ac:13: installing 'build-aux/missing' [2022-07-29T22:31:56.866Z] #77 71.18 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-07-29T22:31:57.434Z] #77 71.45 Makefile.am: installing 'build-aux/depcomp' [2022-07-29T22:31:58.370Z] #77 ... [2022-07-29T22:31:58.371Z] [2022-07-29T22:31:58.371Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-07-29T22:31:58.371Z] #20 sha256:6755a8cab0c3515835c777bea330c57d659be52a425764494c41c7db3d986666 [2022-07-29T22:31:58.371Z] #20 DONE 1.0s [2022-07-29T22:31:58.371Z] [2022-07-29T22:31:58.371Z] #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-07-29T22:31:58.371Z] #26 sha256:2ef6b5686def3b3907e4a85e0f90b925332eb8244691a5a0e1cd51fbac0acdba [2022-07-29T22:31:59.415Z] #26 117.7 Updating files: 21% (2428/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: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 33% (3866/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) [2022-07-29T22:31:59.415Z] #26 ... [2022-07-29T22:31:59.415Z] [2022-07-29T22:31:59.415Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod case $(dpkg --print-architecture) in amd64|arm64) GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help ;; *) mkdir -p /build/ ;; esac [2022-07-29T22:31:59.415Z] #36 sha256:76492dd75233ac916c60bf54dd0c2d5711d1e75ad51471945da4de9402e88674 [2022-07-29T22:31:59.415Z] #36 118.8 Delve is a source level debugger for Go programs. [2022-07-29T22:31:59.415Z] #36 118.8 [2022-07-29T22:31:59.415Z] #36 118.8 Delve enables you to interact with your program by controlling the execution of the process, [2022-07-29T22:31:59.415Z] #36 118.8 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-07-29T22:31:59.415Z] #36 118.8 [2022-07-29T22:31:59.415Z] #36 118.8 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-07-29T22:31:59.415Z] #36 118.8 [2022-07-29T22:31:59.415Z] #36 118.8 Pass flags to the program you are debugging using `--`, for example: [2022-07-29T22:31:59.415Z] #36 118.8 [2022-07-29T22:31:59.415Z] #36 118.8 `dlv exec ./hello -- server --config conf/config.toml` [2022-07-29T22:31:59.415Z] #36 118.8 [2022-07-29T22:31:59.415Z] #36 118.9 Usage: [2022-07-29T22:31:59.415Z] #36 118.9 dlv [command] [2022-07-29T22:31:59.415Z] #36 118.9 [2022-07-29T22:31:59.415Z] #36 118.9 Available Commands: [2022-07-29T22:31:59.415Z] #36 118.9 attach Attach to running process and begin debugging. [2022-07-29T22:31:59.415Z] #36 118.9 connect Connect to a headless debug server with a terminal client. [2022-07-29T22:31:59.415Z] #36 118.9 core Examine a core dump. [2022-07-29T22:31:59.415Z] #36 118.9 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-07-29T22:31:59.415Z] #36 118.9 debug Compile and begin debugging main package in current directory, or the package specified. [2022-07-29T22:31:59.415Z] #36 118.9 exec Execute a precompiled binary, and begin a debug session. [2022-07-29T22:31:59.415Z] #36 118.9 help Help about any command [2022-07-29T22:31:59.415Z] #36 118.9 run Deprecated command. Use 'debug' instead. [2022-07-29T22:31:59.415Z] #36 118.9 test Compile test binary and begin debugging program. [2022-07-29T22:31:59.415Z] #36 118.9 trace Compile and begin tracing program. [2022-07-29T22:31:59.415Z] #36 118.9 version Prints version. [2022-07-29T22:31:59.415Z] #36 118.9 [2022-07-29T22:31:59.415Z] #36 118.9 Flags: [2022-07-29T22:31:59.415Z] #36 118.9 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-07-29T22:31:59.415Z] #36 118.9 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-07-29T22:31:59.415Z] #36 118.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-07-29T22:31:59.415Z] #36 118.9 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-07-29T22:31:59.415Z] #36 118.9 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-07-29T22:31:59.415Z] #36 118.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-07-29T22:31:59.415Z] #36 118.9 --disable-aslr Disables address space randomization [2022-07-29T22:31:59.415Z] #36 118.9 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-07-29T22:31:59.415Z] #36 118.9 -h, --help help for dlv [2022-07-29T22:31:59.415Z] #36 118.9 --init string Init file, executed by the terminal client. [2022-07-29T22:31:59.415Z] #36 118.9 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-07-29T22:31:59.415Z] #36 118.9 --log Enable debugging server logging. [2022-07-29T22:31:59.415Z] #36 118.9 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-07-29T22:31:59.415Z] #36 118.9 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-07-29T22:31:59.415Z] #36 118.9 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-07-29T22:31:59.415Z] #36 118.9 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-07-29T22:31:59.415Z] #36 118.9 --wd string Working directory for running the program. [2022-07-29T22:31:59.415Z] #36 118.9 [2022-07-29T22:31:59.415Z] #36 118.9 Additional help topics: [2022-07-29T22:31:59.415Z] #36 118.9 dlv backend Help about the --backend flag. [2022-07-29T22:31:59.415Z] #36 118.9 dlv log Help about logging flags. [2022-07-29T22:31:59.415Z] #36 118.9 dlv redirect Help about file redirection. [2022-07-29T22:31:59.415Z] #36 118.9 [2022-07-29T22:31:59.415Z] #36 118.9 Use "dlv [command] --help" for more information about a command. [2022-07-29T22:31:59.415Z] #36 DONE 119.3s [2022-07-29T22:31:59.415Z] [2022-07-29T22:31:59.415Z] #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-07-29T22:31:59.415Z] #26 sha256:2ef6b5686def3b3907e4a85e0f90b925332eb8244691a5a0e1cd51fbac0acdba [2022-07-29T22:32:00.025Z] #14 99.04 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-07-29T22:32:00.025Z] #14 99.05 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-07-29T22:32:00.025Z] #14 99.05 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-07-29T22:32:01.613Z] #19 232.0 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-07-29T22:32:01.613Z] #19 232.0 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-07-29T22:32:01.613Z] #19 232.0 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-07-29T22:32:01.613Z] #19 232.0 Selecting previously unselected package crossbuild-essential-armel. [2022-07-29T22:32:01.613Z] #19 232.0 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-07-29T22:32:01.613Z] #19 232.0 Unpacking crossbuild-essential-armel (12.9) ... [2022-07-29T22:32:01.613Z] #19 232.0 Selecting previously unselected package libc6-armhf-cross. [2022-07-29T22:32:01.613Z] #19 232.0 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-07-29T22:32:01.613Z] #19 232.0 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-07-29T22:32:01.613Z] #19 232.2 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-07-29T22:32:01.613Z] #19 232.2 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:01.613Z] #19 232.2 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-07-29T22:32:01.613Z] #19 232.2 Selecting previously unselected package libgomp1-armhf-cross. [2022-07-29T22:32:01.613Z] #19 232.2 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:01.613Z] #19 232.2 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-07-29T22:32:01.613Z] #19 232.2 Selecting previously unselected package libatomic1-armhf-cross. [2022-07-29T22:32:01.613Z] #19 232.2 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:01.613Z] #19 232.3 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-07-29T22:32:01.613Z] #19 232.3 Selecting previously unselected package libasan6-armhf-cross. [2022-07-29T22:32:01.613Z] #19 232.3 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:01.613Z] #19 232.3 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-07-29T22:32:01.613Z] #19 232.5 Selecting previously unselected package libstdc++6-armhf-cross. [2022-07-29T22:32:01.613Z] #19 232.5 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:01.613Z] #19 232.6 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-07-29T22:32:01.613Z] #19 232.6 Selecting previously unselected package libubsan1-armhf-cross. [2022-07-29T22:32:01.613Z] #19 232.6 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:01.613Z] #19 232.6 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-07-29T22:32:01.613Z] #19 232.7 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-07-29T22:32:01.613Z] #19 232.7 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:01.613Z] #19 232.7 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-07-29T22:32:01.613Z] #19 232.8 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-07-29T22:32:01.873Z] #19 232.8 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-07-29T22:32:01.873Z] #19 232.8 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-07-29T22:32:02.263Z] #26 117.7 Updating files: 21% (2428/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: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 33% (3866/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: 50% (5748/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 71% (8195/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 74% (8447/11414) Updating files: 75% (8561/11414) Updating files: 76% (8675/11414) Updating files: 77% (8789/11414) Updating files: 78% (8903/11414) Updating files: 79% (9018/11414) Updating files: 80% (9132/11414) Updating files: 81% (9246/11414) Updating files: 82% (9360/11414) Updating files: 83% (9474/11414) Updating files: 84% (9588/11414) Updating files: 85% (9702/11414) Updating files: 86% (9817/11414) Updating files: 87% (9931/11414) Updating files: 88% (10045/11414) Updating files: 89% (10159/11414) Updating files: 90% (10273/11414) Updating files: 91% (10387/11414) Updating files: 92% (10501/11414) Updating files: 93% (10616/11414) Updating files: 94% (10730/11414) Updating files: 95% (10844/11414) Updating files: 96% (10958/11414) Updating files: 97% (11072/11414) Updating files: 98% (11186/11414) Updating files: 99% (11300/11414) Updating files: 100% (11414/11414) Updating files: 100% (11414/11414), done. [2022-07-29T22:32:02.263Z] #26 122.0 + cd /tmp/tmp.O880EMXJG8/tmp/docker-ce [2022-07-29T22:32:02.263Z] #26 122.0 + git checkout -q v17.06.2-ce [2022-07-29T22:32:05.548Z] #26 125.0 + mkdir -p /tmp/tmp.O880EMXJG8/src/github.com/docker [2022-07-29T22:32:05.548Z] #26 125.0 + mv components/cli /tmp/tmp.O880EMXJG8/src/github.com/docker/cli [2022-07-29T22:32:05.548Z] #26 125.0 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-07-29T22:32:06.568Z] #14 ... [2022-07-29T22:32:06.569Z] [2022-07-29T22:32:06.569Z] #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-07-29T22:32:06.569Z] #64 sha256:2dd93cc70602a5caf31833500699b3fca92c9ebf251bab4302c211bec661a151 [2022-07-29T22:32:06.569Z] #64 60.02 + bin/ctr [2022-07-29T22:32:06.569Z] #64 ... [2022-07-29T22:32:06.569Z] [2022-07-29T22:32:06.569Z] #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-07-29T22:32:06.569Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:32:06.569Z] #77 49.37 libtoolize: putting auxiliary files in '.'. [2022-07-29T22:32:06.569Z] #77 49.37 libtoolize: copying file './ltmain.sh' [2022-07-29T22:32:06.569Z] #77 50.12 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-07-29T22:32:06.569Z] #77 50.12 libtoolize: and rerunning libtoolize and aclocal. [2022-07-29T22:32:06.569Z] #77 50.12 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-07-29T22:32:06.569Z] #77 59.80 configure.ac:7: installing './compile' [2022-07-29T22:32:06.569Z] #77 59.82 configure.ac:11: installing './config.guess' [2022-07-29T22:32:06.569Z] #77 59.82 configure.ac:11: installing './config.sub' [2022-07-29T22:32:06.569Z] #77 59.84 configure.ac:8: installing './install-sh' [2022-07-29T22:32:06.569Z] #77 59.85 configure.ac:8: installing './missing' [2022-07-29T22:32:06.569Z] #77 59.97 Makefile.am: installing './depcomp' [2022-07-29T22:32:06.825Z] #77 ... [2022-07-29T22:32:06.825Z] [2022-07-29T22:32:06.826Z] #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-07-29T22:32:06.826Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:32:06.826Z] #14 106.1 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-07-29T22:32:06.826Z] #14 106.1 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-07-29T22:32:06.826Z] #14 106.1 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-07-29T22:32:06.924Z] #26 ... [2022-07-29T22:32:06.924Z] [2022-07-29T22:32:06.924Z] #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-07-29T22:32:06.924Z] #77 sha256:4eef9e1453ac82f899b5c2524f627bb8228588e9c4cc34aca6c1ee4d7621531b [2022-07-29T22:32:06.924Z] #77 72.96 checking build system type... aarch64-unknown-linux-gnu [2022-07-29T22:32:06.924Z] #77 73.32 checking host system type... aarch64-unknown-linux-gnu [2022-07-29T22:32:06.924Z] #77 73.32 checking how to print strings... printf [2022-07-29T22:32:06.924Z] #77 73.33 checking for gcc... gcc [2022-07-29T22:32:06.924Z] #77 73.47 checking whether the C compiler works... yes [2022-07-29T22:32:06.924Z] #77 73.86 checking for C compiler default output file name... a.out [2022-07-29T22:32:06.924Z] #77 73.86 checking for suffix of executables... [2022-07-29T22:32:06.924Z] #77 74.29 checking whether we are cross compiling... no [2022-07-29T22:32:06.924Z] #77 74.58 checking for suffix of object files... o [2022-07-29T22:32:06.924Z] #77 74.65 checking whether we are using the GNU C compiler... yes [2022-07-29T22:32:06.924Z] #77 74.71 checking whether gcc accepts -g... yes [2022-07-29T22:32:06.924Z] #77 74.82 checking for gcc option to accept ISO C89... none needed [2022-07-29T22:32:06.924Z] #77 75.03 checking whether gcc understands -c and -o together... yes [2022-07-29T22:32:06.924Z] #77 75.20 checking for a sed that does not truncate output... /bin/sed [2022-07-29T22:32:06.924Z] #77 75.26 checking for grep that handles long lines and -e... /bin/grep [2022-07-29T22:32:06.924Z] #77 75.26 checking for egrep... /bin/grep -E [2022-07-29T22:32:06.924Z] #77 75.29 checking for fgrep... /bin/grep -F [2022-07-29T22:32:06.924Z] #77 75.29 checking for ld used by gcc... /usr/bin/ld [2022-07-29T22:32:06.924Z] #77 75.31 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-07-29T22:32:06.924Z] #77 75.33 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-07-29T22:32:06.924Z] #77 75.37 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-07-29T22:32:06.924Z] #77 75.50 checking whether ln -s works... yes [2022-07-29T22:32:06.924Z] #77 75.50 checking the maximum length of command line arguments... 1572864 [2022-07-29T22:32:06.924Z] #77 75.53 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop [2022-07-29T22:32:06.924Z] #77 75.54 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop [2022-07-29T22:32:06.924Z] #77 75.54 checking for /usr/bin/ld option to reload object files... -r [2022-07-29T22:32:06.924Z] #77 75.55 checking for objdump... objdump [2022-07-29T22:32:06.924Z] #77 75.55 checking how to recognize dependent libraries... pass_all [2022-07-29T22:32:06.924Z] #77 75.55 checking for dlltool... no [2022-07-29T22:32:06.924Z] #77 75.56 checking how to associate runtime and link libraries... printf %s\n [2022-07-29T22:32:06.924Z] #77 75.56 checking for ar... ar [2022-07-29T22:32:06.924Z] #77 75.56 checking for archiver @FILE support... @ [2022-07-29T22:32:06.924Z] #77 75.73 checking for strip... strip [2022-07-29T22:32:06.924Z] #77 75.73 checking for ranlib... ranlib [2022-07-29T22:32:06.924Z] #77 75.75 checking for gawk... no [2022-07-29T22:32:06.924Z] #77 75.75 checking for mawk... mawk [2022-07-29T22:32:06.924Z] #77 75.75 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-07-29T22:32:06.924Z] #77 76.11 checking for sysroot... no [2022-07-29T22:32:06.924Z] #77 76.12 checking for a working dd... /bin/dd [2022-07-29T22:32:06.924Z] #77 76.14 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-07-29T22:32:06.924Z] #77 76.17 checking for mt... no [2022-07-29T22:32:06.924Z] #77 76.17 checking if : is a manifest tool... no [2022-07-29T22:32:06.924Z] #77 76.18 checking how to run the C preprocessor... gcc -E [2022-07-29T22:32:06.924Z] #77 76.52 checking for ANSI C header files... yes [2022-07-29T22:32:06.924Z] #77 77.19 checking for sys/types.h... yes [2022-07-29T22:32:06.924Z] #77 77.37 checking for sys/stat.h... yes [2022-07-29T22:32:06.924Z] #77 77.59 checking for stdlib.h... yes [2022-07-29T22:32:06.924Z] #77 77.77 checking for string.h... yes [2022-07-29T22:32:06.924Z] #77 77.99 checking for memory.h... yes [2022-07-29T22:32:06.924Z] #77 78.19 checking for strings.h... yes [2022-07-29T22:32:06.924Z] #77 78.33 checking for inttypes.h... yes [2022-07-29T22:32:06.924Z] #77 78.54 checking for stdint.h... yes [2022-07-29T22:32:06.924Z] #77 78.77 checking for unistd.h... yes [2022-07-29T22:32:06.924Z] #77 78.93 checking for dlfcn.h... yes [2022-07-29T22:32:06.924Z] #77 79.09 checking for objdir... .libs [2022-07-29T22:32:06.924Z] #77 79.42 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-07-29T22:32:06.924Z] #77 79.52 checking for gcc option to produce PIC... -fPIC -DPIC [2022-07-29T22:32:06.924Z] #77 79.52 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-07-29T22:32:06.924Z] #77 79.67 checking if gcc static flag -static works... yes [2022-07-29T22:32:06.924Z] #77 80.03 checking if gcc supports -c -o file.o... yes [2022-07-29T22:32:06.924Z] #77 80.29 checking if gcc supports -c -o file.o... (cached) yes [2022-07-29T22:32:06.924Z] #77 80.29 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes [2022-07-29T22:32:06.924Z] #77 80.34 checking dynamic linker characteristics... GNU/Linux ld.so [2022-07-29T22:32:06.924Z] #77 80.60 checking how to hardcode library paths into programs... immediate [2022-07-29T22:32:06.924Z] #77 80.63 checking whether stripping libraries is possible... yes [2022-07-29T22:32:06.924Z] #77 80.63 checking if libtool supports shared libraries... yes [2022-07-29T22:32:06.924Z] #77 80.64 checking whether to build shared libraries... no [2022-07-29T22:32:06.924Z] #77 80.64 checking whether to build static libraries... yes [2022-07-29T22:32:06.924Z] #77 80.64 checking for a BSD-compatible install... /usr/bin/install -c [2022-07-29T22:32:06.924Z] #77 80.69 checking whether build environment is sane... yes [2022-07-29T22:32:06.924Z] #77 80.74 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-07-29T22:32:06.924Z] #77 80.76 checking whether make sets $(MAKE)... yes [2022-07-29T22:32:06.924Z] #77 80.82 checking whether make supports the include directive... yes (GNU style) [2022-07-29T22:32:06.924Z] #77 80.86 checking whether make supports nested variables... yes [2022-07-29T22:32:06.924Z] #77 80.92 checking whether UID '0' is supported by ustar format... yes [2022-07-29T22:32:06.924Z] #77 80.92 checking whether GID '0' is supported by ustar format... yes [2022-07-29T22:32:06.924Z] #77 80.92 checking how to create a ustar tar archive... gnutar [2022-07-29T22:32:06.924Z] #77 80.99 checking dependency style of gcc... gcc3 [2022-07-29T22:32:07.156Z] #19 237.6 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-07-29T22:32:07.156Z] #19 237.6 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-07-29T22:32:07.156Z] #19 237.6 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-07-29T22:32:07.156Z] #19 237.6 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-07-29T22:32:07.156Z] #19 237.6 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-07-29T22:32:07.156Z] #19 237.6 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-07-29T22:32:07.156Z] #19 237.8 Selecting previously unselected package libc6-dev-armhf-cross. [2022-07-29T22:32:07.156Z] #19 237.8 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-07-29T22:32:07.156Z] #19 237.8 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-07-29T22:32:07.156Z] #19 238.0 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-07-29T22:32:07.156Z] #19 238.0 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:07.156Z] #19 238.0 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-07-29T22:32:07.156Z] #19 238.3 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-07-29T22:32:07.156Z] #19 238.3 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-07-29T22:32:07.156Z] #19 238.3 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-07-29T22:32:07.182Z] #77 81.19 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-07-29T22:32:07.182Z] #77 81.19 checking whether make supports nested variables... (cached) yes [2022-07-29T22:32:07.182Z] #77 81.20 checking for gawk... (cached) mawk [2022-07-29T22:32:07.182Z] #77 81.20 checking for a sed that does not truncate output... (cached) /bin/sed [2022-07-29T22:32:07.182Z] #77 81.20 checking for gcc... (cached) gcc [2022-07-29T22:32:07.182Z] #77 81.32 checking whether we are using the GNU C compiler... (cached) yes [2022-07-29T22:32:07.182Z] #77 81.33 checking whether gcc accepts -g... (cached) yes [2022-07-29T22:32:07.182Z] #77 81.33 checking for gcc option to accept ISO C89... (cached) none needed [2022-07-29T22:32:07.182Z] #77 81.33 checking whether gcc understands -c and -o together... (cached) yes [2022-07-29T22:32:07.182Z] #77 81.33 checking for a Python interpreter with version >= 3... python3 [2022-07-29T22:32:07.441Z] #77 81.45 checking for python3... /usr/bin/python3 [2022-07-29T22:32:07.441Z] #77 81.45 checking for python3 version... 3.9 [2022-07-29T22:32:07.441Z] #77 81.50 checking for python3 platform... linux [2022-07-29T22:32:07.441Z] #77 81.54 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-07-29T22:32:07.699Z] #77 81.68 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-07-29T22:32:07.699Z] #77 81.83 checking for go-md2man... no [2022-07-29T22:32:07.958Z] #77 81.85 checking error.h usability... yes [2022-07-29T22:32:07.958Z] #77 81.98 checking error.h presence... yes [2022-07-29T22:32:07.958Z] #77 82.05 checking for error.h... yes [2022-07-29T22:32:08.217Z] #77 82.10 checking linux/openat2.h usability... yes [2022-07-29T22:32:08.217Z] #77 82.29 checking linux/openat2.h presence... yes [2022-07-29T22:32:08.217Z] #77 82.32 checking for linux/openat2.h... yes [2022-07-29T22:32:08.217Z] #77 82.36 checking for copy_file_range... [2022-07-29T22:32:08.217Z] #77 ... [2022-07-29T22:32:08.217Z] [2022-07-29T22:32:08.217Z] #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-07-29T22:32:08.217Z] #21 sha256:1ee9316de651d3ba87fbfce8d87c4918c258101341290de8c8aab84aeef5495e [2022-07-29T22:32:08.217Z] #21 1.104 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-07-29T22:32:08.217Z] #21 1.308 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-07-29T22:32:08.217Z] #21 1.510 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-07-29T22:32:08.217Z] #21 2.320 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB] [2022-07-29T22:32:08.217Z] #21 3.646 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB] [2022-07-29T22:32:08.217Z] #21 4.873 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-07-29T22:32:08.217Z] #21 6.978 Fetched 8448 kB in 6s (1339 kB/s) [2022-07-29T22:32:08.217Z] #21 6.978 Reading package lists... [2022-07-29T22:32:08.476Z] #21 9.706 Reading package lists... [2022-07-29T22:32:08.476Z] #21 ... [2022-07-29T22:32:08.476Z] [2022-07-29T22:32:08.476Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-07-29T22:32:08.476Z] #77 sha256:4eef9e1453ac82f899b5c2524f627bb8228588e9c4cc34aca6c1ee4d7621531b [2022-07-29T22:32:08.476Z] #77 82.36 checking for copy_file_range... yes [2022-07-29T22:32:08.735Z] #77 82.77 checking for fgetxattr... yes [2022-07-29T22:32:08.993Z] #77 83.04 checking for statx... yes [2022-07-29T22:32:09.252Z] #77 83.19 checking for fgetpwent_r... yes [2022-07-29T22:32:09.511Z] #77 83.37 checking for issetugid... no [2022-07-29T22:32:09.511Z] #77 83.64 checking for pkg-config... /usr/bin/pkg-config [2022-07-29T22:32:09.511Z] #77 83.64 checking pkg-config is at least version 0.9.0... yes [2022-07-29T22:32:09.770Z] #77 83.66 checking for library containing yajl_tree_get... -lyajl [2022-07-29T22:32:10.029Z] #77 84.05 checking for yajl >= 2.0.0... yes [2022-07-29T22:32:10.029Z] #77 84.08 checking sys/capability.h usability... yes [2022-07-29T22:32:10.029Z] #77 84.18 checking sys/capability.h presence... yes [2022-07-29T22:32:10.029Z] #77 84.26 checking for sys/capability.h... yes [2022-07-29T22:32:10.597Z] #77 84.26 checking for library containing cap_from_name... -lcap [2022-07-29T22:32:10.856Z] #77 84.71 checking for library containing dlopen... [2022-07-29T22:32:10.856Z] #77 ... [2022-07-29T22:32:10.856Z] [2022-07-29T22:32:10.856Z] #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-07-29T22:32:10.856Z] #34 sha256:3034420edd6b5aac2bf54eae3acb422e7d8e283bca8b0119c674042e52b5362c [2022-07-29T22:32:10.856Z] #34 DONE 130.5s [2022-07-29T22:32:10.856Z] [2022-07-29T22:32:10.856Z] #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-07-29T22:32:10.856Z] #77 sha256:4eef9e1453ac82f899b5c2524f627bb8228588e9c4cc34aca6c1ee4d7621531b [2022-07-29T22:32:10.856Z] #77 84.71 checking for library containing dlopen... -ldl [2022-07-29T22:32:11.114Z] #77 85.20 checking seccomp.h usability... yes [2022-07-29T22:32:11.682Z] #77 85.50 checking seccomp.h presence... yes [2022-07-29T22:32:11.682Z] #77 85.68 checking for seccomp.h... yes [2022-07-29T22:32:11.940Z] #77 85.70 checking for library containing seccomp_rule_add... -lseccomp [2022-07-29T22:32:12.199Z] #77 86.16 checking for library containing seccomp_arch_resolve_name... none required [2022-07-29T22:32:12.199Z] #77 86.38 checking systemd/sd-bus.h usability... yes [2022-07-29T22:32:12.439Z] #19 242.8 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-07-29T22:32:12.439Z] #19 242.8 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-07-29T22:32:12.439Z] #19 242.8 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-07-29T22:32:12.439Z] #19 242.8 Selecting previously unselected package crossbuild-essential-armhf. [2022-07-29T22:32:12.439Z] #19 242.8 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-07-29T22:32:12.439Z] #19 242.8 Unpacking crossbuild-essential-armhf (12.9) ... [2022-07-29T22:32:12.439Z] #19 242.9 Selecting previously unselected package libc6-ppc64el-cross. [2022-07-29T22:32:12.439Z] #19 242.9 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-07-29T22:32:12.439Z] #19 242.9 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-07-29T22:32:12.439Z] #19 243.0 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-07-29T22:32:12.439Z] #19 243.1 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:12.439Z] #19 243.1 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:12.439Z] #19 243.1 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-07-29T22:32:12.439Z] #19 243.1 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:12.439Z] #19 243.1 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:12.439Z] #19 243.1 Selecting previously unselected package libitm1-ppc64el-cross. [2022-07-29T22:32:12.439Z] #19 243.1 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:12.439Z] #19 243.1 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:12.439Z] #19 243.2 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-07-29T22:32:12.439Z] #19 243.2 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:12.439Z] #19 243.2 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:12.439Z] #19 243.2 Selecting previously unselected package libasan6-ppc64el-cross. [2022-07-29T22:32:12.439Z] #19 243.2 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:12.439Z] #19 243.2 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:12.439Z] #19 243.5 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-07-29T22:32:12.439Z] #19 243.5 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:12.439Z] #19 243.5 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:12.439Z] #19 243.6 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-07-29T22:32:12.439Z] #19 243.6 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:12.439Z] #19 243.6 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:12.458Z] #77 86.52 checking systemd/sd-bus.h presence... yes [2022-07-29T22:32:12.458Z] #77 86.71 checking for systemd/sd-bus.h... yes [2022-07-29T22:32:12.699Z] #19 243.8 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-07-29T22:32:12.699Z] #19 243.8 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:12.699Z] #19 243.8 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:12.699Z] #19 243.9 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-07-29T22:32:12.699Z] #19 243.9 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:12.699Z] #19 243.9 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:12.699Z] #19 244.0 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-07-29T22:32:12.959Z] #19 244.0 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:12.959Z] #19 244.0 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:12.959Z] #19 244.1 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-07-29T22:32:12.959Z] #19 244.1 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:12.959Z] #19 244.1 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:12.959Z] #19 244.3 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-07-29T22:32:12.959Z] #19 244.3 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-07-29T22:32:12.959Z] #19 244.3 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-07-29T22:32:13.025Z] #77 86.71 checking for library containing sd_bus_match_signal_async... [2022-07-29T22:32:13.025Z] #77 ... [2022-07-29T22:32:13.025Z] [2022-07-29T22:32:13.025Z] #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-07-29T22:32:13.025Z] #60 sha256:45844e3918e7b0809a15bf4053dd16719f07b00debc34a163643504d0842f127 [2022-07-29T22:32:13.025Z] #60 11.37 + cd /tmp/tmp.tDEVolX73h/src/github.com/opencontainers/runc [2022-07-29T22:32:13.025Z] #60 11.37 + git checkout -q v1.1.2 [2022-07-29T22:32:13.025Z] #60 11.99 + '[' -z '' ']' [2022-07-29T22:32:13.025Z] #60 11.99 + target=static [2022-07-29T22:32:13.025Z] #60 11.99 + make BUILDTAGS=seccomp static [2022-07-29T22:32:13.025Z] #60 12.33 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-07-29T22:32:13.025Z] #60 ... [2022-07-29T22:32:13.025Z] [2022-07-29T22:32:13.025Z] #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-07-29T22:32:13.025Z] #77 sha256:4eef9e1453ac82f899b5c2524f627bb8228588e9c4cc34aca6c1ee4d7621531b [2022-07-29T22:32:13.025Z] #77 86.71 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-07-29T22:32:13.284Z] #77 87.14 checking for sd_notify_barrier... yes [2022-07-29T22:32:13.367Z] #14 ... [2022-07-29T22:32:13.367Z] [2022-07-29T22:32:13.367Z] #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-07-29T22:32:13.367Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:32:13.367Z] #77 61.26 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-07-29T22:32:13.367Z] #77 61.26 libtoolize: copying file 'build-aux/ltmain.sh' [2022-07-29T22:32:13.367Z] #77 61.41 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-07-29T22:32:13.367Z] #77 61.41 libtoolize: copying file 'm4/libtool.m4' [2022-07-29T22:32:13.367Z] #77 61.50 libtoolize: copying file 'm4/ltoptions.m4' [2022-07-29T22:32:13.367Z] #77 61.62 libtoolize: copying file 'm4/ltsugar.m4' [2022-07-29T22:32:13.367Z] #77 61.74 libtoolize: copying file 'm4/ltversion.m4' [2022-07-29T22:32:13.367Z] #77 61.82 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-07-29T22:32:13.367Z] #77 61.91 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-07-29T22:32:13.543Z] #77 87.41 checking linux/bpf.h usability... yes [2022-07-29T22:32:13.543Z] #77 87.68 checking linux/bpf.h presence... yes [2022-07-29T22:32:13.543Z] #77 87.73 checking for linux/bpf.h... yes [2022-07-29T22:32:13.543Z] #77 87.74 checking compilation for eBPF... yes [2022-07-29T22:32:13.543Z] #77 87.86 checking for criu >= 3.15... no [2022-07-29T22:32:13.543Z] #77 87.89 configure: CRIU headers not found, building without CRIU support [2022-07-29T22:32:13.543Z] #77 87.89 checking for criu > 3.16... no [2022-07-29T22:32:13.543Z] #77 87.92 configure: CRIU version doesn't support join-ns API [2022-07-29T22:32:13.802Z] #77 87.93 checking for criu > 3.16.1... no [2022-07-29T22:32:13.802Z] #77 87.98 configure: CRIU version doesn't support for pre-dumping [2022-07-29T22:32:13.802Z] #77 87.98 checking for new mount API (fsconfig)... yes [2022-07-29T22:32:13.802Z] #77 88.09 checking for seccomp notify API... yes [2022-07-29T22:32:14.060Z] #77 88.18 checking for gperf... no [2022-07-29T22:32:14.060Z] #77 88.18 configure: gperf not found - cannot rebuild signal parser code [2022-07-29T22:32:14.060Z] #77 88.18 checking for library containing argp_parse... none required [2022-07-29T22:32:14.628Z] #77 88.64 checking that generated files are newer than configure... done [2022-07-29T22:32:14.628Z] #77 88.65 configure: creating ./config.status [2022-07-29T22:32:17.158Z] #77 91.33 config.status: creating Makefile [2022-07-29T22:32:17.158Z] #77 91.40 config.status: creating rpm/crun.spec [2022-07-29T22:32:17.158Z] #77 91.48 config.status: creating config.h [2022-07-29T22:32:17.158Z] #77 91.50 config.status: executing libtool commands [2022-07-29T22:32:17.417Z] #77 91.53 config.status: executing depfiles commands [2022-07-29T22:32:18.245Z] #19 248.9 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-07-29T22:32:18.245Z] #19 248.9 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-07-29T22:32:18.245Z] #19 248.9 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-07-29T22:32:18.245Z] #19 248.9 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-07-29T22:32:18.245Z] #19 248.9 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-07-29T22:32:18.245Z] #19 248.9 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-07-29T22:32:18.245Z] #19 249.1 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-07-29T22:32:18.245Z] #19 249.1 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-07-29T22:32:18.245Z] #19 249.1 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-07-29T22:32:18.245Z] #19 249.4 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-07-29T22:32:18.245Z] #19 249.4 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:18.245Z] #19 249.4 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:18.352Z] #77 92.66 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-07-29T22:32:18.505Z] #19 249.7 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-07-29T22:32:18.505Z] #19 249.7 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-07-29T22:32:18.505Z] #19 249.7 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-07-29T22:32:18.610Z] #77 92.68 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-07-29T22:32:18.869Z] #77 93.14 checking for gcc... gcc [2022-07-29T22:32:19.436Z] #77 93.24 checking whether the C compiler works... yes [2022-07-29T22:32:19.436Z] #77 93.42 checking for C compiler default output file name... a.out [2022-07-29T22:32:19.436Z] #77 93.42 checking for suffix of executables... [2022-07-29T22:32:19.436Z] #77 93.54 checking whether we are cross compiling... no [2022-07-29T22:32:19.695Z] #77 93.68 checking for suffix of object files... o [2022-07-29T22:32:19.695Z] #77 93.82 checking whether we are using the GNU C compiler... yes [2022-07-29T22:32:19.695Z] #77 93.91 checking whether gcc accepts -g... yes [2022-07-29T22:32:19.695Z] #77 94.00 checking for gcc option to accept ISO C89... [2022-07-29T22:32:19.695Z] #77 ... [2022-07-29T22:32:19.695Z] [2022-07-29T22:32:19.695Z] #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-07-29T22:32:19.695Z] #21 sha256:1ee9316de651d3ba87fbfce8d87c4918c258101341290de8c8aab84aeef5495e [2022-07-29T22:32:19.695Z] #21 9.706 Reading package lists... [2022-07-29T22:32:19.695Z] #21 11.72 Building dependency tree... [2022-07-29T22:32:19.695Z] #21 13.40 The following additional packages will be installed: [2022-07-29T22:32:19.695Z] #21 13.40 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-07-29T22:32:19.695Z] #21 13.40 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-07-29T22:32:19.695Z] #21 13.42 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-07-29T22:32:19.695Z] #21 13.43 python3-pkg-resources vim-runtime xxd [2022-07-29T22:32:19.695Z] #21 13.44 Suggested packages: [2022-07-29T22:32:19.695Z] #21 13.44 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-07-29T22:32:19.695Z] #21 13.44 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-07-29T22:32:19.695Z] #21 13.44 acl attr quota [2022-07-29T22:32:19.695Z] #21 13.44 Recommended packages: [2022-07-29T22:32:19.695Z] #21 13.44 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-07-29T22:32:19.695Z] #21 14.72 The following NEW packages will be installed: [2022-07-29T22:32:19.695Z] #21 14.73 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-07-29T22:32:19.695Z] #21 14.73 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-07-29T22:32:19.695Z] #21 14.73 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-07-29T22:32:19.695Z] #21 14.73 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2 [2022-07-29T22:32:19.695Z] #21 14.73 net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3 [2022-07-29T22:32:19.695Z] #21 14.73 python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo [2022-07-29T22:32:19.695Z] #21 14.73 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-07-29T22:32:19.695Z] #21 14.73 xz-utils zip zstd [2022-07-29T22:32:19.695Z] #21 15.07 0 upgraded, 49 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:32:19.695Z] #21 15.07 Need to get 27.0 MB of archives. [2022-07-29T22:32:19.695Z] #21 15.07 After this operation, 105 MB of additional disk space will be used. [2022-07-29T22:32:19.695Z] #21 15.07 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-07-29T22:32:19.695Z] #21 15.08 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-07-29T22:32:19.695Z] #21 15.09 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-07-29T22:32:19.695Z] #21 15.09 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-07-29T22:32:19.695Z] #21 15.09 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-07-29T22:32:19.695Z] #21 15.09 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-07-29T22:32:19.695Z] #21 15.09 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-07-29T22:32:19.695Z] #21 15.10 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-07-29T22:32:19.696Z] #21 15.11 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-07-29T22:32:19.696Z] #21 15.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-07-29T22:32:19.696Z] #21 15.12 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-07-29T22:32:19.696Z] #21 15.12 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-07-29T22:32:19.696Z] #21 15.12 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] [2022-07-29T22:32:19.696Z] #21 15.13 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-07-29T22:32:19.696Z] #21 15.13 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2022-07-29T22:32:19.696Z] #21 15.15 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2022-07-29T22:32:19.696Z] #21 15.15 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-07-29T22:32:19.696Z] #21 15.16 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-07-29T22:32:19.696Z] #21 15.16 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-07-29T22:32:19.696Z] #21 15.16 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-07-29T22:32:19.696Z] #21 15.16 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-07-29T22:32:19.696Z] #21 15.16 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-07-29T22:32:19.696Z] #21 15.17 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-07-29T22:32:19.696Z] #21 15.18 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-07-29T22:32:19.696Z] #21 15.18 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-07-29T22:32:19.696Z] #21 15.18 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-07-29T22:32:19.696Z] #21 15.19 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-07-29T22:32:19.696Z] #21 15.50 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-07-29T22:32:19.696Z] #21 15.50 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-07-29T22:32:19.696Z] #21 15.50 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-07-29T22:32:19.696Z] #21 15.50 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-07-29T22:32:19.696Z] #21 15.50 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB] [2022-07-29T22:32:19.696Z] #21 15.50 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-07-29T22:32:19.696Z] #21 15.50 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-07-29T22:32:19.696Z] #21 15.50 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-07-29T22:32:19.696Z] #21 15.54 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-07-29T22:32:19.696Z] #21 15.55 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-07-29T22:32:19.696Z] #21 15.56 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-07-29T22:32:19.696Z] #21 15.57 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-07-29T22:32:19.696Z] #21 15.57 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-07-29T22:32:19.696Z] #21 15.58 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-07-29T22:32:19.696Z] #21 15.58 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-07-29T22:32:19.696Z] #21 15.61 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-07-29T22:32:19.696Z] #21 15.63 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-07-29T22:32:19.696Z] #21 15.63 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-07-29T22:32:19.696Z] #21 15.87 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-07-29T22:32:19.696Z] #21 15.88 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-07-29T22:32:19.696Z] #21 15.90 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-07-29T22:32:19.696Z] #21 15.92 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2022-07-29T22:32:19.696Z] #21 16.54 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:32:19.696Z] #21 16.65 Fetched 27.0 MB in 1s (23.5 MB/s) [2022-07-29T22:32:19.696Z] #21 16.71 Selecting previously unselected package pigz. [2022-07-29T22:32:19.696Z] #21 16.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24009 files and directories currently installed.) [2022-07-29T22:32:19.696Z] #21 16.74 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2022-07-29T22:32:19.696Z] #21 16.75 Unpacking pigz (2.6-1) ... [2022-07-29T22:32:19.696Z] #21 16.80 Selecting previously unselected package libelf1:arm64. [2022-07-29T22:32:19.696Z] #21 16.80 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2022-07-29T22:32:19.696Z] #21 16.81 Unpacking libelf1:arm64 (0.183-1) ... [2022-07-29T22:32:19.696Z] #21 16.99 Selecting previously unselected package libbpf0:arm64. [2022-07-29T22:32:19.696Z] #21 17.00 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2022-07-29T22:32:19.696Z] #21 17.00 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-07-29T22:32:19.696Z] #21 17.11 Selecting previously unselected package libcap2:arm64. [2022-07-29T22:32:19.696Z] #21 17.11 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2022-07-29T22:32:19.696Z] #21 17.13 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-07-29T22:32:19.696Z] #21 17.23 Selecting previously unselected package libmnl0:arm64. [2022-07-29T22:32:19.696Z] #21 17.23 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2022-07-29T22:32:19.696Z] #21 17.24 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-07-29T22:32:19.696Z] #21 17.31 Selecting previously unselected package libxtables12:arm64. [2022-07-29T22:32:19.696Z] #21 17.31 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2022-07-29T22:32:19.696Z] #21 17.32 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-07-29T22:32:19.696Z] #21 17.40 Selecting previously unselected package libcap2-bin. [2022-07-29T22:32:19.696Z] #21 17.40 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-07-29T22:32:19.696Z] #21 17.41 Unpacking libcap2-bin (1:2.44-1) ... [2022-07-29T22:32:19.696Z] #21 17.51 Selecting previously unselected package iproute2. [2022-07-29T22:32:19.696Z] #21 17.51 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2022-07-29T22:32:19.696Z] #21 17.52 Unpacking iproute2 (5.10.0-4) ... [2022-07-29T22:32:19.696Z] #21 18.04 Selecting previously unselected package xxd. [2022-07-29T22:32:19.696Z] #21 18.05 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-07-29T22:32:19.696Z] #21 18.06 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:32:19.696Z] #21 18.18 Selecting previously unselected package vim-common. [2022-07-29T22:32:19.696Z] #21 18.18 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-07-29T22:32:19.696Z] #21 18.20 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:32:19.696Z] #21 18.37 Selecting previously unselected package bash-completion. [2022-07-29T22:32:19.696Z] #21 18.38 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-07-29T22:32:19.696Z] #21 20.64 Unpacking bash-completion (1:2.11-2) ... [2022-07-29T22:32:19.696Z] #21 21.15 Selecting previously unselected package bzip2. [2022-07-29T22:32:19.696Z] #21 21.16 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2022-07-29T22:32:19.696Z] #21 21.17 Unpacking bzip2 (1.0.8-4) ... [2022-07-29T22:32:19.696Z] #21 21.27 Selecting previously unselected package xz-utils. [2022-07-29T22:32:19.696Z] #21 21.28 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-07-29T22:32:19.696Z] #21 21.29 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-07-29T22:32:19.696Z] #21 21.44 Selecting previously unselected package apparmor. [2022-07-29T22:32:19.696Z] #21 21.44 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2022-07-29T22:32:19.696Z] #21 21.52 Unpacking apparmor (2.13.6-10) ... [2022-07-29T22:32:19.955Z] #21 21.88 Selecting previously unselected package inetutils-ping. [2022-07-29T22:32:19.955Z] #21 21.88 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2022-07-29T22:32:19.955Z] #21 21.89 Unpacking inetutils-ping (2:2.0-1) ... [2022-07-29T22:32:20.213Z] #21 22.03 Selecting previously unselected package libip4tc2:arm64. [2022-07-29T22:32:20.213Z] #21 22.03 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2022-07-29T22:32:20.213Z] #21 22.03 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-07-29T22:32:20.213Z] #21 22.10 Selecting previously unselected package libip6tc2:arm64. [2022-07-29T22:32:20.213Z] #21 22.10 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2022-07-29T22:32:20.213Z] #21 22.12 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-07-29T22:32:20.213Z] #21 22.18 Selecting previously unselected package libnfnetlink0:arm64. [2022-07-29T22:32:20.213Z] #21 22.18 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-07-29T22:32:20.213Z] #21 22.19 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-07-29T22:32:20.472Z] #21 22.25 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-07-29T22:32:20.472Z] #21 22.25 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-07-29T22:32:20.472Z] #21 22.25 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-07-29T22:32:20.472Z] #21 22.32 Selecting previously unselected package libnftnl11:arm64. [2022-07-29T22:32:20.472Z] #21 22.32 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2022-07-29T22:32:20.472Z] #21 22.33 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-07-29T22:32:20.472Z] #21 22.42 Selecting previously unselected package iptables. [2022-07-29T22:32:20.472Z] #21 22.44 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2022-07-29T22:32:20.472Z] #21 22.44 Unpacking iptables (1.8.7-1) ... [2022-07-29T22:32:20.472Z] #21 ... [2022-07-29T22:32:20.472Z] [2022-07-29T22:32:20.472Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-07-29T22:32:20.472Z] #77 sha256:4eef9e1453ac82f899b5c2524f627bb8228588e9c4cc34aca6c1ee4d7621531b [2022-07-29T22:32:20.472Z] #77 94.00 checking for gcc option to accept ISO C89... none needed [2022-07-29T22:32:20.472Z] #77 94.22 checking whether gcc understands -c and -o together... yes [2022-07-29T22:32:20.472Z] #77 94.40 checking how to run the C preprocessor... gcc -E [2022-07-29T22:32:20.472Z] #77 94.68 checking for grep that handles long lines and -e... /bin/grep [2022-07-29T22:32:20.472Z] #77 94.68 checking for egrep... /bin/grep -E [2022-07-29T22:32:21.040Z] #77 94.69 checking for ANSI C header files... yes [2022-07-29T22:32:21.040Z] #77 95.28 checking for sys/types.h... yes [2022-07-29T22:32:21.299Z] #77 95.42 checking for sys/stat.h... yes [2022-07-29T22:32:21.465Z] #77 ... [2022-07-29T22:32:21.465Z] [2022-07-29T22:32:21.465Z] #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-07-29T22:32:21.465Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:32:21.465Z] #14 120.2 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-07-29T22:32:21.465Z] #14 120.2 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-07-29T22:32:21.465Z] #14 120.2 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-07-29T22:32:21.558Z] #77 95.57 checking for stdlib.h... yes [2022-07-29T22:32:21.558Z] #77 95.76 checking for string.h... yes [2022-07-29T22:32:21.817Z] #77 95.89 checking for memory.h... yes [2022-07-29T22:32:21.817Z] #77 96.06 checking for strings.h... yes [2022-07-29T22:32:22.076Z] #77 96.18 checking for inttypes.h... yes [2022-07-29T22:32:22.335Z] #77 96.38 checking for stdint.h... yes [2022-07-29T22:32:22.593Z] #77 96.56 checking for unistd.h... yes [2022-07-29T22:32:22.593Z] #77 96.79 checking minix/config.h usability... no [2022-07-29T22:32:22.852Z] #77 96.97 checking minix/config.h presence... no [2022-07-29T22:32:22.852Z] #77 97.04 checking for minix/config.h... no [2022-07-29T22:32:22.852Z] #77 97.04 checking whether it is safe to define __EXTENSIONS__... yes [2022-07-29T22:32:23.370Z] #77 97.28 checking build system type... aarch64-unknown-linux-gnu [2022-07-29T22:32:23.370Z] #77 97.56 checking host system type... aarch64-unknown-linux-gnu [2022-07-29T22:32:23.370Z] #77 97.57 checking how to print strings... printf [2022-07-29T22:32:23.370Z] #77 97.57 checking for a sed that does not truncate output... /bin/sed [2022-07-29T22:32:23.370Z] #77 97.60 checking for fgrep... /bin/grep -F [2022-07-29T22:32:23.370Z] #77 97.61 checking for ld used by gcc... /usr/bin/ld [2022-07-29T22:32:23.629Z] #77 97.64 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-07-29T22:32:23.629Z] #77 97.64 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-07-29T22:32:23.629Z] #77 97.67 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-07-29T22:32:23.629Z] #77 97.81 checking whether ln -s works... yes [2022-07-29T22:32:23.629Z] #77 97.81 checking the maximum length of command line arguments... 1572864 [2022-07-29T22:32:23.629Z] #77 97.86 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop [2022-07-29T22:32:23.629Z] #77 97.86 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop [2022-07-29T22:32:23.629Z] #77 97.86 checking for /usr/bin/ld option to reload object files... -r [2022-07-29T22:32:23.629Z] #77 97.86 checking for objdump... objdump [2022-07-29T22:32:23.629Z] #77 97.87 checking how to recognize dependent libraries... pass_all [2022-07-29T22:32:23.629Z] #77 97.87 checking for dlltool... no [2022-07-29T22:32:23.629Z] #77 97.87 checking how to associate runtime and link libraries... printf %s\n [2022-07-29T22:32:23.629Z] #77 97.87 checking for ar... ar [2022-07-29T22:32:23.797Z] #19 254.1 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-07-29T22:32:23.797Z] #19 254.1 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-07-29T22:32:23.797Z] #19 254.1 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-07-29T22:32:23.797Z] #19 254.1 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-07-29T22:32:23.797Z] #19 254.1 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-07-29T22:32:23.797Z] #19 254.1 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-07-29T22:32:23.797Z] #19 254.2 Selecting previously unselected package libc6-s390x-cross. [2022-07-29T22:32:23.797Z] #19 254.2 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-07-29T22:32:23.797Z] #19 254.2 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-07-29T22:32:23.797Z] #19 254.3 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-07-29T22:32:23.797Z] #19 254.3 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:23.797Z] #19 254.3 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-07-29T22:32:23.797Z] #19 254.3 Selecting previously unselected package libgomp1-s390x-cross. [2022-07-29T22:32:23.797Z] #19 254.3 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:23.797Z] #19 254.4 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-07-29T22:32:23.797Z] #19 254.4 Selecting previously unselected package libitm1-s390x-cross. [2022-07-29T22:32:23.797Z] #19 254.4 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:23.797Z] #19 254.4 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-07-29T22:32:23.797Z] #19 254.4 Selecting previously unselected package libatomic1-s390x-cross. [2022-07-29T22:32:23.797Z] #19 254.4 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:23.797Z] #19 254.4 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-07-29T22:32:23.797Z] #19 254.5 Selecting previously unselected package libasan6-s390x-cross. [2022-07-29T22:32:23.797Z] #19 254.5 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:23.797Z] #19 254.5 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-07-29T22:32:23.797Z] #19 254.7 Selecting previously unselected package libstdc++6-s390x-cross. [2022-07-29T22:32:23.797Z] #19 254.7 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:23.797Z] #19 254.7 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-07-29T22:32:23.797Z] #19 254.8 Selecting previously unselected package libubsan1-s390x-cross. [2022-07-29T22:32:23.797Z] #19 254.8 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:23.797Z] #19 254.8 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-07-29T22:32:23.797Z] #19 254.9 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-07-29T22:32:23.797Z] #19 254.9 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:23.797Z] #19 254.9 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-07-29T22:32:23.797Z] #19 255.0 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-07-29T22:32:23.797Z] #19 255.0 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-07-29T22:32:23.797Z] #19 255.0 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-07-29T22:32:23.888Z] #77 97.87 checking for archiver @FILE support... @ [2022-07-29T22:32:23.888Z] #77 98.00 checking for strip... strip [2022-07-29T22:32:23.888Z] #77 98.00 checking for ranlib... ranlib [2022-07-29T22:32:23.888Z] #77 98.00 checking for gawk... no [2022-07-29T22:32:23.888Z] #77 98.00 checking for mawk... mawk [2022-07-29T22:32:24.147Z] #77 98.00 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-07-29T22:32:24.147Z] #77 98.36 checking for sysroot... no [2022-07-29T22:32:24.147Z] #77 98.36 checking for a working dd... /bin/dd [2022-07-29T22:32:24.147Z] #77 98.38 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-07-29T22:32:24.147Z] #77 98.40 checking for mt... no [2022-07-29T22:32:24.147Z] #77 98.41 checking if : is a manifest tool... no [2022-07-29T22:32:24.406Z] #77 98.42 checking for dlfcn.h... yes [2022-07-29T22:32:24.406Z] #77 98.57 checking for objdir... .libs [2022-07-29T22:32:24.924Z] #77 99.01 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-07-29T22:32:24.924Z] #77 99.10 checking for gcc option to produce PIC... -fPIC -DPIC [2022-07-29T22:32:24.924Z] #77 99.10 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-07-29T22:32:25.490Z] #77 99.16 checking if gcc static flag -static works... yes [2022-07-29T22:32:25.490Z] #77 99.47 checking if gcc supports -c -o file.o... yes [2022-07-29T22:32:25.490Z] #77 99.63 checking if gcc supports -c -o file.o... (cached) yes [2022-07-29T22:32:25.490Z] #77 99.63 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes [2022-07-29T22:32:25.749Z] #77 99.66 checking dynamic linker characteristics... GNU/Linux ld.so [2022-07-29T22:32:25.749Z] #77 99.88 checking how to hardcode library paths into programs... immediate [2022-07-29T22:32:25.749Z] #77 99.88 checking whether stripping libraries is possible... yes [2022-07-29T22:32:25.749Z] #77 99.90 checking if libtool supports shared libraries... yes [2022-07-29T22:32:25.749Z] #77 99.90 checking whether to build shared libraries... no [2022-07-29T22:32:25.749Z] #77 99.90 checking whether to build static libraries... yes [2022-07-29T22:32:25.749Z] #77 99.90 checking for a BSD-compatible install... /usr/bin/install -c [2022-07-29T22:32:25.749Z] #77 99.95 checking whether build environment is sane... yes [2022-07-29T22:32:25.749Z] #77 100.0 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-07-29T22:32:25.749Z] #77 100.0 checking whether make sets $(MAKE)... yes [2022-07-29T22:32:26.008Z] #77 100.1 checking whether make supports the include directive... yes (GNU style) [2022-07-29T22:32:26.008Z] #77 100.1 checking whether make supports nested variables... yes [2022-07-29T22:32:26.008Z] #77 100.2 checking whether UID '0' is supported by ustar format... yes [2022-07-29T22:32:26.008Z] #77 100.2 checking whether GID '0' is supported by ustar format... yes [2022-07-29T22:32:26.008Z] #77 100.2 checking how to create a ustar tar archive... gnutar [2022-07-29T22:32:26.267Z] #77 100.3 checking dependency style of gcc... gcc3 [2022-07-29T22:32:26.267Z] #77 100.4 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-07-29T22:32:26.267Z] #77 100.4 checking whether make supports nested variables... (cached) yes [2022-07-29T22:32:26.267Z] #77 100.4 checking for pkg-config... /usr/bin/pkg-config [2022-07-29T22:32:26.267Z] #77 100.4 checking pkg-config is at least version 0.9.0... yes [2022-07-29T22:32:26.267Z] #77 100.4 checking for yajl >= 2.1.0... yes [2022-07-29T22:32:26.267Z] #77 100.5 checking for a sed that does not truncate output... (cached) /bin/sed [2022-07-29T22:32:26.267Z] #77 100.5 checking for gcc... (cached) gcc [2022-07-29T22:32:26.526Z] #77 100.6 checking whether we are using the GNU C compiler... (cached) yes [2022-07-29T22:32:26.526Z] #77 100.6 checking whether gcc accepts -g... (cached) yes [2022-07-29T22:32:26.526Z] #77 100.6 checking for gcc option to accept ISO C89... (cached) none needed [2022-07-29T22:32:26.526Z] #77 100.6 checking whether gcc understands -c and -o together... (cached) yes [2022-07-29T22:32:26.526Z] #77 100.6 checking for a Python interpreter with version >= 3... python3 [2022-07-29T22:32:26.526Z] #77 100.7 checking for python3... /usr/bin/python3 [2022-07-29T22:32:26.526Z] #77 100.7 checking for python3 version... 3.9 [2022-07-29T22:32:26.526Z] #77 100.7 checking for python3 platform... linux [2022-07-29T22:32:26.785Z] #77 100.8 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-07-29T22:32:26.785Z] #77 100.9 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-07-29T22:32:27.043Z] #77 101.2 checking that generated files are newer than configure... done [2022-07-29T22:32:27.043Z] #77 101.2 configure: creating ./config.status [2022-07-29T22:32:28.014Z] #14 126.5 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-07-29T22:32:28.014Z] #14 126.5 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-07-29T22:32:28.014Z] #14 126.5 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-07-29T22:32:28.014Z] #14 126.7 Selecting previously unselected package libapparmor1:amd64. [2022-07-29T22:32:28.014Z] #14 126.7 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-07-29T22:32:28.015Z] #14 126.7 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-07-29T22:32:28.015Z] #14 126.8 Selecting previously unselected package libapparmor-dev:amd64. [2022-07-29T22:32:28.015Z] #14 126.8 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-07-29T22:32:28.015Z] #14 126.8 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-07-29T22:32:28.015Z] #14 127.0 Selecting previously unselected package libbtrfs0:amd64. [2022-07-29T22:32:28.015Z] #14 127.0 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-07-29T22:32:28.015Z] #14 127.0 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-07-29T22:32:28.015Z] #14 127.2 Selecting previously unselected package libbtrfs-dev:amd64. [2022-07-29T22:32:28.015Z] #14 127.2 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-07-29T22:32:28.015Z] #14 127.2 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-07-29T22:32:28.272Z] #14 127.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-07-29T22:32:28.272Z] #14 127.4 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-07-29T22:32:28.272Z] #14 127.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-07-29T22:32:28.272Z] #14 127.5 Selecting previously unselected package libudev-dev:amd64. [2022-07-29T22:32:28.272Z] #14 127.5 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-07-29T22:32:28.272Z] #14 127.5 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-07-29T22:32:28.529Z] #14 127.7 Selecting previously unselected package libsepol1-dev:amd64. [2022-07-29T22:32:28.529Z] #14 127.7 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-07-29T22:32:28.529Z] #14 127.7 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-07-29T22:32:28.786Z] #14 128.1 Selecting previously unselected package libpcre2-16-0:amd64. [2022-07-29T22:32:29.044Z] #14 128.1 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-07-29T22:32:29.044Z] #14 128.1 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-07-29T22:32:29.044Z] #14 128.3 Selecting previously unselected package libpcre2-32-0:amd64. [2022-07-29T22:32:29.080Z] #19 259.4 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-07-29T22:32:29.081Z] #19 259.4 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-07-29T22:32:29.081Z] #19 259.4 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-07-29T22:32:29.081Z] #19 259.4 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-07-29T22:32:29.081Z] #19 259.4 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-07-29T22:32:29.081Z] #19 259.4 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-07-29T22:32:29.081Z] #19 259.6 Selecting previously unselected package libc6-dev-s390x-cross. [2022-07-29T22:32:29.081Z] #19 259.6 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-07-29T22:32:29.081Z] #19 259.6 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-07-29T22:32:29.081Z] #19 259.9 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-07-29T22:32:29.081Z] #19 259.9 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-07-29T22:32:29.081Z] #19 259.9 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-07-29T22:32:29.081Z] #19 260.1 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-07-29T22:32:29.081Z] #19 260.1 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-07-29T22:32:29.081Z] #19 260.1 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-07-29T22:32:29.301Z] #14 128.3 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-07-29T22:32:29.301Z] #14 128.4 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-07-29T22:32:29.301Z] #14 128.6 Selecting previously unselected package libpcre2-posix2:amd64. [2022-07-29T22:32:29.301Z] #14 128.6 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-07-29T22:32:29.301Z] #14 128.6 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-07-29T22:32:29.301Z] #14 128.7 Selecting previously unselected package libpcre2-dev:amd64. [2022-07-29T22:32:29.558Z] #14 128.7 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-07-29T22:32:29.558Z] #14 128.7 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-07-29T22:32:29.608Z] #77 103.9 config.status: creating Makefile [2022-07-29T22:32:29.608Z] #77 103.9 config.status: creating config.h [2022-07-29T22:32:29.872Z] #77 104.0 config.status: executing libtool commands [2022-07-29T22:32:29.872Z] #77 104.0 config.status: executing depfiles commands [2022-07-29T22:32:30.123Z] #14 129.2 Selecting previously unselected package libselinux1-dev:amd64. [2022-07-29T22:32:30.123Z] #14 129.2 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-07-29T22:32:30.123Z] #14 129.3 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-07-29T22:32:30.380Z] #14 129.5 Selecting previously unselected package libdevmapper-dev:amd64. [2022-07-29T22:32:30.380Z] #14 129.5 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-07-29T22:32:30.380Z] #14 129.6 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-07-29T22:32:30.380Z] #14 129.6 Selecting previously unselected package libseccomp-dev:amd64. [2022-07-29T22:32:30.380Z] #14 129.7 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-07-29T22:32:30.380Z] #14 129.7 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-07-29T22:32:30.451Z] #77 104.7 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-07-29T22:32:30.451Z] #77 104.8 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-07-29T22:32:30.637Z] #14 129.8 Selecting previously unselected package libsystemd-dev:amd64. [2022-07-29T22:32:30.637Z] #14 129.8 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-07-29T22:32:30.637Z] #14 129.8 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-07-29T22:32:30.711Z] #77 ... [2022-07-29T22:32:30.711Z] [2022-07-29T22:32:30.711Z] #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-07-29T22:32:30.711Z] #21 sha256:1ee9316de651d3ba87fbfce8d87c4918c258101341290de8c8aab84aeef5495e [2022-07-29T22:32:30.711Z] #21 22.77 Selecting previously unselected package libonig5:arm64. [2022-07-29T22:32:30.711Z] #21 22.77 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2022-07-29T22:32:30.711Z] #21 22.79 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-07-29T22:32:30.711Z] #21 22.90 Selecting previously unselected package libjq1:arm64. [2022-07-29T22:32:30.711Z] #21 22.90 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2022-07-29T22:32:30.711Z] #21 22.91 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-07-29T22:32:30.711Z] #21 23.05 Selecting previously unselected package jq. [2022-07-29T22:32:30.711Z] #21 23.05 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2022-07-29T22:32:30.711Z] #21 23.05 Unpacking jq (1.6-2.1) ... [2022-07-29T22:32:30.711Z] #21 23.16 Selecting previously unselected package libaio1:arm64. [2022-07-29T22:32:30.711Z] #21 23.16 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2022-07-29T22:32:30.711Z] #21 23.17 Unpacking libaio1:arm64 (0.3.112-9) ... [2022-07-29T22:32:30.711Z] #21 23.23 Selecting previously unselected package libgpm2:arm64. [2022-07-29T22:32:30.711Z] #21 23.23 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2022-07-29T22:32:30.711Z] #21 23.23 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-07-29T22:32:30.711Z] #21 23.30 Selecting previously unselected package libicu67:arm64. [2022-07-29T22:32:30.711Z] #21 23.30 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2022-07-29T22:32:30.711Z] #21 23.31 Unpacking libicu67:arm64 (67.1-7) ... [2022-07-29T22:32:30.711Z] #21 26.23 Selecting previously unselected package libinih1:arm64. [2022-07-29T22:32:30.711Z] #21 26.23 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2022-07-29T22:32:30.711Z] #21 26.23 Unpacking libinih1:arm64 (53-1+b2) ... [2022-07-29T22:32:30.711Z] #21 26.31 Selecting previously unselected package libnet1:arm64. [2022-07-29T22:32:30.711Z] #21 26.31 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-07-29T22:32:30.711Z] #21 26.32 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-07-29T22:32:30.711Z] #21 26.41 Selecting previously unselected package libnl-3-200:arm64. [2022-07-29T22:32:30.711Z] #21 26.41 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-07-29T22:32:30.711Z] #21 26.41 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-07-29T22:32:30.711Z] #21 26.49 Selecting previously unselected package libprotobuf-c1:arm64. [2022-07-29T22:32:30.711Z] #21 26.49 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-07-29T22:32:30.711Z] #21 26.50 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-07-29T22:32:30.712Z] #21 26.56 Selecting previously unselected package libyajl2:arm64. [2022-07-29T22:32:30.712Z] #21 26.56 Preparing to unpack .../31-libyajl2_2.1.0-3_arm64.deb ... [2022-07-29T22:32:30.712Z] #21 26.56 Unpacking libyajl2:arm64 (2.1.0-3) ... [2022-07-29T22:32:30.712Z] #21 26.63 Selecting previously unselected package net-tools. [2022-07-29T22:32:30.712Z] #21 26.63 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-07-29T22:32:30.712Z] #21 26.63 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-07-29T22:32:30.712Z] #21 26.76 Selecting previously unselected package patch. [2022-07-29T22:32:30.712Z] #21 26.76 Preparing to unpack .../33-patch_2.7.6-7_arm64.deb ... [2022-07-29T22:32:30.712Z] #21 26.76 Unpacking patch (2.7.6-7) ... [2022-07-29T22:32:30.712Z] #21 26.90 Selecting previously unselected package python-pip-whl. [2022-07-29T22:32:30.712Z] #21 26.90 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-07-29T22:32:30.712Z] #21 26.92 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-07-29T22:32:30.712Z] #21 27.43 Selecting previously unselected package python3-lib2to3. [2022-07-29T22:32:30.712Z] #21 27.43 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ... [2022-07-29T22:32:30.712Z] #21 27.44 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-07-29T22:32:30.712Z] #21 27.56 Selecting previously unselected package python3-distutils. [2022-07-29T22:32:30.712Z] #21 27.57 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ... [2022-07-29T22:32:30.712Z] #21 27.57 Unpacking python3-distutils (3.9.2-1) ... [2022-07-29T22:32:30.712Z] #21 27.71 Selecting previously unselected package python3-pkg-resources. [2022-07-29T22:32:30.712Z] #21 27.71 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ... [2022-07-29T22:32:30.712Z] #21 27.71 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-07-29T22:32:30.712Z] #21 27.83 Selecting previously unselected package python3-setuptools. [2022-07-29T22:32:30.712Z] #21 27.83 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ... [2022-07-29T22:32:30.712Z] #21 27.84 Unpacking python3-setuptools (52.0.0-4) ... [2022-07-29T22:32:30.712Z] #21 28.13 Selecting previously unselected package python3-wheel. [2022-07-29T22:32:30.712Z] #21 28.13 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ... [2022-07-29T22:32:30.712Z] #21 28.14 Unpacking python3-wheel (0.34.2-1) ... [2022-07-29T22:32:30.712Z] #21 28.20 Selecting previously unselected package python3-pip. [2022-07-29T22:32:30.712Z] #21 28.21 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-07-29T22:32:30.712Z] #21 28.21 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-07-29T22:32:30.712Z] #21 28.50 Selecting previously unselected package sudo. [2022-07-29T22:32:30.712Z] #21 28.50 Preparing to unpack .../41-sudo_1.9.5p2-3_arm64.deb ... [2022-07-29T22:32:30.712Z] #21 28.51 Unpacking sudo (1.9.5p2-3) ... [2022-07-29T22:32:30.712Z] #21 29.01 Selecting previously unselected package thin-provisioning-tools. [2022-07-29T22:32:30.712Z] #21 29.01 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-07-29T22:32:30.712Z] #21 29.02 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-07-29T22:32:30.712Z] #21 29.21 Selecting previously unselected package uidmap. [2022-07-29T22:32:30.712Z] #21 29.21 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-07-29T22:32:30.712Z] #21 29.22 Unpacking uidmap (1:4.8.1-1) ... [2022-07-29T22:32:30.712Z] #21 29.39 Selecting previously unselected package vim-runtime. [2022-07-29T22:32:30.712Z] #21 29.39 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-07-29T22:32:30.712Z] #21 29.43 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-07-29T22:32:30.712Z] #21 29.45 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-07-29T22:32:30.712Z] #21 29.47 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:32:30.970Z] #21 32.85 Selecting previously unselected package vim. [2022-07-29T22:32:30.970Z] #21 32.86 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-07-29T22:32:30.970Z] #21 32.87 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:32:30.970Z] #21 ... [2022-07-29T22:32:30.970Z] [2022-07-29T22:32:30.970Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-07-29T22:32:30.970Z] #77 sha256:4eef9e1453ac82f899b5c2524f627bb8228588e9c4cc34aca6c1ee4d7621531b [2022-07-29T22:32:30.970Z] #77 105.2 checking for gcc... gcc [2022-07-29T22:32:31.202Z] #14 ... [2022-07-29T22:32:31.202Z] [2022-07-29T22:32:31.202Z] #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-07-29T22:32:31.202Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:32:31.202Z] #77 74.85 configure.ac:7: installing 'build-aux/compile' [2022-07-29T22:32:31.202Z] #77 74.85 configure.ac:9: installing 'build-aux/config.guess' [2022-07-29T22:32:31.202Z] #77 74.87 configure.ac:9: installing 'build-aux/config.sub' [2022-07-29T22:32:31.202Z] #77 74.87 configure.ac:11: installing 'build-aux/install-sh' [2022-07-29T22:32:31.202Z] #77 74.89 configure.ac:11: installing 'build-aux/missing' [2022-07-29T22:32:31.202Z] #77 75.11 Makefile.am: installing 'build-aux/depcomp' [2022-07-29T22:32:31.202Z] #77 75.24 parallel-tests: installing 'build-aux/test-driver' [2022-07-29T22:32:31.202Z] #77 77.45 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-07-29T22:32:31.202Z] #77 77.45 libtoolize: copying file 'build-aux/ltmain.sh' [2022-07-29T22:32:31.202Z] #77 78.05 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-07-29T22:32:31.202Z] #77 78.05 libtoolize: copying file 'm4/libtool.m4' [2022-07-29T22:32:31.202Z] #77 78.14 libtoolize: copying file 'm4/ltoptions.m4' [2022-07-29T22:32:31.202Z] #77 78.26 libtoolize: copying file 'm4/ltsugar.m4' [2022-07-29T22:32:31.202Z] #77 78.37 libtoolize: copying file 'm4/ltversion.m4' [2022-07-29T22:32:31.202Z] #77 78.49 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-07-29T22:32:31.202Z] #77 ... [2022-07-29T22:32:31.202Z] [2022-07-29T22:32:31.202Z] #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-07-29T22:32:31.202Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:32:31.202Z] #14 130.5 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-07-29T22:32:31.202Z] #14 130.5 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-07-29T22:32:31.202Z] #14 130.5 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-07-29T22:32:31.202Z] #14 130.5 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-07-29T22:32:31.202Z] #14 130.5 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-07-29T22:32:31.202Z] #14 130.6 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-07-29T22:32:31.202Z] #14 130.6 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-07-29T22:32:31.202Z] #14 130.6 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-07-29T22:32:31.229Z] #77 105.3 checking whether the C compiler works... yes [2022-07-29T22:32:31.229Z] #77 105.5 checking for C compiler default output file name... a.out [2022-07-29T22:32:31.229Z] #77 105.5 checking for suffix of executables... [2022-07-29T22:32:31.463Z] #14 130.6 Setting up libudev-dev:amd64 (247.3-7) ... [2022-07-29T22:32:31.463Z] #14 130.6 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-07-29T22:32:31.463Z] #14 130.6 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-07-29T22:32:31.463Z] #14 130.6 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-07-29T22:32:31.463Z] #14 130.6 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-07-29T22:32:31.463Z] #14 130.7 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-07-29T22:32:31.463Z] #14 130.7 Setting up mingw-w64-common (8.0.0-1) ... [2022-07-29T22:32:31.463Z] #14 130.7 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-07-29T22:32:31.463Z] #14 130.7 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-07-29T22:32:31.487Z] #77 105.6 checking whether we are cross compiling... no [2022-07-29T22:32:31.487Z] #77 105.7 checking for suffix of object files... o [2022-07-29T22:32:31.720Z] #14 130.8 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-07-29T22:32:31.720Z] #14 130.9 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-07-29T22:32:31.720Z] #14 130.9 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-07-29T22:32:31.720Z] #14 131.0 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-07-29T22:32:31.720Z] #14 131.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-07-29T22:32:31.746Z] #77 105.8 checking whether we are using the GNU C compiler... yes [2022-07-29T22:32:31.977Z] #14 131.1 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...#14 ... [2022-07-29T22:32:31.977Z] [2022-07-29T22:32:31.977Z] #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-07-29T22:32:31.977Z] #67 sha256:d0d8af31ec980b68c185127577a0cbea1a957cd632763dcc1a5d06ba91aa0471 [2022-07-29T22:32:31.977Z] #67 123.8 + for f in rootlesskit rootlesskit-docker-proxy [2022-07-29T22:32:31.977Z] #67 123.8 + GOBIN=/build [2022-07-29T22:32:31.977Z] #67 123.8 + GO111MODULE=on [2022-07-29T22:32:31.977Z] #67 123.8 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-07-29T22:32:31.977Z] #67 130.6 rootlesskit version 1.0.0 [2022-07-29T22:32:31.977Z] #67 130.6 Usage of /build/rootlesskit-docker-proxy: [2022-07-29T22:32:31.977Z] #67 130.6 -container-ip string [2022-07-29T22:32:31.977Z] #67 130.6 container ip [2022-07-29T22:32:31.977Z] #67 130.6 -container-port int [2022-07-29T22:32:31.977Z] #67 130.6 container port (default -1) [2022-07-29T22:32:31.977Z] #67 130.6 -host-ip string [2022-07-29T22:32:31.977Z] #67 130.6 host ip [2022-07-29T22:32:31.977Z] #67 130.6 -host-port int [2022-07-29T22:32:31.977Z] #67 130.6 host port (default -1) [2022-07-29T22:32:31.977Z] #67 130.6 -proto string [2022-07-29T22:32:31.977Z] #67 130.6 proxy protocol (default "tcp") [2022-07-29T22:32:31.977Z] #67 DONE 131.0s [2022-07-29T22:32:31.977Z] [2022-07-29T22:32:31.977Z] #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-07-29T22:32:31.977Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:32:31.977Z] #14 131.1 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-07-29T22:32:31.977Z] #14 131.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-07-29T22:32:31.977Z] #14 131.1 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-07-29T22:32:31.977Z] #14 131.1 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-07-29T22:32:31.977Z] #14 131.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-07-29T22:32:31.977Z] #14 131.2 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-07-29T22:32:31.977Z] [2022-07-29T22:32:31.977Z] #14 ... [2022-07-29T22:32:31.977Z] [2022-07-29T22:32:31.977Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-07-29T22:32:31.977Z] #68 sha256:427e899c6f27db65ee0be51ff13405e9b2acb642eeac01a61dfd3bc460e27c55 [2022-07-29T22:32:31.977Z] #68 DONE 0.1s [2022-07-29T22:32:31.977Z] [2022-07-29T22:32:31.977Z] #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-07-29T22:32:31.977Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:32:31.977Z] #14 131.2 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-07-29T22:32:31.978Z] #14 131.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-07-29T22:32:31.978Z] #14 131.2 Setting up dmsetup (2:1.02.175-2.1) ... [2022-07-29T22:32:31.978Z] #14 131.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-07-29T22:32:32.005Z] #77 105.9 checking whether gcc accepts -g... yes [2022-07-29T22:32:32.005Z] #77 106.0 checking for gcc option to accept ISO C89... none needed [2022-07-29T22:32:32.235Z] #14 131.3 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...#14 ... [2022-07-29T22:32:32.235Z] [2022-07-29T22:32:32.235Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-07-29T22:32:32.235Z] #69 sha256:1a2f87d9609886f11438911081e3b20da468c7774b0c913af5f13da5895f9201 [2022-07-29T22:32:32.235Z] #69 DONE 0.2s [2022-07-29T22:32:32.235Z] [2022-07-29T22:32:32.235Z] #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-07-29T22:32:32.235Z] #14 sha256:ced2ffec972954a5c99321c881c7d3d6bfb5918a7161fad3b8010156acd948ea [2022-07-29T22:32:32.235Z] #14 131.3 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-07-29T22:32:32.235Z] #14 131.3 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:32:32.263Z] #77 106.2 checking whether gcc understands -c and -o together... yes [2022-07-29T22:32:32.263Z] #77 106.4 checking for a BSD-compatible install... /usr/bin/install -c [2022-07-29T22:32:32.263Z] #77 106.4 checking whether build environment is sane... yes [2022-07-29T22:32:32.263Z] #77 106.5 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-07-29T22:32:32.263Z] #77 106.5 checking for gawk... no [2022-07-29T22:32:32.263Z] #77 106.5 checking for mawk... mawk [2022-07-29T22:32:32.263Z] #77 106.5 checking whether make sets $(MAKE)... yes [2022-07-29T22:32:32.263Z] #77 106.6 checking whether make supports the include directive... yes (GNU style) [2022-07-29T22:32:32.263Z] #77 106.6 checking whether make supports nested variables... yes [2022-07-29T22:32:32.521Z] #77 106.6 checking whether UID '0' is supported by ustar format... yes [2022-07-29T22:32:32.521Z] #77 106.6 checking whether GID '0' is supported by ustar format... yes [2022-07-29T22:32:32.521Z] #77 106.7 checking how to create a ustar tar archive... gnutar [2022-07-29T22:32:32.521Z] #77 106.7 checking dependency style of gcc... gcc3 [2022-07-29T22:32:32.788Z] #77 106.9 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-07-29T22:32:32.788Z] #77 106.9 checking whether make supports nested variables... (cached) yes [2022-07-29T22:32:32.799Z] #14 DONE 132.0s [2022-07-29T22:32:32.799Z] [2022-07-29T22:32:32.799Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-07-29T22:32:32.799Z] #59 sha256:71cf7f07a02d539ffec724291b39cfa27390ee4b466e885df0891a4bfe69ae7a [2022-07-29T22:32:33.048Z] #77 107.0 checking build system type... aarch64-unknown-linux-gnu [2022-07-29T22:32:33.048Z] #77 107.2 checking host system type... aarch64-unknown-linux-gnu [2022-07-29T22:32:33.048Z] #77 107.2 checking how to print strings... printf [2022-07-29T22:32:33.048Z] #77 107.3 checking for a sed that does not truncate output... /bin/sed [2022-07-29T22:32:33.048Z] #77 107.3 checking for grep that handles long lines and -e... /bin/grep [2022-07-29T22:32:33.048Z] #77 107.3 checking for egrep... /bin/grep -E [2022-07-29T22:32:33.048Z] #77 107.3 checking for fgrep... /bin/grep -F [2022-07-29T22:32:33.048Z] #77 107.3 checking for ld used by gcc... /usr/bin/ld [2022-07-29T22:32:33.048Z] #77 107.3 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-07-29T22:32:33.048Z] #77 107.3 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-07-29T22:32:33.048Z] #77 107.3 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-07-29T22:32:33.048Z] #77 107.4 checking whether ln -s works... yes [2022-07-29T22:32:33.048Z] #77 107.4 checking the maximum length of command line arguments... 1572864 [2022-07-29T22:32:33.048Z] #77 107.4 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop [2022-07-29T22:32:33.048Z] #77 107.4 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop [2022-07-29T22:32:33.048Z] #77 107.4 checking for /usr/bin/ld option to reload object files... -r [2022-07-29T22:32:33.048Z] #77 107.4 checking for objdump... objdump [2022-07-29T22:32:33.048Z] #77 107.4 checking how to recognize dependent libraries... pass_all [2022-07-29T22:32:33.048Z] #77 107.4 checking for dlltool... no [2022-07-29T22:32:33.048Z] #77 107.4 checking how to associate runtime and link libraries... printf %s\n [2022-07-29T22:32:33.048Z] #77 107.4 checking for ar... ar [2022-07-29T22:32:33.281Z] #19 264.4 Selecting previously unselected package g++-s390x-linux-gnu. [2022-07-29T22:32:33.281Z] #19 264.4 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-07-29T22:32:33.281Z] #19 264.4 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-07-29T22:32:33.281Z] #19 264.4 Selecting previously unselected package crossbuild-essential-s390x. [2022-07-29T22:32:33.281Z] #19 264.4 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-07-29T22:32:33.281Z] #19 264.4 Unpacking crossbuild-essential-s390x (12.9) ... [2022-07-29T22:32:33.281Z] #19 264.5 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-07-29T22:32:33.281Z] #19 264.5 Setting up libfile-which-perl (1.23-1) ... [2022-07-29T22:32:33.281Z] #19 264.5 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-07-29T22:32:33.281Z] #19 264.5 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-07-29T22:32:33.281Z] #19 264.5 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-07-29T22:32:33.281Z] #19 264.5 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-07-29T22:32:33.281Z] #19 264.6 Setting up libicu67:amd64 (67.1-7) ... [2022-07-29T22:32:33.306Z] #77 107.4 checking for archiver @FILE support... @ [2022-07-29T22:32:33.306Z] #77 107.5 checking for strip... strip [2022-07-29T22:32:33.306Z] #77 107.5 checking for ranlib... ranlib [2022-07-29T22:32:33.367Z] #59 DONE 0.5s [2022-07-29T22:32:33.367Z] [2022-07-29T22:32:33.367Z] #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-07-29T22:32:33.367Z] #60 sha256:ee661ab7e7f330401c6723515f2538cd2dd3d4d61bf4f56e7dffa90bcda66f26 [2022-07-29T22:32:33.541Z] #19 264.6 Setting up libmagic-mgc (1:5.39-3) ... [2022-07-29T22:32:33.541Z] #19 264.6 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-07-29T22:32:33.541Z] #19 264.6 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-07-29T22:32:33.541Z] #19 264.6 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-07-29T22:32:33.541Z] #19 264.6 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-07-29T22:32:33.541Z] #19 264.6 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-07-29T22:32:33.541Z] #19 264.7 Setting up file (1:5.39-3) ... [2022-07-29T22:32:33.541Z] #19 264.7 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-07-29T22:32:33.541Z] #19 264.7 Setting up bzip2 (1.0.8-4) ... [2022-07-29T22:32:33.541Z] #19 264.7 Setting up libyaml-perl (1.30-1) ... [2022-07-29T22:32:33.541Z] #19 264.7 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-07-29T22:32:33.541Z] #19 264.7 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-07-29T22:32:33.541Z] #19 264.7 Setting up libio-string-perl (1.08-3.1) ... [2022-07-29T22:32:33.541Z] #19 264.8 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-07-29T22:32:33.541Z] #19 264.8 Setting up cross-config (2.6.18+nmu1) ... [2022-07-29T22:32:33.541Z] #19 264.9 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-07-29T22:32:33.565Z] #77 107.5 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-07-29T22:32:33.801Z] #19 264.9 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-07-29T22:32:33.801Z] #19 264.9 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-07-29T22:32:33.801Z] #19 264.9 Setting up patch (2.7.6-7) ... [2022-07-29T22:32:33.801Z] #19 265.0 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-07-29T22:32:33.801Z] #19 265.0 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-07-29T22:32:33.801Z] #19 265.0 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:33.801Z] #19 265.0 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-07-29T22:32:33.801Z] #19 265.0 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-07-29T22:32:33.801Z] #19 265.0 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-07-29T22:32:33.801Z] #19 265.1 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:33.801Z] #19 265.1 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-07-29T22:32:33.801Z] #19 265.1 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-07-29T22:32:33.801Z] #19 265.1 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:33.824Z] #77 107.8 checking for sysroot... no [2022-07-29T22:32:33.824Z] #77 107.8 checking for a working dd... /bin/dd [2022-07-29T22:32:33.824Z] #77 107.9 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-07-29T22:32:33.824Z] #77 107.9 checking for mt... no [2022-07-29T22:32:33.824Z] #77 107.9 checking if : is a manifest tool... no [2022-07-29T22:32:33.824Z] #77 107.9 checking how to run the C preprocessor... gcc -E [2022-07-29T22:32:34.060Z] #19 265.1 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-07-29T22:32:34.060Z] #19 265.1 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-07-29T22:32:34.060Z] #19 265.1 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-07-29T22:32:34.060Z] #19 265.2 Setting up libfile-homedir-perl (1.006-1) ... [2022-07-29T22:32:34.060Z] #19 265.2 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-07-29T22:32:34.060Z] #19 265.2 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.060Z] #19 265.2 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-07-29T22:32:34.060Z] #19 265.2 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-07-29T22:32:34.060Z] #19 265.2 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-07-29T22:32:34.060Z] #19 265.2 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-07-29T22:32:34.060Z] #19 265.2 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-07-29T22:32:34.060Z] #19 265.3 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-07-29T22:32:34.060Z] #19 265.3 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.060Z] #19 265.3 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-07-29T22:32:34.060Z] #19 265.3 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.060Z] #19 265.3 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.060Z] #19 265.3 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.060Z] #19 265.3 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.060Z] #19 265.4 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.060Z] #19 265.4 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.060Z] #19 265.4 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-07-29T22:32:34.060Z] #19 265.4 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.060Z] #19 265.4 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.060Z] #19 265.4 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.319Z] #19 265.4 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.319Z] #19 265.4 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-07-29T22:32:34.319Z] #19 265.5 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.319Z] #19 265.5 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.319Z] #19 265.5 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.319Z] #19 265.5 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-07-29T22:32:34.319Z] #19 265.5 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.319Z] #19 265.5 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.319Z] #19 265.5 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.319Z] #19 265.5 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-07-29T22:32:34.319Z] #19 265.6 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-07-29T22:32:34.399Z] #77 108.1 checking for ANSI C header files... yes [2022-07-29T22:32:34.579Z] #19 265.7 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-07-29T22:32:34.579Z] #19 265.8 [2022-07-29T22:32:34.579Z] #19 265.8 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-07-29T22:32:34.579Z] #19 265.8 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.579Z] #19 265.9 Setting up dpkg-dev (1.20.11) ... [2022-07-29T22:32:34.579Z] #19 265.9 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.579Z] #19 265.9 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-07-29T22:32:34.579Z] #19 265.9 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.579Z] #19 265.9 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.658Z] #77 108.6 checking for sys/types.h... yes [2022-07-29T22:32:34.658Z] #77 108.7 checking for sys/stat.h... yes [2022-07-29T22:32:34.840Z] #19 265.9 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.840Z] #19 266.0 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.840Z] #19 266.0 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-07-29T22:32:34.840Z] #19 266.0 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.840Z] #19 266.0 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.840Z] #19 266.0 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.840Z] #19 266.0 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:34.840Z] #19 266.0 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-07-29T22:32:34.840Z] #19 266.1 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-07-29T22:32:34.840Z] #19 266.1 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-07-29T22:32:34.917Z] #77 108.9 checking for stdlib.h... yes [2022-07-29T22:32:35.100Z] #19 266.2 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-07-29T22:32:35.100Z] #19 266.3 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-07-29T22:32:35.100Z] #19 266.4 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-07-29T22:32:35.100Z] #19 266.4 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-07-29T22:32:35.100Z] #19 266.4 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-07-29T22:32:35.100Z] #19 266.4 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-07-29T22:32:35.100Z] #19 266.4 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-07-29T22:32:35.175Z] #77 109.1 checking for string.h... yes [2022-07-29T22:32:35.175Z] #77 109.4 checking for memory.h... yes [2022-07-29T22:32:35.359Z] #19 266.4 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-07-29T22:32:35.359Z] #19 266.4 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-07-29T22:32:35.359Z] #19 266.4 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-07-29T22:32:35.359Z] #19 266.5 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-07-29T22:32:35.359Z] #19 266.5 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-07-29T22:32:35.359Z] #19 266.5 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-07-29T22:32:35.359Z] #19 266.5 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:35.359Z] #19 266.5 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-07-29T22:32:35.359Z] #19 266.5 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-07-29T22:32:35.359Z] #19 266.5 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-07-29T22:32:35.359Z] #19 266.5 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-07-29T22:32:35.359Z] #19 266.6 Setting up libxml-simple-perl (2.25-1) ... [2022-07-29T22:32:35.359Z] #19 266.6 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-07-29T22:32:35.359Z] #19 266.6 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-07-29T22:32:35.359Z] #19 266.6 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-07-29T22:32:35.359Z] #19 266.6 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:35.359Z] #19 266.6 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-07-29T22:32:35.359Z] #19 266.6 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-07-29T22:32:35.359Z] #19 266.6 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-07-29T22:32:35.359Z] #19 266.7 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-07-29T22:32:35.359Z] #19 266.7 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-07-29T22:32:35.359Z] #19 266.7 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-07-29T22:32:35.359Z] #19 266.7 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-07-29T22:32:35.359Z] #19 266.7 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-07-29T22:32:35.359Z] #19 266.7 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-07-29T22:32:35.434Z] #77 109.6 checking for strings.h... yes [2022-07-29T22:32:35.434Z] #77 109.7 checking for inttypes.h... yes [2022-07-29T22:32:35.618Z] #19 266.7 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-07-29T22:32:35.618Z] #19 266.7 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-07-29T22:32:35.618Z] #19 266.8 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-07-29T22:32:35.618Z] #19 266.8 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-07-29T22:32:35.618Z] #19 266.8 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-07-29T22:32:35.618Z] #19 266.8 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-07-29T22:32:35.618Z] #19 266.8 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-07-29T22:32:35.618Z] #19 266.8 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-07-29T22:32:35.618Z] #19 266.8 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-07-29T22:32:35.618Z] #19 266.9 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-07-29T22:32:35.618Z] #19 266.9 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-07-29T22:32:35.618Z] #19 266.9 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-07-29T22:32:35.618Z] #19 266.9 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-07-29T22:32:35.618Z] #19 266.9 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-07-29T22:32:35.878Z] #19 266.9 Setting up crossbuild-essential-armel (12.9) ... [2022-07-29T22:32:35.878Z] #19 267.0 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-07-29T22:32:35.878Z] #19 267.0 Setting up crossbuild-essential-armhf (12.9) ... [2022-07-29T22:32:35.878Z] #19 267.0 Setting up crossbuild-essential-arm64 (12.9) ... [2022-07-29T22:32:35.878Z] #19 267.0 Setting up crossbuild-essential-s390x (12.9) ... [2022-07-29T22:32:35.878Z] #19 267.0 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-07-29T22:32:35.878Z] #19 267.0 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:32:35.951Z] #77 109.8 checking for stdint.h... yes [2022-07-29T22:32:35.951Z] #77 110.0 checking for unistd.h... yes [2022-07-29T22:32:36.210Z] #77 110.3 checking for dlfcn.h... yes [2022-07-29T22:32:36.210Z] #77 110.4 checking for objdir... .libs [2022-07-29T22:32:36.451Z] #19 DONE 267.6s [2022-07-29T22:32:36.451Z] [2022-07-29T22:32:36.451Z] #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-07-29T22:32:36.451Z] #20 sha256:308e24221c2c8507358baa4aa2647427f74b7868cd12daf68950410f21873073 [2022-07-29T22:32:36.451Z] #20 ... [2022-07-29T22:32:36.451Z] [2022-07-29T22:32:36.451Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-07-29T22:32:36.451Z] #32 sha256:de096518ee5ae51ac2e321b5194d67e696eae654fa4b4a22dfc6a835b304e302 [2022-07-29T22:32:36.451Z] #32 DONE 0.1s [2022-07-29T22:32:36.468Z] #77 110.7 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-07-29T22:32:36.501Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-07-29T22:32:36.501Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-07-29T22:32:36.711Z] [2022-07-29T22:32:36.711Z] #73 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-07-29T22:32:36.711Z] #73 sha256:9c56dbef38058c77d366696e2445e109f5e5dac87f46bc11aca3fefd66eb8663 [2022-07-29T22:32:36.711Z] #73 DONE 0.2s [2022-07-29T22:32:36.711Z] [2022-07-29T22:32:36.711Z] #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-07-29T22:32:36.711Z] #74 sha256:e17d2591054e5e6c6103a2843e6420418ab793e4c7d11b168f1049f333d08dc9 [2022-07-29T22:32:36.726Z] #77 110.8 checking for gcc option to produce PIC... -fPIC -DPIC [2022-07-29T22:32:36.726Z] #77 110.8 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-07-29T22:32:36.985Z] #77 110.9 checking if gcc static flag -static works... yes [2022-07-29T22:32:36.985Z] #77 111.2 checking if gcc supports -c -o file.o... yes [2022-07-29T22:32:37.244Z] #77 111.3 checking if gcc supports -c -o file.o... (cached) yes [2022-07-29T22:32:37.244Z] #77 111.3 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes [2022-07-29T22:32:37.502Z] #77 111.4 checking dynamic linker characteristics... GNU/Linux ld.so [2022-07-29T22:32:37.544Z] #60 ... [2022-07-29T22:32:37.544Z] [2022-07-29T22:32:37.544Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-07-29T22:32:37.544Z] #15 sha256:65a4a8f4119d8ab7faca66c85589cc3f393114101d7d16975068c3e5e9a65c38 [2022-07-29T22:32:37.544Z] #15 DONE 4.2s [2022-07-29T22:32:37.544Z] [2022-07-29T22:32:37.544Z] #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-07-29T22:32:37.544Z] #16 sha256:710c9c58f29a2f68b0cc49a12a01abe9a76823caddf145dd57a1f1e53b0a4dfb [2022-07-29T22:32:37.761Z] #77 111.8 checking how to hardcode library paths into programs... immediate [2022-07-29T22:32:37.761Z] #77 111.8 checking whether stripping libraries is possible... yes [2022-07-29T22:32:37.761Z] #77 111.8 checking if libtool supports shared libraries... yes [2022-07-29T22:32:37.761Z] #77 111.8 checking whether to build shared libraries... no [2022-07-29T22:32:37.761Z] #77 111.8 checking whether to build static libraries... yes [2022-07-29T22:32:37.761Z] #77 111.8 checking float.h usability... yes [2022-07-29T22:32:37.761Z] #77 112.0 checking float.h presence... yes [2022-07-29T22:32:37.761Z] #77 112.0 checking for float.h... yes [2022-07-29T22:32:38.020Z] #77 112.0 checking limits.h usability... yes [2022-07-29T22:32:38.020Z] #77 112.3 checking limits.h presence... yes [2022-07-29T22:32:38.093Z] #74 1.318 + RM_GOPATH=0 [2022-07-29T22:32:38.093Z] #74 1.318 + TMP_GOPATH= [2022-07-29T22:32:38.093Z] #74 1.318 + : /build [2022-07-29T22:32:38.093Z] #74 1.318 + '[' -z '' ']' [2022-07-29T22:32:38.093Z] #74 1.318 ++ mktemp -d [2022-07-29T22:32:38.093Z] #74 1.319 + export GOPATH=/tmp/tmp.2jV0kE2JCe [2022-07-29T22:32:38.093Z] #74 1.319 + GOPATH=/tmp/tmp.2jV0kE2JCe [2022-07-29T22:32:38.093Z] #74 1.319 + RM_GOPATH=1 [2022-07-29T22:32:38.093Z] #74 1.319 + case "$(go env GOARCH)" in [2022-07-29T22:32:38.093Z] #74 1.320 ++ go env GOARCH [2022-07-29T22:32:38.093Z] #74 1.323 + export GO_BUILDMODE=-buildmode=pie [2022-07-29T22:32:38.093Z] #74 1.323 + GO_BUILDMODE=-buildmode=pie [2022-07-29T22:32:38.093Z] #74 1.324 ++ dirname /install.sh [2022-07-29T22:32:38.093Z] #74 1.324 + dir=/ [2022-07-29T22:32:38.093Z] #74 1.325 + bin=rootlesskit [2022-07-29T22:32:38.093Z] #74 1.325 + shift [2022-07-29T22:32:38.093Z] #74 1.325 + '[' '!' -f //rootlesskit.installer ']' [2022-07-29T22:32:38.093Z] #74 1.325 + . //rootlesskit.installer [2022-07-29T22:32:38.093Z] #74 1.325 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-07-29T22:32:38.093Z] #74 1.326 + install_rootlesskit [2022-07-29T22:32:38.093Z] #74 1.326 + case "$1" in [2022-07-29T22:32:38.093Z] #74 1.326 + export CGO_ENABLED=0 [2022-07-29T22:32:38.093Z] #74 1.326 + CGO_ENABLED=0 [2022-07-29T22:32:38.093Z] #74 1.326 + _install_rootlesskit [2022-07-29T22:32:38.093Z] #74 1.327 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-07-29T22:32:38.093Z] #74 1.327 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-07-29T22:32:38.093Z] #74 1.328 + for f in rootlesskit rootlesskit-docker-proxy [2022-07-29T22:32:38.093Z] #74 1.328 + GOBIN=/build [2022-07-29T22:32:38.093Z] #74 1.328 + GO111MODULE=on [2022-07-29T22:32:38.093Z] #74 1.328 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-07-29T22:32:38.281Z] #77 112.3 checking for limits.h... yes [2022-07-29T22:32:38.281Z] #77 112.4 checking stddef.h usability... yes [2022-07-29T22:32:38.353Z] #74 1.714 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-07-29T22:32:38.539Z] #77 112.5 checking stddef.h presence... yes [2022-07-29T22:32:38.540Z] #77 112.6 checking for stddef.h... yes [2022-07-29T22:32:38.540Z] #77 112.6 checking for stdlib.h... (cached) yes [2022-07-29T22:32:38.540Z] #77 112.6 checking for string.h... (cached) yes [2022-07-29T22:32:38.540Z] #77 112.6 checking sys/time.h usability... yes [2022-07-29T22:32:38.540Z] #77 112.8 checking sys/time.h presence... yes [2022-07-29T22:32:38.799Z] #77 112.8 checking for sys/time.h... yes [2022-07-29T22:32:38.799Z] #77 112.8 checking for inline... inline [2022-07-29T22:32:39.057Z] #77 112.9 checking for size_t... yes [2022-07-29T22:32:39.057Z] #77 113.2 checking for stdlib.h... (cached) yes [2022-07-29T22:32:39.315Z] #77 113.2 checking for GNU libc compatible malloc... yes [2022-07-29T22:32:39.315Z] #77 113.4 checking for stdlib.h... (cached) yes [2022-07-29T22:32:39.315Z] #77 113.4 checking for GNU libc compatible realloc... yes [2022-07-29T22:32:39.574Z] #77 113.6 checking for working strtod... yes [2022-07-29T22:32:39.737Z] #74 2.965 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-07-29T22:32:39.737Z] #74 2.969 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-07-29T22:32:39.982Z] #77 113.9 checking for gettimeofday... yes [2022-07-29T22:32:39.997Z] #74 3.249 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-07-29T22:32:40.258Z] #77 114.1 checking for memset... yes [2022-07-29T22:32:40.432Z] Created binary: bundles/dynbinary-daemon/dockerd [2022-07-29T22:32:40.432Z] Building: bundles/dynbinary-daemon/docker-proxy [2022-07-29T22:32:40.432Z] GOOS="" GOARCH="" GOARM="" [2022-07-29T22:32:40.432Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2022-07-29T22:32:40.432Z] [2022-07-29T22:32:40.432Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-07-29T22:32:40.432Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-07-29T22:32:40.432Z] HOSTNAME=bbf3bd92dfdd [2022-07-29T22:32:40.432Z] DEST=bundles/test-integration [2022-07-29T22:32:40.432Z] PWD=/go/src/github.com/docker/docker [2022-07-29T22:32:40.432Z] DOCKER_ROOTLESS=1 [2022-07-29T22:32:40.432Z] DOCKER_GITCOMMIT=7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 [2022-07-29T22:32:40.432Z] container=docker [2022-07-29T22:32:40.432Z] HOME=/root [2022-07-29T22:32:40.432Z] GOLANG_VERSION=1.18.4 [2022-07-29T22:32:40.432Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-07-29T22:32:40.432Z] VALIDATE_BRANCH=master [2022-07-29T22:32:40.432Z] TERM=xterm [2022-07-29T22:32:40.432Z] DOCKER_PKG=github.com/docker/docker [2022-07-29T22:32:40.432Z] SHLVL=1 [2022-07-29T22:32:40.432Z] TIMEOUT=120m [2022-07-29T22:32:40.432Z] DOCKER_BUILDTAGS= journald [2022-07-29T22:32:40.432Z] DOCKER_GRAPHDRIVER=overlay2 [2022-07-29T22:32:40.432Z] GO111MODULE=off [2022-07-29T22:32:40.432Z] DOCKER_EXPERIMENTAL=1 [2022-07-29T22:32:40.432Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-07-29T22:32:40.432Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-07-29T22:32:40.432Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-07-29T22:32:40.432Z] GOPATH=/go [2022-07-29T22:32:40.432Z] PKG_CONFIG=pkg-config [2022-07-29T22:32:40.432Z] _=/usr/bin/env [2022-07-29T22:32:40.432Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-07-29T22:32:40.516Z] #77 114.3 checking for strspn... yes [2022-07-29T22:32:40.517Z] #77 114.8 checking that generated files are newer than configure... done [2022-07-29T22:32:40.517Z] #77 114.8 configure: creating ./config.status [2022-07-29T22:32:40.940Z] #74 4.392 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-07-29T22:32:41.200Z] #74 4.613 go: downloading github.com/google/uuid v1.3.0 [2022-07-29T22:32:41.200Z] #74 4.654 go: downloading github.com/moby/vpnkit v0.5.0 [2022-07-29T22:32:41.200Z] #74 4.699 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-07-29T22:32:41.453Z] #77 ... [2022-07-29T22:32:41.453Z] [2022-07-29T22:32:41.453Z] #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-07-29T22:32:41.453Z] #21 sha256:1ee9316de651d3ba87fbfce8d87c4918c258101341290de8c8aab84aeef5495e [2022-07-29T22:32:41.453Z] #21 33.35 Selecting previously unselected package xfsprogs. [2022-07-29T22:32:41.453Z] #21 33.35 Preparing to unpack .../46-xfsprogs_5.10.0-4_arm64.deb ... [2022-07-29T22:32:41.453Z] #21 33.35 Unpacking xfsprogs (5.10.0-4) ... [2022-07-29T22:32:41.453Z] #21 33.79 Selecting previously unselected package zip. [2022-07-29T22:32:41.453Z] #21 33.80 Preparing to unpack .../47-zip_3.0-12_arm64.deb ... [2022-07-29T22:32:41.453Z] #21 33.80 Unpacking zip (3.0-12) ... [2022-07-29T22:32:41.453Z] #21 33.95 Selecting previously unselected package zstd. [2022-07-29T22:32:41.453Z] #21 33.96 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-07-29T22:32:41.453Z] #21 33.96 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-07-29T22:32:41.453Z] #21 34.32 Setting up python3-pkg-resources (52.0.0-4) ... [2022-07-29T22:32:41.453Z] #21 35.09 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-07-29T22:32:41.453Z] #21 35.10 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-07-29T22:32:41.453Z] #21 35.11 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-07-29T22:32:41.453Z] #21 35.12 Setting up libicu67:arm64 (67.1-7) ... [2022-07-29T22:32:41.453Z] #21 35.14 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-07-29T22:32:41.453Z] #21 35.15 Setting up libinih1:arm64 (53-1+b2) ... [2022-07-29T22:32:41.453Z] #21 35.16 Setting up uidmap (1:4.8.1-1) ... [2022-07-29T22:32:41.453Z] #21 35.17 Setting up libyajl2:arm64 (2.1.0-3) ... [2022-07-29T22:32:41.453Z] #21 35.18 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-07-29T22:32:41.453Z] #21 35.20 Setting up bzip2 (1.0.8-4) ... [2022-07-29T22:32:41.453Z] #21 35.21 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-07-29T22:32:41.453Z] #21 35.22 Setting up python3-wheel (0.34.2-1) ... [2022-07-29T22:32:41.453Z] #21 35.96 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:32:41.453Z] #21 35.97 Setting up libcap2:arm64 (1:2.44-1) ... [2022-07-29T22:32:41.453Z] #21 36.00 Setting up libcap2-bin (1:2.44-1) ... [2022-07-29T22:32:41.453Z] #21 36.01 Setting up apparmor (2.13.6-10) ... [2022-07-29T22:32:41.453Z] #21 37.60 Setting up zip (3.0-12) ... [2022-07-29T22:32:41.453Z] #21 37.61 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:32:41.453Z] #21 37.64 Setting up bash-completion (1:2.11-2) ... [2022-07-29T22:32:41.453Z] #21 40.20 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-07-29T22:32:41.453Z] #21 40.21 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-07-29T22:32:41.453Z] #21 40.22 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-07-29T22:32:41.453Z] #21 40.23 Setting up patch (2.7.6-7) ... [2022-07-29T22:32:41.453Z] #21 40.25 Setting up sudo (1.9.5p2-3) ... [2022-07-29T22:32:41.453Z] #21 40.31 invoke-rc.d: could not determine current runlevel [2022-07-29T22:32:41.453Z] #21 40.31 invoke-rc.d: policy-rc.d denied execution of start. [2022-07-29T22:32:41.453Z] #21 40.34 Setting up xfsprogs (5.10.0-4) ... [2022-07-29T22:32:41.453Z] #21 40.35 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-07-29T22:32:41.453Z] #21 40.36 Setting up inetutils-ping (2:2.0-1) ... [2022-07-29T22:32:41.453Z] #21 40.37 Setting up pigz (2.6-1) ... [2022-07-29T22:32:41.453Z] #21 40.39 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-07-29T22:32:41.453Z] #21 40.40 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-07-29T22:32:41.453Z] #21 40.42 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-07-29T22:32:41.453Z] #21 40.43 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:32:41.453Z] #21 41.05 Setting up libaio1:arm64 (0.3.112-9) ... [2022-07-29T22:32:41.453Z] #21 41.06 Setting up python3-lib2to3 (3.9.2-1) ... [2022-07-29T22:32:41.453Z] #21 41.51 Setting up libelf1:arm64 (0.183-1) ... [2022-07-29T22:32:41.453Z] #21 41.52 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-07-29T22:32:41.453Z] #21 41.53 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-07-29T22:32:41.453Z] #21 41.54 Setting up python3-distutils (3.9.2-1) ... [2022-07-29T22:32:41.453Z] #21 41.91 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:32:41.453Z] #21 41.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-07-29T22:32:41.453Z] #21 41.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-07-29T22:32:41.453Z] #21 41.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-07-29T22:32:41.453Z] #21 41.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-07-29T22:32:41.453Z] #21 41.94 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-07-29T22:32:41.453Z] #21 41.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-07-29T22:32:41.453Z] #21 41.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-07-29T22:32:41.453Z] #21 41.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-07-29T22:32:41.453Z] #21 42.00 Setting up python3-setuptools (52.0.0-4) ... [2022-07-29T22:32:41.453Z] #21 43.32 Setting up libjq1:arm64 (1.6-2.1) ... [2022-07-29T22:32:41.453Z] #21 43.33 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-07-29T22:32:41.453Z] #21 43.34 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-07-29T22:32:41.453Z] #21 43.36 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-07-29T22:32:41.461Z] #74 4.795 go: downloading github.com/gofrs/flock v0.8.1 [2022-07-29T22:32:41.461Z] #74 4.851 go: downloading github.com/gorilla/mux v1.8.0 [2022-07-29T22:32:41.461Z] #74 4.924 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-07-29T22:32:41.721Z] #74 5.018 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-07-29T22:32:41.721Z] #74 5.120 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-07-29T22:32:41.724Z] #16 DONE 4.2s [2022-07-29T22:32:41.725Z] [2022-07-29T22:32:41.725Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-07-29T22:32:41.725Z] #17 sha256:ae925bb0ac18f38ffc16a530ef6d7e593e0978257a1179f25e22b47020068495 [2022-07-29T22:32:41.982Z] #74 5.166 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-07-29T22:32:41.982Z] #74 ... [2022-07-29T22:32:41.982Z] [2022-07-29T22:32:41.982Z] #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-07-29T22:32:41.982Z] #33 sha256:8aea7633d72c32964b790e68006e29984293444a309dfa4647800a49ca7e7dea [2022-07-29T22:32:41.982Z] #33 1.350 + RM_GOPATH=0 [2022-07-29T22:32:41.982Z] #33 1.350 + TMP_GOPATH= [2022-07-29T22:32:41.982Z] #33 1.350 + : /build [2022-07-29T22:32:41.982Z] #33 1.350 + '[' -z '' ']' [2022-07-29T22:32:41.982Z] #33 1.350 ++ mktemp -d [2022-07-29T22:32:41.982Z] #33 1.353 + export GOPATH=/tmp/tmp.AqeBDpsDJW [2022-07-29T22:32:41.982Z] #33 1.353 + GOPATH=/tmp/tmp.AqeBDpsDJW [2022-07-29T22:32:41.982Z] #33 1.353 + RM_GOPATH=1 [2022-07-29T22:32:41.982Z] #33 1.353 + case "$(go env GOARCH)" in [2022-07-29T22:32:41.982Z] #33 1.355 ++ go env GOARCH [2022-07-29T22:32:41.982Z] #33 1.366 + export GO_BUILDMODE=-buildmode=pie [2022-07-29T22:32:41.982Z] #33 1.366 + GO_BUILDMODE=-buildmode=pie [2022-07-29T22:32:41.982Z] #33 1.367 ++ dirname /install.sh [2022-07-29T22:32:41.982Z] #33 1.368 + dir=/ [2022-07-29T22:32:41.982Z] #33 1.368 + bin=dockercli [2022-07-29T22:32:41.982Z] #33 1.369 + shift [2022-07-29T22:32:41.982Z] #33 1.369 + '[' '!' -f //dockercli.installer ']' [2022-07-29T22:32:41.982Z] #33 1.369 + . //dockercli.installer [2022-07-29T22:32:41.982Z] #33 1.369 ++ : stable [2022-07-29T22:32:41.982Z] #33 1.369 ++ : 17.06.2-ce [2022-07-29T22:32:41.982Z] #33 1.370 + install_dockercli [2022-07-29T22:32:41.982Z] #33 1.370 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-07-29T22:32:41.982Z] #33 1.370 Install docker/cli version 17.06.2-ce from stable [2022-07-29T22:32:41.982Z] #33 1.371 ++ uname -m [2022-07-29T22:32:41.982Z] #33 1.372 + arch=x86_64 [2022-07-29T22:32:41.982Z] #33 1.372 + '[' x86_64 '!=' x86_64 ']' [2022-07-29T22:32:41.982Z] #33 1.373 + url=https://download.docker.com/linux/static [2022-07-29T22:32:41.982Z] #33 1.373 + tar -xz docker/docker [2022-07-29T22:32:41.982Z] #33 1.375 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-07-29T22:32:41.982Z] #33 5.134 + mkdir -p /build [2022-07-29T22:32:41.982Z] #33 5.143 + mv docker/docker /build/ [2022-07-29T22:32:41.982Z] #33 5.147 + rmdir docker [2022-07-29T22:32:41.982Z] #33 DONE 5.4s [2022-07-29T22:32:41.982Z] [2022-07-29T22:32:41.982Z] #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-07-29T22:32:41.982Z] #20 sha256:308e24221c2c8507358baa4aa2647427f74b7868cd12daf68950410f21873073 [2022-07-29T22:32:41.982Z] #20 1.636 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-07-29T22:32:41.982Z] #20 1.646 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-07-29T22:32:41.982Z] #20 1.647 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-07-29T22:32:41.982Z] #20 1.941 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB] [2022-07-29T22:32:41.982Z] #20 2.246 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB] [2022-07-29T22:32:41.982Z] #20 2.673 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-07-29T22:32:41.982Z] #20 3.255 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB] [2022-07-29T22:32:41.982Z] #20 3.822 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB] [2022-07-29T22:32:41.982Z] #20 4.253 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB] [2022-07-29T22:32:41.982Z] #20 4.637 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [142 kB] [2022-07-29T22:32:41.982Z] #20 4.642 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB] [2022-07-29T22:32:41.982Z] #20 4.661 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [168 kB] [2022-07-29T22:32:41.982Z] #20 4.680 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB] [2022-07-29T22:32:41.982Z] #20 4.708 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [160 kB] [2022-07-29T22:32:41.982Z] #20 4.716 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [154 kB] [2022-07-29T22:32:41.982Z] #20 4.803 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-07-29T22:32:41.982Z] #20 4.807 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-07-29T22:32:41.982Z] #20 4.809 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-07-29T22:32:41.982Z] #20 4.810 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-07-29T22:32:41.982Z] #20 4.811 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-07-29T22:32:41.982Z] #20 4.812 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-07-29T22:32:42.650Z] #21 44.51 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-07-29T22:32:42.650Z] #21 44.52 Setting up jq (1.6-2.1) ... [2022-07-29T22:32:42.650Z] #21 44.55 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-07-29T22:32:42.650Z] #21 44.56 Setting up iptables (1.8.7-1) ... [2022-07-29T22:32:42.650Z] #21 44.57 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-07-29T22:32:42.650Z] #21 44.57 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-07-29T22:32:42.650Z] #21 44.58 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-07-29T22:32:42.650Z] #21 44.59 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-07-29T22:32:42.650Z] #21 44.59 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-07-29T22:32:42.650Z] #21 44.60 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-07-29T22:32:42.650Z] #21 44.62 Setting up iproute2 (5.10.0-4) ... [2022-07-29T22:32:43.218Z] #21 45.05 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:32:43.218Z] #21 ... [2022-07-29T22:32:43.218Z] [2022-07-29T22:32:43.218Z] #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-07-29T22:32:43.218Z] #77 sha256:4eef9e1453ac82f899b5c2524f627bb8228588e9c4cc34aca6c1ee4d7621531b [2022-07-29T22:32:43.218Z] #77 117.3 config.status: creating Makefile [2022-07-29T22:32:43.218Z] #77 117.4 config.status: creating config.h [2022-07-29T22:32:43.218Z] #77 117.4 config.status: executing depfiles commands [2022-07-29T22:32:43.477Z] #77 117.6 config.status: executing libtool commands [2022-07-29T22:32:44.413Z] #77 118.5 GEN .version [2022-07-29T22:32:44.413Z] #77 118.5 make install-recursive [2022-07-29T22:32:44.413Z] #77 118.5 make[1]: Entering directory '/tmp/crun-build' [2022-07-29T22:32:44.413Z] #77 118.6 Making install in libocispec [2022-07-29T22:32:44.413Z] #77 118.6 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-07-29T22:32:44.413Z] #77 118.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-07-29T22:32:44.413Z] #77 118.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-07-29T22:32:44.413Z] #77 118.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-07-29T22:32:44.413Z] #77 118.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-07-29T22:32:44.980Z] #77 ... [2022-07-29T22:32:44.980Z] [2022-07-29T22:32:44.981Z] #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-07-29T22:32:44.981Z] #21 sha256:1ee9316de651d3ba87fbfce8d87c4918c258101341290de8c8aab84aeef5495e [2022-07-29T22:32:44.981Z] #21 DONE 46.7s [2022-07-29T22:32:44.981Z] [2022-07-29T22:32:44.981Z] #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-07-29T22:32:44.981Z] #22 sha256:808002bc5f1c753babaa0fa1f955a11314f43cd12ffc80b47bb0dc6e0e8ff7a1 [2022-07-29T22:32:45.007Z] #17 3.460 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-07-29T22:32:45.007Z] #17 DONE 3.6s [2022-07-29T22:32:45.007Z] [2022-07-29T22:32:45.007Z] #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-07-29T22:32:45.007Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:32:45.007Z] #77 94.10 configure.ac:11: installing 'build-aux/compile' [2022-07-29T22:32:45.007Z] #77 94.10 configure.ac:11: installing 'build-aux/config.guess' [2022-07-29T22:32:45.007Z] #77 94.10 configure.ac:11: installing 'build-aux/config.sub' [2022-07-29T22:32:45.007Z] #77 94.10 configure.ac:13: installing 'build-aux/install-sh' [2022-07-29T22:32:45.007Z] #77 94.10 configure.ac:13: installing 'build-aux/missing' [2022-07-29T22:32:45.007Z] #77 94.10 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-07-29T22:32:45.007Z] #77 94.35 Makefile.am: installing 'build-aux/depcomp' [2022-07-29T22:32:45.007Z] #77 95.89 checking build system type... x86_64-pc-linux-gnu [2022-07-29T22:32:45.007Z] #77 96.22 checking host system type... x86_64-pc-linux-gnu [2022-07-29T22:32:45.007Z] #77 96.22 checking how to print strings... printf [2022-07-29T22:32:45.007Z] #77 96.23 checking for gcc... gcc [2022-07-29T22:32:45.007Z] #77 96.32 checking whether the C compiler works... yes [2022-07-29T22:32:45.007Z] #77 96.64 checking for C compiler default output file name... a.out [2022-07-29T22:32:45.007Z] #77 96.64 checking for suffix of executables... [2022-07-29T22:32:45.007Z] #77 96.97 checking whether we are cross compiling... no [2022-07-29T22:32:45.007Z] #77 97.28 checking for suffix of object files... o [2022-07-29T22:32:45.007Z] #77 97.43 checking whether we are using the GNU C compiler... yes [2022-07-29T22:32:45.007Z] #77 97.56 checking whether gcc accepts -g... yes [2022-07-29T22:32:45.007Z] #77 97.71 checking for gcc option to accept ISO C89... none needed [2022-07-29T22:32:45.007Z] #77 97.89 checking whether gcc understands -c and -o together... yes [2022-07-29T22:32:45.007Z] #77 98.13 checking for a sed that does not truncate output... /bin/sed [2022-07-29T22:32:45.007Z] #77 98.16 checking for grep that handles long lines and -e... /bin/grep [2022-07-29T22:32:45.007Z] #77 98.16 checking for egrep... /bin/grep -E [2022-07-29T22:32:45.007Z] #77 98.18 checking for fgrep... /bin/grep -F [2022-07-29T22:32:45.007Z] #77 98.18 checking for ld used by gcc... /usr/bin/ld [2022-07-29T22:32:45.007Z] #77 98.19 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-07-29T22:32:45.007Z] #77 98.19 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-07-29T22:32:45.007Z] #77 98.24 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-07-29T22:32:45.007Z] #77 98.40 checking whether ln -s works... yes [2022-07-29T22:32:45.007Z] #77 98.40 checking the maximum length of command line arguments... 1572864 [2022-07-29T22:32:45.007Z] #77 98.46 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-07-29T22:32:45.007Z] #77 98.46 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-07-29T22:32:45.007Z] #77 98.46 checking for /usr/bin/ld option to reload object files... -r [2022-07-29T22:32:45.007Z] #77 98.47 checking for objdump... objdump [2022-07-29T22:32:45.007Z] #77 98.48 checking how to recognize dependent libraries... pass_all [2022-07-29T22:32:45.007Z] #77 98.49 checking for dlltool... no [2022-07-29T22:32:45.007Z] #77 98.51 checking how to associate runtime and link libraries... printf %s\n [2022-07-29T22:32:45.007Z] #77 98.51 checking for ar... ar [2022-07-29T22:32:45.007Z] #77 98.53 checking for archiver @FILE support... @ [2022-07-29T22:32:45.007Z] #77 98.66 checking for strip... strip [2022-07-29T22:32:45.007Z] #77 98.67 checking for ranlib... ranlib [2022-07-29T22:32:45.007Z] #77 98.67 checking for gawk... no [2022-07-29T22:32:45.007Z] #77 98.67 checking for mawk... mawk [2022-07-29T22:32:45.239Z] #22 0.615 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-07-29T22:32:45.264Z] #77 98.67 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-07-29T22:32:45.264Z] #77 98.97 checking for sysroot... no [2022-07-29T22:32:45.264Z] #77 98.97 checking for a working dd... /bin/dd [2022-07-29T22:32:45.264Z] #77 98.99 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-07-29T22:32:45.499Z] #22 0.618 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-07-29T22:32:45.499Z] #22 0.622 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-07-29T22:32:45.499Z] #22 DONE 0.7s [2022-07-29T22:32:45.499Z] [2022-07-29T22:32:45.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-07-29T22:32:45.499Z] #77 sha256:4eef9e1453ac82f899b5c2524f627bb8228588e9c4cc34aca6c1ee4d7621531b [2022-07-29T22:32:45.499Z] #77 119.7 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-07-29T22:32:45.499Z] #77 119.8 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-07-29T22:32:45.499Z] #77 119.8 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-07-29T22:32:45.499Z] #77 119.8 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-07-29T22:32:45.499Z] #77 119.8 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-07-29T22:32:45.499Z] #77 119.8 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-07-29T22:32:45.499Z] #77 119.8 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-07-29T22:32:45.499Z] #77 119.8 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-07-29T22:32:45.499Z] #77 119.8 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-07-29T22:32:45.521Z] #77 99.12 checking for mt... no [2022-07-29T22:32:45.521Z] #77 99.12 checking if : is a manifest tool... no [2022-07-29T22:32:45.521Z] #77 99.16 checking how to run the C preprocessor... gcc -E [2022-07-29T22:32:46.068Z] #77 120.1 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-07-29T22:32:46.068Z] #77 120.1 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-07-29T22:32:46.068Z] #77 120.1 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-07-29T22:32:46.068Z] #77 120.1 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-07-29T22:32:46.068Z] #77 120.1 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-07-29T22:32:46.068Z] #77 120.1 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-07-29T22:32:46.068Z] #77 120.1 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-07-29T22:32:46.342Z] #77 99.47 checking for ANSI C header files... yes [2022-07-29T22:32:46.604Z] #77 100.1 checking for sys/types.h... [2022-07-29T22:32:46.604Z] #77 ... [2022-07-29T22:32:46.604Z] [2022-07-29T22:32:46.604Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-07-29T22:32:46.604Z] #18 sha256:cbc26f5f011793741ed765f72a9b79313d8ee2973a6e8165459bbe4faad2386b [2022-07-29T22:32:46.604Z] #18 DONE 1.9s [2022-07-29T22:32:46.604Z] [2022-07-29T22:32:46.604Z] #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-07-29T22:32:46.604Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:32:46.604Z] #77 100.1 checking for sys/types.h... yes [2022-07-29T22:32:46.604Z] #77 100.3 checking for sys/stat.h... [2022-07-29T22:32:46.604Z] #77 ... [2022-07-29T22:32:46.604Z] [2022-07-29T22:32:46.605Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-07-29T22:32:46.605Z] #60 sha256:ee661ab7e7f330401c6723515f2538cd2dd3d4d61bf4f56e7dffa90bcda66f26 [2022-07-29T22:32:46.605Z] #60 4.107 + RM_GOPATH=0 [2022-07-29T22:32:46.605Z] #60 4.107 + TMP_GOPATH= [2022-07-29T22:32:46.605Z] #60 4.107 + : /build [2022-07-29T22:32:46.605Z] #60 4.107 + '[' -z '' ']' [2022-07-29T22:32:46.605Z] #60 4.107 ++ mktemp -d [2022-07-29T22:32:46.605Z] #60 4.107 + export GOPATH=/tmp/tmp.FSaDxjWCVQ [2022-07-29T22:32:46.605Z] #60 4.107 + GOPATH=/tmp/tmp.FSaDxjWCVQ [2022-07-29T22:32:46.605Z] #60 4.107 + RM_GOPATH=1 [2022-07-29T22:32:46.605Z] #60 4.107 + case "$(go env GOARCH)" in [2022-07-29T22:32:46.605Z] #60 4.109 ++ go env GOARCH [2022-07-29T22:32:46.605Z] #60 4.137 Install runc version v1.1.2 (build tags: seccomp) [2022-07-29T22:32:46.605Z] #60 4.137 + export GO_BUILDMODE=-buildmode=pie [2022-07-29T22:32:46.605Z] #60 4.137 + GO_BUILDMODE=-buildmode=pie [2022-07-29T22:32:46.605Z] #60 4.137 ++ dirname /install.sh [2022-07-29T22:32:46.605Z] #60 4.137 + dir=/ [2022-07-29T22:32:46.605Z] #60 4.137 + bin=runc [2022-07-29T22:32:46.605Z] #60 4.137 + shift [2022-07-29T22:32:46.605Z] #60 4.137 + '[' '!' -f //runc.installer ']' [2022-07-29T22:32:46.605Z] #60 4.137 + . //runc.installer [2022-07-29T22:32:46.605Z] #60 4.137 ++ set -e [2022-07-29T22:32:46.605Z] #60 4.137 ++ : v1.1.2 [2022-07-29T22:32:46.605Z] #60 4.137 + install_runc [2022-07-29T22:32:46.605Z] #60 4.137 + RUNC_BUILDTAGS=seccomp [2022-07-29T22:32:46.605Z] #60 4.137 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-07-29T22:32:46.605Z] #60 4.137 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.FSaDxjWCVQ/src/github.com/opencontainers/runc [2022-07-29T22:32:46.605Z] #60 4.137 Cloning into '/tmp/tmp.FSaDxjWCVQ/src/github.com/opencontainers/runc'... [2022-07-29T22:32:46.605Z] #60 ... [2022-07-29T22:32:46.605Z] [2022-07-29T22:32:46.605Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-07-29T22:32:46.605Z] #19 sha256:ee88799164c709cc35dfe9f6884732221a2b3b723d7f4a013ef273957bb4d62b [2022-07-29T22:32:47.004Z] #77 121.0 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-07-29T22:32:47.004Z] #77 121.0 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-07-29T22:32:47.004Z] #77 121.0 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-07-29T22:32:47.004Z] #77 121.0 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-07-29T22:32:47.004Z] #77 121.0 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-07-29T22:32:47.004Z] #77 121.0 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-07-29T22:32:47.004Z] #77 121.0 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-07-29T22:32:47.004Z] #77 121.0 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-07-29T22:32:47.004Z] #77 121.0 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-07-29T22:32:47.004Z] #77 121.0 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-07-29T22:32:47.004Z] #77 121.0 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-07-29T22:32:47.004Z] #77 121.0 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-07-29T22:32:47.004Z] #77 121.0 make install-recursive [2022-07-29T22:32:47.004Z] #77 121.0 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-07-29T22:32:47.004Z] #77 121.1 Making install in yajl [2022-07-29T22:32:47.004Z] #77 121.1 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-07-29T22:32:47.004Z] #77 121.2 CC verify/json_verify-json_verify.o [2022-07-29T22:32:47.004Z] #77 121.2 CC src/libyajl_la-yajl_alloc.lo [2022-07-29T22:32:47.004Z] #77 121.2 CC src/libyajl_la-yajl.lo [2022-07-29T22:32:47.004Z] #77 121.3 CC src/libyajl_la-yajl_gen.lo [2022-07-29T22:32:47.004Z] #77 121.3 CC src/libyajl_la-yajl_parser.lo [2022-07-29T22:32:47.004Z] #77 121.3 CC src/libyajl_la-yajl_buf.lo [2022-07-29T22:32:47.004Z] #77 121.3 CC src/libyajl_la-yajl_encode.lo [2022-07-29T22:32:47.004Z] #77 121.4 CC src/libyajl_la-yajl_lex.lo [2022-07-29T22:32:47.263Z] #77 121.4 CC src/libyajl_la-yajl_tree.lo [2022-07-29T22:32:47.267Z] #20 ... [2022-07-29T22:32:47.267Z] [2022-07-29T22:32:47.267Z] #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-07-29T22:32:47.267Z] #49 sha256:da1d905b75e0e23a55b6101b2a8cb83ff45bcff807f98b6a0c85da7e777969bd [2022-07-29T22:32:47.267Z] #49 1.732 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-07-29T22:32:47.267Z] #49 1.749 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-07-29T22:32:47.267Z] #49 1.754 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-07-29T22:32:47.267Z] #49 2.169 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-07-29T22:32:47.267Z] #49 2.554 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB] [2022-07-29T22:32:47.267Z] #49 2.997 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB] [2022-07-29T22:32:47.267Z] #49 3.509 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB] [2022-07-29T22:32:47.267Z] #49 3.965 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB] [2022-07-29T22:32:47.267Z] #49 4.485 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB] [2022-07-29T22:32:47.267Z] #49 4.902 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB] [2022-07-29T22:32:47.267Z] #49 4.904 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [154 kB] [2022-07-29T22:32:47.267Z] #49 4.905 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [160 kB] [2022-07-29T22:32:47.267Z] #49 4.907 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [168 kB] [2022-07-29T22:32:47.267Z] #49 4.910 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB] [2022-07-29T22:32:47.267Z] #49 4.929 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [142 kB] [2022-07-29T22:32:47.267Z] #49 4.939 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-07-29T22:32:47.267Z] #49 4.940 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-07-29T22:32:47.267Z] #49 4.941 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-07-29T22:32:47.267Z] #49 4.949 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-07-29T22:32:47.267Z] #49 4.950 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-07-29T22:32:47.268Z] #49 4.950 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-07-29T22:32:47.268Z] #49 ... [2022-07-29T22:32:47.268Z] [2022-07-29T22:32:47.268Z] #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-07-29T22:32:47.268Z] #69 sha256:5925e6ffc78a3460f5522f18f83c4c1405e01059de86141abf5749b8e098334f [2022-07-29T22:32:47.268Z] #69 1.550 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-07-29T22:32:47.268Z] #69 1.560 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-07-29T22:32:47.268Z] #69 1.561 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-07-29T22:32:47.268Z] #69 1.674 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB] [2022-07-29T22:32:47.268Z] #69 1.830 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-07-29T22:32:47.268Z] #69 2.135 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB] [2022-07-29T22:32:47.268Z] #69 2.692 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB] [2022-07-29T22:32:47.268Z] #69 3.204 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB] [2022-07-29T22:32:47.268Z] #69 3.721 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB] [2022-07-29T22:32:47.268Z] #69 4.090 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [154 kB] [2022-07-29T22:32:47.268Z] #69 4.095 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB] [2022-07-29T22:32:47.268Z] #69 4.115 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [160 kB] [2022-07-29T22:32:47.268Z] #69 4.119 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [168 kB] [2022-07-29T22:32:47.268Z] #69 4.123 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [142 kB] [2022-07-29T22:32:47.268Z] #69 4.136 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB] [2022-07-29T22:32:47.268Z] #69 4.140 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-07-29T22:32:47.268Z] #69 4.141 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-07-29T22:32:47.268Z] #69 4.141 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-07-29T22:32:47.268Z] #69 4.142 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-07-29T22:32:47.268Z] #69 4.155 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-07-29T22:32:47.268Z] #69 4.162 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-07-29T22:32:49.130Z] #19 DONE 2.2s [2022-07-29T22:32:49.130Z] [2022-07-29T22:32:49.130Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-07-29T22:32:49.130Z] #20 sha256:ee56e0ca65285e7c2530103518d3448e7715d8e758a8ec705256b347d7a14b16 [2022-07-29T22:32:51.032Z] #20 DONE 2.3s [2022-07-29T22:32:51.032Z] [2022-07-29T22:32:51.032Z] #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-07-29T22:32:51.032Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:32:51.032Z] #77 100.3 checking for sys/stat.h... yes [2022-07-29T22:32:51.032Z] #77 100.6 checking for stdlib.h... yes [2022-07-29T22:32:51.032Z] #77 100.8 checking for string.h... yes [2022-07-29T22:32:51.032Z] #77 101.1 checking for memory.h... yes [2022-07-29T22:32:51.032Z] #77 101.3 checking for strings.h... yes [2022-07-29T22:32:51.032Z] #77 101.5 checking for inttypes.h... yes [2022-07-29T22:32:51.032Z] #77 101.7 checking for stdint.h... yes [2022-07-29T22:32:51.032Z] #77 101.9 checking for unistd.h... yes [2022-07-29T22:32:51.032Z] #77 102.2 checking for dlfcn.h... yes [2022-07-29T22:32:51.032Z] #77 102.4 checking for objdir... .libs [2022-07-29T22:32:51.032Z] #77 102.9 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-07-29T22:32:51.032Z] #77 103.1 checking for gcc option to produce PIC... -fPIC -DPIC [2022-07-29T22:32:51.032Z] #77 103.1 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-07-29T22:32:51.032Z] #77 103.3 checking if gcc static flag -static works... yes [2022-07-29T22:32:51.032Z] #77 103.8 checking if gcc supports -c -o file.o... yes [2022-07-29T22:32:51.032Z] #77 104.1 checking if gcc supports -c -o file.o... (cached) yes [2022-07-29T22:32:51.032Z] #77 104.1 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-07-29T22:32:51.032Z] #77 104.1 checking dynamic linker characteristics... GNU/Linux ld.so [2022-07-29T22:32:51.032Z] #77 104.4 checking how to hardcode library paths into programs... immediate [2022-07-29T22:32:51.032Z] #77 104.4 checking whether stripping libraries is possible... yes [2022-07-29T22:32:51.032Z] #77 104.4 checking if libtool supports shared libraries... yes [2022-07-29T22:32:51.032Z] #77 104.4 checking whether to build shared libraries... no [2022-07-29T22:32:51.032Z] #77 104.4 checking whether to build static libraries... yes [2022-07-29T22:32:51.032Z] #77 104.4 checking for a BSD-compatible install... /usr/bin/install -c [2022-07-29T22:32:51.032Z] #77 104.5 checking whether build environment is sane... yes [2022-07-29T22:32:51.032Z] #77 104.5 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-07-29T22:32:51.032Z] #77 104.5 checking whether make sets $(MAKE)... yes [2022-07-29T22:32:51.032Z] #77 104.6 checking whether make supports the include directive... yes (GNU style) [2022-07-29T22:32:51.032Z] #77 104.7 checking whether make supports nested variables... yes [2022-07-29T22:32:51.032Z] #77 104.7 checking whether UID '0' is supported by ustar format... yes [2022-07-29T22:32:51.032Z] #77 104.7 checking whether GID '0' is supported by ustar format... yes [2022-07-29T22:32:51.032Z] #77 104.7 checking how to create a ustar tar archive... gnutar [2022-07-29T22:32:51.289Z] #77 104.8 checking dependency style of gcc... gcc3 [2022-07-29T22:32:51.289Z] #77 105.0 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-07-29T22:32:51.289Z] #77 105.0 checking whether make supports nested variables... (cached) yes [2022-07-29T22:32:51.289Z] #77 105.0 checking for gawk... (cached) mawk [2022-07-29T22:32:51.289Z] #77 105.0 checking for a sed that does not truncate output... (cached) /bin/sed [2022-07-29T22:32:51.289Z] #77 105.0 checking for gcc... (cached) gcc [2022-07-29T22:32:51.546Z] #77 105.1 checking whether we are using the GNU C compiler... (cached) yes [2022-07-29T22:32:51.546Z] #77 105.1 checking whether gcc accepts -g... (cached) yes [2022-07-29T22:32:51.546Z] #77 105.1 checking for gcc option to accept ISO C89... (cached) none needed [2022-07-29T22:32:51.546Z] #77 105.1 checking whether gcc understands -c and -o together... (cached) yes [2022-07-29T22:32:51.546Z] #77 105.1 checking for a Python interpreter with version >= 3... python3 [2022-07-29T22:32:51.546Z] #77 105.2 checking for python3... /usr/bin/python3 [2022-07-29T22:32:51.546Z] #77 105.2 checking for python3 version... 3.9 [2022-07-29T22:32:51.802Z] #77 105.3 checking for python3 platform... linux [2022-07-29T22:32:51.802Z] #77 105.4 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-07-29T22:32:52.058Z] #77 105.6 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-07-29T22:32:52.058Z] #77 105.8 checking for go-md2man... no [2022-07-29T22:32:52.315Z] #77 105.8 checking error.h usability... yes [2022-07-29T22:32:52.315Z] #77 106.0 checking error.h presence... yes [2022-07-29T22:32:52.315Z] #77 106.1 checking for error.h... yes [2022-07-29T22:32:52.542Z] #77 126.6 CCLD libyajl.la [2022-07-29T22:32:52.572Z] #77 106.1 checking linux/openat2.h usability... yes [2022-07-29T22:32:52.572Z] #77 106.3 checking linux/openat2.h presence... yes [2022-07-29T22:32:52.572Z] #77 106.3 checking for linux/openat2.h... yes [2022-07-29T22:32:52.800Z] #77 126.9 CCLD verify/json_verify [2022-07-29T22:32:52.828Z] #77 106.4 checking for copy_file_range... yes [2022-07-29T22:32:53.059Z] #77 127.2 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-07-29T22:32:53.059Z] #77 127.2 make[5]: Nothing to be done for 'install-exec-am'. [2022-07-29T22:32:53.059Z] #77 127.2 make[5]: Nothing to be done for 'install-data-am'. [2022-07-29T22:32:53.059Z] #77 127.2 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-07-29T22:32:53.059Z] #77 127.2 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-07-29T22:32:53.059Z] #77 127.2 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-07-29T22:32:53.059Z] #77 127.3 CC src/validate.o [2022-07-29T22:32:53.059Z] #77 127.3 CC src/image_spec_schema_config_schema.lo [2022-07-29T22:32:53.059Z] #77 127.3 CC src/image_spec_schema_content_descriptor.lo [2022-07-29T22:32:53.059Z] #77 127.3 CC src/image_spec_schema_defs.lo [2022-07-29T22:32:53.059Z] #77 127.3 CC src/image_spec_schema_defs_descriptor.lo [2022-07-29T22:32:53.059Z] #77 127.4 CC src/image_spec_schema_image_index_schema.lo [2022-07-29T22:32:53.059Z] #77 127.4 CC src/image_spec_schema_image_layout_schema.lo [2022-07-29T22:32:53.059Z] #77 127.4 CC src/image_spec_schema_image_manifest_schema.lo [2022-07-29T22:32:53.059Z] #77 127.4 CC src/runtime_spec_schema_config_linux.lo [2022-07-29T22:32:53.059Z] #77 127.4 CC src/runtime_spec_schema_config_zos.lo [2022-07-29T22:32:53.084Z] #77 106.6 checking for fgetxattr... yes [2022-07-29T22:32:53.318Z] #77 127.5 CC src/runtime_spec_schema_config_schema.lo [2022-07-29T22:32:53.318Z] #77 127.5 CC src/runtime_spec_schema_config_solaris.lo [2022-07-29T22:32:53.318Z] #77 127.5 CC src/runtime_spec_schema_config_vm.lo [2022-07-29T22:32:53.318Z] #77 127.6 CC src/runtime_spec_schema_config_windows.lo [2022-07-29T22:32:53.318Z] #77 127.7 CC src/runtime_spec_schema_defs.lo [2022-07-29T22:32:53.340Z] #77 106.9 checking for statx... yes [2022-07-29T22:32:53.576Z] #77 127.7 CC src/runtime_spec_schema_defs_linux.lo [2022-07-29T22:32:53.576Z] #77 127.8 CC src/runtime_spec_schema_defs_zos.lo [2022-07-29T22:32:53.576Z] #77 127.8 CC src/runtime_spec_schema_defs_vm.lo [2022-07-29T22:32:53.576Z] #77 127.8 CC src/runtime_spec_schema_defs_windows.lo [2022-07-29T22:32:53.576Z] #77 128.0 CC src/runtime_spec_schema_state_schema.lo [2022-07-29T22:32:53.597Z] #77 107.2 checking for fgetpwent_r... yes [2022-07-29T22:32:53.838Z] #77 128.0 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-07-29T22:32:53.838Z] #77 128.1 CC src/basic_test_double_array_item.lo [2022-07-29T22:32:53.853Z] #77 107.5 checking for issetugid... no [2022-07-29T22:32:53.853Z] #77 107.7 checking for pkg-config... /usr/bin/pkg-config [2022-07-29T22:32:53.853Z] #77 107.7 checking pkg-config is at least version 0.9.0... yes [2022-07-29T22:32:53.858Z] #69 ... [2022-07-29T22:32:53.858Z] [2022-07-29T22:32:53.858Z] #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-07-29T22:32:53.858Z] #74 sha256:e17d2591054e5e6c6103a2843e6420418ab793e4c7d11b168f1049f333d08dc9 [2022-07-29T22:32:53.858Z] #74 6.363 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-07-29T22:32:54.097Z] #77 128.3 CC src/basic_test_double_array.lo [2022-07-29T22:32:54.355Z] #77 128.4 CC src/basic_test_top_array_int.lo [2022-07-29T22:32:54.355Z] #77 128.5 CC src/basic_test_top_array_string.lo [2022-07-29T22:32:54.355Z] #77 128.6 CC src/basic_test_top_double_array_int.lo [2022-07-29T22:32:54.417Z] #77 107.8 checking for library containing yajl_tree_get... -lyajl [2022-07-29T22:32:54.417Z] #77 108.3 checking for yajl >= 2.0.0... yes [2022-07-29T22:32:54.614Z] #77 128.8 CC src/basic_test_top_double_array_obj.lo [2022-07-29T22:32:54.674Z] #77 108.3 checking sys/capability.h usability... yes [2022-07-29T22:32:54.872Z] #77 129.1 CC src/basic_test_top_double_array_refobj.lo [2022-07-29T22:32:54.931Z] #77 108.5 checking sys/capability.h presence... yes [2022-07-29T22:32:54.931Z] #77 108.6 checking for sys/capability.h... yes [2022-07-29T22:32:55.132Z] #77 129.3 CC src/basic_test_top_double_array_string.lo [2022-07-29T22:32:55.390Z] #77 129.5 CC src/read-file.lo [2022-07-29T22:32:55.390Z] #77 129.6 CC src/json_common.lo [2022-07-29T22:32:55.495Z] #77 108.6 checking for library containing cap_from_name... -lcap [2022-07-29T22:32:55.649Z] #77 129.7 CC tests/test-1.o [2022-07-29T22:32:55.649Z] #77 129.8 CC tests/test-2.o [2022-07-29T22:32:55.649Z] #77 ... [2022-07-29T22:32:55.649Z] [2022-07-29T22:32:55.649Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-07-29T22:32:55.649Z] #23 sha256:2c827cfd5d3b6fafa01d453e518bb99e8e73e6b016c57269bf90f0cc7e79a2dd [2022-07-29T22:32:55.649Z] #23 9.256 Collecting yamllint==1.26.1 [2022-07-29T22:32:55.649Z] #23 ... [2022-07-29T22:32:55.649Z] [2022-07-29T22:32:55.649Z] #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-07-29T22:32:55.649Z] #77 sha256:4eef9e1453ac82f899b5c2524f627bb8228588e9c4cc34aca6c1ee4d7621531b [2022-07-29T22:32:55.649Z] #77 129.8 CC tests/test-3.o [2022-07-29T22:32:55.649Z] #77 130.0 CC tests/test-4.o [2022-07-29T22:32:55.753Z] #77 109.1 checking for library containing dlopen... -ldl [2022-07-29T22:32:56.010Z] #77 109.6 checking seccomp.h usability... yes [2022-07-29T22:32:56.010Z] #77 109.8 checking seccomp.h presence... yes [2022-07-29T22:32:56.010Z] #77 109.9 checking for seccomp.h... yes [2022-07-29T22:32:56.216Z] #77 130.3 CC tests/test-5.o [2022-07-29T22:32:56.216Z] #77 130.5 CC tests/test-6.o [2022-07-29T22:32:56.475Z] #77 130.6 CC tests/test-7.o [2022-07-29T22:32:56.734Z] #77 131.0 CC tests/test-8.o [2022-07-29T22:32:56.833Z] #77 109.9 checking for library containing seccomp_rule_add... -lseccomp [2022-07-29T22:32:56.833Z] #77 110.5 checking for library containing seccomp_arch_resolve_name... none required [2022-07-29T22:32:56.993Z] #77 131.1 CC tests/test-9.o [2022-07-29T22:32:57.103Z] #77 110.8 checking systemd/sd-bus.h usability... yes [2022-07-29T22:32:57.252Z] #77 131.4 CC tests/test-10.o [2022-07-29T22:32:57.252Z] #77 131.6 CC tests/test-11.o [2022-07-29T22:32:57.667Z] #77 111.0 checking systemd/sd-bus.h presence... yes [2022-07-29T22:32:57.667Z] #77 111.2 checking for systemd/sd-bus.h... yes [2022-07-29T22:32:57.925Z] #77 111.2 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-07-29T22:32:58.060Z] #74 ... [2022-07-29T22:32:58.060Z] [2022-07-29T22:32:58.060Z] #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-07-29T22:32:58.060Z] #69 sha256:5925e6ffc78a3460f5522f18f83c4c1405e01059de86141abf5749b8e098334f [2022-07-29T22:32:58.060Z] #69 21.54 Fetched 49.2 MB in 20s (2430 kB/s) [2022-07-29T22:32:58.182Z] #77 111.8 checking for sd_notify_barrier... yes [2022-07-29T22:32:58.439Z] #77 112.0 checking linux/bpf.h usability... yes [2022-07-29T22:32:58.439Z] #77 112.2 checking linux/bpf.h presence... yes [2022-07-29T22:32:58.439Z] #77 112.3 checking for linux/bpf.h... yes [2022-07-29T22:32:58.696Z] #77 112.3 checking compilation for eBPF... [2022-07-29T22:32:58.696Z] #77 ... [2022-07-29T22:32:58.696Z] [2022-07-29T22:32:58.696Z] #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-07-29T22:32:58.696Z] #60 sha256:ee661ab7e7f330401c6723515f2538cd2dd3d4d61bf4f56e7dffa90bcda66f26 [2022-07-29T22:32:58.696Z] #60 15.50 + cd /tmp/tmp.FSaDxjWCVQ/src/github.com/opencontainers/runc [2022-07-29T22:32:58.696Z] #60 15.50 + git checkout -q v1.1.2 [2022-07-29T22:32:58.696Z] #60 16.31 + '[' -z '' ']' [2022-07-29T22:32:58.696Z] #60 16.31 + target=static [2022-07-29T22:32:58.696Z] #60 16.31 + make BUILDTAGS=seccomp static [2022-07-29T22:32:58.696Z] #60 16.82 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-07-29T22:32:58.696Z] #60 ... [2022-07-29T22:32:58.696Z] [2022-07-29T22:32:58.696Z] #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-07-29T22:32:58.696Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:32:58.696Z] #77 112.3 checking compilation for eBPF... yes [2022-07-29T22:32:58.696Z] #77 112.5 checking for criu >= 3.15... no [2022-07-29T22:32:58.696Z] #77 112.5 configure: CRIU headers not found, building without CRIU support [2022-07-29T22:32:58.696Z] #77 112.5 checking for criu > 3.16... no [2022-07-29T22:32:58.696Z] #77 112.6 configure: CRIU version doesn't support join-ns API [2022-07-29T22:32:58.954Z] #77 112.6 checking for criu > 3.16.1... no [2022-07-29T22:32:58.954Z] #77 112.6 configure: CRIU version doesn't support for pre-dumping [2022-07-29T22:32:58.954Z] #77 112.6 checking for new mount API (fsconfig)... yes [2022-07-29T22:32:58.954Z] #77 112.7 checking for seccomp notify API... yes [2022-07-29T22:32:59.211Z] #77 112.8 checking for gperf... no [2022-07-29T22:32:59.211Z] #77 112.9 configure: gperf not found - cannot rebuild signal parser code [2022-07-29T22:32:59.211Z] #77 112.9 checking for library containing argp_parse... none required [2022-07-29T22:32:59.468Z] #77 113.3 checking that generated files are newer than configure... done [2022-07-29T22:32:59.468Z] #77 113.3 configure: creating ./config.status [2022-07-29T22:32:59.786Z] #77 ... [2022-07-29T22:32:59.786Z] [2022-07-29T22:32:59.786Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-07-29T22:32:59.786Z] #23 sha256:2c827cfd5d3b6fafa01d453e518bb99e8e73e6b016c57269bf90f0cc7e79a2dd [2022-07-29T22:32:59.786Z] #23 10.33 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-07-29T22:32:59.786Z] #23 11.39 Collecting pathspec>=0.5.3 [2022-07-29T22:32:59.786Z] #23 11.40 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-07-29T22:32:59.786Z] #23 11.71 Collecting pyyaml [2022-07-29T22:32:59.786Z] #23 11.74 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-07-29T22:32:59.786Z] #23 11.79 Building wheels for collected packages: yamllint [2022-07-29T22:32:59.786Z] #23 11.80 Building wheel for yamllint (setup.py): started [2022-07-29T22:32:59.786Z] #23 12.75 Building wheel for yamllint (setup.py): finished with status 'done' [2022-07-29T22:32:59.786Z] #23 12.75 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=4604434810dd0132003fa12229cb570d1f3e31f98023cd5d065a912922b02133 [2022-07-29T22:32:59.786Z] #23 12.75 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-07-29T22:32:59.786Z] #23 12.75 Successfully built yamllint [2022-07-29T22:32:59.786Z] #23 12.78 Installing collected packages: pyyaml, pathspec, yamllint [2022-07-29T22:32:59.786Z] #23 13.22 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-07-29T22:32:59.786Z] #23 DONE 13.9s [2022-07-29T22:32:59.786Z] [2022-07-29T22:32:59.786Z] #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-07-29T22:32:59.786Z] #60 sha256:45844e3918e7b0809a15bf4053dd16719f07b00debc34a163643504d0842f127 [2022-07-29T22:33:01.363Z] #77 ... [2022-07-29T22:33:01.363Z] [2022-07-29T22:33:01.363Z] #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-07-29T22:33:01.363Z] #21 sha256:035f9b0a0f9f76d69bb577b0a424e850eb0d845810d8c1bfd220477933c4d358 [2022-07-29T22:33:01.363Z] #21 2.579 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-07-29T22:33:01.363Z] #21 2.595 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-07-29T22:33:01.363Z] #21 2.598 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-07-29T22:33:01.363Z] #21 3.239 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-07-29T22:33:01.363Z] #21 4.701 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB] [2022-07-29T22:33:01.363Z] #21 6.278 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-07-29T22:33:01.927Z] #21 10.69 Fetched 8561 kB in 9s (999 kB/s) [2022-07-29T22:33:02.492Z] #21 10.69 Reading package lists... [2022-07-29T22:33:02.492Z] #21 ... [2022-07-29T22:33:02.492Z] [2022-07-29T22:33:02.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-07-29T22:33:02.492Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:33:02.492Z] #77 116.1 config.status: creating Makefile [2022-07-29T22:33:02.492Z] #77 116.3 config.status: creating rpm/crun.spec [2022-07-29T22:33:02.492Z] #77 116.3 config.status: creating config.h [2022-07-29T22:33:02.750Z] #77 116.4 config.status: executing libtool commands [2022-07-29T22:33:02.750Z] #77 116.5 config.status: executing depfiles commands [2022-07-29T22:33:04.246Z] #77 117.9 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-07-29T22:33:04.246Z] #77 118.0 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-07-29T22:33:04.504Z] [2022-07-29T22:33:04.504Z] #77 ... [2022-07-29T22:33:04.504Z] [2022-07-29T22:33:04.504Z] #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-07-29T22:33:04.504Z] #34 sha256:be1d50aa5033694acc1312dcc6ebc9582878d65872f13f83b11aa6a3855f38c7 [2022-07-29T22:33:04.504Z] #34 DONE 163.6s [2022-07-29T22:33:04.504Z] [2022-07-29T22:33:04.504Z] #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-07-29T22:33:04.504Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:33:04.504Z] #77 118.3 checking for gcc... gcc [2022-07-29T22:33:04.761Z] #77 118.4 checking whether the C compiler works... yes [2022-07-29T22:33:04.761Z] #77 118.5 checking for C compiler default output file name... a.out [2022-07-29T22:33:05.019Z] #77 118.6 checking for suffix of executables... [2022-07-29T22:33:05.277Z] #77 118.8 checking whether we are cross compiling... no [2022-07-29T22:33:05.277Z] #77 119.0 checking for suffix of object files... o [2022-07-29T22:33:05.534Z] #77 119.1 checking whether we are using the GNU C compiler... yes [2022-07-29T22:33:05.792Z] #77 119.2 checking whether gcc accepts -g... yes [2022-07-29T22:33:05.792Z] #77 119.4 checking for gcc option to accept ISO C89... none needed [2022-07-29T22:33:06.049Z] #77 119.6 checking whether gcc understands -c and -o together... yes [2022-07-29T22:33:06.049Z] [2022-07-29T22:33:06.049Z] #77 ... [2022-07-29T22:33:06.049Z] [2022-07-29T22:33:06.049Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod case $(dpkg --print-architecture) in amd64|arm64) GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help ;; *) mkdir -p /build/ ;; esac [2022-07-29T22:33:06.049Z] #36 sha256:200e0ce9117b672449f74179fde64ba87e1c446761a7a191f3ee2b4a747d7a29 [2022-07-29T22:33:06.050Z] #36 165.2 Delve is a source level debugger for Go programs. [2022-07-29T22:33:06.050Z] #36 165.2 [2022-07-29T22:33:06.050Z] #36 165.2 Delve enables you to interact with your program by controlling the execution of the process, [2022-07-29T22:33:06.050Z] #36 165.2 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-07-29T22:33:06.050Z] #36 165.2 [2022-07-29T22:33:06.050Z] #36 165.2 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-07-29T22:33:06.050Z] #36 165.2 [2022-07-29T22:33:06.050Z] #36 165.2 Pass flags to the program you are debugging using `--`, for example: [2022-07-29T22:33:06.050Z] #36 165.2 [2022-07-29T22:33:06.050Z] #36 165.2 `dlv exec ./hello -- server --config conf/config.toml` [2022-07-29T22:33:06.050Z] #36 165.2 [2022-07-29T22:33:06.050Z] #36 165.2 Usage: [2022-07-29T22:33:06.050Z] #36 165.2 dlv [command] [2022-07-29T22:33:06.050Z] #36 165.2 [2022-07-29T22:33:06.050Z] #36 165.2 Available Commands: [2022-07-29T22:33:06.050Z] #36 165.2 attach Attach to running process and begin debugging. [2022-07-29T22:33:06.050Z] #36 165.2 connect Connect to a headless debug server with a terminal client. [2022-07-29T22:33:06.050Z] #36 165.2 core Examine a core dump. [2022-07-29T22:33:06.050Z] #36 165.2 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-07-29T22:33:06.050Z] #36 165.2 debug Compile and begin debugging main package in current directory, or the package specified. [2022-07-29T22:33:06.050Z] #36 165.2 exec Execute a precompiled binary, and begin a debug session. [2022-07-29T22:33:06.050Z] #36 165.2 help Help about any command [2022-07-29T22:33:06.050Z] #36 165.2 run Deprecated command. Use 'debug' instead. [2022-07-29T22:33:06.050Z] #36 165.2 test Compile test binary and begin debugging program. [2022-07-29T22:33:06.050Z] #36 165.2 trace Compile and begin tracing program. [2022-07-29T22:33:06.050Z] #36 165.2 version Prints version. [2022-07-29T22:33:06.050Z] #36 165.2 [2022-07-29T22:33:06.050Z] #36 165.2 Flags: [2022-07-29T22:33:06.050Z] #36 165.2 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-07-29T22:33:06.050Z] #36 165.2 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-07-29T22:33:06.050Z] #36 165.2 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-07-29T22:33:06.050Z] #36 165.2 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-07-29T22:33:06.050Z] #36 165.2 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-07-29T22:33:06.050Z] #36 165.2 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-07-29T22:33:06.050Z] #36 165.2 --disable-aslr Disables address space randomization [2022-07-29T22:33:06.050Z] #36 165.2 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-07-29T22:33:06.050Z] #36 165.2 -h, --help help for dlv [2022-07-29T22:33:06.050Z] #36 165.2 --init string Init file, executed by the terminal client. [2022-07-29T22:33:06.050Z] #36 165.2 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-07-29T22:33:06.050Z] #36 165.2 --log Enable debugging server logging. [2022-07-29T22:33:06.050Z] #36 165.2 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-07-29T22:33:06.050Z] #36 165.2 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-07-29T22:33:06.050Z] #36 165.2 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-07-29T22:33:06.050Z] #36 165.2 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-07-29T22:33:06.050Z] #36 165.2 --wd string Working directory for running the program. [2022-07-29T22:33:06.050Z] #36 165.2 [2022-07-29T22:33:06.050Z] #36 165.2 Additional help topics: [2022-07-29T22:33:06.050Z] #36 165.2 dlv backend Help about the --backend flag. [2022-07-29T22:33:06.050Z] #36 165.2 dlv log Help about logging flags. [2022-07-29T22:33:06.050Z] #36 165.2 dlv redirect Help about file redirection. [2022-07-29T22:33:06.050Z] #36 165.2 [2022-07-29T22:33:06.050Z] #36 165.2 Use "dlv [command] --help" for more information about a command. [2022-07-29T22:33:06.050Z] #36 DONE 165.3s [2022-07-29T22:33:06.050Z] [2022-07-29T22:33:06.050Z] #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-07-29T22:33:06.050Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:33:06.050Z] #77 119.8 checking how to run the C preprocessor... gcc -E [2022-07-29T22:33:06.050Z] #77 119.8 checking for grep that handles long lines and -e... /bin/grep [2022-07-29T22:33:06.050Z] #77 119.8 checking for egrep... /bin/grep -E [2022-07-29T22:33:06.196Z] #69 21.54 Reading package lists... [2022-07-29T22:33:06.196Z] #69 ... [2022-07-29T22:33:06.196Z] [2022-07-29T22:33:06.196Z] #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-07-29T22:33:06.196Z] #49 sha256:da1d905b75e0e23a55b6101b2a8cb83ff45bcff807f98b6a0c85da7e777969bd [2022-07-29T22:33:06.196Z] #49 22.38 Fetched 49.2 MB in 21s (2355 kB/s) [2022-07-29T22:33:06.982Z] #77 119.8 checking for ANSI C header files... yes [2022-07-29T22:33:07.138Z] #49 22.38 Reading package lists... [2022-07-29T22:33:07.138Z] #49 ... [2022-07-29T22:33:07.138Z] [2022-07-29T22:33:07.138Z] #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-07-29T22:33:07.138Z] #69 sha256:5925e6ffc78a3460f5522f18f83c4c1405e01059de86141abf5749b8e098334f [2022-07-29T22:33:07.138Z] #69 21.54 Reading package lists... [2022-07-29T22:33:07.239Z] #77 120.6 checking for sys/types.h... yes [2022-07-29T22:33:07.239Z] #77 120.8 checking for sys/stat.h... yes [2022-07-29T22:33:07.496Z] #77 121.0 checking for stdlib.h... yes [2022-07-29T22:33:07.496Z] #77 121.1 checking for string.h... yes [2022-07-29T22:33:07.753Z] #77 121.4 checking for memory.h... yes [2022-07-29T22:33:08.011Z] #77 121.6 checking for strings.h... yes [2022-07-29T22:33:08.011Z] #77 121.8 checking for inttypes.h... yes [2022-07-29T22:33:08.576Z] #77 121.9 checking for stdint.h... yes [2022-07-29T22:33:08.576Z] #77 122.1 checking for unistd.h... yes [2022-07-29T22:33:08.576Z] #77 122.4 checking minix/config.h usability... no [2022-07-29T22:33:08.784Z] #69 30.83 Reading package lists... [2022-07-29T22:33:08.784Z] #69 ... [2022-07-29T22:33:08.784Z] [2022-07-29T22:33:08.784Z] #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-07-29T22:33:08.784Z] #20 sha256:308e24221c2c8507358baa4aa2647427f74b7868cd12daf68950410f21873073 [2022-07-29T22:33:08.784Z] #20 22.27 Fetched 49.2 MB in 21s (2356 kB/s) [2022-07-29T22:33:08.784Z] #20 22.27 Reading package lists... [2022-07-29T22:33:08.833Z] #77 122.5 checking minix/config.h presence... no [2022-07-29T22:33:08.833Z] #77 122.6 checking for minix/config.h... no [2022-07-29T22:33:09.045Z] #20 31.69 Reading package lists... [2022-07-29T22:33:09.045Z] #20 ... [2022-07-29T22:33:09.045Z] [2022-07-29T22:33:09.045Z] #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-07-29T22:33:09.045Z] #49 sha256:da1d905b75e0e23a55b6101b2a8cb83ff45bcff807f98b6a0c85da7e777969bd [2022-07-29T22:33:09.045Z] #49 22.38 Reading package lists... [2022-07-29T22:33:09.090Z] #77 122.6 checking whether it is safe to define __EXTENSIONS__... yes [2022-07-29T22:33:09.346Z] #77 122.8 checking build system type... x86_64-pc-linux-gnu [2022-07-29T22:33:09.346Z] #77 123.1 checking host system type... x86_64-pc-linux-gnu [2022-07-29T22:33:09.346Z] #77 123.1 checking how to print strings... printf [2022-07-29T22:33:09.604Z] #77 123.2 checking for a sed that does not truncate output... /bin/sed [2022-07-29T22:33:09.604Z] #77 123.2 checking for fgrep... /bin/grep -F [2022-07-29T22:33:09.604Z] #77 123.2 checking for ld used by gcc... /usr/bin/ld [2022-07-29T22:33:09.604Z] #77 123.2 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-07-29T22:33:09.604Z] #77 123.3 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-07-29T22:33:09.604Z] #77 123.3 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-07-29T22:33:09.604Z] #77 123.4 checking whether ln -s works... yes [2022-07-29T22:33:09.604Z] #77 123.4 checking the maximum length of command line arguments... 1572864 [2022-07-29T22:33:09.604Z] #77 123.5 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-07-29T22:33:09.604Z] #77 123.5 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-07-29T22:33:09.604Z] #77 123.5 checking for /usr/bin/ld option to reload object files... -r [2022-07-29T22:33:09.604Z] #77 123.5 checking for objdump... objdump [2022-07-29T22:33:09.604Z] #77 123.5 checking how to recognize dependent libraries... pass_all [2022-07-29T22:33:09.604Z] #77 123.5 checking for dlltool... no [2022-07-29T22:33:09.604Z] #77 123.5 checking how to associate runtime and link libraries... printf %s\n [2022-07-29T22:33:09.604Z] #77 123.5 checking for ar... ar [2022-07-29T22:33:09.863Z] #77 123.5 checking for archiver @FILE support... @ [2022-07-29T22:33:09.863Z] #77 123.6 checking for strip... strip [2022-07-29T22:33:09.863Z] #77 123.6 checking for ranlib... ranlib [2022-07-29T22:33:09.863Z] #77 123.6 checking for gawk... no [2022-07-29T22:33:09.863Z] #77 123.6 checking for mawk... mawk [2022-07-29T22:33:10.121Z] #77 123.6 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-07-29T22:33:10.121Z] #77 123.9 checking for sysroot... no [2022-07-29T22:33:10.121Z] #77 123.9 checking for a working dd... /bin/dd [2022-07-29T22:33:10.121Z] #77 124.0 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-07-29T22:33:10.378Z] #77 124.0 checking for mt... no [2022-07-29T22:33:10.378Z] #77 124.0 checking if : is a manifest tool... no [2022-07-29T22:33:10.635Z] #77 124.1 checking for dlfcn.h... yes [2022-07-29T22:33:10.635Z] #77 124.3 checking for objdir... .libs [2022-07-29T22:33:10.893Z] #77 124.6 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-07-29T22:33:10.893Z] #77 124.7 checking for gcc option to produce PIC... -fPIC -DPIC [2022-07-29T22:33:10.893Z] #77 124.7 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-07-29T22:33:11.460Z] #77 124.7 checking if gcc static flag -static works... yes [2022-07-29T22:33:11.718Z] #77 125.2 checking if gcc supports -c -o file.o... yes [2022-07-29T22:33:11.718Z] #77 125.3 checking if gcc supports -c -o file.o... (cached) yes [2022-07-29T22:33:11.718Z] #77 125.3 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-07-29T22:33:11.976Z] #77 125.4 checking dynamic linker characteristics... GNU/Linux ld.so [2022-07-29T22:33:11.976Z] #77 125.7 checking how to hardcode library paths into programs... immediate [2022-07-29T22:33:11.976Z] #77 125.7 checking whether stripping libraries is possible... yes [2022-07-29T22:33:11.976Z] #77 125.7 checking if libtool supports shared libraries... yes [2022-07-29T22:33:11.976Z] #77 125.7 checking whether to build shared libraries... no [2022-07-29T22:33:11.976Z] #77 125.7 checking whether to build static libraries... yes [2022-07-29T22:33:11.976Z] #77 125.7 checking for a BSD-compatible install... /usr/bin/install -c [2022-07-29T22:33:11.976Z] #77 125.8 checking whether build environment is sane... yes [2022-07-29T22:33:11.976Z] #77 125.8 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-07-29T22:33:11.976Z] #77 125.8 checking whether make sets $(MAKE)... yes [2022-07-29T22:33:12.234Z] #77 125.9 checking whether make supports the include directive... yes (GNU style) [2022-07-29T22:33:12.234Z] #77 125.9 checking whether make supports nested variables... yes [2022-07-29T22:33:12.234Z] #77 126.0 checking whether UID '0' is supported by ustar format... yes [2022-07-29T22:33:12.234Z] #77 126.0 checking whether GID '0' is supported by ustar format... yes [2022-07-29T22:33:12.234Z] #77 126.0 checking how to create a ustar tar archive... gnutar [2022-07-29T22:33:12.234Z] #77 126.0 checking dependency style of gcc... gcc3 [2022-07-29T22:33:12.491Z] #77 126.1 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-07-29T22:33:12.491Z] #77 126.1 checking whether make supports nested variables... (cached) yes [2022-07-29T22:33:12.491Z] #77 126.1 checking for pkg-config... /usr/bin/pkg-config [2022-07-29T22:33:12.491Z] #77 126.1 checking pkg-config is at least version 0.9.0... yes [2022-07-29T22:33:12.491Z] #77 126.2 checking for yajl >= 2.1.0... yes [2022-07-29T22:33:12.491Z] #77 126.2 checking for a sed that does not truncate output... (cached) /bin/sed [2022-07-29T22:33:12.491Z] #77 126.2 checking for gcc... (cached) gcc [2022-07-29T22:33:12.491Z] #77 126.3 checking whether we are using the GNU C compiler... (cached) yes [2022-07-29T22:33:12.491Z] #77 126.3 checking whether gcc accepts -g... (cached) yes [2022-07-29T22:33:12.491Z] #77 126.3 checking for gcc option to accept ISO C89... (cached) none needed [2022-07-29T22:33:12.491Z] #77 126.3 checking whether gcc understands -c and -o together... (cached) yes [2022-07-29T22:33:12.491Z] #77 126.3 checking for a Python interpreter with version >= 3... python3 [2022-07-29T22:33:12.749Z] #77 126.4 checking for python3... /usr/bin/python3 [2022-07-29T22:33:12.749Z] #77 126.4 checking for python3 version... 3.9 [2022-07-29T22:33:12.749Z] #77 126.5 checking for python3 platform... linux [2022-07-29T22:33:13.007Z] #77 126.6 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-07-29T22:33:13.264Z] #77 126.7 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-07-29T22:33:13.264Z] #77 127.1 checking that generated files are newer than configure... done [2022-07-29T22:33:13.264Z] #77 127.1 configure: creating ./config.status [2022-07-29T22:33:15.789Z] #77 129.0 config.status: creating Makefile [2022-07-29T22:33:15.789Z] #77 129.1 config.status: creating config.h [2022-07-29T22:33:15.789Z] #77 129.2 config.status: executing libtool commands [2022-07-29T22:33:15.789Z] #77 129.2 config.status: executing depfiles commands [2022-07-29T22:33:15.789Z] #77 ... [2022-07-29T22:33:15.789Z] [2022-07-29T22:33:15.789Z] #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-07-29T22:33:15.789Z] #21 sha256:035f9b0a0f9f76d69bb577b0a424e850eb0d845810d8c1bfd220477933c4d358 [2022-07-29T22:33:15.789Z] #21 10.69 Reading package lists... [2022-07-29T22:33:15.789Z] #21 14.51 Reading package lists... [2022-07-29T22:33:15.789Z] #21 17.67 Building dependency tree... [2022-07-29T22:33:15.789Z] #21 19.48 The following additional packages will be installed: [2022-07-29T22:33:15.789Z] #21 19.49 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-07-29T22:33:15.789Z] #21 19.49 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-07-29T22:33:15.789Z] #21 19.49 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-07-29T22:33:15.789Z] #21 19.49 python3-pkg-resources vim-runtime xxd [2022-07-29T22:33:15.789Z] #21 19.49 Suggested packages: [2022-07-29T22:33:15.789Z] #21 19.49 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-07-29T22:33:15.789Z] #21 19.49 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-07-29T22:33:15.789Z] #21 19.49 acl attr quota [2022-07-29T22:33:15.789Z] #21 19.49 Recommended packages: [2022-07-29T22:33:15.789Z] #21 19.49 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-07-29T22:33:15.789Z] #21 21.10 The following NEW packages will be installed: [2022-07-29T22:33:15.789Z] #21 21.10 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-07-29T22:33:15.789Z] #21 21.10 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-07-29T22:33:15.789Z] #21 21.10 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-07-29T22:33:15.789Z] #21 21.10 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2 [2022-07-29T22:33:15.789Z] #21 21.10 net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3 [2022-07-29T22:33:15.789Z] #21 21.10 python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo [2022-07-29T22:33:15.789Z] #21 21.10 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-07-29T22:33:15.789Z] #21 21.10 xz-utils zip zstd [2022-07-29T22:33:15.789Z] #21 21.47 0 upgraded, 49 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:33:15.789Z] #21 21.47 Need to get 27.7 MB of archives. [2022-07-29T22:33:15.789Z] #21 21.47 After this operation, 106 MB of additional disk space will be used. [2022-07-29T22:33:15.789Z] #21 21.47 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-07-29T22:33:15.789Z] #21 21.48 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-07-29T22:33:15.789Z] #21 21.48 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-07-29T22:33:15.789Z] #21 21.48 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-07-29T22:33:15.789Z] #21 21.48 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-07-29T22:33:15.789Z] #21 21.49 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-07-29T22:33:15.789Z] #21 21.50 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-07-29T22:33:15.789Z] #21 21.50 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-07-29T22:33:15.789Z] #21 21.55 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-07-29T22:33:15.789Z] #21 21.57 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-07-29T22:33:15.789Z] #21 21.57 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-07-29T22:33:15.789Z] #21 21.62 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-07-29T22:33:15.789Z] #21 21.62 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-07-29T22:33:15.789Z] #21 21.62 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-07-29T22:33:15.789Z] #21 21.65 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-07-29T22:33:15.789Z] #21 21.67 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-07-29T22:33:15.789Z] #21 21.67 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-07-29T22:33:15.789Z] #21 21.67 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-07-29T22:33:15.789Z] #21 21.67 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-07-29T22:33:15.789Z] #21 21.67 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-07-29T22:33:15.789Z] #21 21.69 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-07-29T22:33:15.789Z] #21 21.73 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-07-29T22:33:15.789Z] #21 21.73 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-07-29T22:33:15.789Z] #21 21.73 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-07-29T22:33:15.789Z] #21 21.73 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-07-29T22:33:15.789Z] #21 21.73 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-07-29T22:33:15.789Z] #21 21.73 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-07-29T22:33:15.789Z] #21 22.01 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-07-29T22:33:15.789Z] #21 22.01 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-07-29T22:33:15.789Z] #21 22.01 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-07-29T22:33:15.789Z] #21 22.01 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-07-29T22:33:15.789Z] #21 22.02 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-07-29T22:33:15.789Z] #21 22.02 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-07-29T22:33:15.789Z] #21 22.03 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-07-29T22:33:15.789Z] #21 22.03 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-07-29T22:33:15.789Z] #21 22.12 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-07-29T22:33:15.789Z] #21 22.12 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-07-29T22:33:15.789Z] #21 22.13 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-07-29T22:33:15.789Z] #21 22.15 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-07-29T22:33:15.789Z] #21 22.17 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-07-29T22:33:15.789Z] #21 22.18 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-07-29T22:33:15.789Z] #21 22.19 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-07-29T22:33:15.789Z] #21 22.23 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-07-29T22:33:15.789Z] #21 22.25 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-07-29T22:33:15.790Z] #21 22.26 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-07-29T22:33:15.790Z] #21 22.49 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-07-29T22:33:15.790Z] #21 22.53 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-07-29T22:33:15.790Z] #21 22.56 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-07-29T22:33:15.790Z] #21 22.56 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-07-29T22:33:15.790Z] #21 23.27 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:33:15.790Z] #21 23.41 Fetched 27.7 MB in 1s (19.9 MB/s) [2022-07-29T22:33:15.790Z] #21 23.47 Selecting previously unselected package pigz. [2022-07-29T22:33:15.790Z] #21 23.47 (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 ... 24018 files and directories currently installed.) [2022-07-29T22:33:15.790Z] #21 23.52 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-07-29T22:33:15.790Z] #21 23.53 Unpacking pigz (2.6-1) ... [2022-07-29T22:33:15.790Z] #21 23.61 Selecting previously unselected package libelf1:amd64. [2022-07-29T22:33:15.790Z] #21 23.61 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-07-29T22:33:15.790Z] #21 23.62 Unpacking libelf1:amd64 (0.183-1) ... [2022-07-29T22:33:15.790Z] #21 23.82 Selecting previously unselected package libbpf0:amd64. [2022-07-29T22:33:15.790Z] #21 23.82 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-07-29T22:33:15.790Z] #21 23.85 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-07-29T22:33:15.790Z] #21 23.97 Selecting previously unselected package libcap2:amd64. [2022-07-29T22:33:15.790Z] #21 23.97 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-07-29T22:33:15.790Z] #21 23.98 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-07-29T22:33:15.790Z] #21 24.07 Selecting previously unselected package libmnl0:amd64. [2022-07-29T22:33:15.790Z] #21 24.07 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-07-29T22:33:15.790Z] #21 24.07 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-07-29T22:33:15.790Z] #21 24.13 Selecting previously unselected package libxtables12:amd64. [2022-07-29T22:33:15.790Z] #21 24.15 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-07-29T22:33:15.790Z] #21 24.15 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-07-29T22:33:15.790Z] #21 24.24 Selecting previously unselected package libcap2-bin. [2022-07-29T22:33:15.790Z] #21 24.26 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-07-29T22:33:15.790Z] #21 24.27 Unpacking libcap2-bin (1:2.44-1) ... [2022-07-29T22:33:15.790Z] #21 24.35 Selecting previously unselected package iproute2. [2022-07-29T22:33:15.790Z] #21 24.36 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-07-29T22:33:15.790Z] #21 24.37 Unpacking iproute2 (5.10.0-4) ... [2022-07-29T22:33:16.049Z] #21 24.91 Selecting previously unselected package xxd. [2022-07-29T22:33:16.049Z] #21 ... [2022-07-29T22:33:16.049Z] [2022-07-29T22:33:16.049Z] #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-07-29T22:33:16.049Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:33:16.049Z] #77 129.8 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-07-29T22:33:16.049Z] #77 129.8 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-07-29T22:33:16.564Z] #77 130.1 checking for gcc... gcc [2022-07-29T22:33:16.564Z] #77 130.2 checking whether the C compiler works... yes [2022-07-29T22:33:16.821Z] #77 130.4 checking for C compiler default output file name... a.out [2022-07-29T22:33:16.821Z] #77 130.4 checking for suffix of executables... [2022-07-29T22:33:17.079Z] #77 130.5 checking whether we are cross compiling... no [2022-07-29T22:33:17.079Z] #77 130.8 checking for suffix of object files... o [2022-07-29T22:33:17.079Z] #77 130.9 checking whether we are using the GNU C compiler... yes [2022-07-29T22:33:17.178Z] #49 32.13 Reading package lists... [2022-07-29T22:33:17.178Z] #49 ... [2022-07-29T22:33:17.178Z] [2022-07-29T22:33:17.178Z] #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-07-29T22:33:17.178Z] #69 sha256:5925e6ffc78a3460f5522f18f83c4c1405e01059de86141abf5749b8e098334f [2022-07-29T22:33:17.178Z] #69 30.83 Reading package lists... [2022-07-29T22:33:17.337Z] #77 130.9 checking whether gcc accepts -g... yes [2022-07-29T22:33:17.594Z] #77 131.0 checking for gcc option to accept ISO C89... none needed [2022-07-29T22:33:17.594Z] #77 131.3 checking whether gcc understands -c and -o together... yes [2022-07-29T22:33:17.851Z] #77 131.5 checking for a BSD-compatible install... /usr/bin/install -c [2022-07-29T22:33:17.851Z] #77 131.5 checking whether build environment is sane... yes [2022-07-29T22:33:17.851Z] #77 131.6 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-07-29T22:33:17.851Z] #77 131.6 checking for gawk... no [2022-07-29T22:33:17.851Z] #77 131.6 checking for mawk... mawk [2022-07-29T22:33:17.851Z] #77 131.6 checking whether make sets $(MAKE)... yes [2022-07-29T22:33:17.851Z] #77 131.6 checking whether make supports the include directive... yes (GNU style) [2022-07-29T22:33:17.851Z] #77 131.6 checking whether make supports nested variables... yes [2022-07-29T22:33:17.851Z] #77 131.7 checking whether UID '0' is supported by ustar format... yes [2022-07-29T22:33:17.851Z] #77 131.7 checking whether GID '0' is supported by ustar format... yes [2022-07-29T22:33:17.851Z] #77 131.7 checking how to create a ustar tar archive... gnutar [2022-07-29T22:33:17.872Z] #60 ... [2022-07-29T22:33:17.872Z] [2022-07-29T22:33:17.872Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-07-29T22:33:17.872Z] #47 sha256:b1f771122747d0dbe8064b719ac8bb885e8defae467aeb0d9ce0193f5adaaf2f [2022-07-29T22:33:17.872Z] #47 197.1 + dpkg --print-architecture [2022-07-29T22:33:18.110Z] #77 131.7 checking dependency style of gcc... gcc3 [2022-07-29T22:33:18.110Z] #77 131.9 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-07-29T22:33:18.110Z] #77 131.9 checking whether make supports nested variables... (cached) yes [2022-07-29T22:33:18.369Z] #77 131.9 checking build system type... x86_64-pc-linux-gnu [2022-07-29T22:33:18.369Z] #77 132.1 checking host system type... x86_64-pc-linux-gnu [2022-07-29T22:33:18.369Z] #77 132.1 checking how to print strings... printf [2022-07-29T22:33:18.369Z] #77 132.2 checking for a sed that does not truncate output... /bin/sed [2022-07-29T22:33:18.369Z] #77 132.2 checking for grep that handles long lines and -e... /bin/grep [2022-07-29T22:33:18.369Z] #77 132.2 checking for egrep... /bin/grep -E [2022-07-29T22:33:18.369Z] #77 132.2 checking for fgrep... /bin/grep -F [2022-07-29T22:33:18.369Z] #77 132.2 checking for ld used by gcc... /usr/bin/ld [2022-07-29T22:33:18.369Z] #77 132.2 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-07-29T22:33:18.369Z] #77 132.2 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-07-29T22:33:18.485Z] #47 DONE 197.8s [2022-07-29T22:33:18.485Z] [2022-07-29T22:33:18.485Z] #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-07-29T22:33:18.485Z] #64 sha256:abeda4b2f13b61569c995b376f7fb3f2b86789b86f177386ee48cf0a081ba205 [2022-07-29T22:33:18.626Z] #77 132.2 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-07-29T22:33:18.626Z] #77 132.4 checking whether ln -s works... yes [2022-07-29T22:33:18.626Z] #77 132.4 checking the maximum length of command line arguments... 1572864 [2022-07-29T22:33:18.626Z] #77 132.4 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-07-29T22:33:18.626Z] #77 132.4 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-07-29T22:33:18.626Z] #77 132.4 checking for /usr/bin/ld option to reload object files... -r [2022-07-29T22:33:18.626Z] #77 132.4 checking for objdump... objdump [2022-07-29T22:33:18.626Z] #77 132.4 checking how to recognize dependent libraries... pass_all [2022-07-29T22:33:18.626Z] #77 132.4 checking for dlltool... no [2022-07-29T22:33:18.626Z] #77 132.4 checking how to associate runtime and link libraries... printf %s\n [2022-07-29T22:33:18.626Z] #77 132.4 checking for ar... ar [2022-07-29T22:33:18.883Z] #77 132.4 checking for archiver @FILE support... @ [2022-07-29T22:33:18.883Z] #77 132.5 checking for strip... strip [2022-07-29T22:33:18.883Z] #77 132.5 checking for ranlib... ranlib [2022-07-29T22:33:19.087Z] #69 40.03 Building dependency tree... [2022-07-29T22:33:19.087Z] #69 42.32 Reading state information... [2022-07-29T22:33:19.151Z] #77 132.5 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-07-29T22:33:19.151Z] #77 132.9 checking for sysroot... no [2022-07-29T22:33:19.151Z] #77 132.9 checking for a working dd... /bin/dd [2022-07-29T22:33:19.151Z] #77 133.0 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-07-29T22:33:19.151Z] #77 133.0 checking for mt... no [2022-07-29T22:33:19.151Z] #77 133.0 checking if : is a manifest tool... no [2022-07-29T22:33:19.407Z] #77 133.0 checking how to run the C preprocessor... gcc -E [2022-07-29T22:33:19.971Z] #77 133.2 checking for ANSI C header files... yes [2022-07-29T22:33:20.229Z] #77 133.8 checking for sys/types.h... yes [2022-07-29T22:33:20.229Z] #77 134.0 checking for sys/stat.h... yes [2022-07-29T22:33:20.493Z] #77 134.1 checking for stdlib.h... yes [2022-07-29T22:33:20.751Z] #77 134.3 checking for string.h... yes [2022-07-29T22:33:20.751Z] #77 134.5 checking for memory.h... yes [2022-07-29T22:33:20.997Z] #69 44.51 The following additional packages will be installed: [2022-07-29T22:33:20.997Z] #69 44.53 libbtrfs0 [2022-07-29T22:33:21.008Z] #77 134.6 checking for strings.h... yes [2022-07-29T22:33:21.008Z] #77 134.7 checking for inttypes.h... yes [2022-07-29T22:33:21.257Z] #69 44.80 The following NEW packages will be installed: [2022-07-29T22:33:21.257Z] #69 44.82 libbtrfs-dev libbtrfs0 [2022-07-29T22:33:21.265Z] #77 134.9 checking for stdint.h... yes [2022-07-29T22:33:21.522Z] #77 135.1 checking for unistd.h... yes [2022-07-29T22:33:21.522Z] #77 135.2 checking for dlfcn.h... yes [2022-07-29T22:33:21.779Z] #77 135.4 checking for objdir... .libs [2022-07-29T22:33:21.828Z] #69 45.32 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:33:21.828Z] #69 45.32 Need to get 460 kB of archives. [2022-07-29T22:33:21.828Z] #69 45.32 After this operation, 1237 kB of additional disk space will be used. [2022-07-29T22:33:21.828Z] #69 45.32 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-07-29T22:33:21.828Z] #69 45.32 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-07-29T22:33:22.037Z] #77 135.7 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-07-29T22:33:22.037Z] #77 135.9 checking for gcc option to produce PIC... -fPIC -DPIC [2022-07-29T22:33:22.294Z] #77 135.9 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-07-29T22:33:22.551Z] #77 135.9 checking if gcc static flag -static works... yes [2022-07-29T22:33:22.551Z] #77 136.3 checking if gcc supports -c -o file.o... yes [2022-07-29T22:33:22.766Z] #69 46.09 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:33:22.766Z] #69 46.34 Fetched 460 kB in 0s (1351 kB/s) [2022-07-29T22:33:22.766Z] #69 46.40 Selecting previously unselected package libbtrfs0:amd64. [2022-07-29T22:33:22.808Z] #77 136.4 checking if gcc supports -c -o file.o... (cached) yes [2022-07-29T22:33:22.808Z] #77 136.4 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-07-29T22:33:22.808Z] #77 136.5 checking dynamic linker characteristics... GNU/Linux ld.so [2022-07-29T22:33:22.808Z] #77 136.7 checking how to hardcode library paths into programs... immediate [2022-07-29T22:33:22.808Z] #77 136.7 checking whether stripping libraries is possible... yes [2022-07-29T22:33:23.027Z] #69 46.40 (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 ... 30255 files and directories currently installed.) [2022-07-29T22:33:23.027Z] #69 46.45 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-07-29T22:33:23.027Z] #69 46.47 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-07-29T22:33:23.027Z] #69 46.55 Selecting previously unselected package libbtrfs-dev:amd64. [2022-07-29T22:33:23.027Z] #69 46.56 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-07-29T22:33:23.027Z] #69 46.57 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-07-29T22:33:23.066Z] #77 136.7 checking if libtool supports shared libraries... yes [2022-07-29T22:33:23.066Z] #77 136.7 checking whether to build shared libraries... no [2022-07-29T22:33:23.066Z] #77 136.7 checking whether to build static libraries... yes [2022-07-29T22:33:23.066Z] #77 136.7 checking float.h usability... yes [2022-07-29T22:33:23.066Z] #77 136.8 checking float.h presence... yes [2022-07-29T22:33:23.066Z] #77 136.8 checking for float.h... yes [2022-07-29T22:33:23.289Z] #69 46.68 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-07-29T22:33:23.289Z] #69 46.71 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-07-29T22:33:23.289Z] #69 46.72 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:33:23.289Z] #69 DONE 47.0s [2022-07-29T22:33:23.289Z] [2022-07-29T22:33:23.289Z] #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-07-29T22:33:23.289Z] #20 sha256:308e24221c2c8507358baa4aa2647427f74b7868cd12daf68950410f21873073 [2022-07-29T22:33:23.289Z] #20 31.69 Reading package lists... [2022-07-29T22:33:23.289Z] #20 41.16 Building dependency tree... [2022-07-29T22:33:23.289Z] #20 43.26 Reading state information... [2022-07-29T22:33:23.289Z] #20 45.44 The following additional packages will be installed: [2022-07-29T22:33:23.289Z] #20 45.45 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-07-29T22:33:23.289Z] #20 45.45 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-07-29T22:33:23.289Z] #20 45.45 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-07-29T22:33:23.289Z] #20 45.45 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-07-29T22:33:23.289Z] #20 45.46 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-07-29T22:33:23.289Z] #20 45.47 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-07-29T22:33:23.289Z] #20 45.48 mingw-w64-common mingw-w64-x86-64-dev [2022-07-29T22:33:23.289Z] #20 45.51 Suggested packages: [2022-07-29T22:33:23.289Z] #20 45.51 gcc-10-locales seccomp wine64 [2022-07-29T22:33:23.289Z] #20 46.35 The following NEW packages will be installed: [2022-07-29T22:33:23.289Z] #20 46.35 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-07-29T22:33:23.289Z] #20 46.36 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-07-29T22:33:23.289Z] #20 46.36 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-07-29T22:33:23.289Z] #20 46.36 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-07-29T22:33:23.289Z] #20 46.36 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-07-29T22:33:23.289Z] #20 46.36 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-07-29T22:33:23.289Z] #20 46.36 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-07-29T22:33:23.289Z] #20 46.36 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-07-29T22:33:23.289Z] #20 46.37 mingw-w64-x86-64-dev [2022-07-29T22:33:23.289Z] #20 46.75 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:33:23.289Z] #20 46.75 Need to get 115 MB of archives. [2022-07-29T22:33:23.289Z] #20 46.75 After this operation, 645 MB of additional disk space will be used. [2022-07-29T22:33:23.289Z] #20 46.75 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-07-29T22:33:23.289Z] #20 46.82 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-07-29T22:33:23.289Z] #20 46.87 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-07-29T22:33:23.289Z] #20 46.87 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-07-29T22:33:23.289Z] #20 46.87 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-07-29T22:33:23.289Z] #20 46.89 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-07-29T22:33:23.323Z] #77 136.8 checking limits.h usability... yes [2022-07-29T22:33:23.323Z] #77 137.0 checking limits.h presence... yes [2022-07-29T22:33:23.323Z] #77 137.1 checking for limits.h... yes [2022-07-29T22:33:23.549Z] #20 ... [2022-07-29T22:33:23.549Z] [2022-07-29T22:33:23.549Z] #70 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-07-29T22:33:23.549Z] #70 sha256:c61ba39fe0d1f0e558202c0cd1baed8c7854eac9653578cabe70e6782ce90bbd [2022-07-29T22:33:23.549Z] #70 DONE 0.1s [2022-07-29T22:33:23.549Z] [2022-07-29T22:33:23.549Z] #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-07-29T22:33:23.549Z] #20 sha256:308e24221c2c8507358baa4aa2647427f74b7868cd12daf68950410f21873073 [2022-07-29T22:33:23.549Z] #20 47.03 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-07-29T22:33:23.549Z] #20 ... [2022-07-29T22:33:23.549Z] [2022-07-29T22:33:23.549Z] #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-07-29T22:33:23.549Z] #49 sha256:da1d905b75e0e23a55b6101b2a8cb83ff45bcff807f98b6a0c85da7e777969bd [2022-07-29T22:33:23.549Z] #49 32.13 Reading package lists... [2022-07-29T22:33:23.549Z] #49 41.25 Building dependency tree... [2022-07-29T22:33:23.549Z] #49 43.60 Reading state information... [2022-07-29T22:33:23.549Z] #49 45.31 The following additional packages will be installed: [2022-07-29T22:33:23.549Z] #49 45.32 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-07-29T22:33:23.549Z] #49 45.34 Suggested packages: [2022-07-29T22:33:23.549Z] #49 45.34 cmake-doc ninja-build lrzip [2022-07-29T22:33:23.549Z] #49 45.34 Recommended packages: [2022-07-29T22:33:23.549Z] #49 45.34 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-07-29T22:33:23.549Z] #49 46.04 The following NEW packages will be installed: [2022-07-29T22:33:23.549Z] #49 46.06 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-07-29T22:33:23.549Z] #49 46.52 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:33:23.549Z] #49 46.52 Need to get 8418 kB of archives. [2022-07-29T22:33:23.549Z] #49 46.52 After this operation, 34.9 MB of additional disk space will be used. [2022-07-29T22:33:23.549Z] #49 46.52 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-07-29T22:33:23.549Z] #49 46.53 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-07-29T22:33:23.549Z] #49 46.53 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-07-29T22:33:23.549Z] #49 46.57 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-07-29T22:33:23.549Z] #49 46.58 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-07-29T22:33:23.549Z] #49 46.58 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-07-29T22:33:23.549Z] #49 46.58 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-07-29T22:33:23.549Z] #49 46.58 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-07-29T22:33:23.549Z] #49 ... [2022-07-29T22:33:23.549Z] [2022-07-29T22:33:23.549Z] #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-07-29T22:33:23.549Z] #20 sha256:308e24221c2c8507358baa4aa2647427f74b7868cd12daf68950410f21873073 [2022-07-29T22:33:23.549Z] #20 47.14 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-07-29T22:33:23.549Z] #20 47.14 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-07-29T22:33:23.580Z] #77 137.1 checking stddef.h usability... yes [2022-07-29T22:33:23.580Z] #77 137.2 checking stddef.h presence... yes [2022-07-29T22:33:23.580Z] #77 137.3 checking for stddef.h... yes [2022-07-29T22:33:23.580Z] #77 137.3 checking for stdlib.h... (cached) yes [2022-07-29T22:33:23.580Z] #77 137.4 checking for string.h... (cached) yes [2022-07-29T22:33:23.810Z] #20 47.48 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-07-29T22:33:23.837Z] #77 137.4 checking sys/time.h usability... yes [2022-07-29T22:33:23.837Z] #77 137.5 checking sys/time.h presence... yes [2022-07-29T22:33:23.837Z] #77 137.5 checking for sys/time.h... yes [2022-07-29T22:33:23.837Z] #77 137.6 checking for inline... inline [2022-07-29T22:33:24.382Z] #20 48.03 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-07-29T22:33:24.401Z] #77 137.6 checking for size_t... yes [2022-07-29T22:33:24.401Z] #77 137.9 checking for stdlib.h... (cached) yes [2022-07-29T22:33:24.401Z] #77 137.9 checking for GNU libc compatible malloc... yes [2022-07-29T22:33:24.401Z] #77 138.1 checking for stdlib.h... (cached) yes [2022-07-29T22:33:24.644Z] #20 48.22 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-07-29T22:33:24.658Z] #77 138.1 checking for GNU libc compatible realloc... yes [2022-07-29T22:33:24.915Z] #77 138.4 checking for working strtod... yes [2022-07-29T22:33:24.916Z] #20 48.40 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-07-29T22:33:25.172Z] #77 138.7 checking for gettimeofday... yes [2022-07-29T22:33:25.428Z] #77 138.9 checking for memset... yes [2022-07-29T22:33:25.487Z] #20 49.01 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-07-29T22:33:25.685Z] #77 139.2 checking for strspn... yes [2022-07-29T22:33:25.746Z] #20 49.22 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-07-29T22:33:25.746Z] #20 49.22 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-07-29T22:33:25.746Z] #20 49.22 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-07-29T22:33:25.746Z] #20 49.22 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-07-29T22:33:25.746Z] #20 49.23 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-07-29T22:33:25.746Z] #20 49.23 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-07-29T22:33:25.746Z] #20 49.24 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-07-29T22:33:25.746Z] #20 49.24 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-07-29T22:33:25.746Z] #20 49.25 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-07-29T22:33:25.746Z] #20 49.25 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-07-29T22:33:25.746Z] #20 49.26 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-07-29T22:33:25.746Z] #20 49.26 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-07-29T22:33:25.746Z] #20 49.27 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-07-29T22:33:25.746Z] #20 49.28 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-07-29T22:33:25.746Z] #20 49.28 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-07-29T22:33:25.746Z] #20 49.28 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-07-29T22:33:25.941Z] #77 139.6 checking that generated files are newer than configure... done [2022-07-29T22:33:25.941Z] #77 139.6 configure: creating ./config.status [2022-07-29T22:33:26.198Z] #77 ... [2022-07-29T22:33:26.198Z] [2022-07-29T22:33:26.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-07-29T22:33:26.198Z] #21 sha256:035f9b0a0f9f76d69bb577b0a424e850eb0d845810d8c1bfd220477933c4d358 [2022-07-29T22:33:26.198Z] #21 24.92 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 24.92 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:33:26.198Z] #21 25.05 Selecting previously unselected package vim-common. [2022-07-29T22:33:26.198Z] #21 25.06 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-07-29T22:33:26.198Z] #21 25.07 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:33:26.198Z] #21 25.23 Selecting previously unselected package bash-completion. [2022-07-29T22:33:26.198Z] #21 25.24 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-07-29T22:33:26.198Z] #21 27.25 Unpacking bash-completion (1:2.11-2) ... [2022-07-29T22:33:26.198Z] #21 27.71 Selecting previously unselected package bzip2. [2022-07-29T22:33:26.198Z] #21 27.72 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 27.73 Unpacking bzip2 (1.0.8-4) ... [2022-07-29T22:33:26.198Z] #21 27.80 Selecting previously unselected package xz-utils. [2022-07-29T22:33:26.198Z] #21 27.80 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 27.81 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-07-29T22:33:26.198Z] #21 27.95 Selecting previously unselected package apparmor. [2022-07-29T22:33:26.198Z] #21 27.95 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 28.01 Unpacking apparmor (2.13.6-10) ... [2022-07-29T22:33:26.198Z] #21 28.49 Selecting previously unselected package inetutils-ping. [2022-07-29T22:33:26.198Z] #21 28.49 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 28.50 Unpacking inetutils-ping (2:2.0-1) ... [2022-07-29T22:33:26.198Z] #21 28.61 Selecting previously unselected package libip4tc2:amd64. [2022-07-29T22:33:26.198Z] #21 28.61 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 28.61 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-07-29T22:33:26.198Z] #21 28.83 Selecting previously unselected package libip6tc2:amd64. [2022-07-29T22:33:26.198Z] #21 28.83 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 28.84 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-07-29T22:33:26.198Z] #21 28.92 Selecting previously unselected package libnfnetlink0:amd64. [2022-07-29T22:33:26.198Z] #21 28.92 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 28.93 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-07-29T22:33:26.198Z] #21 29.00 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-07-29T22:33:26.198Z] #21 29.02 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 29.02 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-07-29T22:33:26.198Z] #21 29.10 Selecting previously unselected package libnftnl11:amd64. [2022-07-29T22:33:26.198Z] #21 29.11 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 29.12 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-07-29T22:33:26.198Z] #21 29.22 Selecting previously unselected package iptables. [2022-07-29T22:33:26.198Z] #21 29.23 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 29.24 Unpacking iptables (1.8.7-1) ... [2022-07-29T22:33:26.198Z] #21 29.56 Selecting previously unselected package libonig5:amd64. [2022-07-29T22:33:26.198Z] #21 29.57 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 29.57 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-07-29T22:33:26.198Z] #21 29.72 Selecting previously unselected package libjq1:amd64. [2022-07-29T22:33:26.198Z] #21 29.72 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 29.72 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-07-29T22:33:26.198Z] #21 29.84 Selecting previously unselected package jq. [2022-07-29T22:33:26.198Z] #21 29.85 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 29.85 Unpacking jq (1.6-2.1) ... [2022-07-29T22:33:26.198Z] #21 29.94 Selecting previously unselected package libaio1:amd64. [2022-07-29T22:33:26.198Z] #21 29.97 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 29.97 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-07-29T22:33:26.198Z] #21 30.03 Selecting previously unselected package libgpm2:amd64. [2022-07-29T22:33:26.198Z] #21 30.04 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 30.05 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-07-29T22:33:26.198Z] #21 30.12 Selecting previously unselected package libicu67:amd64. [2022-07-29T22:33:26.198Z] #21 30.12 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 30.13 Unpacking libicu67:amd64 (67.1-7) ... [2022-07-29T22:33:26.198Z] #21 33.93 Selecting previously unselected package libinih1:amd64. [2022-07-29T22:33:26.198Z] #21 33.95 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 33.95 Unpacking libinih1:amd64 (53-1+b2) ... [2022-07-29T22:33:26.198Z] #21 34.01 Selecting previously unselected package libnet1:amd64. [2022-07-29T22:33:26.198Z] #21 34.02 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 34.02 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-07-29T22:33:26.198Z] #21 34.13 Selecting previously unselected package libnl-3-200:amd64. [2022-07-29T22:33:26.198Z] #21 34.13 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 34.14 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-07-29T22:33:26.198Z] #21 34.22 Selecting previously unselected package libprotobuf-c1:amd64. [2022-07-29T22:33:26.198Z] #21 34.22 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 34.23 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-07-29T22:33:26.198Z] #21 34.32 Selecting previously unselected package libyajl2:amd64. [2022-07-29T22:33:26.198Z] #21 34.32 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 34.32 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-07-29T22:33:26.198Z] #21 34.41 Selecting previously unselected package net-tools. [2022-07-29T22:33:26.198Z] #21 34.41 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 34.42 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-07-29T22:33:26.198Z] #21 34.59 Selecting previously unselected package patch. [2022-07-29T22:33:26.198Z] #21 34.59 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ... [2022-07-29T22:33:26.198Z] #21 34.61 Unpacking patch (2.7.6-7) ... [2022-07-29T22:33:26.198Z] #21 34.71 Selecting previously unselected package python-pip-whl. [2022-07-29T22:33:26.198Z] #21 34.73 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-07-29T22:33:26.198Z] #21 34.73 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-07-29T22:33:26.316Z] #20 49.90 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:33:26.577Z] #20 50.20 Fetched 115 MB in 3s (40.7 MB/s) [2022-07-29T22:33:26.577Z] #20 50.26 Selecting previously unselected package binutils-mingw-w64-i686. [2022-07-29T22:33:26.811Z] #21 35.37 Selecting previously unselected package python3-lib2to3. [2022-07-29T22:33:26.812Z] #21 35.38 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ... [2022-07-29T22:33:26.812Z] #21 35.39 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-07-29T22:33:26.812Z] #21 35.50 Selecting previously unselected package python3-distutils. [2022-07-29T22:33:26.812Z] #21 35.50 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ... [2022-07-29T22:33:26.812Z] #21 35.51 Unpacking python3-distutils (3.9.2-1) ... [2022-07-29T22:33:26.812Z] #21 35.62 Selecting previously unselected package python3-pkg-resources. [2022-07-29T22:33:26.812Z] #21 35.64 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ... [2022-07-29T22:33:26.812Z] #21 35.64 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-07-29T22:33:26.837Z] #20 50.26 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30255 files and directories currently installed.) [2022-07-29T22:33:26.838Z] #20 50.31 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-07-29T22:33:26.838Z] #20 50.32 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-07-29T22:33:27.079Z] #21 35.81 Selecting previously unselected package python3-setuptools. [2022-07-29T22:33:27.079Z] #21 35.81 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ... [2022-07-29T22:33:27.079Z] #21 35.82 Unpacking python3-setuptools (52.0.0-4) ... [2022-07-29T22:33:27.082Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-07-29T22:33:27.082Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-07-29T22:33:27.343Z] #21 36.14 Selecting previously unselected package python3-wheel. [2022-07-29T22:33:27.343Z] #21 36.15 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ... [2022-07-29T22:33:27.343Z] #21 36.16 Unpacking python3-wheel (0.34.2-1) ... [2022-07-29T22:33:27.609Z] #21 36.24 Selecting previously unselected package python3-pip. [2022-07-29T22:33:27.609Z] #21 36.25 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-07-29T22:33:27.609Z] #21 36.26 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-07-29T22:33:27.779Z] #20 51.20 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-07-29T22:33:27.779Z] #20 51.21 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-07-29T22:33:27.779Z] #20 51.22 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-07-29T22:33:27.872Z] #21 36.56 Selecting previously unselected package sudo. [2022-07-29T22:33:27.872Z] #21 36.56 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ... [2022-07-29T22:33:27.872Z] #21 36.57 Unpacking sudo (1.9.5p2-3) ... [2022-07-29T22:33:27.872Z] #21 ... [2022-07-29T22:33:27.872Z] [2022-07-29T22:33:27.872Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-07-29T22:33:27.872Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:33:27.872Z] #77 141.7 config.status: creating Makefile [2022-07-29T22:33:27.872Z] #77 141.7 config.status: creating config.h [2022-07-29T22:33:28.132Z] #77 141.8 config.status: executing depfiles commands [2022-07-29T22:33:28.132Z] #77 142.0 config.status: executing libtool commands [2022-07-29T22:33:28.723Z] #20 ... [2022-07-29T22:33:28.723Z] [2022-07-29T22:33:28.723Z] #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-07-29T22:33:28.723Z] #49 sha256:da1d905b75e0e23a55b6101b2a8cb83ff45bcff807f98b6a0c85da7e777969bd [2022-07-29T22:33:28.723Z] #49 47.56 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:33:28.723Z] #49 47.94 Fetched 8418 kB in 0s (19.2 MB/s) [2022-07-29T22:33:28.723Z] #49 48.04 Selecting previously unselected package xxd. [2022-07-29T22:33:28.724Z] #49 48.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30255 files and directories currently installed.) [2022-07-29T22:33:28.724Z] #49 48.09 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-07-29T22:33:28.724Z] #49 48.09 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:33:28.724Z] #49 48.18 Selecting previously unselected package vim-common. [2022-07-29T22:33:28.724Z] #49 48.19 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-07-29T22:33:28.724Z] #49 48.23 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:33:28.724Z] #49 48.37 Selecting previously unselected package cmake-data. [2022-07-29T22:33:28.724Z] #49 48.37 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-07-29T22:33:28.724Z] #49 48.39 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-07-29T22:33:28.724Z] #49 49.55 Selecting previously unselected package libarchive13:amd64. [2022-07-29T22:33:28.724Z] #49 49.56 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-07-29T22:33:28.724Z] #49 49.58 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-07-29T22:33:28.724Z] #49 49.73 Selecting previously unselected package libjsoncpp24:amd64. [2022-07-29T22:33:28.724Z] #49 49.74 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-07-29T22:33:28.724Z] #49 49.75 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-07-29T22:33:28.724Z] #49 49.82 Selecting previously unselected package librhash0:amd64. [2022-07-29T22:33:28.724Z] #49 49.83 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-07-29T22:33:28.724Z] #49 49.84 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-07-29T22:33:28.724Z] #49 49.91 Selecting previously unselected package libuv1:amd64. [2022-07-29T22:33:28.724Z] #49 49.92 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-07-29T22:33:28.724Z] #49 49.92 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-07-29T22:33:28.724Z] #49 50.01 Selecting previously unselected package cmake. [2022-07-29T22:33:28.724Z] #49 50.03 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-07-29T22:33:28.724Z] #49 50.03 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-07-29T22:33:28.724Z] #49 51.56 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-07-29T22:33:28.724Z] #49 51.58 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:33:28.724Z] #49 51.59 Setting up libuv1:amd64 (1.40.0-2) ... [2022-07-29T22:33:28.724Z] #49 51.61 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:33:28.724Z] #49 51.63 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-07-29T22:33:28.724Z] #49 51.65 Setting up librhash0:amd64 (1.4.1-2) ... [2022-07-29T22:33:28.724Z] #49 51.67 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-07-29T22:33:28.724Z] #49 51.69 Setting up cmake (3.18.4-2+deb11u1) ... [2022-07-29T22:33:28.724Z] #49 51.71 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:33:28.724Z] #49 DONE 52.0s [2022-07-29T22:33:28.724Z] [2022-07-29T22:33:28.724Z] #50 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-07-29T22:33:28.724Z] #50 sha256:617c023f45d0655c80ad7a651301f0b06f7890bd7cee2bfccae1ef3b8955f798 [2022-07-29T22:33:28.724Z] #50 DONE 0.1s [2022-07-29T22:33:28.724Z] [2022-07-29T22:33:28.724Z] #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-07-29T22:33:28.724Z] #51 sha256:5eec29c1ea1a72c37370e711230ca46ee4b157687ad3f77bfc4d3cf46a79f05b [2022-07-29T22:33:28.985Z] #51 ... [2022-07-29T22:33:28.985Z] [2022-07-29T22:33:28.985Z] #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-07-29T22:33:28.985Z] #74 sha256:e17d2591054e5e6c6103a2843e6420418ab793e4c7d11b168f1049f333d08dc9 [2022-07-29T22:33:28.985Z] #74 48.75 + for f in rootlesskit rootlesskit-docker-proxy [2022-07-29T22:33:28.985Z] #74 48.75 + GOBIN=/build [2022-07-29T22:33:28.985Z] #74 48.75 + GO111MODULE=on [2022-07-29T22:33:28.985Z] #74 48.75 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-07-29T22:33:28.985Z] #74 52.31 rootlesskit version 1.0.0 [2022-07-29T22:33:28.985Z] #74 52.31 Usage of /build/rootlesskit-docker-proxy: [2022-07-29T22:33:28.985Z] #74 52.31 -container-ip string [2022-07-29T22:33:28.985Z] #74 52.31 container ip [2022-07-29T22:33:28.985Z] #74 52.31 -container-port int [2022-07-29T22:33:28.985Z] #74 52.31 container port (default -1) [2022-07-29T22:33:28.985Z] #74 52.31 -host-ip string [2022-07-29T22:33:28.985Z] #74 52.31 host ip [2022-07-29T22:33:28.985Z] #74 52.31 -host-port int [2022-07-29T22:33:28.985Z] #74 52.31 host port (default -1) [2022-07-29T22:33:28.985Z] #74 52.31 -proto string [2022-07-29T22:33:28.985Z] #74 52.31 proxy protocol (default "tcp") [2022-07-29T22:33:28.985Z] #74 DONE 52.5s [2022-07-29T22:33:29.061Z] #77 142.9 GEN .version [2022-07-29T22:33:29.246Z] [2022-07-29T22:33:29.246Z] #75 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-07-29T22:33:29.246Z] #75 sha256:9ebfa71d11dc9eff745e63f15190d0f4cbbbe65d0e37a9b813baba4a6aa5123f [2022-07-29T22:33:29.246Z] #75 DONE 0.1s [2022-07-29T22:33:29.246Z] [2022-07-29T22:33:29.246Z] #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-07-29T22:33:29.246Z] #20 sha256:308e24221c2c8507358baa4aa2647427f74b7868cd12daf68950410f21873073 [2022-07-29T22:33:29.246Z] #20 52.53 Selecting previously unselected package binutils-mingw-w64. [2022-07-29T22:33:29.246Z] #20 52.54 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-07-29T22:33:29.246Z] #20 52.55 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-07-29T22:33:29.246Z] #20 52.65 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-07-29T22:33:29.246Z] #20 52.65 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-07-29T22:33:29.246Z] #20 52.66 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-07-29T22:33:29.246Z] #20 ... [2022-07-29T22:33:29.246Z] [2022-07-29T22:33:29.246Z] #76 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-07-29T22:33:29.246Z] #76 sha256:4146fa59d86fb1602ca92d0ef925080c1d12ef5f3d99e3fcd76250de69b6be33 [2022-07-29T22:33:29.246Z] #76 DONE 0.1s [2022-07-29T22:33:29.246Z] [2022-07-29T22:33:29.246Z] #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-07-29T22:33:29.246Z] #20 sha256:308e24221c2c8507358baa4aa2647427f74b7868cd12daf68950410f21873073 [2022-07-29T22:33:29.246Z] #20 52.79 Selecting previously unselected package dmsetup. [2022-07-29T22:33:29.246Z] #20 52.80 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-07-29T22:33:29.246Z] #20 52.81 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-07-29T22:33:29.246Z] #20 52.90 Selecting previously unselected package mingw-w64-common. [2022-07-29T22:33:29.246Z] #20 52.90 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-07-29T22:33:29.318Z] #77 142.9 make install-recursive [2022-07-29T22:33:29.318Z] #77 142.9 make[1]: Entering directory '/tmp/crun-build' [2022-07-29T22:33:29.318Z] #77 143.1 Making install in libocispec [2022-07-29T22:33:29.318Z] #77 143.1 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-07-29T22:33:29.318Z] #77 143.1 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-07-29T22:33:29.318Z] #77 143.1 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-07-29T22:33:29.318Z] #77 143.1 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-07-29T22:33:29.318Z] #77 143.2 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-07-29T22:33:29.507Z] #20 52.91 Unpacking mingw-w64-common (8.0.0-1) ... [2022-07-29T22:33:30.247Z] #77 144.0 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-07-29T22:33:30.504Z] #77 144.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-07-29T22:33:30.504Z] #77 144.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-07-29T22:33:30.504Z] #77 144.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-07-29T22:33:30.504Z] #77 144.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-07-29T22:33:30.504Z] #77 144.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-07-29T22:33:30.504Z] #77 144.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-07-29T22:33:30.504Z] #77 144.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-07-29T22:33:30.504Z] #77 144.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-07-29T22:33:30.504Z] #77 144.3 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-07-29T22:33:30.504Z] #77 144.3 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-07-29T22:33:30.504Z] #77 144.3 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-07-29T22:33:30.504Z] #77 144.3 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-07-29T22:33:30.504Z] #77 144.3 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-07-29T22:33:30.504Z] #77 144.3 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-07-29T22:33:30.504Z] #77 144.3 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-07-29T22:33:30.699Z] #64 ... [2022-07-29T22:33:30.699Z] [2022-07-29T22:33:30.699Z] #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-07-29T22:33:30.699Z] #77 sha256:4eef9e1453ac82f899b5c2524f627bb8228588e9c4cc34aca6c1ee4d7621531b [2022-07-29T22:33:30.699Z] #77 163.9 CCLD libocispec.la [2022-07-29T22:33:30.699Z] #77 164.3 CCLD src/validate [2022-07-29T22:33:30.699Z] #77 164.3 CCLD tests/test-1 [2022-07-29T22:33:30.699Z] #77 164.3 CCLD tests/test-2 [2022-07-29T22:33:30.699Z] #77 164.4 CCLD tests/test-3 [2022-07-29T22:33:30.699Z] #77 164.4 CCLD tests/test-4 [2022-07-29T22:33:30.699Z] #77 164.5 CCLD tests/test-5 [2022-07-29T22:33:30.699Z] #77 164.5 CCLD tests/test-6 [2022-07-29T22:33:30.699Z] #77 164.6 CCLD tests/test-7 [2022-07-29T22:33:30.699Z] #77 164.7 CCLD tests/test-8 [2022-07-29T22:33:30.699Z] #77 164.7 CCLD tests/test-9 [2022-07-29T22:33:30.699Z] #77 164.8 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-07-29T22:33:30.699Z] #77 164.9 CCLD tests/test-10 [2022-07-29T22:33:30.699Z] #77 164.9 CCLD tests/test-11 [2022-07-29T22:33:30.892Z] #20 ... [2022-07-29T22:33:30.892Z] [2022-07-29T22:33:30.892Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-07-29T22:33:30.892Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-07-29T22:33:30.892Z] #79 CACHED [2022-07-29T22:33:30.892Z] [2022-07-29T22:33:30.892Z] #81 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-07-29T22:33:30.892Z] #81 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-07-29T22:33:30.892Z] #81 CACHED [2022-07-29T22:33:31.153Z] [2022-07-29T22:33:31.153Z] #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-07-29T22:33:31.153Z] #51 sha256:5eec29c1ea1a72c37370e711230ca46ee4b157687ad3f77bfc4d3cf46a79f05b [2022-07-29T22:33:31.153Z] #51 1.153 + RM_GOPATH=0 [2022-07-29T22:33:31.153Z] #51 1.153 + TMP_GOPATH= [2022-07-29T22:33:31.153Z] #51 1.153 + : /build [2022-07-29T22:33:31.153Z] #51 1.153 + '[' -z '' ']' [2022-07-29T22:33:31.153Z] #51 1.153 ++ mktemp -d [2022-07-29T22:33:31.153Z] #51 1.153 + export GOPATH=/tmp/tmp.KgHt0cOGVI [2022-07-29T22:33:31.153Z] #51 1.153 + GOPATH=/tmp/tmp.KgHt0cOGVI [2022-07-29T22:33:31.153Z] #51 1.153 + RM_GOPATH=1 [2022-07-29T22:33:31.153Z] #51 1.155 + case "$(go env GOARCH)" in [2022-07-29T22:33:31.153Z] #51 1.155 ++ go env GOARCH [2022-07-29T22:33:31.153Z] #51 1.177 Install tini version v0.19.0 [2022-07-29T22:33:31.153Z] #51 1.177 + export GO_BUILDMODE=-buildmode=pie [2022-07-29T22:33:31.153Z] #51 1.177 + GO_BUILDMODE=-buildmode=pie [2022-07-29T22:33:31.153Z] #51 1.177 ++ dirname /install.sh [2022-07-29T22:33:31.153Z] #51 1.177 + dir=/ [2022-07-29T22:33:31.153Z] #51 1.177 + bin=tini [2022-07-29T22:33:31.153Z] #51 1.177 + shift [2022-07-29T22:33:31.153Z] #51 1.177 + '[' '!' -f //tini.installer ']' [2022-07-29T22:33:31.153Z] #51 1.177 + . //tini.installer [2022-07-29T22:33:31.153Z] #51 1.177 ++ : v0.19.0 [2022-07-29T22:33:31.153Z] #51 1.177 + install_tini [2022-07-29T22:33:31.153Z] #51 1.177 + echo 'Install tini version v0.19.0' [2022-07-29T22:33:31.153Z] #51 1.177 + git clone https://github.com/krallin/tini.git /tmp/tmp.KgHt0cOGVI/tini [2022-07-29T22:33:31.153Z] #51 1.177 Cloning into '/tmp/tmp.KgHt0cOGVI/tini'... [2022-07-29T22:33:31.153Z] #51 1.651 + cd /tmp/tmp.KgHt0cOGVI/tini [2022-07-29T22:33:31.153Z] #51 1.651 + git checkout -q v0.19.0 [2022-07-29T22:33:31.153Z] #51 1.678 + cmake . [2022-07-29T22:33:31.153Z] #51 1.945 -- The C compiler identification is GNU 10.2.1 [2022-07-29T22:33:31.153Z] #51 1.989 -- Detecting C compiler ABI info [2022-07-29T22:33:31.153Z] #51 2.288 -- Detecting C compiler ABI info - done [2022-07-29T22:33:31.153Z] #51 2.324 -- Check for working C compiler: /usr/bin/cc - skipped [2022-07-29T22:33:31.153Z] #51 2.328 -- Detecting C compile features [2022-07-29T22:33:31.153Z] #51 2.329 -- Detecting C compile features - done [2022-07-29T22:33:31.153Z] #51 2.346 -- Performing Test HAS_BUILTIN_FORTIFY [2022-07-29T22:33:31.153Z] #51 2.404 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-07-29T22:33:31.153Z] #51 2.441 -- Configuring done [2022-07-29T22:33:31.153Z] #51 2.451 -- Generating done [2022-07-29T22:33:31.153Z] #51 2.453 -- Build files have been written to: /tmp/tmp.KgHt0cOGVI/tini [2022-07-29T22:33:31.153Z] #51 2.456 + make tini-static [2022-07-29T22:33:31.153Z] #51 2.566 Scanning dependencies of target tini-static [2022-07-29T22:33:31.153Z] #51 2.592 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-07-29T22:33:31.414Z] #51 2.976 [100%] Linking C executable tini-static [2022-07-29T22:33:31.871Z] #77 145.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-07-29T22:33:31.871Z] #77 145.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-07-29T22:33:31.871Z] #77 145.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-07-29T22:33:31.871Z] #77 145.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-07-29T22:33:31.871Z] #77 145.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-07-29T22:33:31.871Z] #77 145.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-07-29T22:33:31.871Z] #77 145.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-07-29T22:33:31.871Z] #77 145.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-07-29T22:33:31.871Z] #77 145.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-07-29T22:33:31.871Z] #77 145.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-07-29T22:33:31.871Z] #77 145.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-07-29T22:33:31.871Z] #77 145.4 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-07-29T22:33:31.871Z] #77 145.4 make install-recursive [2022-07-29T22:33:31.871Z] #77 145.4 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-07-29T22:33:31.871Z] #77 145.5 Making install in yajl [2022-07-29T22:33:31.871Z] #77 145.5 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-07-29T22:33:31.871Z] #77 145.6 CC verify/json_verify-json_verify.o [2022-07-29T22:33:31.871Z] #77 145.6 CC src/libyajl_la-yajl_alloc.lo [2022-07-29T22:33:31.871Z] #77 145.6 CC src/libyajl_la-yajl.lo [2022-07-29T22:33:31.871Z] #77 145.6 CC src/libyajl_la-yajl_gen.lo [2022-07-29T22:33:31.871Z] #77 145.6 CC src/libyajl_la-yajl_parser.lo [2022-07-29T22:33:31.871Z] #77 145.6 CC src/libyajl_la-yajl_buf.lo [2022-07-29T22:33:31.871Z] #77 145.7 CC src/libyajl_la-yajl_encode.lo [2022-07-29T22:33:31.871Z] #77 145.7 CC src/libyajl_la-yajl_lex.lo [2022-07-29T22:33:31.871Z] #77 145.8 CC src/libyajl_la-yajl_tree.lo [2022-07-29T22:33:31.986Z] #51 3.142 [100%] Built target tini-static [2022-07-29T22:33:31.986Z] #51 3.168 + mkdir -p /build [2022-07-29T22:33:31.986Z] #51 3.169 + cp tini-static /build/docker-init [2022-07-29T22:33:31.986Z] #51 DONE 3.3s [2022-07-29T22:33:31.986Z] [2022-07-29T22:33:31.986Z] #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-07-29T22:33:31.986Z] #20 sha256:308e24221c2c8507358baa4aa2647427f74b7868cd12daf68950410f21873073 [2022-07-29T22:33:31.986Z] #20 55.12 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-07-29T22:33:31.986Z] #20 55.12 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-07-29T22:33:31.986Z] #20 55.13 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-07-29T22:33:32.601Z] #77 166.5 libtool: link: ar cr libocispec.a [2022-07-29T22:33:32.601Z] #77 166.6 libtool: link: ranlib libocispec.a [2022-07-29T22:33:33.538Z] #77 167.8 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-07-29T22:33:33.796Z] #77 167.8 make[5]: Nothing to be done for 'install-exec-am'. [2022-07-29T22:33:33.796Z] #77 167.8 make[5]: Nothing to be done for 'install-data-am'. [2022-07-29T22:33:33.796Z] #77 167.8 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-07-29T22:33:33.796Z] #77 167.8 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-07-29T22:33:33.796Z] #77 167.8 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-07-29T22:33:33.796Z] #77 167.8 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-07-29T22:33:33.796Z] #77 167.8 make[2]: Entering directory '/tmp/crun-build' [2022-07-29T22:33:33.796Z] #77 168.0 CC src/libcrun/libcrun_testing_a-utils.o [2022-07-29T22:33:33.796Z] #77 168.0 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-07-29T22:33:33.796Z] #77 168.0 CC src/libcrun/libcrun_testing_a-container.o [2022-07-29T22:33:33.796Z] #77 168.1 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-07-29T22:33:33.796Z] #77 168.1 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-07-29T22:33:33.796Z] #77 168.1 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-07-29T22:33:33.796Z] #77 168.2 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-07-29T22:33:33.898Z] #20 ... [2022-07-29T22:33:33.898Z] [2022-07-29T22:33:33.898Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-07-29T22:33:33.898Z] #71 sha256:1ac2f95a3508e8927eadeaaf2d3c62644e0abf3b397f0452cbb826f3af019795 [2022-07-29T22:33:33.898Z] #71 0.788 + RM_GOPATH=0 [2022-07-29T22:33:33.898Z] #71 0.789 + TMP_GOPATH= [2022-07-29T22:33:33.898Z] #71 0.789 + : /build [2022-07-29T22:33:33.898Z] #71 0.789 + '[' -z '' ']' [2022-07-29T22:33:33.898Z] #71 0.789 ++ mktemp -d [2022-07-29T22:33:33.898Z] #71 0.793 + export GOPATH=/tmp/tmp.l6MH7spGlS [2022-07-29T22:33:33.898Z] #71 0.793 + GOPATH=/tmp/tmp.l6MH7spGlS [2022-07-29T22:33:33.898Z] #71 0.793 + RM_GOPATH=1 [2022-07-29T22:33:33.898Z] #71 0.793 + case "$(go env GOARCH)" in [2022-07-29T22:33:33.898Z] #71 0.797 ++ go env GOARCH [2022-07-29T22:33:33.898Z] #71 0.805 + export GO_BUILDMODE=-buildmode=pie [2022-07-29T22:33:33.898Z] #71 0.806 + GO_BUILDMODE=-buildmode=pie [2022-07-29T22:33:33.898Z] #71 0.806 ++ dirname /install.sh [2022-07-29T22:33:33.898Z] #71 0.807 + dir=/ [2022-07-29T22:33:33.898Z] #71 0.807 + bin=containerd [2022-07-29T22:33:33.898Z] #71 0.807 + shift [2022-07-29T22:33:33.898Z] #71 0.807 + '[' '!' -f //containerd.installer ']' [2022-07-29T22:33:33.898Z] #71 0.808 + . //containerd.installer [2022-07-29T22:33:33.898Z] #71 0.808 ++ set -e [2022-07-29T22:33:33.898Z] #71 0.808 ++ : v1.6.6 [2022-07-29T22:33:33.898Z] #71 0.808 + install_containerd [2022-07-29T22:33:33.898Z] #71 0.809 + echo 'Install containerd version v1.6.6' [2022-07-29T22:33:33.898Z] #71 0.809 Install containerd version v1.6.6 [2022-07-29T22:33:33.898Z] #71 0.809 + git clone https://github.com/containerd/containerd.git /tmp/tmp.l6MH7spGlS/src/github.com/containerd/containerd [2022-07-29T22:33:33.898Z] #71 0.817 Cloning into '/tmp/tmp.l6MH7spGlS/src/github.com/containerd/containerd'... [2022-07-29T22:33:33.898Z] #71 ... [2022-07-29T22:33:33.898Z] [2022-07-29T22:33:33.898Z] #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-07-29T22:33:33.898Z] #20 sha256:308e24221c2c8507358baa4aa2647427f74b7868cd12daf68950410f21873073 [2022-07-29T22:33:34.055Z] #77 168.2 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-07-29T22:33:34.055Z] #77 168.3 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-07-29T22:33:34.055Z] #77 168.3 CC src/libcrun/libcrun_testing_a-criu.o [2022-07-29T22:33:34.055Z] #77 168.3 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-07-29T22:33:34.055Z] #77 168.3 CC src/libcrun/libcrun_testing_a-linux.o [2022-07-29T22:33:34.055Z] #77 168.3 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-07-29T22:33:34.055Z] #77 168.4 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-07-29T22:33:34.159Z] #20 57.50 Selecting previously unselected package gcc-mingw-w64-base. [2022-07-29T22:33:34.159Z] #20 57.51 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-07-29T22:33:34.159Z] #20 57.51 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-07-29T22:33:34.159Z] #20 57.57 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-07-29T22:33:34.159Z] #20 57.58 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-07-29T22:33:34.159Z] #20 57.59 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-07-29T22:33:34.314Z] #77 168.5 CC src/libcrun/libcrun_testing_a-error.o [2022-07-29T22:33:34.314Z] #77 168.6 CC src/libcrun/libcrun_testing_a-status.o [2022-07-29T22:33:34.314Z] #77 168.6 CC src/libcrun/libcrun_testing_a-terminal.o [2022-07-29T22:33:34.573Z] #77 168.7 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-07-29T22:33:34.573Z] #77 168.8 CC src/libcrun/libcrun_testing_a-signals.o [2022-07-29T22:33:34.573Z] #77 168.8 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-07-29T22:33:34.832Z] #77 168.9 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-07-29T22:33:34.832Z] #77 169.0 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-07-29T22:33:34.832Z] #77 169.1 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-07-29T22:33:35.091Z] #77 169.2 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-07-29T22:33:35.091Z] #77 169.3 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-07-29T22:33:35.350Z] #77 169.5 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-07-29T22:33:35.350Z] #77 169.6 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-07-29T22:33:35.609Z] #77 169.9 CC src/crun-crun.o [2022-07-29T22:33:35.868Z] #77 170.1 CC src/crun-run.o [2022-07-29T22:33:35.868Z] #77 170.1 CC src/crun-delete.o [2022-07-29T22:33:36.042Z] #77 ... [2022-07-29T22:33:36.042Z] [2022-07-29T22:33:36.042Z] #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-07-29T22:33:36.042Z] #21 sha256:035f9b0a0f9f76d69bb577b0a424e850eb0d845810d8c1bfd220477933c4d358 [2022-07-29T22:33:36.042Z] #21 37.25 Selecting previously unselected package thin-provisioning-tools. [2022-07-29T22:33:36.042Z] #21 37.26 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-07-29T22:33:36.042Z] #21 37.26 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-07-29T22:33:36.042Z] #21 37.53 Selecting previously unselected package uidmap. [2022-07-29T22:33:36.042Z] #21 37.55 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-07-29T22:33:36.042Z] #21 37.56 Unpacking uidmap (1:4.8.1-1) ... [2022-07-29T22:33:36.042Z] #21 37.71 Selecting previously unselected package vim-runtime. [2022-07-29T22:33:36.042Z] #21 37.72 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-07-29T22:33:36.042Z] #21 37.73 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-07-29T22:33:36.042Z] #21 37.77 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-07-29T22:33:36.042Z] #21 37.78 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:33:36.042Z] #21 41.19 Selecting previously unselected package vim. [2022-07-29T22:33:36.042Z] #21 41.21 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-07-29T22:33:36.042Z] #21 41.22 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:33:36.042Z] #21 41.81 Selecting previously unselected package xfsprogs. [2022-07-29T22:33:36.042Z] #21 41.81 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ... [2022-07-29T22:33:36.042Z] #21 41.82 Unpacking xfsprogs (5.10.0-4) ... [2022-07-29T22:33:36.042Z] #21 42.29 Selecting previously unselected package zip. [2022-07-29T22:33:36.042Z] #21 42.30 Preparing to unpack .../47-zip_3.0-12_amd64.deb ... [2022-07-29T22:33:36.042Z] #21 42.32 Unpacking zip (3.0-12) ... [2022-07-29T22:33:36.042Z] #21 42.46 Selecting previously unselected package zstd. [2022-07-29T22:33:36.042Z] #21 42.46 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-07-29T22:33:36.042Z] #21 42.48 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-07-29T22:33:36.042Z] #21 42.82 Setting up python3-pkg-resources (52.0.0-4) ... [2022-07-29T22:33:36.042Z] #21 43.70 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-07-29T22:33:36.042Z] #21 43.72 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-07-29T22:33:36.042Z] #21 43.76 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-07-29T22:33:36.042Z] #21 43.78 Setting up libicu67:amd64 (67.1-7) ... [2022-07-29T22:33:36.042Z] #21 43.79 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-07-29T22:33:36.042Z] #21 43.81 Setting up libinih1:amd64 (53-1+b2) ... [2022-07-29T22:33:36.042Z] #21 43.82 Setting up uidmap (1:4.8.1-1) ... [2022-07-29T22:33:36.042Z] #21 43.85 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-07-29T22:33:36.042Z] #21 43.89 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-07-29T22:33:36.042Z] #21 43.90 Setting up bzip2 (1.0.8-4) ... [2022-07-29T22:33:36.042Z] #21 43.91 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-07-29T22:33:36.042Z] #21 43.92 Setting up python3-wheel (0.34.2-1) ... [2022-07-29T22:33:36.042Z] #21 44.83 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:33:36.042Z] #21 44.85 Setting up libcap2:amd64 (1:2.44-1) ... [2022-07-29T22:33:36.042Z] #21 44.86 Setting up libcap2-bin (1:2.44-1) ... [2022-07-29T22:33:36.042Z] #21 44.87 Setting up apparmor (2.13.6-10) ... [2022-07-29T22:33:36.069Z] #20 59.33 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-07-29T22:33:36.069Z] #20 59.34 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-07-29T22:33:36.069Z] #20 59.35 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-07-29T22:33:36.128Z] #77 170.4 CC src/crun-kill.o [2022-07-29T22:33:36.386Z] #77 170.6 CC src/crun-pause.o [2022-07-29T22:33:36.386Z] #77 170.7 CC src/crun-unpause.o [2022-07-29T22:33:36.645Z] #77 170.9 CC src/crun-spec.o [2022-07-29T22:33:36.645Z] #77 171.0 CC src/crun-exec.o [2022-07-29T22:33:36.904Z] #77 171.0 CC src/crun-list.o [2022-07-29T22:33:36.904Z] #77 171.1 CC src/crun-create.o [2022-07-29T22:33:37.471Z] #77 171.5 CC src/crun-start.o [2022-07-29T22:33:37.471Z] #77 171.7 CC src/crun-state.o [2022-07-29T22:33:37.471Z] #77 171.7 CC src/crun-update.o [2022-07-29T22:33:37.935Z] #21 ... [2022-07-29T22:33:37.935Z] [2022-07-29T22:33:37.935Z] #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-07-29T22:33:37.935Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:33:37.935Z] #77 151.3 CCLD libyajl.la [2022-07-29T22:33:37.935Z] #77 151.7 CCLD verify/json_verify [2022-07-29T22:33:38.038Z] #77 172.0 CC src/crun-ps.o [2022-07-29T22:33:38.038Z] #77 172.0 CC src/crun-checkpoint.o [2022-07-29T22:33:38.038Z] #77 172.2 CC src/crun-restore.o [2022-07-29T22:33:38.192Z] #77 152.1 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-07-29T22:33:38.192Z] #77 152.1 make[5]: Nothing to be done for 'install-exec-am'. [2022-07-29T22:33:38.192Z] #77 152.1 make[5]: Nothing to be done for 'install-data-am'. [2022-07-29T22:33:38.192Z] #77 152.1 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-07-29T22:33:38.192Z] #77 152.1 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-07-29T22:33:38.192Z] #77 152.1 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-07-29T22:33:38.297Z] #77 172.5 CC src/libcrun/libcrun_la-utils.lo [2022-07-29T22:33:38.297Z] #77 172.6 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-07-29T22:33:38.448Z] #77 152.2 CC src/validate.o [2022-07-29T22:33:38.448Z] #77 152.2 CC src/image_spec_schema_config_schema.lo [2022-07-29T22:33:38.448Z] #77 152.2 CC src/image_spec_schema_content_descriptor.lo [2022-07-29T22:33:38.448Z] #77 152.2 CC src/image_spec_schema_defs.lo [2022-07-29T22:33:38.448Z] #77 152.2 CC src/image_spec_schema_defs_descriptor.lo [2022-07-29T22:33:38.448Z] #77 152.3 CC src/image_spec_schema_image_index_schema.lo [2022-07-29T22:33:38.448Z] #77 152.3 CC src/image_spec_schema_image_layout_schema.lo [2022-07-29T22:33:38.448Z] #77 152.3 CC src/image_spec_schema_image_manifest_schema.lo [2022-07-29T22:33:38.448Z] #77 152.4 CC src/runtime_spec_schema_config_linux.lo [2022-07-29T22:33:38.556Z] #77 172.8 CC src/libcrun/libcrun_la-container.lo [2022-07-29T22:33:38.705Z] #77 152.4 CC src/runtime_spec_schema_config_zos.lo [2022-07-29T22:33:38.705Z] #77 152.4 CC src/runtime_spec_schema_config_schema.lo [2022-07-29T22:33:38.705Z] #77 152.5 CC src/runtime_spec_schema_config_solaris.lo [2022-07-29T22:33:38.705Z] #77 152.5 CC src/runtime_spec_schema_config_vm.lo [2022-07-29T22:33:38.705Z] #77 152.6 CC src/runtime_spec_schema_defs.lo [2022-07-29T22:33:38.815Z] #77 173.0 CC src/libcrun/libcrun_la-cgroup.lo [2022-07-29T22:33:38.961Z] #77 152.6 CC src/runtime_spec_schema_defs_linux.lo [2022-07-29T22:33:38.962Z] #77 152.6 CC src/runtime_spec_schema_config_windows.lo [2022-07-29T22:33:38.962Z] #77 152.6 CC src/runtime_spec_schema_defs_zos.lo [2022-07-29T22:33:38.962Z] #77 152.8 CC src/runtime_spec_schema_defs_vm.lo [2022-07-29T22:33:38.962Z] #77 152.8 CC src/runtime_spec_schema_defs_windows.lo [2022-07-29T22:33:39.073Z] #77 173.2 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-07-29T22:33:39.219Z] #77 153.0 CC src/runtime_spec_schema_state_schema.lo [2022-07-29T22:33:39.332Z] #77 173.4 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-07-29T22:33:39.332Z] #77 173.6 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-07-29T22:33:39.332Z] #77 173.7 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-07-29T22:33:39.365Z] #20 ... [2022-07-29T22:33:39.365Z] [2022-07-29T22:33:39.365Z] #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-07-29T22:33:39.365Z] #71 sha256:1ac2f95a3508e8927eadeaaf2d3c62644e0abf3b397f0452cbb826f3af019795 [2022-07-29T22:33:39.365Z] #71 15.49 + cd /tmp/tmp.l6MH7spGlS/src/github.com/containerd/containerd [2022-07-29T22:33:39.365Z] #71 15.49 + git checkout -q v1.6.6 [2022-07-29T22:33:39.476Z] #77 153.1 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-07-29T22:33:39.476Z] #77 153.2 CC src/basic_test_double_array_item.lo [2022-07-29T22:33:39.476Z] #77 153.3 CC src/basic_test_double_array.lo [2022-07-29T22:33:39.591Z] #77 174.0 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-07-29T22:33:39.733Z] #77 153.4 CC src/basic_test_top_array_int.lo [2022-07-29T22:33:39.852Z] #77 174.0 CC src/libcrun/libcrun_la-criu.lo [2022-07-29T22:33:39.936Z] #71 16.33 + export 'BUILDTAGS=netgo osusergo static_build' [2022-07-29T22:33:39.936Z] #71 16.33 + BUILDTAGS='netgo osusergo static_build' [2022-07-29T22:33:39.936Z] #71 16.33 + export EXTRA_FLAGS=-buildmode=pie [2022-07-29T22:33:39.936Z] #71 16.33 + EXTRA_FLAGS=-buildmode=pie [2022-07-29T22:33:39.936Z] #71 16.33 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-07-29T22:33:39.936Z] #71 16.33 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-07-29T22:33:39.936Z] #71 16.33 + '[' '' = dynamic ']' [2022-07-29T22:33:39.936Z] #71 16.33 + make [2022-07-29T22:33:39.990Z] #77 153.6 CC src/basic_test_top_array_string.lo [2022-07-29T22:33:39.990Z] #77 153.7 CC src/basic_test_top_double_array_int.lo [2022-07-29T22:33:39.990Z] #77 153.8 CC src/basic_test_top_double_array_obj.lo [2022-07-29T22:33:40.247Z] #77 153.9 CC src/basic_test_top_double_array_refobj.lo [2022-07-29T22:33:40.247Z] #77 154.0 CC src/basic_test_top_double_array_string.lo [2022-07-29T22:33:40.419Z] #77 174.7 CC src/libcrun/libcrun_la-custom-handler.lo [2022-07-29T22:33:40.504Z] #77 154.2 CC src/read-file.lo [2022-07-29T22:33:40.788Z] #77 154.5 CC src/json_common.lo [2022-07-29T22:33:40.788Z] #77 154.6 CC tests/test-1.o [2022-07-29T22:33:40.877Z] #71 17.17 + bin/ctr [2022-07-29T22:33:41.045Z] #77 154.9 CC tests/test-2.o [2022-07-29T22:33:41.302Z] #77 155.1 CC tests/test-3.o [2022-07-29T22:33:41.356Z] #77 175.3 CC src/libcrun/libcrun_la-linux.lo [2022-07-29T22:33:41.559Z] #77 155.2 CC tests/test-4.o [2022-07-29T22:33:41.559Z] #77 155.2 CC tests/test-5.o [2022-07-29T22:33:41.559Z] #77 155.4 CC tests/test-6.o [2022-07-29T22:33:41.614Z] #77 175.8 CC src/libcrun/libcrun_la-seccomp.lo [2022-07-29T22:33:41.816Z] #77 155.7 CC tests/test-7.o [2022-07-29T22:33:42.072Z] #77 155.9 CC tests/test-8.o [2022-07-29T22:33:42.181Z] #77 176.2 CC src/libcrun/libcrun_la-ebpf.lo [2022-07-29T22:33:42.329Z] #77 156.0 CC tests/test-9.o [2022-07-29T22:33:42.440Z] #77 176.6 CC src/libcrun/libcrun_la-error.lo [2022-07-29T22:33:42.440Z] #77 176.7 CC src/libcrun/libcrun_la-status.lo [2022-07-29T22:33:42.586Z] #77 156.3 CC tests/test-10.o [2022-07-29T22:33:42.586Z] #77 156.4 CC tests/test-11.o [2022-07-29T22:33:42.699Z] #77 176.9 CC src/libcrun/libcrun_la-terminal.lo [2022-07-29T22:33:42.958Z] #77 177.1 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-07-29T22:33:42.958Z] #77 177.2 CC src/libcrun/libcrun_la-signals.lo [2022-07-29T22:33:43.525Z] #77 177.5 CC src/libcrun/libcrun_la-mount_flags.lo [2022-07-29T22:33:43.784Z] #77 177.8 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-07-29T22:33:44.043Z] #77 178.1 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-07-29T22:33:44.043Z] #77 178.4 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-07-29T22:33:44.394Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-07-29T22:33:45.862Z] #77 ... [2022-07-29T22:33:45.862Z] [2022-07-29T22:33:45.863Z] #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-07-29T22:33:45.863Z] #21 sha256:035f9b0a0f9f76d69bb577b0a424e850eb0d845810d8c1bfd220477933c4d358 [2022-07-29T22:33:45.863Z] #21 46.50 Setting up zip (3.0-12) ... [2022-07-29T22:33:45.863Z] #21 46.51 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:33:45.863Z] #21 46.55 Setting up bash-completion (1:2.11-2) ... [2022-07-29T22:33:45.863Z] #21 48.76 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-07-29T22:33:45.863Z] #21 48.78 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-07-29T22:33:45.863Z] #21 48.79 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-07-29T22:33:45.863Z] #21 48.80 Setting up patch (2.7.6-7) ... [2022-07-29T22:33:45.863Z] #21 48.81 Setting up sudo (1.9.5p2-3) ... [2022-07-29T22:33:45.863Z] #21 48.90 invoke-rc.d: could not determine current runlevel [2022-07-29T22:33:45.863Z] #21 48.91 invoke-rc.d: policy-rc.d denied execution of start. [2022-07-29T22:33:45.863Z] #21 48.92 Setting up xfsprogs (5.10.0-4) ... [2022-07-29T22:33:45.863Z] #21 48.93 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-07-29T22:33:45.863Z] #21 48.94 Setting up inetutils-ping (2:2.0-1) ... [2022-07-29T22:33:45.863Z] #21 48.95 Setting up pigz (2.6-1) ... [2022-07-29T22:33:45.863Z] #21 48.96 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-07-29T22:33:45.863Z] #21 48.97 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-07-29T22:33:45.863Z] #21 48.99 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-07-29T22:33:45.863Z] #21 49.00 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:33:45.863Z] #21 49.74 Setting up libaio1:amd64 (0.3.112-9) ... [2022-07-29T22:33:45.863Z] #21 49.79 Setting up python3-lib2to3 (3.9.2-1) ... [2022-07-29T22:33:45.863Z] #21 50.24 Setting up libelf1:amd64 (0.183-1) ... [2022-07-29T22:33:45.863Z] #21 50.26 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-07-29T22:33:45.863Z] #21 50.27 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-07-29T22:33:45.863Z] #21 50.27 Setting up python3-distutils (3.9.2-1) ... [2022-07-29T22:33:45.863Z] #21 50.79 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:33:45.863Z] #21 50.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-07-29T22:33:45.863Z] #21 50.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-07-29T22:33:45.863Z] #21 50.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-07-29T22:33:45.863Z] #21 50.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-07-29T22:33:45.863Z] #21 50.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-07-29T22:33:45.863Z] #21 50.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-07-29T22:33:45.863Z] #21 50.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-07-29T22:33:45.863Z] #21 50.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-07-29T22:33:45.863Z] #21 50.87 Setting up python3-setuptools (52.0.0-4) ... [2022-07-29T22:33:45.863Z] #21 52.69 Setting up libjq1:amd64 (1.6-2.1) ... [2022-07-29T22:33:45.863Z] #21 52.74 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-07-29T22:33:45.863Z] #21 52.76 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-07-29T22:33:45.863Z] #21 52.78 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-07-29T22:33:45.863Z] #21 54.12 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-07-29T22:33:45.863Z] #21 54.13 Setting up jq (1.6-2.1) ... [2022-07-29T22:33:45.863Z] #21 54.14 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-07-29T22:33:45.863Z] #21 54.15 Setting up iptables (1.8.7-1) ... [2022-07-29T22:33:45.863Z] #21 54.16 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-07-29T22:33:45.863Z] #21 54.16 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-07-29T22:33:45.863Z] #21 54.17 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-07-29T22:33:45.863Z] #21 54.18 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-07-29T22:33:45.863Z] #21 54.19 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-07-29T22:33:45.863Z] #21 54.19 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-07-29T22:33:45.863Z] #21 54.20 Setting up iproute2 (5.10.0-4) ... [2022-07-29T22:33:45.863Z] #21 54.60 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:33:45.948Z] #77 180.1 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-07-29T22:33:46.119Z] #21 DONE 54.9s [2022-07-29T22:33:46.119Z] [2022-07-29T22:33:46.119Z] #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-07-29T22:33:46.119Z] #22 sha256:d84689f48e260bdaa7f994523328cca18f5c00e6610d22c6b8e6dda37e27b28e [2022-07-29T22:33:46.161Z] #71 ... [2022-07-29T22:33:46.161Z] [2022-07-29T22:33:46.161Z] #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-07-29T22:33:46.161Z] #20 sha256:308e24221c2c8507358baa4aa2647427f74b7868cd12daf68950410f21873073 [2022-07-29T22:33:46.161Z] #20 63.12 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-07-29T22:33:46.161Z] #20 63.13 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-07-29T22:33:46.161Z] #20 63.13 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-07-29T22:33:46.161Z] #20 64.66 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-07-29T22:33:46.161Z] #20 64.67 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-07-29T22:33:46.161Z] #20 64.67 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-07-29T22:33:46.161Z] #20 66.40 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-07-29T22:33:46.161Z] #20 66.40 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-07-29T22:33:46.161Z] #20 66.41 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-07-29T22:33:46.732Z] #20 70.22 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-07-29T22:33:46.732Z] #20 70.23 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-07-29T22:33:46.732Z] #20 70.24 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-07-29T22:33:47.491Z] #22 1.446 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-07-29T22:33:47.747Z] #22 1.449 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-07-29T22:33:47.747Z] #22 1.452 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-07-29T22:33:47.747Z] #22 DONE 1.5s [2022-07-29T22:33:47.747Z] [2022-07-29T22:33:47.747Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-07-29T22:33:47.747Z] #23 sha256:e12bf48707cda77e9103c1ae026253694f4f66fa5c6864b70009105d6f3b58b8 [2022-07-29T22:33:48.480Z] #77 182.8 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-07-29T22:33:48.643Z] #20 72.05 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-07-29T22:33:48.644Z] #20 72.06 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-07-29T22:33:48.644Z] #20 72.07 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-07-29T22:33:48.644Z] #20 72.14 Selecting previously unselected package libapparmor1:amd64. [2022-07-29T22:33:48.644Z] #20 72.15 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-07-29T22:33:48.644Z] #20 72.15 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-07-29T22:33:48.644Z] #20 72.21 Selecting previously unselected package libapparmor-dev:amd64. [2022-07-29T22:33:48.644Z] #20 72.22 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-07-29T22:33:48.644Z] #20 72.22 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-07-29T22:33:48.644Z] #20 72.30 Selecting previously unselected package libbtrfs0:amd64. [2022-07-29T22:33:48.644Z] #20 72.31 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-07-29T22:33:48.905Z] #20 72.31 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-07-29T22:33:48.905Z] #20 72.39 Selecting previously unselected package libbtrfs-dev:amd64. [2022-07-29T22:33:48.905Z] #20 72.40 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-07-29T22:33:48.905Z] #20 72.40 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-07-29T22:33:48.905Z] #20 72.51 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-07-29T22:33:48.905Z] #20 72.51 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-07-29T22:33:48.905Z] #20 72.52 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-07-29T22:33:48.905Z] #20 72.57 Selecting previously unselected package libudev-dev:amd64. [2022-07-29T22:33:48.905Z] #20 72.57 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-07-29T22:33:48.986Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-07-29T22:33:49.049Z] #77 183.0 CC tests/init.o [2022-07-29T22:33:49.049Z] #77 183.2 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-07-29T22:33:49.165Z] #20 72.58 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-07-29T22:33:49.165Z] #20 72.65 Selecting previously unselected package libsepol1-dev:amd64. [2022-07-29T22:33:49.165Z] #20 72.66 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-07-29T22:33:49.165Z] #20 72.67 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-07-29T22:33:49.165Z] #20 72.79 Selecting previously unselected package libpcre2-16-0:amd64. [2022-07-29T22:33:49.165Z] #20 72.80 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-07-29T22:33:49.165Z] #20 72.80 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-07-29T22:33:49.425Z] #20 72.89 Selecting previously unselected package libpcre2-32-0:amd64. [2022-07-29T22:33:49.425Z] #20 72.90 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-07-29T22:33:49.425Z] #20 72.91 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-07-29T22:33:49.425Z] #20 72.99 Selecting previously unselected package libpcre2-posix2:amd64. [2022-07-29T22:33:49.425Z] #20 73.00 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-07-29T22:33:49.425Z] #20 73.00 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-07-29T22:33:49.425Z] #20 73.05 Selecting previously unselected package libpcre2-dev:amd64. [2022-07-29T22:33:49.425Z] #20 73.05 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-07-29T22:33:49.425Z] #20 73.06 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-07-29T22:33:49.684Z] #20 73.25 Selecting previously unselected package libselinux1-dev:amd64. [2022-07-29T22:33:49.684Z] #20 73.25 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-07-29T22:33:49.684Z] #20 73.26 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-07-29T22:33:49.684Z] #20 73.36 Selecting previously unselected package libdevmapper-dev:amd64. [2022-07-29T22:33:49.969Z] #20 73.37 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-07-29T22:33:49.969Z] #20 73.37 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-07-29T22:33:49.969Z] #20 73.42 Selecting previously unselected package libseccomp-dev:amd64. [2022-07-29T22:33:49.969Z] #20 73.43 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-07-29T22:33:49.969Z] #20 73.44 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-07-29T22:33:49.969Z] #20 73.50 Selecting previously unselected package libsystemd-dev:amd64. [2022-07-29T22:33:49.969Z] #20 73.51 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-07-29T22:33:49.969Z] #20 73.51 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-07-29T22:33:50.253Z] #20 73.78 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-07-29T22:33:50.253Z] #20 73.80 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-07-29T22:33:50.253Z] #20 73.81 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-07-29T22:33:50.253Z] #20 73.83 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-07-29T22:33:50.253Z] #20 73.84 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-07-29T22:33:50.253Z] #20 73.85 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-07-29T22:33:50.253Z] #20 73.87 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-07-29T22:33:50.253Z] #20 73.88 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-07-29T22:33:50.518Z] #20 73.89 Setting up libudev-dev:amd64 (247.3-7) ... [2022-07-29T22:33:50.518Z] #20 73.91 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-07-29T22:33:50.518Z] #20 73.92 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-07-29T22:33:50.518Z] #20 73.93 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-07-29T22:33:50.518Z] #20 73.95 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-07-29T22:33:50.518Z] #20 73.97 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-07-29T22:33:50.518Z] #20 73.99 Setting up mingw-w64-common (8.0.0-1) ... [2022-07-29T22:33:50.518Z] #20 74.01 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-07-29T22:33:50.518Z] #20 74.02 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-07-29T22:33:50.518Z] #20 74.04 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-07-29T22:33:50.518Z] #20 74.05 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-07-29T22:33:50.518Z] #20 74.06 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-07-29T22:33:50.518Z] #20 74.08 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-07-29T22:33:50.518Z] #20 74.09 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-07-29T22:33:50.518Z] #20 74.10 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-07-29T22:33:50.518Z] #20 74.11 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-07-29T22:33:50.518Z] #20 74.12 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-07-29T22:33:50.518Z] #20 74.14 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-07-29T22:33:50.518Z] #20 74.15 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-07-29T22:33:50.518Z] #20 74.15 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-07-29T22:33:50.518Z] #20 74.17 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-07-29T22:33:50.518Z] #20 74.20 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-07-29T22:33:50.518Z] #20 74.22 Setting up dmsetup (2:1.02.175-2.1) ... [2022-07-29T22:33:50.788Z] #20 74.24 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-07-29T22:33:50.788Z] #20 74.26 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-07-29T22:33:50.788Z] #20 74.28 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:33:51.359Z] #20 DONE 74.8s [2022-07-29T22:33:51.359Z] [2022-07-29T22:33:51.359Z] #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-07-29T22:33:51.359Z] #71 sha256:1ac2f95a3508e8927eadeaaf2d3c62644e0abf3b397f0452cbb826f3af019795 [2022-07-29T22:33:51.359Z] #71 ... [2022-07-29T22:33:51.359Z] [2022-07-29T22:33:51.359Z] #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-07-29T22:33:51.359Z] #21 sha256:11986d90fa3f507eba74e853614681fc211f300552d92eb8a09b333faced78f8 [2022-07-29T22:33:52.300Z] #21 1.124 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-07-29T22:33:52.560Z] #21 1.206 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-07-29T22:33:52.560Z] #21 1.207 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-07-29T22:33:57.078Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-07-29T22:33:58.408Z] #21 1.674 Reading package lists... [2022-07-29T22:33:59.923Z] #23 11.23 Collecting yamllint==1.26.1 [2022-07-29T22:33:59.923Z] #23 12.28 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-07-29T22:34:01.290Z] #23 13.71 Collecting pathspec>=0.5.3 [2022-07-29T22:34:01.547Z] #23 13.71 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-07-29T22:34:01.804Z] #23 14.16 Collecting pyyaml [2022-07-29T22:34:01.804Z] #23 14.18 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-07-29T22:34:01.804Z] #23 14.28 Building wheels for collected packages: yamllint [2022-07-29T22:34:02.060Z] #23 14.28 Building wheel for yamllint (setup.py): started [2022-07-29T22:34:02.606Z] #21 6.488 Reading package lists... [2022-07-29T22:34:02.991Z] #23 15.47 Building wheel for yamllint (setup.py): finished with status 'done' [2022-07-29T22:34:03.248Z] #23 15.48 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=e115f8a6e728fb6f81ff44b283377babd45bbea65902bff653d0534387587f3b [2022-07-29T22:34:03.248Z] #23 15.48 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-07-29T22:34:03.248Z] #23 15.49 Successfully built yamllint [2022-07-29T22:34:03.248Z] #23 15.51 Installing collected packages: pyyaml, pathspec, yamllint [2022-07-29T22:34:03.812Z] #23 15.99 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-07-29T22:34:03.922Z] #77 198.1 CCLD tests/init [2022-07-29T22:34:03.989Z] #21 11.37 Building dependency tree... [2022-07-29T22:34:03.989Z] #21 12.55 Reading state information... [2022-07-29T22:34:04.376Z] #23 DONE 16.6s [2022-07-29T22:34:04.376Z] [2022-07-29T22:34:04.376Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-07-29T22:34:04.376Z] #27 sha256:0ae58f610b8c57acc36474657b2a49c9b5b0f791862bef61af00ac5782f7586e [2022-07-29T22:34:04.930Z] #21 13.76 The following additional packages will be installed: [2022-07-29T22:34:04.930Z] #21 13.76 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-07-29T22:34:04.930Z] #21 13.76 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-07-29T22:34:04.930Z] #21 13.76 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-07-29T22:34:04.930Z] #21 13.76 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-07-29T22:34:04.930Z] #21 13.76 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-07-29T22:34:04.930Z] #21 13.77 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-07-29T22:34:04.930Z] #21 13.77 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-07-29T22:34:04.930Z] #21 13.79 Suggested packages: [2022-07-29T22:34:04.930Z] #21 13.79 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-07-29T22:34:04.930Z] #21 13.79 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-07-29T22:34:04.930Z] #21 13.79 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-07-29T22:34:04.930Z] #21 13.79 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-07-29T22:34:04.930Z] #21 13.79 seccomp:ppc64el seccomp:s390x [2022-07-29T22:34:04.930Z] #21 13.79 Recommended packages: [2022-07-29T22:34:04.930Z] #21 13.79 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-07-29T22:34:04.930Z] #21 13.79 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-07-29T22:34:04.930Z] #21 13.79 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-07-29T22:34:04.930Z] #21 13.79 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-07-29T22:34:04.940Z] #27 DONE 0.6s [2022-07-29T22:34:04.940Z] [2022-07-29T22:34:04.940Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-07-29T22:34:04.940Z] #32 sha256:088f1194f1f75a87f9c56fa72aef9728ce8244ca4ce979ebdbc29750cf075300 [2022-07-29T22:34:05.502Z] #21 14.27 The following NEW packages will be installed: [2022-07-29T22:34:05.502Z] #21 14.27 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-07-29T22:34:05.502Z] #21 14.27 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-07-29T22:34:05.502Z] #21 14.27 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-07-29T22:34:05.502Z] #21 14.27 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-07-29T22:34:05.502Z] #21 14.27 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-07-29T22:34:05.502Z] #21 14.27 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-07-29T22:34:05.502Z] #21 14.27 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-07-29T22:34:05.502Z] #21 14.27 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-07-29T22:34:05.502Z] #21 14.27 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-07-29T22:34:05.502Z] #21 14.27 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-07-29T22:34:05.502Z] #21 14.28 libseccomp2:ppc64el libseccomp2:s390x [2022-07-29T22:34:05.505Z] #32 DONE 0.7s [2022-07-29T22:34:05.505Z] [2022-07-29T22:34:05.505Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-07-29T22:34:05.505Z] #35 sha256:ef9419c42a1939ce1680080df3740bcba201b6a54906056841f0363d0158311d [2022-07-29T22:34:05.763Z] #21 14.64 0 upgraded, 40 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:34:05.763Z] #21 14.64 Need to get 15.9 MB of archives. [2022-07-29T22:34:05.763Z] #21 14.64 After this operation, 73.0 MB of additional disk space will be used. [2022-07-29T22:34:05.763Z] #21 14.64 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-07-29T22:34:05.763Z] #21 14.64 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-07-29T22:34:06.023Z] #21 14.65 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-07-29T22:34:06.023Z] #21 14.65 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-07-29T22:34:06.023Z] #21 14.65 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-07-29T22:34:06.023Z] #21 14.66 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-07-29T22:34:06.023Z] #21 14.66 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-07-29T22:34:06.023Z] #21 14.67 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB] [2022-07-29T22:34:06.023Z] #21 14.70 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-07-29T22:34:06.023Z] #21 14.70 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-07-29T22:34:06.023Z] #21 14.70 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-07-29T22:34:06.023Z] #21 14.71 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-07-29T22:34:06.023Z] #21 14.71 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB] [2022-07-29T22:34:06.023Z] #21 14.75 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-07-29T22:34:06.023Z] #21 14.75 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-07-29T22:34:06.023Z] #21 14.75 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-07-29T22:34:06.023Z] #21 14.75 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-07-29T22:34:06.023Z] #21 14.75 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB] [2022-07-29T22:34:06.023Z] #21 14.78 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-07-29T22:34:06.023Z] #21 14.78 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-07-29T22:34:06.023Z] #21 14.78 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-07-29T22:34:06.023Z] #21 14.78 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-07-29T22:34:06.023Z] #21 14.79 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB] [2022-07-29T22:34:06.023Z] #21 14.81 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-07-29T22:34:06.023Z] #21 14.81 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-07-29T22:34:06.023Z] #21 14.81 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-07-29T22:34:06.023Z] #21 14.81 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-07-29T22:34:06.023Z] #21 14.81 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB] [2022-07-29T22:34:06.023Z] #21 14.84 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-07-29T22:34:06.023Z] #21 14.84 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-07-29T22:34:06.023Z] #21 14.84 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-07-29T22:34:06.023Z] #21 14.84 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB] [2022-07-29T22:34:06.023Z] #21 14.84 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-07-29T22:34:06.023Z] #21 14.84 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB] [2022-07-29T22:34:06.023Z] #21 14.84 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-07-29T22:34:06.023Z] #21 14.85 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] [2022-07-29T22:34:06.069Z] #35 DONE 0.4s [2022-07-29T22:34:06.069Z] [2022-07-29T22:34:06.069Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-07-29T22:34:06.069Z] #37 sha256:dbb723e8d07f591ba65171661061d9152357bdca1c6f731981787f257fd6ea00 [2022-07-29T22:34:06.283Z] #21 14.86 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-07-29T22:34:06.283Z] #21 14.86 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB] [2022-07-29T22:34:06.283Z] #21 14.86 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-07-29T22:34:06.283Z] #21 14.86 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-07-29T22:34:06.326Z] #37 DONE 0.4s [2022-07-29T22:34:06.326Z] [2022-07-29T22:34:06.326Z] #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-07-29T22:34:06.326Z] #47 sha256:227902170f5c3b0aaca2dffd57dac2b8e4f381343477cfee50c90126d3e77ba2 [2022-07-29T22:34:06.542Z] #21 15.40 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:34:06.583Z] #47 ... [2022-07-29T22:34:06.583Z] [2022-07-29T22:34:06.583Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-07-29T22:34:06.583Z] #39 sha256:028c0275d0070ef638b3d480baa7d050f2b61a5f93785c6b0c3c43068e1c04ea [2022-07-29T22:34:06.583Z] #39 DONE 0.1s [2022-07-29T22:34:06.583Z] [2022-07-29T22:34:06.583Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-07-29T22:34:06.583Z] #41 sha256:0fcfb03e5e8ce3241b0581f5e1b758594e2f07a40656391c832267bc13380960 [2022-07-29T22:34:06.583Z] #41 DONE 0.1s [2022-07-29T22:34:06.583Z] [2022-07-29T22:34:06.583Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-07-29T22:34:06.583Z] #45 sha256:b72d0ba3dc9e7373365c300e7549269b239632d86c89040f0ba6b48a29c04598 [2022-07-29T22:34:06.802Z] #21 15.60 Fetched 15.9 MB in 1s (31.4 MB/s) [2022-07-29T22:34:06.802Z] #21 15.64 Selecting previously unselected package gcc-10-base:armel. [2022-07-29T22:34:06.802Z] #21 15.64 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38556 files and directories currently installed.) [2022-07-29T22:34:06.802Z] #21 15.69 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-07-29T22:34:06.840Z] #45 DONE 0.2s [2022-07-29T22:34:06.840Z] [2022-07-29T22:34:06.840Z] #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-07-29T22:34:06.840Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:34:07.030Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-07-29T22:34:07.030Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-07-29T22:34:07.030Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-07-29T22:34:07.062Z] #21 15.70 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-07-29T22:34:07.062Z] #21 15.76 Selecting previously unselected package gcc-10-base:armhf. [2022-07-29T22:34:07.062Z] #21 15.76 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-07-29T22:34:07.062Z] #21 15.77 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-07-29T22:34:07.062Z] #21 15.82 Selecting previously unselected package gcc-10-base:ppc64el. [2022-07-29T22:34:07.062Z] #21 15.83 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-07-29T22:34:07.062Z] #21 15.84 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-07-29T22:34:07.062Z] #21 15.89 Selecting previously unselected package gcc-10-base:s390x. [2022-07-29T22:34:07.062Z] #21 15.90 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-07-29T22:34:07.062Z] #21 15.91 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-07-29T22:34:07.321Z] #21 15.95 Selecting previously unselected package gcc-10-base:arm64. [2022-07-29T22:34:07.321Z] #21 15.96 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-07-29T22:34:07.321Z] #21 15.97 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-07-29T22:34:07.321Z] #21 16.04 Selecting previously unselected package libgcc-s1:armel. [2022-07-29T22:34:07.321Z] #21 16.05 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-07-29T22:34:07.321Z] #21 16.06 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-07-29T22:34:07.321Z] #21 16.11 Selecting previously unselected package libcrypt1:armel. [2022-07-29T22:34:07.321Z] #21 16.12 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-07-29T22:34:07.321Z] #21 16.12 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-07-29T22:34:07.582Z] #21 16.22 Selecting previously unselected package libc6:armel. [2022-07-29T22:34:07.582Z] #21 16.23 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ... [2022-07-29T22:34:07.582Z] #21 16.40 Unpacking libc6:armel (2.31-13+deb11u3) ... [2022-07-29T22:34:07.591Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-07-29T22:34:08.152Z] #21 16.81 Selecting previously unselected package libapparmor1:armel. [2022-07-29T22:34:08.152Z] #21 16.82 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-07-29T22:34:08.152Z] #21 16.83 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-07-29T22:34:08.152Z] #21 16.88 Selecting previously unselected package libapparmor-dev:armel. [2022-07-29T22:34:08.152Z] #21 16.88 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-07-29T22:34:08.152Z] #21 16.89 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-07-29T22:34:08.153Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-07-29T22:34:08.409Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-07-29T22:34:08.412Z] #21 16.96 Selecting previously unselected package libgcc-s1:arm64. [2022-07-29T22:34:08.412Z] #21 16.96 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-07-29T22:34:08.412Z] #21 16.97 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-07-29T22:34:08.412Z] #21 17.02 Selecting previously unselected package libcrypt1:arm64. [2022-07-29T22:34:08.412Z] #21 17.03 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-07-29T22:34:08.412Z] #21 17.04 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-07-29T22:34:08.412Z] #21 17.13 Selecting previously unselected package libc6:arm64. [2022-07-29T22:34:08.412Z] #21 17.13 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ... [2022-07-29T22:34:08.672Z] #21 17.28 Unpacking libc6:arm64 (2.31-13+deb11u3) ... [2022-07-29T22:34:08.933Z] #21 17.70 Selecting previously unselected package libapparmor1:arm64. [2022-07-29T22:34:08.933Z] #21 17.71 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-07-29T22:34:08.933Z] #21 17.71 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-07-29T22:34:08.933Z] #21 17.77 Selecting previously unselected package libapparmor-dev:arm64. [2022-07-29T22:34:08.933Z] #21 17.77 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-07-29T22:34:08.933Z] #21 17.78 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-07-29T22:34:08.933Z] #21 17.85 Selecting previously unselected package libgcc-s1:s390x. [2022-07-29T22:34:09.193Z] #21 17.85 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-07-29T22:34:09.193Z] #21 17.86 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-07-29T22:34:09.193Z] #21 17.90 Selecting previously unselected package libcrypt1:s390x. [2022-07-29T22:34:09.193Z] #21 17.91 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-07-29T22:34:09.193Z] #21 17.92 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-07-29T22:34:09.356Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-07-29T22:34:09.453Z] #21 18.01 Selecting previously unselected package libc6:s390x. [2022-07-29T22:34:09.453Z] #21 18.01 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ... [2022-07-29T22:34:09.453Z] #21 18.21 Unpacking libc6:s390x (2.31-13+deb11u3) ... [2022-07-29T22:34:10.024Z] #21 18.64 Selecting previously unselected package libapparmor1:s390x. [2022-07-29T22:34:10.024Z] #21 18.65 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-07-29T22:34:10.024Z] #21 18.66 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-07-29T22:34:10.024Z] #21 18.71 Selecting previously unselected package libapparmor-dev:s390x. [2022-07-29T22:34:10.024Z] #21 18.72 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-07-29T22:34:10.024Z] #21 18.72 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-07-29T22:34:10.024Z] #21 18.78 Selecting previously unselected package libgcc-s1:armhf. [2022-07-29T22:34:10.024Z] #21 18.79 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-07-29T22:34:10.024Z] #21 18.80 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-07-29T22:34:10.024Z] #21 18.85 Selecting previously unselected package libcrypt1:armhf. [2022-07-29T22:34:10.024Z] #21 18.85 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-07-29T22:34:10.024Z] #21 18.86 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-07-29T22:34:10.284Z] #21 18.95 Selecting previously unselected package libc6:armhf. [2022-07-29T22:34:10.284Z] #21 18.96 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ... [2022-07-29T22:34:10.544Z] #21 19.16 Unpacking libc6:armhf (2.31-13+deb11u3) ... [2022-07-29T22:34:10.804Z] #21 19.63 Selecting previously unselected package libapparmor1:armhf. [2022-07-29T22:34:10.804Z] #21 19.63 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-07-29T22:34:10.804Z] #21 19.64 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-07-29T22:34:10.945Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-07-29T22:34:11.063Z] #21 19.69 Selecting previously unselected package libapparmor-dev:armhf. [2022-07-29T22:34:11.063Z] #21 19.70 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-07-29T22:34:11.063Z] #21 19.70 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-07-29T22:34:11.064Z] #21 19.77 Selecting previously unselected package libgcc-s1:ppc64el. [2022-07-29T22:34:11.064Z] #21 19.78 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-07-29T22:34:11.064Z] #21 19.78 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-07-29T22:34:11.064Z] #21 19.83 Selecting previously unselected package libcrypt1:ppc64el. [2022-07-29T22:34:11.064Z] #21 19.84 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-07-29T22:34:11.064Z] #21 19.85 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-07-29T22:34:11.064Z] #21 19.94 Selecting previously unselected package libc6:ppc64el. [2022-07-29T22:34:11.323Z] #21 19.95 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ... [2022-07-29T22:34:11.323Z] #21 20.14 Unpacking libc6:ppc64el (2.31-13+deb11u3) ... [2022-07-29T22:34:11.882Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-07-29T22:34:11.893Z] #21 20.68 Selecting previously unselected package libapparmor1:ppc64el. [2022-07-29T22:34:12.153Z] #21 20.68 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-07-29T22:34:12.153Z] #21 20.69 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-07-29T22:34:12.153Z] #21 20.74 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-07-29T22:34:12.153Z] #21 20.75 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-07-29T22:34:12.153Z] #21 20.75 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-07-29T22:34:12.153Z] #21 20.84 Selecting previously unselected package libseccomp2:s390x. [2022-07-29T22:34:12.153Z] #21 20.84 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-07-29T22:34:12.153Z] #21 20.85 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-07-29T22:34:12.153Z] #21 20.90 Selecting previously unselected package libseccomp-dev:s390x. [2022-07-29T22:34:12.153Z] #21 20.91 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-07-29T22:34:12.153Z] #21 20.91 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-07-29T22:34:12.153Z] #21 20.98 Selecting previously unselected package libseccomp2:ppc64el. [2022-07-29T22:34:12.414Z] #21 20.98 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-07-29T22:34:12.414Z] #21 20.98 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-07-29T22:34:12.414Z] #21 21.03 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-07-29T22:34:12.414Z] #21 21.03 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-07-29T22:34:12.414Z] #21 21.05 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-07-29T22:34:12.414Z] #21 21.12 Selecting previously unselected package libseccomp2:armhf. [2022-07-29T22:34:12.414Z] #21 21.12 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-07-29T22:34:12.414Z] #21 21.13 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-07-29T22:34:12.414Z] #21 21.17 Selecting previously unselected package libseccomp-dev:armhf. [2022-07-29T22:34:12.414Z] #21 21.18 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-07-29T22:34:12.414Z] #21 21.18 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-07-29T22:34:12.674Z] #21 21.29 Selecting previously unselected package libseccomp2:armel. [2022-07-29T22:34:12.674Z] #21 21.30 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-07-29T22:34:12.674Z] #21 21.30 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-07-29T22:34:12.674Z] #21 21.36 Selecting previously unselected package libseccomp-dev:armel. [2022-07-29T22:34:12.674Z] #21 21.36 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-07-29T22:34:12.674Z] #21 21.37 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-07-29T22:34:12.674Z] #21 21.44 Selecting previously unselected package libseccomp2:arm64. [2022-07-29T22:34:12.674Z] #21 21.44 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-07-29T22:34:12.674Z] #21 21.45 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-07-29T22:34:12.674Z] #21 21.50 Selecting previously unselected package libseccomp-dev:arm64. [2022-07-29T22:34:12.674Z] #21 21.50 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-07-29T22:34:12.674Z] #21 21.51 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-07-29T22:34:12.811Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-07-29T22:34:12.934Z] #21 21.63 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-07-29T22:34:12.934Z] #21 21.64 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-07-29T22:34:12.934Z] #21 21.66 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-07-29T22:34:12.934Z] #21 21.67 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-07-29T22:34:12.934Z] #21 21.69 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-07-29T22:34:12.934Z] #21 21.71 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-07-29T22:34:12.934Z] #21 21.72 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-07-29T22:34:12.934Z] #21 21.74 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-07-29T22:34:12.934Z] #21 21.76 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-07-29T22:34:12.934Z] #21 21.77 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-07-29T22:34:13.308Z] #21 21.79 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-07-29T22:34:13.308Z] #21 21.80 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-07-29T22:34:13.308Z] #21 21.81 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-07-29T22:34:13.308Z] #21 21.83 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-07-29T22:34:13.308Z] #21 21.84 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-07-29T22:34:13.308Z] #21 21.86 Setting up libc6:arm64 (2.31-13+deb11u3) ... [2022-07-29T22:34:14.179Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-07-29T22:34:14.179Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-07-29T22:34:14.528Z] #21 23.12 Setting up libc6:armel (2.31-13+deb11u3) ... [2022-07-29T22:34:15.109Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-07-29T22:34:15.909Z] #21 24.37 Setting up libc6:armhf (2.31-13+deb11u3) ... [2022-07-29T22:34:16.040Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-07-29T22:34:16.847Z] #21 25.60 Setting up libc6:ppc64el (2.31-13+deb11u3) ... [2022-07-29T22:34:17.408Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-07-29T22:34:17.970Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-07-29T22:34:18.227Z] #21 26.86 Setting up libc6:s390x (2.31-13+deb11u3) ... [2022-07-29T22:34:18.901Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-07-29T22:34:19.023Z] #77 192.5 CCLD libocispec.la [2022-07-29T22:34:19.281Z] #77 193.0 CCLD src/validate [2022-07-29T22:34:19.281Z] #77 193.0 CCLD tests/test-2 [2022-07-29T22:34:19.281Z] #77 193.0 CCLD tests/test-1 [2022-07-29T22:34:19.281Z] #77 193.1 CCLD tests/test-3 [2022-07-29T22:34:19.281Z] #77 193.1 CCLD tests/test-4 [2022-07-29T22:34:19.281Z] #77 193.1 CCLD tests/test-5 [2022-07-29T22:34:19.464Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-07-29T22:34:19.464Z] Using test binary docker [2022-07-29T22:34:19.464Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-07-29T22:34:19.538Z] #77 193.2 CCLD tests/test-6 [2022-07-29T22:34:19.538Z] #77 193.3 CCLD tests/test-7 [2022-07-29T22:34:19.538Z] #77 193.3 CCLD tests/test-8 [2022-07-29T22:34:19.538Z] #77 193.4 CCLD tests/test-9 [2022-07-29T22:34:19.609Z] #21 28.12 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-07-29T22:34:19.609Z] #21 28.14 Setting up libapparmor1:armel (2.13.6-10) ... [2022-07-29T22:34:19.609Z] #21 28.15 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-07-29T22:34:19.609Z] #21 28.16 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-07-29T22:34:19.609Z] #21 28.18 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-07-29T22:34:19.609Z] #21 28.19 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-07-29T22:34:19.609Z] #21 28.20 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-07-29T22:34:19.609Z] #21 28.22 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-07-29T22:34:19.609Z] #21 28.23 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-07-29T22:34:19.609Z] #21 28.24 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-07-29T22:34:19.609Z] #21 28.26 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-07-29T22:34:19.609Z] #21 28.27 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-07-29T22:34:19.609Z] #21 28.28 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-07-29T22:34:19.609Z] #21 28.30 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-07-29T22:34:19.609Z] #21 28.31 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-07-29T22:34:19.609Z] #21 28.33 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-07-29T22:34:19.609Z] #21 28.34 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-07-29T22:34:19.609Z] #21 28.35 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-07-29T22:34:19.609Z] #21 28.36 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-07-29T22:34:19.609Z] #21 28.38 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-07-29T22:34:19.720Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-07-29T22:34:19.720Z] INFO: Waiting for daemon to start... [2022-07-29T22:34:19.720Z] Starting dockerd [2022-07-29T22:34:19.795Z] #77 193.5 CCLD tests/test-10 [2022-07-29T22:34:19.795Z] #77 193.6 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-07-29T22:34:19.869Z] #21 28.40 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:34:20.052Z] #77 193.8 CCLD tests/test-11 [2022-07-29T22:34:20.440Z] #21 DONE 29.0s [2022-07-29T22:34:20.440Z] [2022-07-29T22:34:20.440Z] #66 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-07-29T22:34:20.440Z] #66 sha256:3d88052b5c22cf74a72e5664d4a94e264bd62861110e2895bbbadaacc59cf10e [2022-07-29T22:34:20.440Z] #66 DONE 0.2s [2022-07-29T22:34:20.440Z] [2022-07-29T22:34:20.440Z] #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-07-29T22:34:20.440Z] #67 sha256:dcc6752f960aadff3a365449516ba01368742ded0ceb5cb1047eba90c45ab314 [2022-07-29T22:34:21.609Z] . [2022-07-29T22:34:21.609Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-07-29T22:34:21.609Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-07-29T22:34:21.609Z] Error: No such image: emptyfs [2022-07-29T22:34:21.822Z] #67 ... [2022-07-29T22:34:21.822Z] [2022-07-29T22:34:21.822Z] #22 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-07-29T22:34:21.822Z] #22 sha256:068179476785608a6bbd9c5254ae6bbe56b3b1a22e5ac23d97349cc8f92f489d [2022-07-29T22:34:21.822Z] #22 DONE 1.4s [2022-07-29T22:34:21.822Z] [2022-07-29T22:34:21.822Z] #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-07-29T22:34:21.822Z] #67 sha256:dcc6752f960aadff3a365449516ba01368742ded0ceb5cb1047eba90c45ab314 [2022-07-29T22:34:21.822Z] #67 1.149 + RM_GOPATH=0 [2022-07-29T22:34:21.822Z] #67 1.149 + TMP_GOPATH= [2022-07-29T22:34:21.822Z] #67 1.154 + : /build [2022-07-29T22:34:21.822Z] #67 1.154 + '[' -z '' ']' [2022-07-29T22:34:21.822Z] #67 1.154 ++ mktemp -d [2022-07-29T22:34:21.822Z] #67 1.156 + export GOPATH=/tmp/tmp.IyxWhskSvO [2022-07-29T22:34:21.822Z] #67 1.156 + GOPATH=/tmp/tmp.IyxWhskSvO [2022-07-29T22:34:21.822Z] #67 1.156 + RM_GOPATH=1 [2022-07-29T22:34:21.822Z] #67 1.156 + case "$(go env GOARCH)" in [2022-07-29T22:34:21.822Z] #67 1.157 ++ go env GOARCH [2022-07-29T22:34:21.822Z] #67 1.172 + export GO_BUILDMODE=-buildmode=pie [2022-07-29T22:34:21.822Z] #67 1.173 + GO_BUILDMODE=-buildmode=pie [2022-07-29T22:34:21.822Z] #67 1.174 ++ dirname /install.sh [2022-07-29T22:34:21.822Z] #67 1.175 + dir=/ [2022-07-29T22:34:21.822Z] #67 1.175 + bin=runc [2022-07-29T22:34:21.822Z] #67 1.175 + shift [2022-07-29T22:34:21.822Z] #67 1.176 + '[' '!' -f //runc.installer ']' [2022-07-29T22:34:21.822Z] #67 1.176 + . //runc.installer [2022-07-29T22:34:21.822Z] #67 1.176 ++ set -e [2022-07-29T22:34:21.822Z] #67 1.177 ++ : v1.1.2 [2022-07-29T22:34:21.822Z] #67 1.177 + install_runc [2022-07-29T22:34:21.822Z] #67 1.178 + RUNC_BUILDTAGS=seccomp [2022-07-29T22:34:21.822Z] #67 1.179 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-07-29T22:34:21.822Z] #67 1.179 Install runc version v1.1.2 (build tags: seccomp) [2022-07-29T22:34:21.822Z] #67 1.180 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.IyxWhskSvO/src/github.com/opencontainers/runc [2022-07-29T22:34:21.822Z] #67 1.184 Cloning into '/tmp/tmp.IyxWhskSvO/src/github.com/opencontainers/runc'... [2022-07-29T22:34:21.865Z] Running integration-test (iteration 1) [2022-07-29T22:34:21.865Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-07-29T22:34:21.947Z] #77 195.8 libtool: link: ar cr libocispec.a [2022-07-29T22:34:22.007Z] #77 ... [2022-07-29T22:34:22.007Z] [2022-07-29T22:34:22.007Z] #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-07-29T22:34:22.007Z] #26 sha256:2ef6b5686def3b3907e4a85e0f90b925332eb8244691a5a0e1cd51fbac0acdba [2022-07-29T22:34:22.007Z] #26 259.9 + return [2022-07-29T22:34:22.121Z] Loaded image: busybox:latest [2022-07-29T22:34:22.204Z] #77 195.9 libtool: link: ranlib libocispec.a [2022-07-29T22:34:22.378Z] Loaded image: busybox:glibc [2022-07-29T22:34:22.762Z] #67 ... [2022-07-29T22:34:22.763Z] [2022-07-29T22:34:22.763Z] #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-07-29T22:34:22.763Z] #23 sha256:fd0ae8f672a635c6e25f0ab5e50c2a2b36db7f0ac5a924d2044098d2c7e9f32b [2022-07-29T22:34:22.763Z] #23 DONE 1.0s [2022-07-29T22:34:22.945Z] #26 DONE 262.5s [2022-07-29T22:34:22.945Z] [2022-07-29T22:34:22.945Z] #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-07-29T22:34:22.945Z] #77 sha256:4eef9e1453ac82f899b5c2524f627bb8228588e9c4cc34aca6c1ee4d7621531b [2022-07-29T22:34:22.945Z] #77 215.4 AR libcrun_testing.a [2022-07-29T22:34:22.945Z] #77 215.4 ar: `u' modifier ignored since `D' is the default (see `U') [2022-07-29T22:34:22.945Z] #77 215.5 CCLD tests/tests_libcrun_utils [2022-07-29T22:34:22.945Z] #77 215.5 CCLD tests/tests_libcrun_errors [2022-07-29T22:34:22.945Z] #77 215.5 CCLD tests/tests_libcrun_fuzzer [2022-07-29T22:34:22.945Z] #77 216.1 CCLD libcrun.la [2022-07-29T22:34:22.945Z] #77 216.8 CCLD crun [2022-07-29T22:34:23.026Z] [2022-07-29T22:34:23.026Z] #24 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-07-29T22:34:23.026Z] #24 sha256:5f89b32dc0a7f8c8e17d69b1166c581df4838c413810222e54792af7523ea6cf [2022-07-29T22:34:23.204Z] #77 217.4 make[3]: Entering directory '/tmp/crun-build' [2022-07-29T22:34:23.462Z] #77 217.7 /bin/mkdir -p '/usr/local/share/man/man1' [2022-07-29T22:34:23.574Z] #77 197.3 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-07-29T22:34:23.574Z] #77 197.3 make[5]: Nothing to be done for 'install-exec-am'. [2022-07-29T22:34:23.574Z] #77 197.3 make[5]: Nothing to be done for 'install-data-am'. [2022-07-29T22:34:23.574Z] #77 197.3 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-07-29T22:34:23.574Z] #77 197.3 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-07-29T22:34:23.574Z] #77 197.3 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-07-29T22:34:23.574Z] #77 197.3 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-07-29T22:34:23.574Z] #77 197.3 make[2]: Entering directory '/tmp/crun-build' [2022-07-29T22:34:23.596Z] #24 0.860 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-07-29T22:34:23.596Z] #24 DONE 1.0s [2022-07-29T22:34:23.596Z] [2022-07-29T22:34:23.596Z] #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-07-29T22:34:23.596Z] #67 sha256:dcc6752f960aadff3a365449516ba01368742ded0ceb5cb1047eba90c45ab314 [2022-07-29T22:34:23.721Z] #77 217.8 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-07-29T22:34:23.721Z] #77 217.8 /bin/mkdir -p '/usr/local/lib' [2022-07-29T22:34:23.721Z] #77 217.8 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-07-29T22:34:23.721Z] #77 217.9 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-07-29T22:34:23.721Z] #77 217.9 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-07-29T22:34:23.721Z] #77 217.9 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-07-29T22:34:23.721Z] #77 218.0 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-07-29T22:34:23.745Z] Loaded image: debian:bullseye-slim [2022-07-29T22:34:23.745Z] Loaded image: hello-world:latest [2022-07-29T22:34:23.745Z] Loaded image: arm32v7/hello-world:latest [2022-07-29T22:34:23.745Z] INFO: Testing against a local daemon [2022-07-29T22:34:23.745Z] === RUN TestCgroupNamespacesBuild [2022-07-29T22:34:23.864Z] #77 197.5 CC src/libcrun/libcrun_testing_a-utils.o [2022-07-29T22:34:23.864Z] #77 197.5 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-07-29T22:34:23.864Z] #77 197.5 CC src/libcrun/libcrun_testing_a-container.o [2022-07-29T22:34:23.864Z] #77 197.5 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-07-29T22:34:23.864Z] #77 197.5 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-07-29T22:34:23.864Z] #77 197.6 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-07-29T22:34:23.864Z] #77 197.6 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-07-29T22:34:23.864Z] #77 197.6 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-07-29T22:34:23.864Z] #77 197.6 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-07-29T22:34:23.864Z] #77 197.6 CC src/libcrun/libcrun_testing_a-criu.o [2022-07-29T22:34:23.864Z] #77 197.7 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-07-29T22:34:23.864Z] #77 197.7 CC src/libcrun/libcrun_testing_a-linux.o [2022-07-29T22:34:23.864Z] #77 197.7 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-07-29T22:34:23.980Z] #77 218.2 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-07-29T22:34:23.980Z] #77 ... [2022-07-29T22:34:23.980Z] [2022-07-29T22:34:23.980Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:34:23.980Z] #55 sha256:0d9b8d05e60a833ec6ac4c7fd4cccbeb48bc74cdef00c452fba8cb78372a0feb [2022-07-29T22:34:23.980Z] #55 263.8 golangci-lint has version v1.46.2 built from (unknown, mod sum: "h1:o90t/Xa6dhJbvy8Bz2RpzUXqrkigp19DLStMolTZbyo=") on (unknown) [2022-07-29T22:34:23.980Z] #55 DONE 263.9s [2022-07-29T22:34:23.980Z] [2022-07-29T22:34:23.980Z] #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-07-29T22:34:23.980Z] #77 sha256:4eef9e1453ac82f899b5c2524f627bb8228588e9c4cc34aca6c1ee4d7621531b [2022-07-29T22:34:23.980Z] #77 218.2 ---------------------------------------------------------------------- [2022-07-29T22:34:23.980Z] #77 218.2 Libraries have been installed in: [2022-07-29T22:34:23.980Z] #77 218.2 /usr/local/lib [2022-07-29T22:34:23.980Z] #77 218.2 [2022-07-29T22:34:23.980Z] #77 218.2 If you ever happen to want to link against installed libraries [2022-07-29T22:34:23.980Z] #77 218.2 in a given directory, LIBDIR, you must either use libtool, and [2022-07-29T22:34:23.980Z] #77 218.2 specify the full pathname of the library, or use the '-LLIBDIR' [2022-07-29T22:34:23.980Z] #77 218.2 flag during linking and do at least one of the following: [2022-07-29T22:34:23.980Z] #77 218.2 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-07-29T22:34:23.980Z] #77 218.2 during execution [2022-07-29T22:34:23.980Z] #77 218.2 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-07-29T22:34:23.980Z] #77 218.2 during linking [2022-07-29T22:34:23.980Z] #77 218.2 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-07-29T22:34:23.980Z] #77 218.2 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-07-29T22:34:23.980Z] #77 218.2 [2022-07-29T22:34:23.980Z] #77 218.2 See any operating system documentation about shared libraries for [2022-07-29T22:34:23.980Z] #77 218.2 more information, such as the ld(1) and ld.so(8) manual pages. [2022-07-29T22:34:23.980Z] #77 218.2 ---------------------------------------------------------------------- [2022-07-29T22:34:23.980Z] #77 218.2 /bin/mkdir -p '/build' [2022-07-29T22:34:23.980Z] #77 218.2 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-07-29T22:34:23.980Z] #77 218.3 libtool: install: /usr/bin/install -c crun /build/crun [2022-07-29T22:34:24.132Z] #77 197.8 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-07-29T22:34:24.132Z] #77 197.9 CC src/libcrun/libcrun_testing_a-error.o [2022-07-29T22:34:24.132Z] #77 198.0 CC src/libcrun/libcrun_testing_a-status.o [2022-07-29T22:34:24.239Z] #77 218.3 make[3]: Leaving directory '/tmp/crun-build' [2022-07-29T22:34:24.239Z] #77 218.3 make[2]: Leaving directory '/tmp/crun-build' [2022-07-29T22:34:24.239Z] #77 218.3 make[1]: Leaving directory '/tmp/crun-build' [2022-07-29T22:34:24.389Z] #77 198.0 CC src/libcrun/libcrun_testing_a-terminal.o [2022-07-29T22:34:24.389Z] #77 198.1 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-07-29T22:34:24.389Z] #77 198.2 CC src/libcrun/libcrun_testing_a-signals.o [2022-07-29T22:34:24.497Z] #77 DONE 218.6s [2022-07-29T22:34:24.498Z] [2022-07-29T22:34:24.498Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-07-29T22:34:24.498Z] #27 sha256:05f5836555b722d6eefcc530f085e92296654ee63ea41a15a639fcb097e1a0cd [2022-07-29T22:34:24.498Z] #27 DONE 0.4s [2022-07-29T22:34:24.498Z] [2022-07-29T22:34:24.498Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-07-29T22:34:24.498Z] #32 sha256:393fe20a2f49ed9bc7e7e0e1f197577c64545f2592751210ec3d774f39b2c391 [2022-07-29T22:34:24.649Z] #77 198.3 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-07-29T22:34:24.649Z] #77 198.5 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-07-29T22:34:24.907Z] #77 198.7 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-07-29T22:34:24.980Z] #67 ... [2022-07-29T22:34:24.980Z] [2022-07-29T22:34:24.980Z] #25 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-07-29T22:34:24.980Z] #25 sha256:5d7a22c4c051ea34d7f2f8239abe91c5ffa843f83051cce22ff0fd929d14278c [2022-07-29T22:34:24.980Z] #25 DONE 0.9s [2022-07-29T22:34:24.980Z] [2022-07-29T22:34:24.980Z] #26 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-07-29T22:34:24.980Z] #26 sha256:78408202bdfb1482d88eeb1defd16fd5aa81753a392cb4face20c09969e529cd [2022-07-29T22:34:25.111Z] --- PASS: TestCgroupNamespacesBuild (1.16s) [2022-07-29T22:34:25.111Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-07-29T22:34:25.165Z] #77 198.9 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-07-29T22:34:25.165Z] #77 198.9 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-07-29T22:34:25.165Z] #77 199.0 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-07-29T22:34:25.421Z] #77 199.1 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-07-29T22:34:25.421Z] #77 199.2 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-07-29T22:34:25.552Z] #26 DONE 0.9s [2022-07-29T22:34:25.552Z] [2022-07-29T22:34:25.552Z] #27 [dev-systemd-false 6/28] RUN ldconfig [2022-07-29T22:34:25.552Z] #27 sha256:c628f05e69d50596912863254ab9b0da41e9a99d84292d749e9406c4c7d2ea15 [2022-07-29T22:34:25.985Z] #77 199.6 CC src/crun-crun.o [2022-07-29T22:34:25.985Z] #77 199.9 CC src/crun-run.o [2022-07-29T22:34:25.985Z] #77 ... [2022-07-29T22:34:25.985Z] [2022-07-29T22:34:25.985Z] #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-07-29T22:34:25.985Z] #47 sha256:227902170f5c3b0aaca2dffd57dac2b8e4f381343477cfee50c90126d3e77ba2 [2022-07-29T22:34:25.985Z] #47 245.1 + dpkg --print-architecture [2022-07-29T22:34:25.985Z] #47 245.1 + git checkout -q v2.1.0 [2022-07-29T22:34:26.041Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.15s) [2022-07-29T22:34:26.041Z] === RUN TestBuildWithSession [2022-07-29T22:34:26.041Z] build_session_test.go:25: TODO: BuildKit [2022-07-29T22:34:26.041Z] --- SKIP: TestBuildWithSession (0.00s) [2022-07-29T22:34:26.041Z] === RUN TestBuildSquashParent [2022-07-29T22:34:26.398Z] #32 DONE 1.7s [2022-07-29T22:34:26.398Z] [2022-07-29T22:34:26.398Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-07-29T22:34:26.398Z] #35 sha256:6db0128322fb6fc585e3cfe44bb14260ec495e2d5399e88c4625ee632e65c1f5 [2022-07-29T22:34:26.496Z] #27 DONE 1.1s [2022-07-29T22:34:26.496Z] [2022-07-29T22:34:26.496Z] #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-07-29T22:34:26.496Z] #28 sha256:705cdb354c4fa4d2dbb7c529419f8ce067b45a92853a6c06f6e915cb630d62cc [2022-07-29T22:34:26.550Z] #47 245.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-07-29T22:34:26.550Z] #47 245.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-07-29T22:34:26.969Z] #35 DONE 0.7s [2022-07-29T22:34:26.969Z] [2022-07-29T22:34:26.969Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-07-29T22:34:26.969Z] #37 sha256:868d52eb01db708695c6a10d38c640d478e903cf8d1d0e7588d07d8cae1d632d [2022-07-29T22:34:27.536Z] #37 DONE 0.7s [2022-07-29T22:34:27.536Z] [2022-07-29T22:34:27.536Z] #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-07-29T22:34:27.536Z] #60 sha256:45844e3918e7b0809a15bf4053dd16719f07b00debc34a163643504d0842f127 [2022-07-29T22:34:27.536Z] #60 155.6 + mkdir -p /build [2022-07-29T22:34:27.536Z] #60 155.6 + cp runc /build/runc [2022-07-29T22:34:27.536Z] #60 DONE 156.1s [2022-07-29T22:34:27.536Z] [2022-07-29T22:34:27.536Z] #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-07-29T22:34:27.536Z] #64 sha256:abeda4b2f13b61569c995b376f7fb3f2b86789b86f177386ee48cf0a081ba205 [2022-07-29T22:34:27.536Z] #64 ... [2022-07-29T22:34:27.536Z] [2022-07-29T22:34:27.536Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-07-29T22:34:27.536Z] #39 sha256:d88a5c0d39f6bfcd9fa61558b7b70201133f3fd33efec14d96aa383a6a699911 [2022-07-29T22:34:27.536Z] #39 DONE 0.1s [2022-07-29T22:34:27.536Z] [2022-07-29T22:34:27.536Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-07-29T22:34:27.536Z] #41 sha256:182c4810a4bddd5ee12b5281f97e942b7b1dafeb0a961aee3a39ee8294f66356 [2022-07-29T22:34:27.794Z] #41 DONE 0.2s [2022-07-29T22:34:27.794Z] [2022-07-29T22:34:27.794Z] #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-07-29T22:34:27.794Z] #64 sha256:abeda4b2f13b61569c995b376f7fb3f2b86789b86f177386ee48cf0a081ba205 [2022-07-29T22:34:27.794Z] #64 ... [2022-07-29T22:34:27.794Z] [2022-07-29T22:34:27.794Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-07-29T22:34:27.794Z] #45 sha256:dd32f740839cacfab592ee6ba5519f594d4f6ed8acd08c4804fc0f5a139b37b9 [2022-07-29T22:34:27.879Z] #28 1.089 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-07-29T22:34:27.879Z] #28 1.112 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-07-29T22:34:27.879Z] #28 1.187 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-07-29T22:34:27.879Z] #28 1.339 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB] [2022-07-29T22:34:28.054Z] #45 DONE 0.2s [2022-07-29T22:34:28.054Z] [2022-07-29T22:34:28.054Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-07-29T22:34:28.054Z] #48 sha256:9a775983641ac8bef878fedbf787b430a4ff0a7bfe84a62c8fbea7b26c7958e1 [2022-07-29T22:34:28.140Z] #28 1.571 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB] [2022-07-29T22:34:28.315Z] #48 DONE 0.3s [2022-07-29T22:34:28.315Z] [2022-07-29T22:34:28.315Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-07-29T22:34:28.315Z] #52 sha256:04c3aa9adee82991c5c0814db2acdf07e7f44e4079c4fcea627bec386e5bbb5f [2022-07-29T22:34:28.315Z] #52 DONE 0.1s [2022-07-29T22:34:28.315Z] [2022-07-29T22:34:28.316Z] #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-07-29T22:34:28.316Z] #64 sha256:abeda4b2f13b61569c995b376f7fb3f2b86789b86f177386ee48cf0a081ba205 [2022-07-29T22:34:28.401Z] #28 1.820 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB] [2022-07-29T22:34:28.583Z] #64 ... [2022-07-29T22:34:28.583Z] [2022-07-29T22:34:28.583Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-07-29T22:34:28.583Z] #54 sha256:0668111898440427f71916fd93ff034c9a054b025219505e8e2ed9c7d7501fd5 [2022-07-29T22:34:28.583Z] #54 DONE 0.1s [2022-07-29T22:34:28.583Z] [2022-07-29T22:34:28.583Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-07-29T22:34:28.583Z] #56 sha256:64e29ac33cc716b7f848946428f647771a84c67e641f4cf948594e988b0ade50 [2022-07-29T22:34:28.661Z] #28 2.031 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB] [2022-07-29T22:34:28.922Z] #28 2.375 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB] [2022-07-29T22:34:29.493Z] #28 2.699 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-07-29T22:34:29.519Z] #56 DONE 1.1s [2022-07-29T22:34:29.519Z] [2022-07-29T22:34:29.519Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-07-29T22:34:29.519Z] #58 sha256:4404f0ab07d967def1a26197d03aa7c180621095e637beda10baf3eccf10f5fb [2022-07-29T22:34:29.519Z] #58 DONE 0.1s [2022-07-29T22:34:29.519Z] [2022-07-29T22:34:29.519Z] #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-07-29T22:34:29.519Z] #64 sha256:abeda4b2f13b61569c995b376f7fb3f2b86789b86f177386ee48cf0a081ba205 [2022-07-29T22:34:29.753Z] #28 2.979 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [160 kB] [2022-07-29T22:34:29.753Z] #28 2.986 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB] [2022-07-29T22:34:29.753Z] #28 2.990 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [168 kB] [2022-07-29T22:34:29.753Z] #28 2.991 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [154 kB] [2022-07-29T22:34:29.753Z] #28 2.992 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [142 kB] [2022-07-29T22:34:29.753Z] #28 3.007 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB] [2022-07-29T22:34:29.753Z] #28 3.229 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-07-29T22:34:29.783Z] #64 ... [2022-07-29T22:34:29.783Z] [2022-07-29T22:34:29.783Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-07-29T22:34:29.783Z] #61 sha256:f7d7328095c523b8c84c508adea9b72c620c40eaa13b14dd9649822fc2742aee [2022-07-29T22:34:30.014Z] #28 3.233 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-07-29T22:34:30.014Z] #28 3.234 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-07-29T22:34:30.014Z] #28 3.236 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-07-29T22:34:30.014Z] #28 3.238 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-07-29T22:34:30.014Z] #28 3.239 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-07-29T22:34:30.042Z] #61 DONE 0.4s [2022-07-29T22:34:30.042Z] [2022-07-29T22:34:30.042Z] #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-07-29T22:34:30.042Z] #64 sha256:abeda4b2f13b61569c995b376f7fb3f2b86789b86f177386ee48cf0a081ba205 [2022-07-29T22:34:31.418Z] #64 235.3 + bin/containerd [2022-07-29T22:34:34.135Z] --- PASS: TestBuildSquashParent (7.25s) [2022-07-29T22:34:34.136Z] === RUN TestBuildWithRemoveAndForceRemove [2022-07-29T22:34:34.136Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-07-29T22:34:34.136Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-07-29T22:34:34.136Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-07-29T22:34:34.136Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-07-29T22:34:34.136Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-07-29T22:34:34.136Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-07-29T22:34:34.136Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-07-29T22:34:34.136Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-07-29T22:34:34.136Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-07-29T22:34:34.136Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-07-29T22:34:34.136Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-07-29T22:34:34.136Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-07-29T22:34:34.136Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-07-29T22:34:34.136Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-07-29T22:34:34.653Z] #47 ... [2022-07-29T22:34:34.653Z] [2022-07-29T22:34:34.653Z] #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-07-29T22:34:34.653Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:34:34.653Z] #77 200.0 CC src/crun-delete.o [2022-07-29T22:34:34.653Z] #77 200.0 CC src/crun-kill.o [2022-07-29T22:34:34.653Z] #77 200.1 CC src/crun-pause.o [2022-07-29T22:34:34.653Z] #77 200.4 CC src/crun-unpause.o [2022-07-29T22:34:34.653Z] #77 200.5 CC src/crun-spec.o [2022-07-29T22:34:34.653Z] #77 200.5 CC src/crun-exec.o [2022-07-29T22:34:34.653Z] #77 200.7 CC src/crun-list.o [2022-07-29T22:34:34.653Z] #77 200.8 CC src/crun-create.o [2022-07-29T22:34:34.653Z] #77 200.9 CC src/crun-start.o [2022-07-29T22:34:34.653Z] #77 200.9 CC src/crun-state.o [2022-07-29T22:34:34.653Z] #77 201.2 CC src/crun-update.o [2022-07-29T22:34:34.653Z] #77 201.3 CC src/crun-ps.o [2022-07-29T22:34:34.653Z] #77 201.4 CC src/crun-checkpoint.o [2022-07-29T22:34:34.653Z] #77 201.5 CC src/crun-restore.o [2022-07-29T22:34:34.653Z] #77 201.7 CC src/libcrun/libcrun_la-utils.lo [2022-07-29T22:34:34.653Z] #77 202.0 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-07-29T22:34:34.653Z] #77 202.0 CC src/libcrun/libcrun_la-container.lo [2022-07-29T22:34:34.653Z] #77 202.1 CC src/libcrun/libcrun_la-cgroup.lo [2022-07-29T22:34:34.653Z] #77 202.2 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-07-29T22:34:34.653Z] #77 202.5 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-07-29T22:34:34.653Z] #77 202.5 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-07-29T22:34:34.653Z] #77 202.9 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-07-29T22:34:34.653Z] #77 203.1 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-07-29T22:34:34.653Z] #77 203.2 CC src/libcrun/libcrun_la-criu.lo [2022-07-29T22:34:34.653Z] #77 203.7 CC src/libcrun/libcrun_la-custom-handler.lo [2022-07-29T22:34:34.653Z] #77 203.8 CC src/libcrun/libcrun_la-linux.lo [2022-07-29T22:34:34.653Z] #77 204.0 CC src/libcrun/libcrun_la-seccomp.lo [2022-07-29T22:34:34.653Z] #77 204.2 CC src/libcrun/libcrun_la-ebpf.lo [2022-07-29T22:34:34.653Z] #77 204.4 CC src/libcrun/libcrun_la-error.lo [2022-07-29T22:34:34.653Z] #77 204.8 CC src/libcrun/libcrun_la-status.lo [2022-07-29T22:34:34.653Z] #77 205.0 CC src/libcrun/libcrun_la-terminal.lo [2022-07-29T22:34:34.653Z] #77 205.1 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-07-29T22:34:34.653Z] #77 205.4 CC src/libcrun/libcrun_la-signals.lo [2022-07-29T22:34:34.653Z] #77 205.6 CC src/libcrun/libcrun_la-mount_flags.lo [2022-07-29T22:34:34.653Z] #77 205.9 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-07-29T22:34:34.653Z] #77 206.3 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-07-29T22:34:34.653Z] #77 207.8 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-07-29T22:34:34.653Z] #77 208.0 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-07-29T22:34:34.653Z] #77 208.5 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-07-29T22:34:34.653Z] #77 208.6 CC tests/init.o [2022-07-29T22:34:34.711Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-07-29T22:34:35.224Z] #77 209.0 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-07-29T22:34:35.639Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-07-29T22:34:35.639Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-07-29T22:34:36.595Z] #28 ... [2022-07-29T22:34:36.595Z] [2022-07-29T22:34:36.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-07-29T22:34:36.595Z] #67 sha256:dcc6752f960aadff3a365449516ba01368742ded0ceb5cb1047eba90c45ab314 [2022-07-29T22:34:36.595Z] #67 5.653 + cd /tmp/tmp.IyxWhskSvO/src/github.com/opencontainers/runc [2022-07-29T22:34:36.595Z] #67 5.653 + git checkout -q v1.1.2 [2022-07-29T22:34:36.595Z] #67 5.946 + '[' -z '' ']' [2022-07-29T22:34:36.595Z] #67 5.946 + target=static [2022-07-29T22:34:36.595Z] #67 5.947 + make BUILDTAGS=seccomp static [2022-07-29T22:34:36.595Z] #67 6.167 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-07-29T22:34:38.155Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-07-29T22:34:39.521Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-07-29T22:34:39.521Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.31s) [2022-07-29T22:34:39.521Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.37s) [2022-07-29T22:34:39.521Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.08s) [2022-07-29T22:34:39.521Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.15s) [2022-07-29T22:34:39.521Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.20s) [2022-07-29T22:34:39.521Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.69s) [2022-07-29T22:34:39.521Z] === RUN TestBuildMultiStageCopy [2022-07-29T22:34:39.521Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-07-29T22:34:41.881Z] #67 ... [2022-07-29T22:34:41.881Z] [2022-07-29T22:34:41.881Z] #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-07-29T22:34:41.881Z] #28 sha256:705cdb354c4fa4d2dbb7c529419f8ce067b45a92853a6c06f6e915cb630d62cc [2022-07-29T22:34:41.881Z] #28 14.41 Fetched 49.2 MB in 14s (3626 kB/s) [2022-07-29T22:34:42.038Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-07-29T22:34:43.026Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-07-29T22:34:43.026Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-07-29T22:34:43.026Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-07-29T22:34:43.404Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-07-29T22:34:44.330Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-07-29T22:34:45.257Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-07-29T22:34:45.556Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-07-29T22:34:46.185Z] --- PASS: TestBuildMultiStageCopy (6.57s) [2022-07-29T22:34:46.185Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.57s) [2022-07-29T22:34:46.185Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-07-29T22:34:46.185Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-07-29T22:34:46.185Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-07-29T22:34:46.185Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-07-29T22:34:46.185Z] === RUN TestBuildMultiStageParentConfig [2022-07-29T22:34:47.457Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-07-29T22:34:48.396Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-07-29T22:34:48.495Z] #28 14.41 Reading package lists... [2022-07-29T22:34:50.929Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-07-29T22:34:51.434Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-07-29T22:34:51.434Z] === RUN TestBuildLabelWithTargets [2022-07-29T22:34:55.079Z] #28 21.01 Reading package lists... [2022-07-29T22:34:56.020Z] #28 27.42 Building dependency tree... [2022-07-29T22:34:56.020Z] #28 29.26 Reading state information... [2022-07-29T22:34:57.129Z] #77 ... [2022-07-29T22:34:57.129Z] [2022-07-29T22:34:57.129Z] #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-07-29T22:34:57.129Z] #47 sha256:227902170f5c3b0aaca2dffd57dac2b8e4f381343477cfee50c90126d3e77ba2 [2022-07-29T22:34:57.129Z] #47 DONE 274.8s [2022-07-29T22:34:57.129Z] [2022-07-29T22:34:57.129Z] #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-07-29T22:34:57.129Z] #64 sha256:2dd93cc70602a5caf31833500699b3fca92c9ebf251bab4302c211bec661a151 [2022-07-29T22:34:57.129Z] #64 ... [2022-07-29T22:34:57.129Z] [2022-07-29T22:34:57.129Z] #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-07-29T22:34:57.129Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:34:57.129Z] #77 230.8 CCLD tests/init [2022-07-29T22:34:57.403Z] #28 30.75 bzip2 is already the newest version (1.0.8-4). [2022-07-29T22:34:57.403Z] #28 30.75 patch is already the newest version (2.7.6-7). [2022-07-29T22:34:57.403Z] #28 30.75 xz-utils is already the newest version (5.2.5-2.1~deb11u1). [2022-07-29T22:34:57.403Z] #28 30.75 The following additional packages will be installed: [2022-07-29T22:34:57.403Z] #28 30.76 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-07-29T22:34:57.403Z] #28 30.76 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-07-29T22:34:57.403Z] #28 30.76 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-07-29T22:34:57.403Z] #28 30.77 python3-pkg-resources vim-runtime xxd [2022-07-29T22:34:57.403Z] #28 30.80 Suggested packages: [2022-07-29T22:34:57.403Z] #28 30.80 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-07-29T22:34:57.403Z] #28 30.80 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-07-29T22:34:57.403Z] #28 30.80 Recommended packages: [2022-07-29T22:34:57.403Z] #28 30.80 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-07-29T22:34:59.025Z] #77 ... [2022-07-29T22:34:59.025Z] [2022-07-29T22:34:59.025Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-07-29T22:34:59.025Z] #48 sha256:987daf9a0fa5f1a417582ade9c9c841984f00634162370a040be96984efb66be [2022-07-29T22:34:59.025Z] #48 DONE 0.7s [2022-07-29T22:34:59.025Z] [2022-07-29T22:34:59.025Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-07-29T22:34:59.025Z] #52 sha256:ca5ab5e9175a6134684cd58cc9b5f4da7d8dd04bd2095c1abd6c9d384e629c2d [2022-07-29T22:34:59.025Z] #52 DONE 0.1s [2022-07-29T22:34:59.025Z] [2022-07-29T22:34:59.025Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-07-29T22:34:59.025Z] #54 sha256:f7b1c29fb92515032dc4473ddf0b6e8ed149b9f5bdd379306f967e91e5a82ebc [2022-07-29T22:34:59.025Z] #54 DONE 0.1s [2022-07-29T22:34:59.025Z] [2022-07-29T22:34:59.025Z] #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-07-29T22:34:59.025Z] #64 sha256:2dd93cc70602a5caf31833500699b3fca92c9ebf251bab4302c211bec661a151 [2022-07-29T22:34:59.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-07-29T22:34:59.314Z] #28 32.39 The following NEW packages will be installed: [2022-07-29T22:34:59.314Z] #28 32.40 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-07-29T22:34:59.314Z] #28 32.40 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-07-29T22:34:59.314Z] #28 32.40 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-07-29T22:34:59.314Z] #28 32.40 libonig5 libprotobuf-c1 libxtables12 libyajl2 net-tools pigz python-pip-whl [2022-07-29T22:34:59.314Z] #28 32.41 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-07-29T22:34:59.314Z] #28 32.41 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-07-29T22:34:59.314Z] #28 32.41 vim-common vim-runtime xfsprogs xxd zip zstd [2022-07-29T22:34:59.517Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-07-29T22:34:59.517Z] === RUN TestBuildWithEmptyLayers [2022-07-29T22:34:59.575Z] #28 32.89 0 upgraded, 45 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:34:59.575Z] #28 32.89 Need to get 18.6 MB of archives. [2022-07-29T22:34:59.575Z] #28 32.89 After this operation, 71.4 MB of additional disk space will be used. [2022-07-29T22:34:59.575Z] #28 32.89 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-07-29T22:34:59.575Z] #28 32.90 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-07-29T22:34:59.575Z] #28 32.90 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-07-29T22:34:59.575Z] #28 32.90 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-07-29T22:34:59.575Z] #28 32.90 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-07-29T22:34:59.575Z] #28 32.91 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-07-29T22:34:59.575Z] #28 32.91 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-07-29T22:34:59.575Z] #28 32.91 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-07-29T22:34:59.575Z] #28 32.93 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-07-29T22:34:59.575Z] #28 32.93 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-07-29T22:34:59.575Z] #28 32.94 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-07-29T22:34:59.575Z] #28 32.94 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-07-29T22:34:59.575Z] #28 32.96 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-07-29T22:34:59.575Z] #28 32.97 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-07-29T22:34:59.575Z] #28 32.97 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-07-29T22:34:59.575Z] #28 32.97 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-07-29T22:34:59.575Z] #28 32.97 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-07-29T22:34:59.575Z] #28 32.97 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-07-29T22:34:59.575Z] #28 32.98 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-07-29T22:34:59.575Z] #28 32.98 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-07-29T22:34:59.575Z] #28 32.99 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-07-29T22:34:59.575Z] #28 32.99 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-07-29T22:34:59.575Z] #28 33.00 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-07-29T22:34:59.575Z] #28 33.00 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-07-29T22:34:59.575Z] #28 33.00 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-07-29T22:34:59.575Z] #28 33.00 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-07-29T22:34:59.575Z] #28 33.00 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-07-29T22:34:59.575Z] #28 33.01 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-07-29T22:34:59.575Z] #28 33.01 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-07-29T22:34:59.575Z] #28 33.01 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-07-29T22:34:59.575Z] #28 33.01 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-07-29T22:34:59.575Z] #28 33.06 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-07-29T22:34:59.835Z] #28 33.06 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-07-29T22:34:59.835Z] #28 33.06 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-07-29T22:34:59.835Z] #28 33.06 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-07-29T22:34:59.835Z] #28 33.07 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-07-29T22:34:59.835Z] #28 33.07 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-07-29T22:34:59.835Z] #28 33.07 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-07-29T22:34:59.835Z] #28 33.09 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-07-29T22:34:59.835Z] #28 33.10 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-07-29T22:34:59.835Z] #28 33.11 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-07-29T22:34:59.835Z] #28 33.20 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-07-29T22:34:59.835Z] #28 33.22 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-07-29T22:34:59.835Z] #28 33.23 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-07-29T22:34:59.835Z] #28 33.24 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-07-29T22:35:00.405Z] #28 33.94 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:35:00.978Z] #28 34.25 Fetched 18.6 MB in 1s (27.2 MB/s) [2022-07-29T22:35:00.978Z] #28 34.32 Selecting previously unselected package pigz. [2022-07-29T22:35:00.978Z] #28 34.32 (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 ... 40116 files and directories currently installed.) [2022-07-29T22:35:00.978Z] #28 34.39 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-07-29T22:35:00.978Z] #28 34.41 Unpacking pigz (2.6-1) ... [2022-07-29T22:35:01.238Z] #28 34.56 Selecting previously unselected package libelf1:amd64. [2022-07-29T22:35:01.238Z] #28 34.56 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-07-29T22:35:01.238Z] #28 34.61 Unpacking libelf1:amd64 (0.183-1) ... [2022-07-29T22:35:01.238Z] #28 34.75 Selecting previously unselected package libbpf0:amd64. [2022-07-29T22:35:01.498Z] #28 34.75 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-07-29T22:35:01.498Z] #28 34.77 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-07-29T22:35:01.498Z] #28 34.86 Selecting previously unselected package libcap2:amd64. [2022-07-29T22:35:01.498Z] #28 34.86 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-07-29T22:35:01.498Z] #28 34.87 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-07-29T22:35:01.498Z] #28 34.93 Selecting previously unselected package libmnl0:amd64. [2022-07-29T22:35:01.498Z] #28 34.93 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-07-29T22:35:01.498Z] #28 34.94 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-07-29T22:35:01.757Z] #28 34.99 Selecting previously unselected package libxtables12:amd64. [2022-07-29T22:35:01.757Z] #28 35.00 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-07-29T22:35:01.757Z] #28 35.01 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-07-29T22:35:01.757Z] #28 35.05 Selecting previously unselected package libcap2-bin. [2022-07-29T22:35:01.757Z] #28 35.06 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-07-29T22:35:01.757Z] #28 35.07 Unpacking libcap2-bin (1:2.44-1) ... [2022-07-29T22:35:01.757Z] #28 35.14 Selecting previously unselected package iproute2. [2022-07-29T22:35:01.757Z] #28 35.15 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-07-29T22:35:01.757Z] #28 35.15 Unpacking iproute2 (5.10.0-4) ... [2022-07-29T22:35:02.018Z] #28 35.49 Selecting previously unselected package xxd. [2022-07-29T22:35:02.018Z] #28 35.49 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-07-29T22:35:02.018Z] #28 35.50 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:35:02.032Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-07-29T22:35:02.032Z] === RUN TestBuildMultiStageOnBuild [2022-07-29T22:35:02.279Z] #28 35.60 Selecting previously unselected package vim-common. [2022-07-29T22:35:02.279Z] #28 35.60 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-07-29T22:35:02.279Z] #28 35.62 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:35:02.279Z] #28 35.74 Selecting previously unselected package bash-completion. [2022-07-29T22:35:02.331Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-07-29T22:35:02.539Z] #28 35.75 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-07-29T22:35:03.924Z] #28 37.01 Unpacking bash-completion (1:2.11-2) ... [2022-07-29T22:35:03.924Z] #28 37.32 Selecting previously unselected package apparmor. [2022-07-29T22:35:03.924Z] #28 37.33 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-07-29T22:35:04.185Z] #28 37.38 Unpacking apparmor (2.13.6-10) ... [2022-07-29T22:35:04.185Z] #28 37.63 Selecting previously unselected package inetutils-ping. [2022-07-29T22:35:04.185Z] #28 37.64 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-07-29T22:35:04.185Z] #28 37.64 Unpacking inetutils-ping (2:2.0-1) ... [2022-07-29T22:35:04.185Z] #28 37.73 Selecting previously unselected package libip4tc2:amd64. [2022-07-29T22:35:04.458Z] #28 37.74 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-07-29T22:35:04.458Z] #28 37.75 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-07-29T22:35:04.458Z] #28 37.84 Selecting previously unselected package libip6tc2:amd64. [2022-07-29T22:35:04.458Z] #28 37.84 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-07-29T22:35:04.458Z] #28 37.85 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-07-29T22:35:04.458Z] #28 37.90 Selecting previously unselected package libnfnetlink0:amd64. [2022-07-29T22:35:04.458Z] #28 37.91 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-07-29T22:35:04.458Z] #28 37.92 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-07-29T22:35:04.458Z] #28 37.98 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-07-29T22:35:04.718Z] #28 37.98 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-07-29T22:35:04.718Z] #28 37.99 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-07-29T22:35:04.718Z] #28 38.06 Selecting previously unselected package libnftnl11:amd64. [2022-07-29T22:35:04.718Z] #28 38.06 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-07-29T22:35:04.718Z] #28 38.08 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-07-29T22:35:04.718Z] #28 38.15 Selecting previously unselected package iptables. [2022-07-29T22:35:04.718Z] #28 38.16 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-07-29T22:35:04.718Z] #28 38.17 Unpacking iptables (1.8.7-1) ... [2022-07-29T22:35:04.876Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-07-29T22:35:04.978Z] #28 38.35 Selecting previously unselected package libonig5:amd64. [2022-07-29T22:35:04.978Z] #28 38.37 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-07-29T22:35:04.978Z] #28 38.38 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-07-29T22:35:04.978Z] #28 38.47 Selecting previously unselected package libjq1:amd64. [2022-07-29T22:35:04.978Z] #28 38.47 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-07-29T22:35:05.244Z] #28 38.48 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-07-29T22:35:05.244Z] #28 38.55 Selecting previously unselected package jq. [2022-07-29T22:35:05.244Z] #28 38.56 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-07-29T22:35:05.244Z] #28 38.57 Unpacking jq (1.6-2.1) ... [2022-07-29T22:35:05.244Z] #28 38.65 Selecting previously unselected package libaio1:amd64. [2022-07-29T22:35:05.244Z] #28 38.66 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-07-29T22:35:05.244Z] #28 38.67 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-07-29T22:35:05.244Z] #28 38.74 Selecting previously unselected package libgpm2:amd64. [2022-07-29T22:35:05.504Z] #28 38.75 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-07-29T22:35:05.504Z] #28 38.76 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-07-29T22:35:05.504Z] #28 38.82 Selecting previously unselected package libinih1:amd64. [2022-07-29T22:35:05.504Z] #28 38.82 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-07-29T22:35:05.504Z] #28 38.84 Unpacking libinih1:amd64 (53-1+b2) ... [2022-07-29T22:35:05.504Z] #28 38.91 Selecting previously unselected package libnet1:amd64. [2022-07-29T22:35:05.504Z] #28 38.92 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-07-29T22:35:05.504Z] #28 38.92 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-07-29T22:35:05.765Z] #28 38.99 Selecting previously unselected package libnl-3-200:amd64. [2022-07-29T22:35:05.765Z] #28 39.00 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-07-29T22:35:05.765Z] #28 39.00 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-07-29T22:35:05.765Z] #28 39.06 Selecting previously unselected package libprotobuf-c1:amd64. [2022-07-29T22:35:05.765Z] #28 39.07 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-07-29T22:35:05.765Z] #28 39.07 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-07-29T22:35:05.765Z] #28 39.13 Selecting previously unselected package libyajl2:amd64. [2022-07-29T22:35:05.765Z] #28 39.14 Preparing to unpack .../28-libyajl2_2.1.0-3_amd64.deb ... [2022-07-29T22:35:05.765Z] #28 39.15 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-07-29T22:35:05.765Z] #28 39.20 Selecting previously unselected package net-tools. [2022-07-29T22:35:05.765Z] #28 39.20 Preparing to unpack .../29-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-07-29T22:35:05.765Z] #28 39.21 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-07-29T22:35:06.025Z] #28 39.34 Selecting previously unselected package python-pip-whl. [2022-07-29T22:35:06.025Z] #28 39.34 Preparing to unpack .../30-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-07-29T22:35:06.025Z] #28 39.35 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-07-29T22:35:06.254Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-07-29T22:35:06.285Z] #28 39.59 Selecting previously unselected package python3-lib2to3. [2022-07-29T22:35:06.285Z] #28 39.59 Preparing to unpack .../31-python3-lib2to3_3.9.2-1_all.deb ... [2022-07-29T22:35:06.285Z] #28 39.60 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-07-29T22:35:06.285Z] #28 39.69 Selecting previously unselected package python3-distutils. [2022-07-29T22:35:06.285Z] #28 39.70 Preparing to unpack .../32-python3-distutils_3.9.2-1_all.deb ... [2022-07-29T22:35:06.285Z] #28 39.70 Unpacking python3-distutils (3.9.2-1) ... [2022-07-29T22:35:06.285Z] #28 39.80 Selecting previously unselected package python3-pkg-resources. [2022-07-29T22:35:06.546Z] #28 39.80 Preparing to unpack .../33-python3-pkg-resources_52.0.0-4_all.deb ... [2022-07-29T22:35:06.546Z] #28 39.82 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-07-29T22:35:06.546Z] #28 39.90 Selecting previously unselected package python3-setuptools. [2022-07-29T22:35:06.546Z] #28 39.91 Preparing to unpack .../34-python3-setuptools_52.0.0-4_all.deb ... [2022-07-29T22:35:06.546Z] #28 39.92 Unpacking python3-setuptools (52.0.0-4) ... [2022-07-29T22:35:06.806Z] #28 40.09 Selecting previously unselected package python3-wheel. [2022-07-29T22:35:06.806Z] #28 40.10 Preparing to unpack .../35-python3-wheel_0.34.2-1_all.deb ... [2022-07-29T22:35:06.806Z] #28 40.10 Unpacking python3-wheel (0.34.2-1) ... [2022-07-29T22:35:06.806Z] #28 40.16 Selecting previously unselected package python3-pip. [2022-07-29T22:35:06.806Z] #28 40.17 Preparing to unpack .../36-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-07-29T22:35:06.806Z] #28 40.18 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-07-29T22:35:07.067Z] #28 40.34 Selecting previously unselected package sudo. [2022-07-29T22:35:07.067Z] #28 40.34 Preparing to unpack .../37-sudo_1.9.5p2-3_amd64.deb ... [2022-07-29T22:35:07.067Z] #28 40.35 Unpacking sudo (1.9.5p2-3) ... [2022-07-29T22:35:07.067Z] #28 ... [2022-07-29T22:35:07.067Z] [2022-07-29T22:35:07.067Z] #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-07-29T22:35:07.067Z] #71 sha256:1ac2f95a3508e8927eadeaaf2d3c62644e0abf3b397f0452cbb826f3af019795 [2022-07-29T22:35:07.067Z] #71 103.5 + bin/containerd [2022-07-29T22:35:07.305Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-07-29T22:35:07.305Z] === RUN TestBuildUncleanTarFilenames [2022-07-29T22:35:07.867Z] --- PASS: TestBuildUncleanTarFilenames (0.64s) [2022-07-29T22:35:07.867Z] === RUN TestBuildMultiStageLayerLeak [2022-07-29T22:35:09.541Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-07-29T22:35:11.446Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-07-29T22:35:12.032Z] --- PASS: TestBuildMultiStageLayerLeak (4.36s) [2022-07-29T22:35:12.032Z] === RUN TestBuildWithHugeFile [2022-07-29T22:35:12.368Z] #71 ... [2022-07-29T22:35:12.368Z] [2022-07-29T22:35:12.368Z] #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-07-29T22:35:12.368Z] #28 sha256:705cdb354c4fa4d2dbb7c529419f8ce067b45a92853a6c06f6e915cb630d62cc [2022-07-29T22:35:12.368Z] #28 40.63 Selecting previously unselected package thin-provisioning-tools. [2022-07-29T22:35:12.368Z] #28 40.64 Preparing to unpack .../38-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-07-29T22:35:12.368Z] #28 40.65 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-07-29T22:35:12.368Z] #28 40.83 Selecting previously unselected package uidmap. [2022-07-29T22:35:12.368Z] #28 40.83 Preparing to unpack .../39-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-07-29T22:35:12.368Z] #28 40.84 Unpacking uidmap (1:4.8.1-1) ... [2022-07-29T22:35:12.368Z] #28 40.96 Selecting previously unselected package vim-runtime. [2022-07-29T22:35:12.368Z] #28 40.96 Preparing to unpack .../40-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-07-29T22:35:12.368Z] #28 40.98 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-07-29T22:35:12.368Z] #28 41.01 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-07-29T22:35:12.368Z] #28 41.03 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:35:12.368Z] #28 42.75 Selecting previously unselected package vim. [2022-07-29T22:35:12.368Z] #28 42.76 Preparing to unpack .../41-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-07-29T22:35:12.368Z] #28 42.78 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:35:12.368Z] #28 43.15 Selecting previously unselected package xfsprogs. [2022-07-29T22:35:12.368Z] #28 43.17 Preparing to unpack .../42-xfsprogs_5.10.0-4_amd64.deb ... [2022-07-29T22:35:12.368Z] #28 43.17 Unpacking xfsprogs (5.10.0-4) ... [2022-07-29T22:35:12.368Z] #28 43.45 Selecting previously unselected package zip. [2022-07-29T22:35:12.368Z] #28 43.46 Preparing to unpack .../43-zip_3.0-12_amd64.deb ... [2022-07-29T22:35:12.368Z] #28 43.48 Unpacking zip (3.0-12) ... [2022-07-29T22:35:12.368Z] #28 43.57 Selecting previously unselected package zstd. [2022-07-29T22:35:12.368Z] #28 43.59 Preparing to unpack .../44-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-07-29T22:35:12.368Z] #28 43.59 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-07-29T22:35:12.368Z] #28 43.86 Setting up python3-pkg-resources (52.0.0-4) ... [2022-07-29T22:35:12.369Z] #28 44.37 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-07-29T22:35:12.369Z] #28 44.38 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-07-29T22:35:12.369Z] #28 44.39 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-07-29T22:35:12.369Z] #28 44.41 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-07-29T22:35:12.369Z] #28 44.42 Setting up libinih1:amd64 (53-1+b2) ... [2022-07-29T22:35:12.369Z] #28 44.44 Setting up uidmap (1:4.8.1-1) ... [2022-07-29T22:35:12.369Z] #28 44.45 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-07-29T22:35:12.369Z] #28 44.47 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-07-29T22:35:12.369Z] #28 44.48 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-07-29T22:35:12.369Z] #28 44.50 Setting up python3-wheel (0.34.2-1) ... [2022-07-29T22:35:12.369Z] #28 44.93 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:35:12.369Z] #28 44.95 Setting up libcap2:amd64 (1:2.44-1) ... [2022-07-29T22:35:12.369Z] #28 44.97 Setting up libcap2-bin (1:2.44-1) ... [2022-07-29T22:35:12.369Z] #28 44.99 Setting up apparmor (2.13.6-10) ... [2022-07-29T22:35:12.940Z] #28 46.25 Setting up zip (3.0-12) ... [2022-07-29T22:35:12.940Z] #28 46.26 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:35:12.940Z] #28 46.30 Setting up bash-completion (1:2.11-2) ... [2022-07-29T22:35:14.322Z] #28 47.66 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-07-29T22:35:14.322Z] #28 47.67 Setting up sudo (1.9.5p2-3) ... [2022-07-29T22:35:14.322Z] #28 47.74 invoke-rc.d: could not determine current runlevel [2022-07-29T22:35:14.322Z] #28 47.75 invoke-rc.d: policy-rc.d denied execution of start. [2022-07-29T22:35:14.322Z] #28 47.76 Setting up xfsprogs (5.10.0-4) ... [2022-07-29T22:35:14.322Z] #28 47.77 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-07-29T22:35:14.322Z] #28 47.78 Setting up inetutils-ping (2:2.0-1) ... [2022-07-29T22:35:14.322Z] #28 47.80 Setting up pigz (2.6-1) ... [2022-07-29T22:35:14.322Z] #28 47.81 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-07-29T22:35:14.322Z] #28 47.83 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-07-29T22:35:14.322Z] #28 47.85 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-07-29T22:35:14.322Z] #28 47.87 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:35:14.734Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-07-29T22:35:14.894Z] #28 48.34 Setting up libaio1:amd64 (0.3.112-9) ... [2022-07-29T22:35:14.894Z] #28 48.35 Setting up python3-lib2to3 (3.9.2-1) ... [2022-07-29T22:35:15.415Z] #28 48.62 Setting up libelf1:amd64 (0.183-1) ... [2022-07-29T22:35:15.416Z] #28 48.63 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-07-29T22:35:15.416Z] #28 48.65 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-07-29T22:35:15.416Z] #28 48.66 Setting up python3-distutils (3.9.2-1) ... [2022-07-29T22:35:15.676Z] #28 48.97 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-07-29T22:35:15.676Z] #28 48.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-07-29T22:35:15.676Z] #28 48.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-07-29T22:35:15.676Z] #28 49.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-07-29T22:35:15.676Z] #28 49.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-07-29T22:35:15.676Z] #28 49.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-07-29T22:35:15.676Z] #28 49.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-07-29T22:35:15.676Z] #28 49.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-07-29T22:35:15.676Z] #28 49.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-07-29T22:35:15.676Z] #28 49.06 Setting up python3-setuptools (52.0.0-4) ... [2022-07-29T22:35:16.617Z] #28 49.87 Setting up libjq1:amd64 (1.6-2.1) ... [2022-07-29T22:35:16.617Z] #28 49.88 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-07-29T22:35:16.617Z] #28 49.90 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-07-29T22:35:16.617Z] #28 49.91 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-07-29T22:35:17.087Z] #64 ... [2022-07-29T22:35:17.087Z] [2022-07-29T22:35:17.087Z] #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-07-29T22:35:17.087Z] #77 sha256:351a490e82d935ea30a504cc3ff421e4058a1d93607722b1f45fd70f602b0f66 [2022-07-29T22:35:17.087Z] #77 250.7 AR libcrun_testing.a [2022-07-29T22:35:17.087Z] #77 250.7 ar: `u' modifier ignored since `D' is the default (see `U') [2022-07-29T22:35:17.087Z] #77 250.8 CCLD tests/tests_libcrun_utils [2022-07-29T22:35:17.087Z] #77 250.8 CCLD tests/tests_libcrun_errors [2022-07-29T22:35:17.087Z] #77 250.9 CCLD tests/tests_libcrun_fuzzer [2022-07-29T22:35:17.189Z] #28 50.60 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-07-29T22:35:17.189Z] #28 50.61 Setting up jq (1.6-2.1) ... [2022-07-29T22:35:17.189Z] #28 50.63 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-07-29T22:35:17.189Z] #28 50.66 Setting up iptables (1.8.7-1) ... [2022-07-29T22:35:17.189Z] #28 50.67 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-07-29T22:35:17.189Z] #28 50.68 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-07-29T22:35:17.189Z] #28 50.69 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-07-29T22:35:17.189Z] #28 50.69 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-07-29T22:35:17.189Z] #28 50.70 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-07-29T22:35:17.281Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-07-29T22:35:17.344Z] #77 251.2 CCLD libcrun.la [2022-07-29T22:35:17.450Z] #28 50.70 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-07-29T22:35:17.450Z] #28 50.71 Setting up iproute2 (5.10.0-4) ... [2022-07-29T22:35:17.451Z] #28 50.99 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:35:18.022Z] #28 DONE 51.6s [2022-07-29T22:35:18.022Z] [2022-07-29T22:35:18.022Z] #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-07-29T22:35:18.022Z] #71 sha256:1ac2f95a3508e8927eadeaaf2d3c62644e0abf3b397f0452cbb826f3af019795 [2022-07-29T22:35:18.136Z] #64 274.4 # github.com/containerd/containerd/cmd/containerd [2022-07-29T22:35:18.136Z] #64 274.4 /usr/bin/ld: /tmp/go-link-805000300/000019.o: in function `New': [2022-07-29T22:35:18.136Z] #64 274.4 /tmp/tmp.VHvTWo5CKH/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-07-29T22:35:18.136Z] #64 274.5 + bin/containerd-stress [2022-07-29T22:35:18.136Z] #64 275.5 + bin/containerd-shim [2022-07-29T22:35:18.282Z] #71 ... [2022-07-29T22:35:18.282Z] [2022-07-29T22:35:18.282Z] #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-07-29T22:35:18.282Z] #29 sha256:8f89d23f551f34539b538b15fa7671b297193be1ad73df0c01728de73469b2f0 [2022-07-29T22:35:18.713Z] #77 252.4 CCLD crun [2022-07-29T22:35:19.225Z] #29 0.819 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-07-29T22:35:19.225Z] #29 0.824 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-07-29T22:35:19.225Z] #29 0.827 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-07-29T22:35:19.225Z] #29 DONE 0.9s [2022-07-29T22:35:19.225Z] [2022-07-29T22:35:19.225Z] #30 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-07-29T22:35:19.225Z] #30 sha256:a0fc943e344d4d09dbffd3630de2b12bbd1d335e3e097356969b215968830846 [2022-07-29T22:35:19.275Z] #77 253.0 make[3]: Entering directory '/tmp/crun-build' [2022-07-29T22:35:19.531Z] #77 253.2 /bin/mkdir -p '/usr/local/lib' [2022-07-29T22:35:19.531Z] #77 253.2 /bin/mkdir -p '/usr/local/share/man/man1' [2022-07-29T22:35:19.531Z] #77 253.2 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-07-29T22:35:19.531Z] #77 253.3 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-07-29T22:35:19.531Z] #77 253.3 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-07-29T22:35:19.531Z] #77 253.3 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-07-29T22:35:19.788Z] #77 253.3 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-07-29T22:35:19.788Z] #77 253.4 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-07-29T22:35:19.788Z] #77 253.6 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-07-29T22:35:19.788Z] #77 253.6 ---------------------------------------------------------------------- [2022-07-29T22:35:19.788Z] #77 253.6 Libraries have been installed in: [2022-07-29T22:35:19.788Z] #77 253.6 /usr/local/lib [2022-07-29T22:35:19.788Z] #77 253.6 [2022-07-29T22:35:19.788Z] #77 253.6 If you ever happen to want to link against installed libraries [2022-07-29T22:35:19.788Z] #77 253.6 in a given directory, LIBDIR, you must either use libtool, and [2022-07-29T22:35:19.788Z] #77 253.6 specify the full pathname of the library, or use the '-LLIBDIR' [2022-07-29T22:35:19.788Z] #77 253.6 flag during linking and do at least one of the following: [2022-07-29T22:35:19.788Z] #77 253.6 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-07-29T22:35:19.788Z] #77 253.6 during execution [2022-07-29T22:35:19.788Z] #77 253.6 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-07-29T22:35:19.788Z] #77 253.6 during linking [2022-07-29T22:35:19.788Z] #77 253.6 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-07-29T22:35:19.788Z] #77 253.6 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-07-29T22:35:19.788Z] #77 253.6 [2022-07-29T22:35:19.788Z] #77 253.6 See any operating system documentation about shared libraries for [2022-07-29T22:35:19.788Z] #77 253.6 more information, such as the ld(1) and ld.so(8) manual pages. [2022-07-29T22:35:19.788Z] #77 253.6 ---------------------------------------------------------------------- [2022-07-29T22:35:19.788Z] #77 253.6 /bin/mkdir -p '/build' [2022-07-29T22:35:19.788Z] #77 253.6 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-07-29T22:35:19.788Z] #77 253.7 libtool: install: /usr/bin/install -c crun /build/crun [2022-07-29T22:35:19.813Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-07-29T22:35:20.038Z] #64 283.9 + bin/containerd-shim-runc-v1 [2022-07-29T22:35:20.044Z] #77 253.7 make[3]: Leaving directory '/tmp/crun-build' [2022-07-29T22:35:20.044Z] #77 253.7 make[2]: Leaving directory '/tmp/crun-build' [2022-07-29T22:35:20.044Z] #77 253.7 make[1]: Leaving directory '/tmp/crun-build' [2022-07-29T22:35:20.301Z] #77 DONE 253.9s [2022-07-29T22:35:20.301Z] [2022-07-29T22:35:20.301Z] #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-07-29T22:35:20.301Z] #60 sha256:ee661ab7e7f330401c6723515f2538cd2dd3d4d61bf4f56e7dffa90bcda66f26 [2022-07-29T22:35:22.346Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-07-29T22:35:22.346Z] Using test binary docker [2022-07-29T22:35:22.346Z] +++ /etc/init.d/apparmor start [2022-07-29T22:35:22.346Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-07-29T22:35:22.346Z] INFO: Waiting for daemon to start... [2022-07-29T22:35:22.346Z] Starting dockerd [2022-07-29T22:35:22.346Z] +++ 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-07-29T22:35:24.250Z] . [2022-07-29T22:35:24.250Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-07-29T22:35:24.509Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-07-29T22:35:24.509Z] Error: No such image: emptyfs [2022-07-29T22:35:24.509Z] ++++ docker load [2022-07-29T22:35:24.509Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-07-29T22:35:25.077Z] Running integration-test (iteration 1) [2022-07-29T22:35:25.078Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-07-29T22:35:25.078Z] ++ 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-07-29T22:35:25.078Z] ++ set -e [2022-07-29T22:35:25.078Z] ++ '[' -n 0 ']' [2022-07-29T22:35:25.078Z] ++ set -x [2022-07-29T22:35:25.078Z] ++ 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-07-29T22:35:25.306Z] #64 288.7 + bin/containerd-shim-runc-v2 [2022-07-29T22:35:25.306Z] #64 289.4 + binaries [2022-07-29T22:35:25.564Z] #64 289.4 + install -D bin/containerd /build/containerd [2022-07-29T22:35:25.564Z] #64 289.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-07-29T22:35:25.564Z] #64 289.5 + install -D bin/ctr /build/ctr [2022-07-29T22:35:26.014Z] Loaded image: busybox:latest [2022-07-29T22:35:26.274Z] Loaded image: busybox:glibc [2022-07-29T22:35:27.360Z] #30 7.566 Collecting yamllint==1.26.1 [2022-07-29T22:35:27.621Z] #30 8.625 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-07-29T22:35:28.563Z] #30 9.357 Collecting pathspec>=0.5.3 [2022-07-29T22:35:28.563Z] #30 9.371 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-07-29T22:35:28.823Z] #30 9.608 Collecting pyyaml [2022-07-29T22:35:28.823Z] #30 9.627 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-07-29T22:35:28.823Z] #30 9.668 Building wheels for collected packages: yamllint [2022-07-29T22:35:28.823Z] #30 9.669 Building wheel for yamllint (setup.py): started [2022-07-29T22:35:28.846Z] #64 DONE 292.3s [2022-07-29T22:35:29.394Z] #30 10.31 Building wheel for yamllint (setup.py): finished with status 'done' [2022-07-29T22:35:29.394Z] #30 10.31 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=fbe4ff4fe2d11210d00acf74b12e57716fe8bd33952120b226cb42ae46bbc35b [2022-07-29T22:35:29.394Z] #30 10.31 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-07-29T22:35:29.394Z] #30 10.31 Successfully built yamllint [2022-07-29T22:35:29.394Z] #30 10.33 Installing collected packages: pyyaml, pathspec, yamllint [2022-07-29T22:35:29.413Z] [2022-07-29T22:35:29.413Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-07-29T22:35:29.413Z] #65 sha256:44d24eadb073d84c711039983fc951fe5046c1302c5d4d85dcb02e687f4968fc [2022-07-29T22:35:29.655Z] #30 10.57 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-07-29T22:35:29.920Z] #30 DONE 10.9s [2022-07-29T22:35:29.920Z] [2022-07-29T22:35:29.920Z] #34 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-07-29T22:35:29.920Z] #34 sha256:b53a4bb2521a0097a2149df53067a44deb97d4bbefa551374a1beaac5ad0802a [2022-07-29T22:35:30.180Z] #34 DONE 0.3s [2022-07-29T22:35:30.180Z] [2022-07-29T22:35:30.180Z] #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-07-29T22:35:30.180Z] #67 sha256:dcc6752f960aadff3a365449516ba01368742ded0ceb5cb1047eba90c45ab314 [2022-07-29T22:35:30.448Z] #67 ... [2022-07-29T22:35:30.448Z] [2022-07-29T22:35:30.448Z] #39 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-07-29T22:35:30.448Z] #39 sha256:ec37a4be4dc6a980d649b9bc193ee6b57fdb24cf63018805424155f2dcdbb21d [2022-07-29T22:35:30.448Z] #39 DONE 0.2s [2022-07-29T22:35:30.448Z] [2022-07-29T22:35:30.448Z] #42 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-07-29T22:35:30.448Z] #42 sha256:53f69f93e72c3f9490c3c9d7420b24fc78d0877a2df4af1745494ce9fb129abf [2022-07-29T22:35:30.464Z] Loaded image: debian:bullseye-slim [2022-07-29T22:35:30.464Z] Loaded image: hello-world:latest [2022-07-29T22:35:30.710Z] #42 DONE 0.1s [2022-07-29T22:35:30.710Z] [2022-07-29T22:35:30.710Z] #44 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-07-29T22:35:30.710Z] #44 sha256:c2ea05b918ff312201cb8e6a4683e0f344e8a82d8d73b7eb947e41ba4ce62873 [2022-07-29T22:35:30.710Z] #44 DONE 0.1s [2022-07-29T22:35:30.710Z] [2022-07-29T22:35:30.710Z] #46 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-07-29T22:35:30.710Z] #46 sha256:1361df37268a75a350033922a109750e01b7c30b3ba9c1ec0c54d8cf327679f5 [2022-07-29T22:35:30.710Z] #46 DONE 0.1s [2022-07-29T22:35:30.710Z] [2022-07-29T22:35:30.710Z] #48 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-07-29T22:35:30.710Z] #48 sha256:00641e6695098c8e99969ff70bea81c2e156ab874492de92c1ecd820f4ba17a8 [2022-07-29T22:35:30.723Z] Loaded image: arm32v7/hello-world:latest [2022-07-29T22:35:30.723Z] INFO: Testing against a local daemon [2022-07-29T22:35:30.723Z] === RUN TestCgroupNamespacesBuild [2022-07-29T22:35:30.786Z] #65 DONE 1.5s [2022-07-29T22:35:30.786Z] [2022-07-29T22:35:30.786Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-07-29T22:35:30.786Z] #70 sha256:86193901e9ad7bdba9cad5f2fa1c3f7b23d93aba2ff4654ac485bc507d26ed7e [2022-07-29T22:35:30.971Z] #48 DONE 0.1s [2022-07-29T22:35:30.971Z] [2022-07-29T22:35:30.971Z] #52 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-07-29T22:35:30.971Z] #52 sha256:7facb9065e407a6d6ce0223445025906f4fbf59e771ae616518c2a343dafe19e [2022-07-29T22:35:30.971Z] #52 DONE 0.1s [2022-07-29T22:35:30.971Z] [2022-07-29T22:35:30.971Z] #55 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-07-29T22:35:30.971Z] #55 sha256:8e8a51447b472d90acf7bb99e9e5d8c9e3936a2160911e0a1bdaa74b89bf7a39 [2022-07-29T22:35:30.971Z] #55 DONE 0.1s [2022-07-29T22:35:30.971Z] [2022-07-29T22:35:30.971Z] #59 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-07-29T22:35:30.971Z] #59 sha256:cdb6434b884f1b57f04c3c02c71ab2492a627641a4c5cd1cae008428144b7834 [2022-07-29T22:35:30.971Z] #59 DONE 0.1s [2022-07-29T22:35:30.971Z] [2022-07-29T22:35:30.971Z] #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-07-29T22:35:30.971Z] #67 sha256:dcc6752f960aadff3a365449516ba01368742ded0ceb5cb1047eba90c45ab314 [2022-07-29T22:35:31.044Z] #70 DONE 0.3s [2022-07-29T22:35:31.045Z] [2022-07-29T22:35:31.045Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-07-29T22:35:31.045Z] #75 sha256:add4cce2bdee04647eaad87489b920402ee79061c00861e59d79540c9c3930cc [2022-07-29T22:35:31.232Z] #67 ... [2022-07-29T22:35:31.232Z] [2022-07-29T22:35:31.232Z] #61 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-07-29T22:35:31.233Z] #61 sha256:97b146122d8c95f60b1e6be2405f5eeda95e3ceb2a7c7da1bd32db1bdf4ef88b [2022-07-29T22:35:31.233Z] #61 DONE 0.1s [2022-07-29T22:35:31.233Z] [2022-07-29T22:35:31.233Z] #63 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-07-29T22:35:31.233Z] #63 sha256:486cc9698e11995157b99a441adb720f0fcda28f0f5af1fd86bcdac19bd603b4 [2022-07-29T22:35:31.233Z] #63 DONE 0.2s [2022-07-29T22:35:31.233Z] [2022-07-29T22:35:31.233Z] #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-07-29T22:35:31.233Z] #67 sha256:dcc6752f960aadff3a365449516ba01368742ded0ceb5cb1047eba90c45ab314 [2022-07-29T22:35:31.498Z] #67 ... [2022-07-29T22:35:31.498Z] [2022-07-29T22:35:31.498Z] #65 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-07-29T22:35:31.498Z] #65 sha256:753f026ca7db179b758d2b20688840e19ee6b8818e1361f48703ca10c0a8dd07 [2022-07-29T22:35:31.498Z] #65 DONE 0.1s [2022-07-29T22:35:31.758Z] [2022-07-29T22:35:31.758Z] #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-07-29T22:35:31.758Z] #67 sha256:dcc6752f960aadff3a365449516ba01368742ded0ceb5cb1047eba90c45ab314 [2022-07-29T22:35:32.944Z] #75 DONE 1.7s [2022-07-29T22:35:32.944Z] [2022-07-29T22:35:32.944Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-07-29T22:35:32.944Z] #78 sha256:3cd6bfb93c6d7acd498bc4f5e07385268793d3435d81996ac3d052a2fe7704af [2022-07-29T22:35:32.944Z] #78 DONE 0.1s [2022-07-29T22:35:32.944Z] [2022-07-29T22:35:32.944Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-07-29T22:35:32.944Z] #79 sha256:0570a181018a1313998d3217cd9f5903ab1bd85739cb27d3465e72654fdf065f [2022-07-29T22:35:32.944Z] #79 DONE 0.1s [2022-07-29T22:35:32.944Z] [2022-07-29T22:35:32.944Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-07-29T22:35:32.944Z] #80 sha256:7d50a504019fe11d01c696ded7a8d0b21d97e5e16eb0c1aa58e6a79fdea09b3f [2022-07-29T22:35:32.944Z] #80 DONE 0.0s [2022-07-29T22:35:32.944Z] [2022-07-29T22:35:32.944Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-07-29T22:35:32.944Z] #81 sha256:d41a4f51a16ef7ae29d90d8e9746482244fad32e12c37de8601161e5963a279b [2022-07-29T22:35:33.255Z] --- PASS: TestCgroupNamespacesBuild (2.33s) [2022-07-29T22:35:33.256Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-07-29T22:35:33.879Z] #81 DONE 0.9s [2022-07-29T22:35:33.879Z] [2022-07-29T22:35:33.879Z] #82 exporting to image [2022-07-29T22:35:33.879Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-07-29T22:35:33.879Z] #82 exporting layers [2022-07-29T22:35:35.159Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.09s) [2022-07-29T22:35:35.159Z] === RUN TestBuildWithSession [2022-07-29T22:35:35.159Z] build_session_test.go:25: TODO: BuildKit [2022-07-29T22:35:35.159Z] --- SKIP: TestBuildWithSession (0.00s) [2022-07-29T22:35:35.159Z] === RUN TestBuildSquashParent [2022-07-29T22:35:37.164Z] #82 exporting layers 3.4s done [2022-07-29T22:35:37.164Z] #82 writing image sha256:a52434eef05e98a4293e0b8ff7bcdd0cd0bf680005db6e42670c3c6a42484458 done [2022-07-29T22:35:37.164Z] #82 naming to docker.io/library/docker:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 done [2022-07-29T22:35:37.164Z] #82 DONE 3.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-07-29T22:35:37.483Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-07-29T22:35:37.767Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43885/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 hack/test/unit [2022-07-29T22:35:38.360Z] #60 184.8 + mkdir -p /build [2022-07-29T22:35:38.360Z] #60 184.8 + cp runc /build/runc [2022-07-29T22:35:39.302Z] #60 DONE 185.9s [2022-07-29T22:35:39.302Z] [2022-07-29T22:35:39.302Z] #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.46.2" && /build/golangci-lint --version [2022-07-29T22:35:39.302Z] #55 sha256:986d8658b96ca0781216293b2573c6adacf583f00e7f79d984c50d9576e50c57 [2022-07-29T22:35:39.302Z] #55 318.6 golangci-lint has version v1.46.2 built from (unknown, mod sum: "h1:o90t/Xa6dhJbvy8Bz2RpzUXqrkigp19DLStMolTZbyo=") on (unknown) [2022-07-29T22:35:39.302Z] #55 DONE 318.7s [2022-07-29T22:35:39.302Z] [2022-07-29T22:35:39.302Z] #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-07-29T22:35:39.302Z] #64 sha256:2dd93cc70602a5caf31833500699b3fca92c9ebf251bab4302c211bec661a151 [2022-07-29T22:35:39.668Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-07-29T22:35:39.668Z] + TESTFLAGS+=' -test.timeout=5m' [2022-07-29T22:35:39.668Z] + TESTDIRS=./... [2022-07-29T22:35:39.668Z] + exclude_paths='/vendor/|/integration' [2022-07-29T22:35:39.668Z] ++ go list ./... [2022-07-29T22:35:39.668Z] ++ grep -vE '(/vendor/|/integration)' [2022-07-29T22:35:40.236Z] + pkg_list='github.com/docker/docker/api [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/server [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/server/backend/build [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/server/httpstatus [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/server/httputils [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/server/middleware [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/server/router [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/server/router/build [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/server/router/checkpoint [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/server/router/container [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/server/router/debug [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/server/router/distribution [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/server/router/grpc [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/server/router/image [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/server/router/network [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/server/router/plugin [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/server/router/session [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/server/router/swarm [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/server/router/system [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/server/router/volume [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/types [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/types/backend [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/types/blkiodev [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/types/container [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/types/events [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/types/filters [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/types/image [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/types/mount [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/types/network [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/types/plugins/logdriver [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/types/registry [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/types/strslice [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/types/swarm [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/types/swarm/runtime [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/types/time [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/types/versions [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/types/versions/v1p19 [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/types/versions/v1p20 [2022-07-29T22:35:40.236Z] github.com/docker/docker/api/types/volume [2022-07-29T22:35:40.236Z] github.com/docker/docker/builder [2022-07-29T22:35:40.236Z] github.com/docker/docker/builder/builder-next [2022-07-29T22:35:40.236Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-07-29T22:35:40.236Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-07-29T22:35:40.236Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-07-29T22:35:40.236Z] github.com/docker/docker/builder/builder-next/exporter [2022-07-29T22:35:40.236Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-07-29T22:35:40.236Z] github.com/docker/docker/builder/builder-next/worker [2022-07-29T22:35:40.236Z] github.com/docker/docker/builder/dockerfile [2022-07-29T22:35:40.236Z] github.com/docker/docker/builder/remotecontext [2022-07-29T22:35:40.236Z] github.com/docker/docker/builder/remotecontext/git [2022-07-29T22:35:40.236Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-07-29T22:35:40.236Z] github.com/docker/docker/cli [2022-07-29T22:35:40.236Z] github.com/docker/docker/cli/config [2022-07-29T22:35:40.236Z] github.com/docker/docker/cli/debug [2022-07-29T22:35:40.236Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-07-29T22:35:40.236Z] github.com/docker/docker/cli/winresources/dockerd [2022-07-29T22:35:40.236Z] github.com/docker/docker/client [2022-07-29T22:35:40.236Z] github.com/docker/docker/cmd/docker-proxy [2022-07-29T22:35:40.236Z] github.com/docker/docker/cmd/dockerd [2022-07-29T22:35:40.236Z] github.com/docker/docker/cmd/dockerd/trap [2022-07-29T22:35:40.236Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-07-29T22:35:40.236Z] github.com/docker/docker/container [2022-07-29T22:35:40.236Z] github.com/docker/docker/container/stream [2022-07-29T22:35:40.236Z] github.com/docker/docker/contrib/apparmor [2022-07-29T22:35:40.236Z] github.com/docker/docker/contrib/docker-device-tool [2022-07-29T22:35:40.236Z] github.com/docker/docker/contrib/httpserver [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/cluster [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/cluster/convert [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/cluster/executor [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/cluster/executor/container [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/cluster/provider [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/config [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/containerd [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/events [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/events/testutils [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/exec [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/graphdriver [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/graphdriver/copy [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/graphdriver/register [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/images [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/initlayer [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/links [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/listeners [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/logger [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/logger/awslogs [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/logger/fluentd [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/logger/gcplogs [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/logger/gelf [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/logger/journald [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/logger/local [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/logger/logentries [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/logger/loggertest [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/logger/loggerutils [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/logger/splunk [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/logger/syslog [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/logger/templates [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/names [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/network [2022-07-29T22:35:40.236Z] github.com/docker/docker/daemon/stats [2022-07-29T22:35:40.236Z] github.com/docker/docker/distribution [2022-07-29T22:35:40.236Z] github.com/docker/docker/distribution/metadata [2022-07-29T22:35:40.236Z] github.com/docker/docker/distribution/utils [2022-07-29T22:35:40.236Z] github.com/docker/docker/distribution/xfer [2022-07-29T22:35:40.236Z] github.com/docker/docker/dockerversion [2022-07-29T22:35:40.236Z] github.com/docker/docker/errdefs [2022-07-29T22:35:40.236Z] github.com/docker/docker/image [2022-07-29T22:35:40.236Z] github.com/docker/docker/image/cache [2022-07-29T22:35:40.236Z] github.com/docker/docker/image/tarexport [2022-07-29T22:35:40.236Z] github.com/docker/docker/image/v1 [2022-07-29T22:35:40.236Z] github.com/docker/docker/internal/test/suite [2022-07-29T22:35:40.236Z] github.com/docker/docker/layer [2022-07-29T22:35:40.236Z] github.com/docker/docker/libcontainerd [2022-07-29T22:35:40.236Z] github.com/docker/docker/libcontainerd/queue [2022-07-29T22:35:40.236Z] github.com/docker/docker/libcontainerd/remote [2022-07-29T22:35:40.236Z] github.com/docker/docker/libcontainerd/supervisor [2022-07-29T22:35:40.236Z] github.com/docker/docker/libcontainerd/types [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/bitseq [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/cluster [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/config [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/datastore [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/diagnostic [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/discoverapi [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/driverapi [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/drivers/host [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/drivers/null [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/drivers/remote [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/drivers/windows [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/drvregistry [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/etchosts [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/idm [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/internal/caller [2022-07-29T22:35:40.236Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/ipam [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/ipamapi [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/ipams/null [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/ipams/remote [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/ipamutils [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/iptables [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/netlabel [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/netutils [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/networkdb [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/ns [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/options [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/osl [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/osl/kernel [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/portallocator [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/portmapper [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/resolvconf [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/testutils [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/types [2022-07-29T22:35:40.237Z] github.com/docker/docker/oci [2022-07-29T22:35:40.237Z] github.com/docker/docker/oci/caps [2022-07-29T22:35:40.237Z] github.com/docker/docker/opts [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/aaparser [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/archive [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/authorization [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/broadcaster [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/capabilities [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/chrootarchive [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/containerfs [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/devicemapper [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/directory [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/dmesg [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/fileutils [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/fsutils [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/homedir [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/idtools [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/ioutils [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/jsonmessage [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/longpath [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/loopback [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/namesgenerator [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/parsers [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/parsers/kernel [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/pidfile [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/platform [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/plugingetter [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/plugins [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/plugins/transport [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/pools [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/progress [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/pubsub [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/reexec [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/signal [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/stack [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/stdcopy [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/streamformatter [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/stringid [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/sysinfo [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/system [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/tailfile [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/tarsum [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/urlutil [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/useragent [2022-07-29T22:35:40.237Z] github.com/docker/docker/plugin [2022-07-29T22:35:40.237Z] github.com/docker/docker/plugin/executor/containerd [2022-07-29T22:35:40.237Z] github.com/docker/docker/plugin/v2 [2022-07-29T22:35:40.237Z] github.com/docker/docker/profiles/apparmor [2022-07-29T22:35:40.237Z] github.com/docker/docker/profiles/seccomp [2022-07-29T22:35:40.237Z] github.com/docker/docker/quota [2022-07-29T22:35:40.237Z] github.com/docker/docker/reference [2022-07-29T22:35:40.237Z] github.com/docker/docker/registry [2022-07-29T22:35:40.237Z] github.com/docker/docker/registry/resumable [2022-07-29T22:35:40.237Z] github.com/docker/docker/restartmanager [2022-07-29T22:35:40.237Z] github.com/docker/docker/rootless [2022-07-29T22:35:40.237Z] github.com/docker/docker/rootless/specconv [2022-07-29T22:35:40.237Z] github.com/docker/docker/runconfig [2022-07-29T22:35:40.237Z] github.com/docker/docker/runconfig/opts [2022-07-29T22:35:40.237Z] github.com/docker/docker/testutil [2022-07-29T22:35:40.237Z] github.com/docker/docker/testutil/daemon [2022-07-29T22:35:40.237Z] github.com/docker/docker/testutil/environment [2022-07-29T22:35:40.237Z] github.com/docker/docker/testutil/fakecontext [2022-07-29T22:35:40.237Z] github.com/docker/docker/testutil/fakegit [2022-07-29T22:35:40.237Z] github.com/docker/docker/testutil/fakestorage [2022-07-29T22:35:40.237Z] github.com/docker/docker/testutil/fixtures/load [2022-07-29T22:35:40.237Z] github.com/docker/docker/testutil/fixtures/plugin [2022-07-29T22:35:40.237Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-07-29T22:35:40.237Z] github.com/docker/docker/testutil/registry [2022-07-29T22:35:40.237Z] github.com/docker/docker/testutil/request [2022-07-29T22:35:40.237Z] github.com/docker/docker/volume [2022-07-29T22:35:40.237Z] github.com/docker/docker/volume/drivers [2022-07-29T22:35:40.237Z] github.com/docker/docker/volume/local [2022-07-29T22:35:40.237Z] github.com/docker/docker/volume/mounts [2022-07-29T22:35:40.237Z] github.com/docker/docker/volume/service [2022-07-29T22:35:40.237Z] github.com/docker/docker/volume/service/opts [2022-07-29T22:35:40.237Z] github.com/docker/docker/volume/testutils' [2022-07-29T22:35:40.237Z] ++ grep --fixed-strings -v /libnetwork [2022-07-29T22:35:40.237Z] ++ echo 'github.com/docker/docker/api [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/server [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/server/backend/build [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/server/httpstatus [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/server/httputils [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/server/middleware [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/server/router [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/server/router/build [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/server/router/checkpoint [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/server/router/container [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/server/router/debug [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/server/router/distribution [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/server/router/grpc [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/server/router/image [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/server/router/network [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/server/router/plugin [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/server/router/session [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/server/router/swarm [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/server/router/system [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/server/router/volume [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/types [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/types/backend [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/types/blkiodev [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/types/container [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/types/events [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/types/filters [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/types/image [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/types/mount [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/types/network [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/types/plugins/logdriver [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/types/registry [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/types/strslice [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/types/swarm [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/types/swarm/runtime [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/types/time [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/types/versions [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/types/versions/v1p19 [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/types/versions/v1p20 [2022-07-29T22:35:40.237Z] github.com/docker/docker/api/types/volume [2022-07-29T22:35:40.237Z] github.com/docker/docker/builder [2022-07-29T22:35:40.237Z] github.com/docker/docker/builder/builder-next [2022-07-29T22:35:40.237Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-07-29T22:35:40.237Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-07-29T22:35:40.237Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-07-29T22:35:40.237Z] github.com/docker/docker/builder/builder-next/exporter [2022-07-29T22:35:40.237Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-07-29T22:35:40.237Z] github.com/docker/docker/builder/builder-next/worker [2022-07-29T22:35:40.237Z] github.com/docker/docker/builder/dockerfile [2022-07-29T22:35:40.237Z] github.com/docker/docker/builder/remotecontext [2022-07-29T22:35:40.237Z] github.com/docker/docker/builder/remotecontext/git [2022-07-29T22:35:40.237Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-07-29T22:35:40.237Z] github.com/docker/docker/cli [2022-07-29T22:35:40.237Z] github.com/docker/docker/cli/config [2022-07-29T22:35:40.237Z] github.com/docker/docker/cli/debug [2022-07-29T22:35:40.237Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-07-29T22:35:40.237Z] github.com/docker/docker/cli/winresources/dockerd [2022-07-29T22:35:40.237Z] github.com/docker/docker/client [2022-07-29T22:35:40.237Z] github.com/docker/docker/cmd/docker-proxy [2022-07-29T22:35:40.237Z] github.com/docker/docker/cmd/dockerd [2022-07-29T22:35:40.237Z] github.com/docker/docker/cmd/dockerd/trap [2022-07-29T22:35:40.237Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-07-29T22:35:40.237Z] github.com/docker/docker/container [2022-07-29T22:35:40.237Z] github.com/docker/docker/container/stream [2022-07-29T22:35:40.237Z] github.com/docker/docker/contrib/apparmor [2022-07-29T22:35:40.237Z] github.com/docker/docker/contrib/docker-device-tool [2022-07-29T22:35:40.237Z] github.com/docker/docker/contrib/httpserver [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/cluster [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/cluster/convert [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/cluster/executor [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/cluster/executor/container [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/cluster/provider [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/config [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/containerd [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/events [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/events/testutils [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/exec [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/graphdriver [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/graphdriver/copy [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/graphdriver/register [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/images [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/initlayer [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/links [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/listeners [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/logger [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/logger/awslogs [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/logger/fluentd [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/logger/gcplogs [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/logger/gelf [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/logger/journald [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/logger/local [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/logger/logentries [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/logger/loggertest [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/logger/loggerutils [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/logger/splunk [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/logger/syslog [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/logger/templates [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/names [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/network [2022-07-29T22:35:40.237Z] github.com/docker/docker/daemon/stats [2022-07-29T22:35:40.237Z] github.com/docker/docker/distribution [2022-07-29T22:35:40.237Z] github.com/docker/docker/distribution/metadata [2022-07-29T22:35:40.237Z] github.com/docker/docker/distribution/utils [2022-07-29T22:35:40.237Z] github.com/docker/docker/distribution/xfer [2022-07-29T22:35:40.237Z] github.com/docker/docker/dockerversion [2022-07-29T22:35:40.237Z] github.com/docker/docker/errdefs [2022-07-29T22:35:40.237Z] github.com/docker/docker/image [2022-07-29T22:35:40.237Z] github.com/docker/docker/image/cache [2022-07-29T22:35:40.237Z] github.com/docker/docker/image/tarexport [2022-07-29T22:35:40.237Z] github.com/docker/docker/image/v1 [2022-07-29T22:35:40.237Z] github.com/docker/docker/internal/test/suite [2022-07-29T22:35:40.237Z] github.com/docker/docker/layer [2022-07-29T22:35:40.237Z] github.com/docker/docker/libcontainerd [2022-07-29T22:35:40.237Z] github.com/docker/docker/libcontainerd/queue [2022-07-29T22:35:40.237Z] github.com/docker/docker/libcontainerd/remote [2022-07-29T22:35:40.237Z] github.com/docker/docker/libcontainerd/supervisor [2022-07-29T22:35:40.237Z] github.com/docker/docker/libcontainerd/types [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/bitseq [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/cluster [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/config [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/datastore [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/diagnostic [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/discoverapi [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/driverapi [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/drivers/host [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/drivers/null [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/drivers/remote [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/drivers/windows [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/drvregistry [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/etchosts [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/idm [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/internal/caller [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/ipam [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/ipamapi [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/ipams/null [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/ipams/remote [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/ipamutils [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/iptables [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/netlabel [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/netutils [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/networkdb [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/ns [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/options [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/osl [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/osl/kernel [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/portallocator [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/portmapper [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/resolvconf [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/testutils [2022-07-29T22:35:40.237Z] github.com/docker/docker/libnetwork/types [2022-07-29T22:35:40.237Z] github.com/docker/docker/oci [2022-07-29T22:35:40.237Z] github.com/docker/docker/oci/caps [2022-07-29T22:35:40.237Z] github.com/docker/docker/opts [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/aaparser [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/archive [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/authorization [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/broadcaster [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/capabilities [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/chrootarchive [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/containerfs [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/devicemapper [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/directory [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/dmesg [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/fileutils [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/fsutils [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/homedir [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/idtools [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/ioutils [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/jsonmessage [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/longpath [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/loopback [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/namesgenerator [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/parsers [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/parsers/kernel [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/pidfile [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/platform [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/plugingetter [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/plugins [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/plugins/transport [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/pools [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/progress [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/pubsub [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/reexec [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/signal [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/stack [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/stdcopy [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/streamformatter [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/stringid [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/sysinfo [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/system [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/tailfile [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/tarsum [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/urlutil [2022-07-29T22:35:40.237Z] github.com/docker/docker/pkg/useragent [2022-07-29T22:35:40.237Z] github.com/docker/docker/plugin [2022-07-29T22:35:40.237Z] github.com/docker/docker/plugin/executor/containerd [2022-07-29T22:35:40.237Z] github.com/docker/docker/plugin/v2 [2022-07-29T22:35:40.237Z] github.com/docker/docker/profiles/apparmor [2022-07-29T22:35:40.237Z] github.com/docker/docker/profiles/seccomp [2022-07-29T22:35:40.237Z] github.com/docker/docker/quota [2022-07-29T22:35:40.237Z] github.com/docker/docker/reference [2022-07-29T22:35:40.237Z] github.com/docker/docker/registry [2022-07-29T22:35:40.237Z] github.com/docker/docker/registry/resumable [2022-07-29T22:35:40.237Z] github.com/docker/docker/restartmanager [2022-07-29T22:35:40.237Z] github.com/docker/docker/rootless [2022-07-29T22:35:40.237Z] github.com/docker/docker/rootless/specconv [2022-07-29T22:35:40.237Z] github.com/docker/docker/runconfig [2022-07-29T22:35:40.237Z] github.com/docker/docker/runconfig/opts [2022-07-29T22:35:40.237Z] github.com/docker/docker/testutil [2022-07-29T22:35:40.237Z] github.com/docker/docker/testutil/daemon [2022-07-29T22:35:40.237Z] github.com/docker/docker/testutil/environment [2022-07-29T22:35:40.237Z] github.com/docker/docker/testutil/fakecontext [2022-07-29T22:35:40.237Z] github.com/docker/docker/testutil/fakegit [2022-07-29T22:35:40.237Z] github.com/docker/docker/testutil/fakestorage [2022-07-29T22:35:40.237Z] github.com/docker/docker/testutil/fixtures/load [2022-07-29T22:35:40.237Z] github.com/docker/docker/testutil/fixtures/plugin [2022-07-29T22:35:40.237Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-07-29T22:35:40.237Z] github.com/docker/docker/testutil/registry [2022-07-29T22:35:40.238Z] github.com/docker/docker/testutil/request [2022-07-29T22:35:40.238Z] github.com/docker/docker/volume [2022-07-29T22:35:40.238Z] github.com/docker/docker/volume/drivers [2022-07-29T22:35:40.238Z] github.com/docker/docker/volume/local [2022-07-29T22:35:40.238Z] github.com/docker/docker/volume/mounts [2022-07-29T22:35:40.238Z] github.com/docker/docker/volume/service [2022-07-29T22:35:40.238Z] github.com/docker/docker/volume/service/opts [2022-07-29T22:35:40.238Z] github.com/docker/docker/volume/testutils' [2022-07-29T22:35:40.238Z] + base_pkg_list='github.com/docker/docker/api [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/backend/build [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/httpstatus [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/httputils [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/middleware [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/build [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/checkpoint [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/container [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/debug [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/distribution [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/grpc [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/image [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/network [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/plugin [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/session [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/swarm [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/system [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/volume [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/backend [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/blkiodev [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/container [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/events [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/filters [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/image [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/mount [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/network [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/plugins/logdriver [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/registry [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/strslice [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/swarm [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/swarm/runtime [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/time [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/versions [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/versions/v1p19 [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/versions/v1p20 [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/volume [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder/builder-next [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder/builder-next/exporter [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder/builder-next/worker [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder/dockerfile [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder/remotecontext [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder/remotecontext/git [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-07-29T22:35:40.238Z] github.com/docker/docker/cli [2022-07-29T22:35:40.238Z] github.com/docker/docker/cli/config [2022-07-29T22:35:40.238Z] github.com/docker/docker/cli/debug [2022-07-29T22:35:40.238Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-07-29T22:35:40.238Z] github.com/docker/docker/cli/winresources/dockerd [2022-07-29T22:35:40.238Z] github.com/docker/docker/client [2022-07-29T22:35:40.238Z] github.com/docker/docker/cmd/docker-proxy [2022-07-29T22:35:40.238Z] github.com/docker/docker/cmd/dockerd [2022-07-29T22:35:40.238Z] github.com/docker/docker/cmd/dockerd/trap [2022-07-29T22:35:40.238Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-07-29T22:35:40.238Z] github.com/docker/docker/container [2022-07-29T22:35:40.238Z] github.com/docker/docker/container/stream [2022-07-29T22:35:40.238Z] github.com/docker/docker/contrib/apparmor [2022-07-29T22:35:40.238Z] github.com/docker/docker/contrib/docker-device-tool [2022-07-29T22:35:40.238Z] github.com/docker/docker/contrib/httpserver [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/cluster [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/cluster/convert [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/cluster/executor [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/cluster/executor/container [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/cluster/provider [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/config [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/containerd [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/events [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/events/testutils [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/exec [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/copy [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/register [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/images [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/initlayer [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/links [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/listeners [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/awslogs [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/fluentd [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/gcplogs [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/gelf [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/journald [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/local [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/logentries [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/loggertest [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/loggerutils [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/splunk [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/syslog [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/templates [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/names [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/network [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/stats [2022-07-29T22:35:40.238Z] github.com/docker/docker/distribution [2022-07-29T22:35:40.238Z] github.com/docker/docker/distribution/metadata [2022-07-29T22:35:40.238Z] github.com/docker/docker/distribution/utils [2022-07-29T22:35:40.238Z] github.com/docker/docker/distribution/xfer [2022-07-29T22:35:40.238Z] github.com/docker/docker/dockerversion [2022-07-29T22:35:40.238Z] github.com/docker/docker/errdefs [2022-07-29T22:35:40.238Z] github.com/docker/docker/image [2022-07-29T22:35:40.238Z] github.com/docker/docker/image/cache [2022-07-29T22:35:40.238Z] github.com/docker/docker/image/tarexport [2022-07-29T22:35:40.238Z] github.com/docker/docker/image/v1 [2022-07-29T22:35:40.238Z] github.com/docker/docker/internal/test/suite [2022-07-29T22:35:40.238Z] github.com/docker/docker/layer [2022-07-29T22:35:40.238Z] github.com/docker/docker/libcontainerd [2022-07-29T22:35:40.238Z] github.com/docker/docker/libcontainerd/queue [2022-07-29T22:35:40.238Z] github.com/docker/docker/libcontainerd/remote [2022-07-29T22:35:40.238Z] github.com/docker/docker/libcontainerd/supervisor [2022-07-29T22:35:40.238Z] github.com/docker/docker/libcontainerd/types [2022-07-29T22:35:40.238Z] github.com/docker/docker/oci [2022-07-29T22:35:40.238Z] github.com/docker/docker/oci/caps [2022-07-29T22:35:40.238Z] github.com/docker/docker/opts [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/aaparser [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/archive [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/authorization [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/broadcaster [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/capabilities [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/chrootarchive [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/containerfs [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/devicemapper [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/directory [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/dmesg [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/fileutils [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/fsutils [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/homedir [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/idtools [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/ioutils [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/jsonmessage [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/longpath [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/loopback [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/namesgenerator [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/parsers [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/parsers/kernel [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/pidfile [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/platform [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/plugingetter [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/plugins [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/plugins/transport [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/pools [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/progress [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/pubsub [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/reexec [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/signal [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/stack [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/stdcopy [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/streamformatter [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/stringid [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/sysinfo [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/system [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/tailfile [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/tarsum [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/urlutil [2022-07-29T22:35:40.238Z] github.com/docker/docker/pkg/useragent [2022-07-29T22:35:40.238Z] github.com/docker/docker/plugin [2022-07-29T22:35:40.238Z] github.com/docker/docker/plugin/executor/containerd [2022-07-29T22:35:40.238Z] github.com/docker/docker/plugin/v2 [2022-07-29T22:35:40.238Z] github.com/docker/docker/profiles/apparmor [2022-07-29T22:35:40.238Z] github.com/docker/docker/profiles/seccomp [2022-07-29T22:35:40.238Z] github.com/docker/docker/quota [2022-07-29T22:35:40.238Z] github.com/docker/docker/reference [2022-07-29T22:35:40.238Z] github.com/docker/docker/registry [2022-07-29T22:35:40.238Z] github.com/docker/docker/registry/resumable [2022-07-29T22:35:40.238Z] github.com/docker/docker/restartmanager [2022-07-29T22:35:40.238Z] github.com/docker/docker/rootless [2022-07-29T22:35:40.238Z] github.com/docker/docker/rootless/specconv [2022-07-29T22:35:40.238Z] github.com/docker/docker/runconfig [2022-07-29T22:35:40.238Z] github.com/docker/docker/runconfig/opts [2022-07-29T22:35:40.238Z] github.com/docker/docker/testutil [2022-07-29T22:35:40.238Z] github.com/docker/docker/testutil/daemon [2022-07-29T22:35:40.238Z] github.com/docker/docker/testutil/environment [2022-07-29T22:35:40.238Z] github.com/docker/docker/testutil/fakecontext [2022-07-29T22:35:40.238Z] github.com/docker/docker/testutil/fakegit [2022-07-29T22:35:40.238Z] github.com/docker/docker/testutil/fakestorage [2022-07-29T22:35:40.238Z] github.com/docker/docker/testutil/fixtures/load [2022-07-29T22:35:40.238Z] github.com/docker/docker/testutil/fixtures/plugin [2022-07-29T22:35:40.238Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-07-29T22:35:40.238Z] github.com/docker/docker/testutil/registry [2022-07-29T22:35:40.238Z] github.com/docker/docker/testutil/request [2022-07-29T22:35:40.238Z] github.com/docker/docker/volume [2022-07-29T22:35:40.238Z] github.com/docker/docker/volume/drivers [2022-07-29T22:35:40.238Z] github.com/docker/docker/volume/local [2022-07-29T22:35:40.238Z] github.com/docker/docker/volume/mounts [2022-07-29T22:35:40.238Z] github.com/docker/docker/volume/service [2022-07-29T22:35:40.238Z] github.com/docker/docker/volume/service/opts [2022-07-29T22:35:40.238Z] github.com/docker/docker/volume/testutils' [2022-07-29T22:35:40.238Z] ++ grep --fixed-strings /libnetwork [2022-07-29T22:35:40.238Z] ++ echo 'github.com/docker/docker/api [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/backend/build [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/httpstatus [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/httputils [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/middleware [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/build [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/checkpoint [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/container [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/debug [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/distribution [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/grpc [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/image [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/network [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/plugin [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/session [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/swarm [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/system [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/server/router/volume [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/backend [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/blkiodev [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/container [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/events [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/filters [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/image [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/mount [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/network [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/plugins/logdriver [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/registry [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/strslice [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/swarm [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/swarm/runtime [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/time [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/versions [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/versions/v1p19 [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/versions/v1p20 [2022-07-29T22:35:40.238Z] github.com/docker/docker/api/types/volume [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder/builder-next [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder/builder-next/exporter [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder/builder-next/worker [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder/dockerfile [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder/remotecontext [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder/remotecontext/git [2022-07-29T22:35:40.238Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-07-29T22:35:40.238Z] github.com/docker/docker/cli [2022-07-29T22:35:40.238Z] github.com/docker/docker/cli/config [2022-07-29T22:35:40.238Z] github.com/docker/docker/cli/debug [2022-07-29T22:35:40.238Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-07-29T22:35:40.238Z] github.com/docker/docker/cli/winresources/dockerd [2022-07-29T22:35:40.238Z] github.com/docker/docker/client [2022-07-29T22:35:40.238Z] github.com/docker/docker/cmd/docker-proxy [2022-07-29T22:35:40.238Z] github.com/docker/docker/cmd/dockerd [2022-07-29T22:35:40.238Z] github.com/docker/docker/cmd/dockerd/trap [2022-07-29T22:35:40.238Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-07-29T22:35:40.238Z] github.com/docker/docker/container [2022-07-29T22:35:40.238Z] github.com/docker/docker/container/stream [2022-07-29T22:35:40.238Z] github.com/docker/docker/contrib/apparmor [2022-07-29T22:35:40.238Z] github.com/docker/docker/contrib/docker-device-tool [2022-07-29T22:35:40.238Z] github.com/docker/docker/contrib/httpserver [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/cluster [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/cluster/convert [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/cluster/executor [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/cluster/executor/container [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/cluster/provider [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/config [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/containerd [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/events [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/events/testutils [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/exec [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/copy [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/register [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/images [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/initlayer [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/links [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/listeners [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/awslogs [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/fluentd [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/gcplogs [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/gelf [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/journald [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/local [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/logentries [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/loggertest [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/loggerutils [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/splunk [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/syslog [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/logger/templates [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/names [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/network [2022-07-29T22:35:40.238Z] github.com/docker/docker/daemon/stats [2022-07-29T22:35:40.238Z] github.com/docker/docker/distribution [2022-07-29T22:35:40.238Z] github.com/docker/docker/distribution/metadata [2022-07-29T22:35:40.238Z] github.com/docker/docker/distribution/utils [2022-07-29T22:35:40.238Z] github.com/docker/docker/distribution/xfer [2022-07-29T22:35:40.238Z] github.com/docker/docker/dockerversion [2022-07-29T22:35:40.238Z] github.com/docker/docker/errdefs [2022-07-29T22:35:40.238Z] github.com/docker/docker/image [2022-07-29T22:35:40.238Z] github.com/docker/docker/image/cache [2022-07-29T22:35:40.238Z] github.com/docker/docker/image/tarexport [2022-07-29T22:35:40.238Z] github.com/docker/docker/image/v1 [2022-07-29T22:35:40.238Z] github.com/docker/docker/internal/test/suite [2022-07-29T22:35:40.238Z] github.com/docker/docker/layer [2022-07-29T22:35:40.238Z] github.com/docker/docker/libcontainerd [2022-07-29T22:35:40.238Z] github.com/docker/docker/libcontainerd/queue [2022-07-29T22:35:40.238Z] github.com/docker/docker/libcontainerd/remote [2022-07-29T22:35:40.238Z] github.com/docker/docker/libcontainerd/supervisor [2022-07-29T22:35:40.238Z] github.com/docker/docker/libcontainerd/types [2022-07-29T22:35:40.238Z] github.com/docker/docker/libnetwork [2022-07-29T22:35:40.238Z] github.com/docker/docker/libnetwork/bitseq [2022-07-29T22:35:40.238Z] github.com/docker/docker/libnetwork/cluster [2022-07-29T22:35:40.238Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-07-29T22:35:40.238Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-07-29T22:35:40.238Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-07-29T22:35:40.238Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-07-29T22:35:40.238Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-07-29T22:35:40.238Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/config [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/datastore [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/diagnostic [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/discoverapi [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/driverapi [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/host [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/null [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/remote [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/windows [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drvregistry [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/etchosts [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/idm [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/internal/caller [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipam [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipamapi [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipams/null [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipams/remote [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipamutils [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/iptables [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/netlabel [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/netutils [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/networkdb [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ns [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/options [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/osl [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/osl/kernel [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/portallocator [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/portmapper [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/resolvconf [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/testutils [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/types [2022-07-29T22:35:40.239Z] github.com/docker/docker/oci [2022-07-29T22:35:40.239Z] github.com/docker/docker/oci/caps [2022-07-29T22:35:40.239Z] github.com/docker/docker/opts [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/aaparser [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/archive [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/authorization [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/broadcaster [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/capabilities [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/chrootarchive [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/containerfs [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/devicemapper [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/directory [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/dmesg [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/fileutils [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/fsutils [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/homedir [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/idtools [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/ioutils [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/jsonmessage [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/longpath [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/loopback [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/namesgenerator [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/parsers [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/parsers/kernel [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/pidfile [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/platform [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/plugingetter [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/plugins [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/plugins/transport [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/pools [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/progress [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/pubsub [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/reexec [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/signal [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/stack [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/stdcopy [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/streamformatter [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/stringid [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/sysinfo [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/system [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/tailfile [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/tarsum [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/urlutil [2022-07-29T22:35:40.239Z] github.com/docker/docker/pkg/useragent [2022-07-29T22:35:40.239Z] github.com/docker/docker/plugin [2022-07-29T22:35:40.239Z] github.com/docker/docker/plugin/executor/containerd [2022-07-29T22:35:40.239Z] github.com/docker/docker/plugin/v2 [2022-07-29T22:35:40.239Z] github.com/docker/docker/profiles/apparmor [2022-07-29T22:35:40.239Z] github.com/docker/docker/profiles/seccomp [2022-07-29T22:35:40.239Z] github.com/docker/docker/quota [2022-07-29T22:35:40.239Z] github.com/docker/docker/reference [2022-07-29T22:35:40.239Z] github.com/docker/docker/registry [2022-07-29T22:35:40.239Z] github.com/docker/docker/registry/resumable [2022-07-29T22:35:40.239Z] github.com/docker/docker/restartmanager [2022-07-29T22:35:40.239Z] github.com/docker/docker/rootless [2022-07-29T22:35:40.239Z] github.com/docker/docker/rootless/specconv [2022-07-29T22:35:40.239Z] github.com/docker/docker/runconfig [2022-07-29T22:35:40.239Z] github.com/docker/docker/runconfig/opts [2022-07-29T22:35:40.239Z] github.com/docker/docker/testutil [2022-07-29T22:35:40.239Z] github.com/docker/docker/testutil/daemon [2022-07-29T22:35:40.239Z] github.com/docker/docker/testutil/environment [2022-07-29T22:35:40.239Z] github.com/docker/docker/testutil/fakecontext [2022-07-29T22:35:40.239Z] github.com/docker/docker/testutil/fakegit [2022-07-29T22:35:40.239Z] github.com/docker/docker/testutil/fakestorage [2022-07-29T22:35:40.239Z] github.com/docker/docker/testutil/fixtures/load [2022-07-29T22:35:40.239Z] github.com/docker/docker/testutil/fixtures/plugin [2022-07-29T22:35:40.239Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-07-29T22:35:40.239Z] github.com/docker/docker/testutil/registry [2022-07-29T22:35:40.239Z] github.com/docker/docker/testutil/request [2022-07-29T22:35:40.239Z] github.com/docker/docker/volume [2022-07-29T22:35:40.239Z] github.com/docker/docker/volume/drivers [2022-07-29T22:35:40.239Z] github.com/docker/docker/volume/local [2022-07-29T22:35:40.239Z] github.com/docker/docker/volume/mounts [2022-07-29T22:35:40.239Z] github.com/docker/docker/volume/service [2022-07-29T22:35:40.239Z] github.com/docker/docker/volume/service/opts [2022-07-29T22:35:40.239Z] github.com/docker/docker/volume/testutils' [2022-07-29T22:35:40.239Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/bitseq [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/cluster [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/config [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/datastore [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/diagnostic [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/discoverapi [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/driverapi [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/host [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/null [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/remote [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/windows [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drvregistry [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/etchosts [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/idm [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/internal/caller [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipam [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipamapi [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipams/null [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipams/remote [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipamutils [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/iptables [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/netlabel [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/netutils [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/networkdb [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ns [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/options [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/osl [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/osl/kernel [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/portallocator [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/portmapper [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/resolvconf [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/testutils [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/types' [2022-07-29T22:35:40.239Z] + echo 'github.com/docker/docker/libnetwork [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/bitseq [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/cluster [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/config [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/datastore [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/diagnostic [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/discoverapi [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/driverapi [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/host [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/null [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/remote [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/windows [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drvregistry [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/etchosts [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/idm [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/internal/caller [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipam [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipamapi [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipams/null [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipams/remote [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ipamutils [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/iptables [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/netlabel [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/netutils [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/networkdb [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/ns [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/options [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/osl [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/osl/kernel [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/portallocator [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/portmapper [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/resolvconf [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/testutils [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/types' [2022-07-29T22:35:40.239Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-07-29T22:35:40.239Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-07-29T22:35:40.239Z] + type docker-proxy [2022-07-29T22:35:40.239Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-07-29T22:35:40.239Z] + hack/make.sh binary-proxy install-proxy [2022-07-29T22:35:40.239Z] [2022-07-29T22:35:40.498Z] Removing bundles/ [2022-07-29T22:35:40.498Z] [2022-07-29T22:35:40.498Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-07-29T22:35:40.498Z] Building: bundles/binary-proxy/docker-proxy [2022-07-29T22:35:40.498Z] GOOS="" GOARCH="" GOARM="" [2022-07-29T22:35:42.583Z] #64 ... [2022-07-29T22:35:42.583Z] [2022-07-29T22:35:42.583Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-07-29T22:35:42.583Z] #56 sha256:2e79712a8a3b4c6e93f694a4fb64ae1734b3f2a481b42812b6234e65c295c538 [2022-07-29T22:35:42.840Z] #56 DONE 0.6s [2022-07-29T22:35:42.840Z] [2022-07-29T22:35:42.840Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-07-29T22:35:42.840Z] #58 sha256:729ea3a26d862cccb676d7a4643d0c54a842e47c50015bc74866df0aa2cde5c2 [2022-07-29T22:35:42.840Z] #58 DONE 0.1s [2022-07-29T22:35:42.840Z] [2022-07-29T22:35:42.840Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-07-29T22:35:42.840Z] #61 sha256:604e643eb9f025556775d6052f46e454e03b1bfbe5e1fdef2e5957e831d27d83 [2022-07-29T22:35:43.098Z] #61 DONE 0.2s [2022-07-29T22:35:43.098Z] [2022-07-29T22:35:43.098Z] #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-07-29T22:35:43.098Z] #64 sha256:2dd93cc70602a5caf31833500699b3fca92c9ebf251bab4302c211bec661a151 [2022-07-29T22:35:45.139Z] --- PASS: TestBuildSquashParent (8.39s) [2022-07-29T22:35:45.139Z] === RUN TestBuildWithRemoveAndForceRemove [2022-07-29T22:35:45.139Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-07-29T22:35:45.139Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-07-29T22:35:45.139Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-07-29T22:35:45.139Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-07-29T22:35:45.139Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-07-29T22:35:45.139Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-07-29T22:35:45.139Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-07-29T22:35:45.139Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-07-29T22:35:45.139Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-07-29T22:35:45.139Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-07-29T22:35:45.139Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-07-29T22:35:45.139Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-07-29T22:35:45.139Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-07-29T22:35:45.139Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-07-29T22:35:45.764Z] Created binary: bundles/binary-proxy/docker-proxy [2022-07-29T22:35:45.764Z] [2022-07-29T22:35:45.764Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-07-29T22:35:45.764Z] Installing docker-proxy to /usr/local/bin/ [2022-07-29T22:35:46.023Z] [2022-07-29T22:35:46.023Z] + mkdir -p bundles [2022-07-29T22:35:46.023Z] + '[' -n 'github.com/docker/docker/api [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/server [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/server/backend/build [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/server/httpstatus [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/server/httputils [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/server/middleware [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/server/router [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/server/router/build [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/server/router/checkpoint [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/server/router/container [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/server/router/debug [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/server/router/distribution [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/server/router/grpc [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/server/router/image [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/server/router/network [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/server/router/plugin [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/server/router/session [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/server/router/swarm [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/server/router/system [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/server/router/volume [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/types [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/types/backend [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/types/blkiodev [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/types/container [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/types/events [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/types/filters [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/types/image [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/types/mount [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/types/network [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/types/plugins/logdriver [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/types/registry [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/types/strslice [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/types/swarm [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/types/swarm/runtime [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/types/time [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/types/versions [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/types/versions/v1p19 [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/types/versions/v1p20 [2022-07-29T22:35:46.023Z] github.com/docker/docker/api/types/volume [2022-07-29T22:35:46.023Z] github.com/docker/docker/builder [2022-07-29T22:35:46.023Z] github.com/docker/docker/builder/builder-next [2022-07-29T22:35:46.023Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-07-29T22:35:46.023Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-07-29T22:35:46.023Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-07-29T22:35:46.023Z] github.com/docker/docker/builder/builder-next/exporter [2022-07-29T22:35:46.023Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-07-29T22:35:46.023Z] github.com/docker/docker/builder/builder-next/worker [2022-07-29T22:35:46.023Z] github.com/docker/docker/builder/dockerfile [2022-07-29T22:35:46.023Z] github.com/docker/docker/builder/remotecontext [2022-07-29T22:35:46.023Z] github.com/docker/docker/builder/remotecontext/git [2022-07-29T22:35:46.023Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-07-29T22:35:46.023Z] github.com/docker/docker/cli [2022-07-29T22:35:46.023Z] github.com/docker/docker/cli/config [2022-07-29T22:35:46.023Z] github.com/docker/docker/cli/debug [2022-07-29T22:35:46.023Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-07-29T22:35:46.023Z] github.com/docker/docker/cli/winresources/dockerd [2022-07-29T22:35:46.023Z] github.com/docker/docker/client [2022-07-29T22:35:46.023Z] github.com/docker/docker/cmd/docker-proxy [2022-07-29T22:35:46.023Z] github.com/docker/docker/cmd/dockerd [2022-07-29T22:35:46.023Z] github.com/docker/docker/cmd/dockerd/trap [2022-07-29T22:35:46.023Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-07-29T22:35:46.023Z] github.com/docker/docker/container [2022-07-29T22:35:46.023Z] github.com/docker/docker/container/stream [2022-07-29T22:35:46.023Z] github.com/docker/docker/contrib/apparmor [2022-07-29T22:35:46.023Z] github.com/docker/docker/contrib/docker-device-tool [2022-07-29T22:35:46.023Z] github.com/docker/docker/contrib/httpserver [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/cluster [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/cluster/convert [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/cluster/executor [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/cluster/executor/container [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/cluster/provider [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/config [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/containerd [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/events [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/events/testutils [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/exec [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/graphdriver [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/graphdriver/copy [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/graphdriver/register [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/images [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/initlayer [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/links [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/listeners [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/logger [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/logger/awslogs [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/logger/fluentd [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/logger/gcplogs [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/logger/gelf [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/logger/journald [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/logger/local [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/logger/logentries [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/logger/loggertest [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/logger/loggerutils [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/logger/splunk [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/logger/syslog [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/logger/templates [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/names [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/network [2022-07-29T22:35:46.023Z] github.com/docker/docker/daemon/stats [2022-07-29T22:35:46.023Z] github.com/docker/docker/distribution [2022-07-29T22:35:46.023Z] github.com/docker/docker/distribution/metadata [2022-07-29T22:35:46.023Z] github.com/docker/docker/distribution/utils [2022-07-29T22:35:46.023Z] github.com/docker/docker/distribution/xfer [2022-07-29T22:35:46.023Z] github.com/docker/docker/dockerversion [2022-07-29T22:35:46.023Z] github.com/docker/docker/errdefs [2022-07-29T22:35:46.023Z] github.com/docker/docker/image [2022-07-29T22:35:46.023Z] github.com/docker/docker/image/cache [2022-07-29T22:35:46.023Z] github.com/docker/docker/image/tarexport [2022-07-29T22:35:46.023Z] github.com/docker/docker/image/v1 [2022-07-29T22:35:46.023Z] github.com/docker/docker/internal/test/suite [2022-07-29T22:35:46.023Z] github.com/docker/docker/layer [2022-07-29T22:35:46.023Z] github.com/docker/docker/libcontainerd [2022-07-29T22:35:46.023Z] github.com/docker/docker/libcontainerd/queue [2022-07-29T22:35:46.023Z] github.com/docker/docker/libcontainerd/remote [2022-07-29T22:35:46.023Z] github.com/docker/docker/libcontainerd/supervisor [2022-07-29T22:35:46.023Z] github.com/docker/docker/libcontainerd/types [2022-07-29T22:35:46.023Z] github.com/docker/docker/oci [2022-07-29T22:35:46.023Z] github.com/docker/docker/oci/caps [2022-07-29T22:35:46.023Z] github.com/docker/docker/opts [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/aaparser [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/archive [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/authorization [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/broadcaster [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/capabilities [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/chrootarchive [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/containerfs [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/devicemapper [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/directory [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/dmesg [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/fileutils [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/fsutils [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/homedir [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/idtools [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/ioutils [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/jsonmessage [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/longpath [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/loopback [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/namesgenerator [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/parsers [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/parsers/kernel [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/pidfile [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/platform [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/plugingetter [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/plugins [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/plugins/transport [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/pools [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/progress [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/pubsub [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/reexec [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/signal [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/stack [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/stdcopy [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/streamformatter [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/stringid [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/sysinfo [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/system [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/tailfile [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/tarsum [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/urlutil [2022-07-29T22:35:46.023Z] github.com/docker/docker/pkg/useragent [2022-07-29T22:35:46.023Z] github.com/docker/docker/plugin [2022-07-29T22:35:46.023Z] github.com/docker/docker/plugin/executor/containerd [2022-07-29T22:35:46.023Z] github.com/docker/docker/plugin/v2 [2022-07-29T22:35:46.023Z] github.com/docker/docker/profiles/apparmor [2022-07-29T22:35:46.023Z] github.com/docker/docker/profiles/seccomp [2022-07-29T22:35:46.023Z] github.com/docker/docker/quota [2022-07-29T22:35:46.023Z] github.com/docker/docker/reference [2022-07-29T22:35:46.023Z] github.com/docker/docker/registry [2022-07-29T22:35:46.023Z] github.com/docker/docker/registry/resumable [2022-07-29T22:35:46.023Z] github.com/docker/docker/restartmanager [2022-07-29T22:35:46.023Z] github.com/docker/docker/rootless [2022-07-29T22:35:46.023Z] github.com/docker/docker/rootless/specconv [2022-07-29T22:35:46.023Z] github.com/docker/docker/runconfig [2022-07-29T22:35:46.023Z] github.com/docker/docker/runconfig/opts [2022-07-29T22:35:46.023Z] github.com/docker/docker/testutil [2022-07-29T22:35:46.023Z] github.com/docker/docker/testutil/daemon [2022-07-29T22:35:46.023Z] github.com/docker/docker/testutil/environment [2022-07-29T22:35:46.023Z] github.com/docker/docker/testutil/fakecontext [2022-07-29T22:35:46.023Z] github.com/docker/docker/testutil/fakegit [2022-07-29T22:35:46.023Z] github.com/docker/docker/testutil/fakestorage [2022-07-29T22:35:46.023Z] github.com/docker/docker/testutil/fixtures/load [2022-07-29T22:35:46.023Z] github.com/docker/docker/testutil/fixtures/plugin [2022-07-29T22:35:46.023Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-07-29T22:35:46.024Z] github.com/docker/docker/testutil/registry [2022-07-29T22:35:46.024Z] github.com/docker/docker/testutil/request [2022-07-29T22:35:46.024Z] github.com/docker/docker/volume [2022-07-29T22:35:46.024Z] github.com/docker/docker/volume/drivers [2022-07-29T22:35:46.024Z] github.com/docker/docker/volume/local [2022-07-29T22:35:46.024Z] github.com/docker/docker/volume/mounts [2022-07-29T22:35:46.024Z] github.com/docker/docker/volume/service [2022-07-29T22:35:46.024Z] github.com/docker/docker/volume/service/opts [2022-07-29T22:35:46.024Z] github.com/docker/docker/volume/testutils' ']' [2022-07-29T22:35:46.024Z] + 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/containerd 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/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-07-29T22:35:46.371Z] #64 290.4 + bin/containerd [2022-07-29T22:35:46.959Z] ? github.com/docker/docker/api [no test files] [2022-07-29T22:35:47.043Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-07-29T22:35:47.043Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-07-29T22:35:51.238Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-07-29T22:35:51.238Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-07-29T22:35:53.717Z] #67 91.88 + mkdir -p /build [2022-07-29T22:35:53.717Z] #67 91.89 + cp runc /build/runc [2022-07-29T22:35:53.717Z] #67 DONE 92.2s [2022-07-29T22:35:53.717Z] [2022-07-29T22:35:53.717Z] #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-07-29T22:35:53.717Z] #71 sha256:1ac2f95a3508e8927eadeaaf2d3c62644e0abf3b397f0452cbb826f3af019795 [2022-07-29T22:35:53.769Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-07-29T22:35:53.769Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.42s) [2022-07-29T22:35:53.769Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.46s) [2022-07-29T22:35:53.769Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.48s) [2022-07-29T22:35:53.769Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.47s) [2022-07-29T22:35:53.769Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.08s) [2022-07-29T22:35:53.769Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.37s) [2022-07-29T22:35:53.769Z] === RUN TestBuildMultiStageCopy [2022-07-29T22:35:53.769Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-07-29T22:35:54.305Z] #71 ... [2022-07-29T22:35:54.305Z] [2022-07-29T22:35:54.305Z] #68 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-07-29T22:35:54.305Z] #68 sha256:f14251cf33b0771ef7ea62d353325b48bcdbd1425df31431e2c16403191ba2aa [2022-07-29T22:35:54.305Z] #68 DONE 0.1s [2022-07-29T22:35:54.305Z] [2022-07-29T22:35:54.305Z] #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-07-29T22:35:54.305Z] #71 sha256:1ac2f95a3508e8927eadeaaf2d3c62644e0abf3b397f0452cbb826f3af019795 [2022-07-29T22:35:57.053Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-07-29T22:35:57.053Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-07-29T22:35:57.989Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-07-29T22:35:58.247Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-07-29T22:35:59.184Z] --- PASS: TestBuildMultiStageCopy (5.11s) [2022-07-29T22:35:59.184Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.71s) [2022-07-29T22:35:59.184Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.50s) [2022-07-29T22:35:59.184Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.68s) [2022-07-29T22:35:59.184Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.59s) [2022-07-29T22:35:59.184Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.63s) [2022-07-29T22:35:59.184Z] === RUN TestBuildMultiStageParentConfig [2022-07-29T22:36:00.562Z] --- PASS: TestBuildMultiStageParentConfig (1.28s) [2022-07-29T22:36:00.562Z] === RUN TestBuildLabelWithTargets [2022-07-29T22:36:01.841Z] ok github.com/docker/docker/api/server 0.005s coverage: 7.9% of statements [2022-07-29T22:36:02.468Z] --- PASS: TestBuildLabelWithTargets (2.22s) [2022-07-29T22:36:02.468Z] === RUN TestBuildWithEmptyLayers [2022-07-29T22:36:03.845Z] --- PASS: TestBuildWithEmptyLayers (1.20s) [2022-07-29T22:36:03.845Z] === RUN TestBuildMultiStageOnBuild [2022-07-29T22:36:07.133Z] --- PASS: TestBuildMultiStageOnBuild (3.23s) [2022-07-29T22:36:07.133Z] === RUN TestBuildUncleanTarFilenames [2022-07-29T22:36:08.206Z] --- PASS: TestBuildWithHugeFile (50.74s) [2022-07-29T22:36:08.206Z] === RUN TestBuildWCOWSandboxSize [2022-07-29T22:36:08.206Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-07-29T22:36:08.206Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-07-29T22:36:08.206Z] === RUN TestBuildWithEmptyDockerfile [2022-07-29T22:36:08.206Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-07-29T22:36:08.206Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-07-29T22:36:08.206Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-07-29T22:36:08.206Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-07-29T22:36:08.206Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-07-29T22:36:08.206Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-07-29T22:36:08.206Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-07-29T22:36:08.206Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-07-29T22:36:08.206Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-07-29T22:36:08.206Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2022-07-29T22:36:08.206Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s) [2022-07-29T22:36:08.206Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.19s) [2022-07-29T22:36:08.206Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-07-29T22:36:08.206Z] === RUN TestBuildPreserveOwnership [2022-07-29T22:36:08.206Z] === RUN TestBuildPreserveOwnership/copy_from [2022-07-29T22:36:09.052Z] --- PASS: TestBuildUncleanTarFilenames (1.84s) [2022-07-29T22:36:09.052Z] === RUN TestBuildMultiStageLayerLeak [2022-07-29T22:36:09.135Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-07-29T22:36:12.346Z] --- PASS: TestBuildMultiStageLayerLeak (3.66s) [2022-07-29T22:36:12.346Z] === RUN TestBuildWithHugeFile [2022-07-29T22:36:13.303Z] --- PASS: TestBuildPreserveOwnership (9.93s) [2022-07-29T22:36:13.303Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.91s) [2022-07-29T22:36:13.303Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-07-29T22:36:13.303Z] === RUN TestBuildPlatformInvalid [2022-07-29T22:36:13.303Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-07-29T22:36:13.303Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-07-29T22:36:13.303Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-07-29T22:36:13.303Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.01s) [2022-07-29T22:36:13.303Z] PASS [2022-07-29T22:36:13.303Z] [2022-07-29T22:36:13.303Z] === Skipped [2022-07-29T22:36:13.303Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-07-29T22:36:13.303Z] build_session_test.go:25: TODO: BuildKit [2022-07-29T22:36:13.303Z] [2022-07-29T22:36:13.303Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-07-29T22:36:13.303Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-07-29T22:36:13.303Z] [2022-07-29T22:36:13.303Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.01s) [2022-07-29T22:36:13.303Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-07-29T22:36:13.303Z] [2022-07-29T22:36:13.303Z] DONE 34 tests, 3 skipped in 111.368s [2022-07-29T22:36:13.303Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-07-29T22:36:13.303Z] INFO: Testing against a local daemon [2022-07-29T22:36:13.303Z] === RUN TestConfigInspect [2022-07-29T22:36:13.303Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:36:13.303Z] --- SKIP: TestConfigInspect (0.02s) [2022-07-29T22:36:13.303Z] === RUN TestConfigList [2022-07-29T22:36:13.303Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:36:13.560Z] --- SKIP: TestConfigList (0.02s) [2022-07-29T22:36:13.560Z] === RUN TestConfigsCreateAndDelete [2022-07-29T22:36:13.560Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:36:13.560Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-07-29T22:36:13.560Z] === RUN TestConfigsUpdate [2022-07-29T22:36:13.560Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:36:13.560Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-07-29T22:36:13.560Z] === RUN TestTemplatedConfig [2022-07-29T22:36:13.560Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:36:13.560Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-07-29T22:36:13.560Z] === RUN TestConfigCreateResolve [2022-07-29T22:36:13.560Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:36:13.560Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-07-29T22:36:13.560Z] PASS [2022-07-29T22:36:13.560Z] [2022-07-29T22:36:13.560Z] === Skipped [2022-07-29T22:36:13.560Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-07-29T22:36:13.560Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:36:13.560Z] [2022-07-29T22:36:13.560Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2022-07-29T22:36:13.560Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:36:13.560Z] [2022-07-29T22:36:13.560Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-07-29T22:36:13.560Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:36:13.560Z] [2022-07-29T22:36:13.560Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-07-29T22:36:13.560Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:36:13.560Z] [2022-07-29T22:36:13.560Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-07-29T22:36:13.560Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:36:13.560Z] [2022-07-29T22:36:13.560Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-07-29T22:36:13.560Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:36:13.560Z] [2022-07-29T22:36:13.560Z] DONE 6 tests, 6 skipped in 0.179s [2022-07-29T22:36:13.560Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-07-29T22:36:13.560Z] INFO: Testing against a local daemon [2022-07-29T22:36:13.560Z] === RUN TestAttachWithTTY [2022-07-29T22:36:13.816Z] --- PASS: TestAttachWithTTY (0.05s) [2022-07-29T22:36:13.816Z] === RUN TestAttachWithoutTTy [2022-07-29T22:36:13.816Z] --- PASS: TestAttachWithoutTTy (0.05s) [2022-07-29T22:36:13.816Z] === RUN TestCheckpoint [2022-07-29T22:36:13.816Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-07-29T22:36:13.816Z] --- SKIP: TestCheckpoint (0.00s) [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/commit [2022-07-29T22:36:13.816Z] === PAUSE TestContainerInvalidJSON/commit [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/containers/create [2022-07-29T22:36:13.816Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-07-29T22:36:13.816Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-07-29T22:36:13.816Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-07-29T22:36:13.816Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-07-29T22:36:13.816Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-07-29T22:36:13.816Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-07-29T22:36:13.816Z] === CONT TestContainerInvalidJSON/commit [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-07-29T22:36:13.816Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-07-29T22:36:13.816Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-07-29T22:36:13.816Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-07-29T22:36:13.816Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-07-29T22:36:13.816Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-07-29T22:36:13.816Z] === CONT TestContainerInvalidJSON/containers/create [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-07-29T22:36:13.816Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-07-29T22:36:13.816Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-07-29T22:36:13.816Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-07-29T22:36:13.816Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-07-29T22:36:13.816Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-07-29T22:36:13.816Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-07-29T22:36:13.816Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-07-29T22:36:13.816Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-07-29T22:36:13.816Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-07-29T22:36:13.816Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-07-29T22:36:13.816Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-07-29T22:36:13.816Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-07-29T22:36:13.816Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-07-29T22:36:13.816Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-07-29T22:36:13.816Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-07-29T22:36:13.816Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-07-29T22:36:13.816Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-07-29T22:36:13.816Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-07-29T22:36:13.816Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-07-29T22:36:13.816Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-07-29T22:36:13.817Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-07-29T22:36:13.817Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-07-29T22:36:13.817Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-07-29T22:36:13.817Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-07-29T22:36:13.817Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-07-29T22:36:13.817Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-07-29T22:36:13.817Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-07-29T22:36:13.817Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-07-29T22:36:13.817Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-07-29T22:36:13.817Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-07-29T22:36:13.817Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-07-29T22:36:13.817Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-07-29T22:36:13.817Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-07-29T22:36:13.817Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-07-29T22:36:13.817Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-07-29T22:36:13.817Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-07-29T22:36:13.817Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-07-29T22:36:13.817Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-07-29T22:36:13.817Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-07-29T22:36:13.817Z] === RUN TestCopyFromContainerPathIsNotDir [2022-07-29T22:36:13.817Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-07-29T22:36:13.817Z] === RUN TestCopyToContainerPathDoesNotExist [2022-07-29T22:36:13.817Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-07-29T22:36:13.817Z] === RUN TestCopyEmptyFile [2022-07-29T22:36:14.224Z] --- PASS: TestCopyEmptyFile (0.24s) [2022-07-29T22:36:14.224Z] === RUN TestCopyToContainerPathIsNotDir [2022-07-29T22:36:14.224Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-07-29T22:36:14.224Z] === RUN TestCopyFromContainer [2022-07-29T22:36:18.393Z] === RUN TestCopyFromContainer// [2022-07-29T22:36:18.393Z] === RUN TestCopyFromContainer//bar/root [2022-07-29T22:36:18.393Z] === RUN TestCopyFromContainer//bar/root/ [2022-07-29T22:36:18.393Z] === RUN TestCopyFromContainer/bar/quux [2022-07-29T22:36:18.393Z] === RUN TestCopyFromContainer/bar/quux/ [2022-07-29T22:36:18.393Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-07-29T22:36:18.393Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-07-29T22:36:18.649Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-07-29T22:36:18.649Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-07-29T22:36:18.649Z] === RUN TestCopyFromContainer/bar/notarget [2022-07-29T22:36:18.649Z] --- PASS: TestCopyFromContainer (4.55s) [2022-07-29T22:36:18.649Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-07-29T22:36:18.649Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-07-29T22:36:18.649Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-07-29T22:36:18.649Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-07-29T22:36:18.649Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-07-29T22:36:18.649Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-07-29T22:36:18.649Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-07-29T22:36:18.649Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-07-29T22:36:18.649Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-07-29T22:36:18.649Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-07-29T22:36:18.649Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-07-29T22:36:18.649Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-07-29T22:36:18.649Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-07-29T22:36:18.649Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-07-29T22:36:18.649Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-07-29T22:36:18.649Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-07-29T22:36:18.649Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-07-29T22:36:18.649Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-07-29T22:36:18.649Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-07-29T22:36:18.649Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-07-29T22:36:18.649Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-07-29T22:36:18.649Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-07-29T22:36:18.649Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-07-29T22:36:18.649Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-07-29T22:36:18.649Z] === RUN TestCreateLinkToNonExistingContainer [2022-07-29T22:36:18.905Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-07-29T22:36:18.905Z] === RUN TestCreateWithInvalidEnv [2022-07-29T22:36:18.905Z] === RUN TestCreateWithInvalidEnv/0 [2022-07-29T22:36:18.905Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-07-29T22:36:18.905Z] === RUN TestCreateWithInvalidEnv/1 [2022-07-29T22:36:18.905Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-07-29T22:36:18.905Z] === RUN TestCreateWithInvalidEnv/2 [2022-07-29T22:36:18.905Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-07-29T22:36:18.905Z] === CONT TestCreateWithInvalidEnv/0 [2022-07-29T22:36:18.905Z] === CONT TestCreateWithInvalidEnv/2 [2022-07-29T22:36:18.905Z] === CONT TestCreateWithInvalidEnv/1 [2022-07-29T22:36:18.905Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-07-29T22:36:18.905Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-07-29T22:36:18.905Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-07-29T22:36:18.905Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-07-29T22:36:18.905Z] === RUN TestCreateTmpfsMountsTarget [2022-07-29T22:36:18.905Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-07-29T22:36:18.905Z] === RUN TestCreateWithCustomMaskedPaths [2022-07-29T22:36:20.272Z] --- PASS: TestCreateWithCustomMaskedPaths (1.20s) [2022-07-29T22:36:20.272Z] === RUN TestCreateWithCustomReadonlyPaths [2022-07-29T22:36:21.201Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.19s) [2022-07-29T22:36:21.201Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-07-29T22:36:21.201Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-07-29T22:36:21.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-07-29T22:36:21.201Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-07-29T22:36:21.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-07-29T22:36:21.201Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-07-29T22:36:21.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-07-29T22:36:21.201Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-07-29T22:36:21.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-07-29T22:36:21.201Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-07-29T22:36:21.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-07-29T22:36:21.201Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-07-29T22:36:21.201Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-07-29T22:36:21.201Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-07-29T22:36:21.201Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-07-29T22:36:21.201Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-07-29T22:36:21.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-07-29T22:36:21.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2022-07-29T22:36:21.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2022-07-29T22:36:21.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2022-07-29T22:36:21.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2022-07-29T22:36:21.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-07-29T22:36:21.201Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-07-29T22:36:21.764Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2022-07-29T22:36:21.764Z] === RUN TestCreateDifferentPlatform [2022-07-29T22:36:21.764Z] === RUN TestCreateDifferentPlatform/different_os [2022-07-29T22:36:21.764Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-07-29T22:36:21.764Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-07-29T22:36:21.764Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-07-29T22:36:21.764Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-07-29T22:36:21.764Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-07-29T22:36:21.764Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-07-29T22:36:21.764Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-07-29T22:36:21.764Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-07-29T22:36:21.764Z] === RUN TestCreateInvalidHostConfig [2022-07-29T22:36:21.764Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-07-29T22:36:21.764Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-07-29T22:36:21.764Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-07-29T22:36:21.764Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-07-29T22:36:21.764Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-07-29T22:36:21.764Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-07-29T22:36:21.764Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-07-29T22:36:21.764Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-07-29T22:36:21.764Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-07-29T22:36:21.764Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-07-29T22:36:21.764Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-07-29T22:36:21.764Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-07-29T22:36:21.764Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-07-29T22:36:21.764Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-07-29T22:36:21.764Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-07-29T22:36:21.764Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-07-29T22:36:21.764Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-07-29T22:36:21.764Z] === RUN TestContainerStartOnDaemonRestart [2022-07-29T22:36:21.764Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-07-29T22:36:21.764Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-07-29T22:36:21.764Z] === RUN TestDaemonRestartIpcMode [2022-07-29T22:36:21.764Z] === PAUSE TestDaemonRestartIpcMode [2022-07-29T22:36:21.764Z] === RUN TestDaemonHostGatewayIP [2022-07-29T22:36:21.764Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-07-29T22:36:21.764Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-07-29T22:36:21.764Z] === RUN TestRestartDaemonWithRestartingContainer [2022-07-29T22:36:21.764Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-07-29T22:36:21.764Z] === RUN TestContainerKillOnDaemonStart [2022-07-29T22:36:21.764Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-07-29T22:36:21.764Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-07-29T22:36:21.764Z] === RUN TestDiff [2022-07-29T22:36:22.326Z] --- PASS: TestDiff (0.41s) [2022-07-29T22:36:22.326Z] === RUN TestExecConsoleSize [2022-07-29T22:36:22.583Z] --- PASS: TestExecConsoleSize (0.47s) [2022-07-29T22:36:22.583Z] === RUN TestExecWithCloseStdin [2022-07-29T22:36:23.146Z] --- PASS: TestExecWithCloseStdin (0.45s) [2022-07-29T22:36:23.146Z] === RUN TestExec [2022-07-29T22:36:23.709Z] --- PASS: TestExec (0.49s) [2022-07-29T22:36:23.709Z] === RUN TestExecUser [2022-07-29T22:36:24.272Z] --- PASS: TestExecUser (0.47s) [2022-07-29T22:36:24.272Z] === RUN TestExportContainerAndImportImage [2022-07-29T22:36:24.834Z] --- PASS: TestExportContainerAndImportImage (0.60s) [2022-07-29T22:36:24.834Z] === RUN TestExportContainerAfterDaemonRestart [2022-07-29T22:36:26.202Z] --- PASS: TestExportContainerAfterDaemonRestart (1.32s) [2022-07-29T22:36:26.202Z] === RUN TestHealthCheckWorkdir [2022-07-29T22:36:26.434Z] #71 182.5 # github.com/containerd/containerd/cmd/containerd [2022-07-29T22:36:26.434Z] #71 182.5 /usr/bin/ld: /tmp/go-link-2178847653/000019.o: in function `New': [2022-07-29T22:36:26.434Z] #71 182.5 /tmp/tmp.l6MH7spGlS/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-07-29T22:36:26.434Z] #71 182.6 + bin/containerd-stress [2022-07-29T22:36:26.458Z] --- PASS: TestHealthCheckWorkdir (0.52s) [2022-07-29T22:36:26.458Z] === RUN TestHealthKillContainer [2022-07-29T22:36:27.375Z] #71 183.8 + bin/containerd-shim [2022-07-29T22:36:34.541Z] --- PASS: TestHealthKillContainer (7.92s) [2022-07-29T22:36:34.541Z] === RUN TestInspectCpusetInConfigPre120 [2022-07-29T22:36:34.541Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-07-29T22:36:34.541Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-07-29T22:36:34.541Z] === RUN TestIpcModeNone [2022-07-29T22:36:35.112Z] --- PASS: TestIpcModeNone (0.61s) [2022-07-29T22:36:35.112Z] === RUN TestIpcModePrivate [2022-07-29T22:36:35.368Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-07-29T22:36:35.625Z] --- PASS: TestIpcModePrivate (0.44s) [2022-07-29T22:36:35.625Z] === RUN TestIpcModeShareable [2022-07-29T22:36:35.625Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-07-29T22:36:35.625Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-07-29T22:36:35.625Z] === RUN TestAPIIpcModeShareableAndContainer [2022-07-29T22:36:36.991Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.42s) [2022-07-29T22:36:36.991Z] === RUN TestAPIIpcModeHost [2022-07-29T22:36:36.991Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-07-29T22:36:36.991Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-07-29T22:36:36.991Z] === RUN TestDaemonIpcModeShareable [2022-07-29T22:36:36.991Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-07-29T22:36:36.991Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-07-29T22:36:36.991Z] === RUN TestDaemonIpcModePrivate [2022-07-29T22:36:37.919Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-07-29T22:36:38.175Z] --- PASS: TestDaemonIpcModePrivate (1.17s) [2022-07-29T22:36:38.175Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-07-29T22:36:38.175Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-07-29T22:36:38.175Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-07-29T22:36:38.175Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-07-29T22:36:38.175Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-07-29T22:36:38.175Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-07-29T22:36:38.175Z] === RUN TestIpcModeOlderClient [2022-07-29T22:36:38.175Z] === PAUSE TestIpcModeOlderClient [2022-07-29T22:36:38.175Z] === RUN TestKillContainerInvalidSignal [2022-07-29T22:36:38.431Z] --- PASS: TestKillContainerInvalidSignal (0.40s) [2022-07-29T22:36:38.431Z] === RUN TestKillContainer [2022-07-29T22:36:38.431Z] === RUN TestKillContainer/no_signal [2022-07-29T22:36:38.994Z] === RUN TestKillContainer/non_killing_signal [2022-07-29T22:36:39.249Z] === RUN TestKillContainer/killing_signal [2022-07-29T22:36:39.612Z] #71 195.2 + bin/containerd-shim-runc-v1 [2022-07-29T22:36:39.811Z] --- PASS: TestKillContainer (1.24s) [2022-07-29T22:36:39.812Z] --- PASS: TestKillContainer/no_signal (0.40s) [2022-07-29T22:36:39.812Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2022-07-29T22:36:39.812Z] --- PASS: TestKillContainer/killing_signal (0.40s) [2022-07-29T22:36:39.812Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-07-29T22:36:39.812Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-07-29T22:36:40.068Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-07-29T22:36:40.631Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.81s) [2022-07-29T22:36:40.631Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2022-07-29T22:36:40.631Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s) [2022-07-29T22:36:40.631Z] === RUN TestKillStoppedContainer [2022-07-29T22:36:40.631Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-07-29T22:36:40.631Z] === RUN TestKillStoppedContainerAPIPre120 [2022-07-29T22:36:40.631Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-07-29T22:36:40.631Z] === RUN TestKillDifferentUserContainer [2022-07-29T22:36:41.204Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2022-07-29T22:36:41.204Z] === RUN TestInspectOomKilledTrue [2022-07-29T22:36:41.204Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-07-29T22:36:41.204Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-07-29T22:36:41.204Z] === RUN TestInspectOomKilledFalse [2022-07-29T22:36:41.204Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-07-29T22:36:41.204Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-07-29T22:36:41.204Z] === RUN TestLinksEtcHostsContentMatch [2022-07-29T22:36:41.204Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-07-29T22:36:41.204Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-07-29T22:36:41.204Z] === RUN TestLinksContainerNames [2022-07-29T22:36:41.773Z] --- PASS: TestLinksContainerNames (0.81s) [2022-07-29T22:36:41.773Z] === RUN TestLogsFollowTailEmpty [2022-07-29T22:36:42.336Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2022-07-29T22:36:42.336Z] === RUN TestLogs [2022-07-29T22:36:42.336Z] === RUN TestLogs/driver_local [2022-07-29T22:36:42.336Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-07-29T22:36:42.336Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-07-29T22:36:42.336Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-07-29T22:36:42.336Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-07-29T22:36:42.336Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-07-29T22:36:42.336Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-07-29T22:36:42.336Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-07-29T22:36:42.336Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-07-29T22:36:42.336Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-07-29T22:36:42.336Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-07-29T22:36:42.336Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-07-29T22:36:42.336Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-07-29T22:36:42.336Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-07-29T22:36:42.336Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-07-29T22:36:42.556Z] #64 343.0 # github.com/containerd/containerd/cmd/containerd [2022-07-29T22:36:42.556Z] #64 343.0 /usr/bin/ld: /tmp/go-link-4200990087/000019.o: in function `New': [2022-07-29T22:36:42.556Z] #64 343.0 /tmp/tmp.jYnXXBytjR/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-07-29T22:36:42.556Z] #64 343.1 + bin/containerd-stress [2022-07-29T22:36:42.556Z] #64 344.3 + bin/containerd-shim [2022-07-29T22:36:42.897Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-07-29T22:36:42.897Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-07-29T22:36:43.825Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-07-29T22:36:43.826Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-07-29T22:36:44.388Z] === RUN TestLogs/driver_json-file [2022-07-29T22:36:44.388Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-07-29T22:36:44.388Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-07-29T22:36:44.388Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-07-29T22:36:44.388Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-07-29T22:36:44.388Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-07-29T22:36:44.388Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-07-29T22:36:44.388Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-07-29T22:36:44.388Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-07-29T22:36:44.388Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-07-29T22:36:44.388Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-07-29T22:36:44.388Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-07-29T22:36:44.388Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-07-29T22:36:44.388Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-07-29T22:36:44.388Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-07-29T22:36:44.939Z] #71 201.6 + bin/containerd-shim-runc-v2 [2022-07-29T22:36:44.950Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-07-29T22:36:44.951Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-07-29T22:36:45.513Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-07-29T22:36:45.513Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-07-29T22:36:45.879Z] #71 202.4 + binaries [2022-07-29T22:36:45.879Z] #71 202.4 + install -D bin/containerd /build/containerd [2022-07-29T22:36:45.879Z] #71 202.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-07-29T22:36:46.139Z] #71 202.4 + install -D bin/ctr /build/ctr [2022-07-29T22:36:46.399Z] #71 DONE 202.9s [2022-07-29T22:36:46.442Z] --- PASS: TestLogs (3.91s) [2022-07-29T22:36:46.442Z] --- PASS: TestLogs/driver_local (0.01s) [2022-07-29T22:36:46.442Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.61s) [2022-07-29T22:36:46.442Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.67s) [2022-07-29T22:36:46.442Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.69s) [2022-07-29T22:36:46.442Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.72s) [2022-07-29T22:36:46.442Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.66s) [2022-07-29T22:36:46.442Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.62s) [2022-07-29T22:36:46.442Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-07-29T22:36:46.442Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.69s) [2022-07-29T22:36:46.442Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.74s) [2022-07-29T22:36:46.442Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.46s) [2022-07-29T22:36:46.442Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.48s) [2022-07-29T22:36:46.442Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.62s) [2022-07-29T22:36:46.442Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.66s) [2022-07-29T22:36:46.442Z] === RUN TestContainerNetworkMountsNoChown [2022-07-29T22:36:46.698Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/default [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/default [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/private [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/private [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/rprivate [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/rprivate [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/slave [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/slave [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/rslave [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/rslave [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/shared [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/shared [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/rshared [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/rshared [2022-07-29T22:36:46.698Z] === CONT TestMountDaemonRoot/default [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/default/mount_root [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/default/bind_root [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-07-29T22:36:46.698Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-07-29T22:36:46.698Z] === CONT TestMountDaemonRoot/rprivate [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-07-29T22:36:46.698Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-07-29T22:36:46.698Z] === CONT TestMountDaemonRoot/rshared [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-07-29T22:36:46.698Z] === CONT TestMountDaemonRoot/shared [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-07-29T22:36:46.698Z] === CONT TestMountDaemonRoot/rslave [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-07-29T22:36:46.698Z] === CONT TestMountDaemonRoot/slave [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-07-29T22:36:46.698Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-07-29T22:36:46.698Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-07-29T22:36:46.698Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-07-29T22:36:46.698Z] === CONT TestMountDaemonRoot/default/bind_root [2022-07-29T22:36:46.698Z] === CONT TestMountDaemonRoot/private [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/private/mount_root [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-07-29T22:36:46.698Z] === RUN TestMountDaemonRoot/private/bind_root [2022-07-29T22:36:46.698Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-07-29T22:36:46.698Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-07-29T22:36:46.698Z] === CONT TestMountDaemonRoot/default/mount_root [2022-07-29T22:36:46.698Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-07-29T22:36:46.698Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-07-29T22:36:46.698Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-07-29T22:36:46.698Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-07-29T22:36:46.698Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-07-29T22:36:46.698Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-07-29T22:36:46.954Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-07-29T22:36:46.954Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-07-29T22:36:46.954Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-07-29T22:36:46.954Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-07-29T22:36:46.954Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-07-29T22:36:46.954Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-07-29T22:36:46.954Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-07-29T22:36:46.954Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-07-29T22:36:46.954Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-07-29T22:36:46.954Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-07-29T22:36:46.954Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-07-29T22:36:46.954Z] === CONT TestMountDaemonRoot/private/bind_root [2022-07-29T22:36:46.954Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-07-29T22:36:46.954Z] === CONT TestMountDaemonRoot/private/mount_root [2022-07-29T22:36:46.954Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-07-29T22:36:46.954Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-07-29T22:36:46.954Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-07-29T22:36:46.954Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-07-29T22:36:46.954Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-07-29T22:36:46.954Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.03s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.03s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.01s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-07-29T22:36:46.955Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-07-29T22:36:46.955Z] === RUN TestContainerBindMountNonRecursive [2022-07-29T22:36:46.955Z] 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-07-29T22:36:46.955Z] --- SKIP: TestContainerBindMountNonRecursive (0.03s) [2022-07-29T22:36:46.955Z] === RUN TestContainerVolumesMountedAsShared [2022-07-29T22:36:46.955Z] 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-07-29T22:36:46.955Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-07-29T22:36:46.955Z] === RUN TestContainerVolumesMountedAsSlave [2022-07-29T22:36:46.955Z] 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-07-29T22:36:46.955Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-07-29T22:36:46.955Z] === RUN TestNetworkNat [2022-07-29T22:36:47.348Z] [2022-07-29T22:36:47.348Z] #72 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-07-29T22:36:47.348Z] #72 sha256:87e1e2615b687f5a76a9d9d0ee5bd332c160bbcc54f0d2a6d8c13ddf6967e5af [2022-07-29T22:36:47.517Z] --- PASS: TestNetworkNat (0.49s) [2022-07-29T22:36:47.517Z] === RUN TestNetworkLocalhostTCPNat [2022-07-29T22:36:47.611Z] #72 DONE 0.2s [2022-07-29T22:36:47.611Z] [2022-07-29T22:36:47.611Z] #77 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-07-29T22:36:47.611Z] #77 sha256:2311d0b5e3421f2b9b06aa6a120f9669a840cafdb61bdb6b0a0093d80132680e [2022-07-29T22:36:47.611Z] #77 DONE 0.1s [2022-07-29T22:36:47.871Z] [2022-07-29T22:36:47.871Z] #82 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-07-29T22:36:47.871Z] #82 sha256:efc18da8b02bb9d03084ac403bc9fae3014d1277016ae2b8bc1c493b90e0754d [2022-07-29T22:36:48.080Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2022-07-29T22:36:48.080Z] === RUN TestNetworkLoopbackNat [2022-07-29T22:36:48.441Z] #82 DONE 0.5s [2022-07-29T22:36:48.441Z] [2022-07-29T22:36:48.441Z] #85 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-07-29T22:36:48.441Z] #85 sha256:3752d28972166332071665efa33026ac0a0dc9338c66a4d3b6ef38ac81f5e030 [2022-07-29T22:36:48.441Z] #85 DONE 0.1s [2022-07-29T22:36:48.441Z] [2022-07-29T22:36:48.441Z] #86 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-07-29T22:36:48.441Z] #86 sha256:4367aaedade44cb2caea71bddc0006b1326ea3c6e9159dbdafdb3db141abc969 [2022-07-29T22:36:48.441Z] #86 DONE 0.0s [2022-07-29T22:36:48.441Z] [2022-07-29T22:36:48.441Z] #87 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-07-29T22:36:48.441Z] #87 sha256:62eeb200e97ac288df7b34df39db7eaa3598f282192e41ba5dccd174234e4ccf [2022-07-29T22:36:48.441Z] #87 DONE 0.0s [2022-07-29T22:36:48.441Z] [2022-07-29T22:36:48.441Z] #88 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-07-29T22:36:48.441Z] #88 sha256:0a4f6fae5cd47b45bfa5b0579e22d0769fc01ff20d76ddb2387573fe0f2f3613 [2022-07-29T22:36:50.596Z] --- PASS: TestNetworkLoopbackNat (2.54s) [2022-07-29T22:36:50.596Z] === RUN TestPause [2022-07-29T22:36:50.596Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-07-29T22:36:50.596Z] --- SKIP: TestPause (0.00s) [2022-07-29T22:36:50.596Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-07-29T22:36:50.596Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-07-29T22:36:50.596Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-07-29T22:36:50.596Z] === RUN TestPauseStopPausedContainer [2022-07-29T22:36:50.596Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-07-29T22:36:50.596Z] --- SKIP: TestPauseStopPausedContainer (0.02s) [2022-07-29T22:36:50.596Z] === RUN TestPidHost [2022-07-29T22:36:51.524Z] --- PASS: TestPidHost (0.88s) [2022-07-29T22:36:51.524Z] === RUN TestPsFilter [2022-07-29T22:36:51.524Z] --- PASS: TestPsFilter (0.10s) [2022-07-29T22:36:51.524Z] === RUN TestRemoveContainerWithRemovedVolume [2022-07-29T22:36:51.781Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2022-07-29T22:36:51.781Z] === RUN TestRemoveContainerWithVolume [2022-07-29T22:36:52.344Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2022-07-29T22:36:52.344Z] === RUN TestRemoveContainerRunning [2022-07-29T22:36:52.512Z] #64 355.7 + bin/containerd-shim-runc-v1 [2022-07-29T22:36:52.907Z] --- PASS: TestRemoveContainerRunning (0.43s) [2022-07-29T22:36:52.907Z] === RUN TestRemoveContainerForceRemoveRunning [2022-07-29T22:36:53.163Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2022-07-29T22:36:53.163Z] === RUN TestRemoveInvalidContainer [2022-07-29T22:36:53.163Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-07-29T22:36:53.163Z] === RUN TestRenameLinkedContainer [2022-07-29T22:36:53.720Z] #88 DONE 5.1s [2022-07-29T22:36:53.720Z] [2022-07-29T22:36:53.720Z] #89 exporting to image [2022-07-29T22:36:53.720Z] #89 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-07-29T22:36:53.720Z] #89 exporting layers [2022-07-29T22:36:55.055Z] --- PASS: TestRenameLinkedContainer (1.72s) [2022-07-29T22:36:55.055Z] === RUN TestRenameStoppedContainer [2022-07-29T22:36:55.311Z] --- PASS: TestRenameStoppedContainer (0.40s) [2022-07-29T22:36:55.311Z] === RUN TestRenameRunningContainerAndReuse [2022-07-29T22:36:56.239Z] --- PASS: TestRenameRunningContainerAndReuse (0.83s) [2022-07-29T22:36:56.239Z] === RUN TestRenameInvalidName [2022-07-29T22:36:56.496Z] --- PASS: TestRenameInvalidName (0.41s) [2022-07-29T22:36:56.496Z] === RUN TestRenameAnonymousContainer [2022-07-29T22:36:57.765Z] #64 362.2 + bin/containerd-shim-runc-v2 [2022-07-29T22:36:58.388Z] --- PASS: TestRenameAnonymousContainer (1.48s) [2022-07-29T22:36:58.388Z] === RUN TestRenameContainerWithSameName [2022-07-29T22:36:58.388Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-07-29T22:36:58.388Z] === RUN TestRenameContainerWithLinkedContainer [2022-07-29T22:36:58.695Z] #64 363.0 + binaries [2022-07-29T22:36:58.695Z] #64 363.0 + install -D bin/containerd /build/containerd [2022-07-29T22:36:58.695Z] #64 363.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-07-29T22:36:58.695Z] #64 363.1 + install -D bin/ctr /build/ctr [2022-07-29T22:36:59.317Z] --- PASS: TestRenameContainerWithLinkedContainer (0.82s) [2022-07-29T22:36:59.318Z] === RUN TestResize [2022-07-29T22:36:59.581Z] --- PASS: TestResize (0.41s) [2022-07-29T22:36:59.581Z] === RUN TestResizeWithInvalidSize [2022-07-29T22:37:00.145Z] --- PASS: TestResizeWithInvalidSize (0.45s) [2022-07-29T22:37:00.145Z] === RUN TestResizeWhenContainerNotStarted [2022-07-29T22:37:00.402Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s) [2022-07-29T22:37:00.402Z] === RUN TestDaemonRestartKillContainers [2022-07-29T22:37:00.402Z] restart_test.go:22: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-07-29T22:37:00.402Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-07-29T22:37:00.402Z] === RUN TestContainerWithAutoRemoveCanBeRestarted [2022-07-29T22:37:00.658Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill [2022-07-29T22:37:01.212Z] #64 DONE 365.4s [2022-07-29T22:37:01.584Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop [2022-07-29T22:37:01.774Z] [2022-07-29T22:37:01.774Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-07-29T22:37:01.774Z] #65 sha256:151c9c4b09c2f14fbfef9e7de8d63b1e575f4836eb5280248563b53f4203e4ff [2022-07-29T22:37:02.511Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.76s) [2022-07-29T22:37:02.511Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.85s) [2022-07-29T22:37:02.511Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.90s) [2022-07-29T22:37:02.511Z] === RUN TestCgroupNamespacesRun [2022-07-29T22:37:03.138Z] #65 DONE 1.0s [2022-07-29T22:37:03.138Z] [2022-07-29T22:37:03.138Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-07-29T22:37:03.138Z] #70 sha256:61a26683078389571ad5d54dc883875801c79c08c74ab813250a99dca6b68c23 [2022-07-29T22:37:03.138Z] #70 DONE 0.2s [2022-07-29T22:37:03.138Z] [2022-07-29T22:37:03.138Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-07-29T22:37:03.138Z] #75 sha256:b36433ffbc14bc645639a35d572020a48b5c8a358da9b975d3baa65f4fbf8e32 [2022-07-29T22:37:03.438Z] --- PASS: TestCgroupNamespacesRun (1.14s) [2022-07-29T22:37:03.438Z] === RUN TestCgroupNamespacesRunPrivileged [2022-07-29T22:37:04.066Z] #75 DONE 1.0s [2022-07-29T22:37:04.066Z] [2022-07-29T22:37:04.066Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-07-29T22:37:04.066Z] #78 sha256:7d6dc57b8592e994957e12f2d2e280a910d60fe83d99053fb89e9633085bfc7a [2022-07-29T22:37:04.066Z] #78 DONE 0.1s [2022-07-29T22:37:04.066Z] [2022-07-29T22:37:04.066Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-07-29T22:37:04.066Z] #79 sha256:05c552ef11e0bd3529483b9b29bb2f0b5923a0b7b4ae16092c4d5ded82ad9da5 [2022-07-29T22:37:04.066Z] #79 DONE 0.0s [2022-07-29T22:37:04.066Z] [2022-07-29T22:37:04.066Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-07-29T22:37:04.066Z] #80 sha256:40685815cacea2883ad935fbbfe99ef1a563510976bca1a8b4bde08968d29bc5 [2022-07-29T22:37:04.066Z] #80 DONE 0.1s [2022-07-29T22:37:04.066Z] [2022-07-29T22:37:04.066Z] #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-07-29T22:37:04.066Z] #81 sha256:ab59aa31c3d105ad523c2d179fcb576be8abca4726854b53c69f928d7a12ba84 [2022-07-29T22:37:04.803Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.13s) [2022-07-29T22:37:04.803Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-07-29T22:37:04.999Z] #81 0.862 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-07-29T22:37:08.130Z] #81 1.081 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-07-29T22:37:08.130Z] #81 1.264 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-07-29T22:37:08.130Z] #81 1.346 Reading package lists... [2022-07-29T22:37:08.130Z] #81 1.913 Reading package lists... [2022-07-29T22:37:08.130Z] #81 2.432 Building dependency tree... [2022-07-29T22:37:08.130Z] #81 2.552 Reading state information... [2022-07-29T22:37:08.130Z] #81 2.673 The following additional packages will be installed: [2022-07-29T22:37:08.130Z] #81 2.674 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-07-29T22:37:08.130Z] #81 2.675 Suggested packages: [2022-07-29T22:37:08.130Z] #81 2.675 systemd-container policykit-1 [2022-07-29T22:37:08.130Z] #81 2.675 Recommended packages: [2022-07-29T22:37:08.130Z] #81 2.675 systemd-timesyncd | time-daemon libnss-systemd [2022-07-29T22:37:08.130Z] #81 2.742 The following NEW packages will be installed: [2022-07-29T22:37:08.130Z] #81 2.743 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-07-29T22:37:08.130Z] #81 2.743 libkmod2 libpam-systemd systemd systemd-sysv [2022-07-29T22:37:08.130Z] #81 3.012 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2022-07-29T22:37:08.130Z] #81 3.012 Need to get 5817 kB of archives. [2022-07-29T22:37:08.130Z] #81 3.012 After this operation, 19.3 MB of additional disk space will be used. [2022-07-29T22:37:08.130Z] #81 3.012 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-07-29T22:37:08.130Z] #81 3.014 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-07-29T22:37:08.130Z] #81 3.016 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB] [2022-07-29T22:37:08.130Z] #81 3.018 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-07-29T22:37:08.130Z] #81 3.020 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB] [2022-07-29T22:37:08.130Z] #81 3.114 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7 [113 kB] [2022-07-29T22:37:08.130Z] #81 3.115 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-07-29T22:37:08.130Z] #81 3.116 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-07-29T22:37:08.130Z] #81 3.118 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7 [283 kB] [2022-07-29T22:37:08.130Z] #81 3.120 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB] [2022-07-29T22:37:08.130Z] #81 3.282 debconf: delaying package configuration, since apt-utils is not installed [2022-07-29T22:37:08.130Z] #81 3.313 Fetched 5817 kB in 0s (15.6 MB/s) [2022-07-29T22:37:08.130Z] #81 3.337 Selecting previously unselected package libargon2-1:amd64. [2022-07-29T22:37:08.130Z] #81 3.337 (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 ... 28638 files and directories currently installed.) [2022-07-29T22:37:08.130Z] #81 3.353 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ... [2022-07-29T22:37:08.130Z] #81 3.361 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-07-29T22:37:08.130Z] #81 3.397 Selecting previously unselected package libjson-c5:amd64. [2022-07-29T22:37:08.130Z] #81 3.400 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ... [2022-07-29T22:37:08.130Z] #81 3.403 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-07-29T22:37:08.130Z] #81 3.440 Selecting previously unselected package libcryptsetup12:amd64. [2022-07-29T22:37:08.130Z] #81 3.442 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-07-29T22:37:08.130Z] #81 3.447 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-07-29T22:37:08.130Z] #81 3.501 Selecting previously unselected package libkmod2:amd64. [2022-07-29T22:37:08.130Z] #81 3.504 Preparing to unpack .../libkmod2_28-1_amd64.deb ... [2022-07-29T22:37:08.130Z] #81 3.508 Unpacking libkmod2:amd64 (28-1) ... [2022-07-29T22:37:08.130Z] #81 3.551 Selecting previously unselected package systemd. [2022-07-29T22:37:08.130Z] #81 3.554 Preparing to unpack .../systemd_247.3-7_amd64.deb ... [2022-07-29T22:37:08.130Z] #81 3.589 Unpacking systemd (247.3-7) ... [2022-07-29T22:37:08.390Z] #81 4.152 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-07-29T22:37:08.390Z] #81 4.161 Setting up libjson-c5:amd64 (0.15-2) ... [2022-07-29T22:37:08.390Z] #81 4.172 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-07-29T22:37:08.390Z] #81 4.183 Setting up libkmod2:amd64 (28-1) ... [2022-07-29T22:37:08.390Z] #81 4.194 Setting up systemd (247.3-7) ... [2022-07-29T22:37:08.390Z] #81 4.235 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-07-29T22:37:08.390Z] #81 4.238 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-07-29T22:37:08.390Z] #81 4.240 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-07-29T22:37:08.390Z] #81 4.262 Initializing machine ID from KVM UUID. [2022-07-29T22:37:08.432Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.15s) [2022-07-29T22:37:08.432Z] === RUN TestCgroupNamespacesRunHostMode [2022-07-29T22:37:08.432Z] --- PASS: TestCgroupNamespacesRunHostMode (1.12s) [2022-07-29T22:37:08.432Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-07-29T22:37:08.432Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.14s) [2022-07-29T22:37:08.432Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-07-29T22:37:08.647Z] #81 4.654 Selecting previously unselected package systemd-sysv. [2022-07-29T22:37:08.903Z] #81 4.654 (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 ... 29449 files and directories currently installed.) [2022-07-29T22:37:08.903Z] #81 4.669 Preparing to unpack .../systemd-sysv_247.3-7_amd64.deb ... [2022-07-29T22:37:08.903Z] #81 4.673 Unpacking systemd-sysv (247.3-7) ... [2022-07-29T22:37:08.903Z] #81 4.716 Selecting previously unselected package libdbus-1-3:amd64. [2022-07-29T22:37:08.903Z] #81 4.719 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-07-29T22:37:08.903Z] #81 4.723 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-07-29T22:37:08.903Z] #81 4.783 Selecting previously unselected package dbus. [2022-07-29T22:37:08.903Z] #81 4.786 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-07-29T22:37:08.903Z] #81 4.797 Unpacking dbus (1.12.20-2) ... [2022-07-29T22:37:08.903Z] #81 4.854 Selecting previously unselected package libpam-systemd:amd64. [2022-07-29T22:37:08.903Z] #81 4.856 Preparing to unpack .../libpam-systemd_247.3-7_amd64.deb ... [2022-07-29T22:37:08.903Z] #81 4.860 Unpacking libpam-systemd:amd64 (247.3-7) ... [2022-07-29T22:37:08.903Z] #81 4.909 Selecting previously unselected package dbus-user-session. [2022-07-29T22:37:08.994Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s) [2022-07-29T22:37:08.994Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-07-29T22:37:09.161Z] #81 4.911 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-07-29T22:37:09.161Z] #81 4.917 Unpacking dbus-user-session (1.12.20-2) ... [2022-07-29T22:37:09.161Z] #81 4.993 Setting up systemd-sysv (247.3-7) ... [2022-07-29T22:37:09.161Z] #81 5.007 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-07-29T22:37:09.161Z] #81 5.018 Setting up dbus (1.12.20-2) ... [2022-07-29T22:37:09.161Z] #81 5.136 invoke-rc.d: could not determine current runlevel [2022-07-29T22:37:09.417Z] #81 5.138 invoke-rc.d: policy-rc.d denied execution of start. [2022-07-29T22:37:09.417Z] #81 5.143 Setting up libpam-systemd:amd64 (247.3-7) ... [2022-07-29T22:37:09.417Z] #81 5.309 Setting up dbus-user-session (1.12.20-2) ... [2022-07-29T22:37:09.417Z] #81 5.324 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-07-29T22:37:09.675Z] #81 DONE 5.4s [2022-07-29T22:37:09.675Z] [2022-07-29T22:37:09.675Z] #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-07-29T22:37:09.675Z] #82 sha256:1772b774540e6cff50f439076f8ac87320be6b2bdea1fa4fd8ea6105f63ee76d [2022-07-29T22:37:09.704Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-07-29T22:37:09.704Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-07-29T22:37:09.704Z] ok github.com/docker/docker/api/server/httputils 0.007s coverage: 31.9% of statements [2022-07-29T22:37:09.704Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2022-07-29T22:37:09.704Z] ? github.com/docker/docker/api/server/router [no test files] [2022-07-29T22:37:09.704Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-07-29T22:37:09.704Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-07-29T22:37:09.704Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-07-29T22:37:09.704Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-07-29T22:37:09.704Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-07-29T22:37:09.704Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-07-29T22:37:09.704Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-07-29T22:37:09.704Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-07-29T22:37:09.704Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-07-29T22:37:09.704Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-07-29T22:37:10.076Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s) [2022-07-29T22:37:10.076Z] === RUN TestCgroupNamespacesRunOlderClient [2022-07-29T22:37:10.077Z] #82 0.435 % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-29T22:37:10.077Z] #82 0.436 Dload Upload Total Spent Left Speed [2022-07-29T22:37:10.079Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 6.0% of statements [2022-07-29T22:37:10.079Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-07-29T22:37:10.333Z] #82 0.436 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 6179 0 --:--:-- --:--:-- --:--:-- 6158 [2022-07-29T22:37:10.334Z] #82 DONE 0.8s [2022-07-29T22:37:10.334Z] [2022-07-29T22:37:10.334Z] #83 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-07-29T22:37:10.334Z] #83 sha256:f5f8cbef7cdae9b6d351ceba21bf714e9736168674a54967a01c1aeecde62e59 [2022-07-29T22:37:10.646Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2022-07-29T22:37:10.646Z] ok github.com/docker/docker/api/server/router/volume 0.011s coverage: 67.9% of statements [2022-07-29T22:37:10.646Z] ? github.com/docker/docker/api/types [no test files] [2022-07-29T22:37:10.646Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-07-29T22:37:10.646Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-07-29T22:37:10.646Z] ? github.com/docker/docker/api/types/container [no test files] [2022-07-29T22:37:10.646Z] ? github.com/docker/docker/api/types/events [no test files] [2022-07-29T22:37:10.646Z] ? github.com/docker/docker/api/types/image [no test files] [2022-07-29T22:37:10.646Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-07-29T22:37:10.646Z] ? github.com/docker/docker/api/types/network [no test files] [2022-07-29T22:37:10.646Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-07-29T22:37:10.904Z] ok github.com/docker/docker/api/types/registry 0.009s coverage: 54.2% of statements [2022-07-29T22:37:10.904Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2022-07-29T22:37:10.904Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-07-29T22:37:10.904Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-07-29T22:37:11.003Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s) [2022-07-29T22:37:11.003Z] === RUN TestNISDomainname [2022-07-29T22:37:11.003Z] run_linux_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-07-29T22:37:11.003Z] --- SKIP: TestNISDomainname (0.02s) [2022-07-29T22:37:11.003Z] === RUN TestHostnameDnsResolution [2022-07-29T22:37:11.163Z] ok github.com/docker/docker/api/types/time 0.008s coverage: 100.0% of statements [2022-07-29T22:37:11.163Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-07-29T22:37:11.163Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-07-29T22:37:11.163Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-07-29T22:37:11.163Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-07-29T22:37:11.163Z] ? github.com/docker/docker/builder [no test files] [2022-07-29T22:37:11.163Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-07-29T22:37:11.163Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-07-29T22:37:11.163Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-07-29T22:37:11.163Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-07-29T22:37:11.163Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-07-29T22:37:11.163Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-07-29T22:37:11.163Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-07-29T22:37:11.263Z] #83 DONE 1.0s [2022-07-29T22:37:11.263Z] [2022-07-29T22:37:11.263Z] #84 exporting to image [2022-07-29T22:37:11.264Z] #84 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-07-29T22:37:11.264Z] #84 exporting layers [2022-07-29T22:37:11.565Z] --- PASS: TestHostnameDnsResolution (0.67s) [2022-07-29T22:37:11.565Z] === RUN TestUnprivilegedPortsAndPing [2022-07-29T22:37:11.565Z] run_linux_test.go:115: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-07-29T22:37:11.565Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-07-29T22:37:11.565Z] === RUN TestPrivilegedHostDevices [2022-07-29T22:37:12.128Z] --- PASS: TestPrivilegedHostDevices (0.46s) [2022-07-29T22:37:12.128Z] === RUN TestRunConsoleSize [2022-07-29T22:37:12.690Z] --- PASS: TestRunConsoleSize (0.40s) [2022-07-29T22:37:12.690Z] === RUN TestRunWithAlternativeContainerdShim [2022-07-29T22:37:13.618Z] --- PASS: TestRunWithAlternativeContainerdShim (1.12s) [2022-07-29T22:37:13.618Z] === RUN TestStats [2022-07-29T22:37:13.618Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-07-29T22:37:13.618Z] --- SKIP: TestStats (0.00s) [2022-07-29T22:37:13.618Z] === RUN TestStopContainerWithTimeout [2022-07-29T22:37:13.618Z] === RUN TestStopContainerWithTimeout/0 [2022-07-29T22:37:13.618Z] === PAUSE TestStopContainerWithTimeout/0 [2022-07-29T22:37:13.618Z] === RUN TestStopContainerWithTimeout/1 [2022-07-29T22:37:13.618Z] === PAUSE TestStopContainerWithTimeout/1 [2022-07-29T22:37:13.618Z] === RUN TestStopContainerWithTimeout/3 [2022-07-29T22:37:13.618Z] === PAUSE TestStopContainerWithTimeout/3 [2022-07-29T22:37:13.618Z] === RUN TestStopContainerWithTimeout/-1 [2022-07-29T22:37:13.618Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-07-29T22:37:13.618Z] === CONT TestStopContainerWithTimeout/0 [2022-07-29T22:37:13.618Z] === CONT TestStopContainerWithTimeout/3 [2022-07-29T22:37:13.697Z] ok github.com/docker/docker/builder/remotecontext 0.109s coverage: 13.7% of statements [2022-07-29T22:37:13.697Z] ok github.com/docker/docker/builder/dockerfile 0.439s coverage: 49.3% of statements [2022-07-29T22:37:13.956Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-07-29T22:37:14.181Z] === CONT TestStopContainerWithTimeout/-1 [2022-07-29T22:37:14.529Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-07-29T22:37:15.468Z] ok github.com/docker/docker/builder/remotecontext/git 1.683s coverage: 86.3% of statements [2022-07-29T22:37:15.468Z] ? github.com/docker/docker/cli [no test files] [2022-07-29T22:37:15.468Z] ? github.com/docker/docker/cli/config [no test files] [2022-07-29T22:37:15.468Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-07-29T22:37:15.468Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-07-29T22:37:16.036Z] ok github.com/docker/docker/cmd/docker-proxy 0.251s coverage: 67.6% of statements [2022-07-29T22:37:16.695Z] === CONT TestStopContainerWithTimeout/1 [2022-07-29T22:37:17.810Z] #84 exporting layers 6.2s done [2022-07-29T22:37:17.810Z] #84 writing image sha256:f7d8469b1aa9ccaea686c3a21b76c46a45d0746228210ad6983ae841e0c7db58 done [2022-07-29T22:37:17.810Z] #84 naming to docker.io/library/docker:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 done [2022-07-29T22:37:17.810Z] #84 DONE 6.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-29T22:37:18.059Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-07-29T22:37:18.059Z] --- PASS: TestStopContainerWithTimeout/0 (0.60s) [2022-07-29T22:37:18.059Z] --- PASS: TestStopContainerWithTimeout/3 (2.66s) [2022-07-29T22:37:18.059Z] --- PASS: TestStopContainerWithTimeout/-1 (2.41s) [2022-07-29T22:37:18.059Z] --- PASS: TestStopContainerWithTimeout/1 (1.50s) [2022-07-29T22:37:18.059Z] === RUN TestDeleteDevicemapper [2022-07-29T22:37:18.059Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-07-29T22:37:18.059Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-07-29T22:37:18.059Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-07-29T22:37:18.171Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43885/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 -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:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 hack/make.sh dynbinary test-integration [2022-07-29T22:37:18.988Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.17s) [2022-07-29T22:37:18.988Z] === RUN TestUpdateMemory [2022-07-29T22:37:18.988Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-07-29T22:37:18.988Z] --- SKIP: TestUpdateMemory (0.00s) [2022-07-29T22:37:18.988Z] === RUN TestUpdateCPUQuota [2022-07-29T22:37:18.988Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-07-29T22:37:18.988Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-07-29T22:37:18.988Z] === RUN TestUpdatePidsLimit [2022-07-29T22:37:18.988Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-07-29T22:37:18.988Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-07-29T22:37:18.988Z] === RUN TestUpdateRestartPolicy [2022-07-29T22:37:19.329Z] ok github.com/docker/docker/client 0.095s coverage: 75.9% of statements [2022-07-29T22:37:20.066Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-07-29T22:37:20.066Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-07-29T22:37:20.066Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-07-29T22:37:20.066Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-07-29T22:37:20.066Z] 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-07-29T22:37:20.066Z] Detected virtualization docker. [2022-07-29T22:37:20.066Z] Detected architecture x86-64. [2022-07-29T22:37:20.066Z] Set hostname to . [2022-07-29T22:37:20.066Z] modprobe@configfs.service: Succeeded. [2022-07-29T22:37:20.066Z] modprobe@drm.service: Succeeded. [2022-07-29T22:37:20.066Z] modprobe@fuse.service: Succeeded. [2022-07-29T22:37:20.322Z] + source /etc/docker-entrypoint-cmd [2022-07-29T22:37:20.323Z] ++ hack/make.sh dynbinary test-integration [2022-07-29T22:37:20.323Z] [2022-07-29T22:37:20.323Z] Removing bundles/ [2022-07-29T22:37:20.323Z] [2022-07-29T22:37:20.323Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-07-29T22:37:20.323Z] Building: bundles/dynbinary-daemon/dockerd [2022-07-29T22:37:20.323Z] GOOS="" GOARCH="" GOARM="" [2022-07-29T22:37:22.471Z] #89 exporting layers 26.6s done [2022-07-29T22:37:22.471Z] #89 writing image sha256:5c135aca78ef02431fa033de0d9d2ade6a7907ea3508b63769b710ee5eead4d9 done [2022-07-29T22:37:22.471Z] #89 naming to docker.io/library/docker:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 done [2022-07-29T22:37:22.471Z] #89 DONE 26.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-07-29T22:37:22.799Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43885/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43885/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 hack/validate/default [2022-07-29T22:37:23.737Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-07-29T22:37:29.013Z] Congratulations! All API changes are done the right way. [2022-07-29T22:37:29.013Z] Congratulations! All TOML source files changed here have valid syntax. [2022-07-29T22:37:29.013Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-07-29T22:37:29.013Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-07-29T22:37:29.013Z] [2022-07-29T22:37:29.013Z] INFO Start validation with golang-ci-lint [2022-07-29T22:37:29.584Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-07-29T22:37:29.584Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] [2022-07-29T22:37:29.584Z] INFO [loader] Using build tags: [ journald] [2022-07-29T22:37:31.163Z] --- PASS: TestUpdateRestartPolicy (10.93s) [2022-07-29T22:37:31.163Z] === RUN TestUpdateRestartWithAutoRemove [2022-07-29T22:37:31.163Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s) [2022-07-29T22:37:31.163Z] === RUN TestWaitNonBlocked [2022-07-29T22:37:31.163Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-07-29T22:37:31.163Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-07-29T22:37:31.163Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-07-29T22:37:31.163Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-07-29T22:37:31.163Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-07-29T22:37:31.163Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-07-29T22:37:31.163Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-07-29T22:37:31.163Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.66s) [2022-07-29T22:37:31.163Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.69s) [2022-07-29T22:37:31.163Z] === RUN TestWaitBlocked [2022-07-29T22:37:31.163Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-07-29T22:37:31.163Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-07-29T22:37:31.163Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-07-29T22:37:31.163Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-07-29T22:37:31.163Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-07-29T22:37:31.163Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-07-29T22:37:31.760Z] --- PASS: TestWaitBlocked (0.01s) [2022-07-29T22:37:31.760Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.66s) [2022-07-29T22:37:31.760Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.78s) [2022-07-29T22:37:31.760Z] === RUN TestWaitConditions [2022-07-29T22:37:31.760Z] === RUN TestWaitConditions/default [2022-07-29T22:37:31.760Z] === PAUSE TestWaitConditions/default [2022-07-29T22:37:31.760Z] === RUN TestWaitConditions/not-running [2022-07-29T22:37:31.760Z] === PAUSE TestWaitConditions/not-running [2022-07-29T22:37:31.760Z] === RUN TestWaitConditions/next-exit [2022-07-29T22:37:31.760Z] === PAUSE TestWaitConditions/next-exit [2022-07-29T22:37:31.760Z] === RUN TestWaitConditions/removed [2022-07-29T22:37:31.760Z] === PAUSE TestWaitConditions/removed [2022-07-29T22:37:31.760Z] === CONT TestWaitConditions/default [2022-07-29T22:37:31.760Z] === CONT TestWaitConditions/next-exit [2022-07-29T22:37:33.649Z] === CONT TestWaitConditions/not-running [2022-07-29T22:37:33.649Z] === CONT TestWaitConditions/removed [2022-07-29T22:37:35.015Z] --- PASS: TestWaitConditions (0.01s) [2022-07-29T22:37:35.015Z] --- PASS: TestWaitConditions/default (1.56s) [2022-07-29T22:37:35.015Z] --- PASS: TestWaitConditions/next-exit (1.64s) [2022-07-29T22:37:35.015Z] --- PASS: TestWaitConditions/not-running (1.67s) [2022-07-29T22:37:35.015Z] --- PASS: TestWaitConditions/removed (1.65s) [2022-07-29T22:37:35.015Z] === RUN TestWaitRestartedContainer [2022-07-29T22:37:35.015Z] === RUN TestWaitRestartedContainer/default [2022-07-29T22:37:35.015Z] === PAUSE TestWaitRestartedContainer/default [2022-07-29T22:37:35.015Z] === RUN TestWaitRestartedContainer/not-running [2022-07-29T22:37:35.015Z] === PAUSE TestWaitRestartedContainer/not-running [2022-07-29T22:37:35.015Z] === RUN TestWaitRestartedContainer/next-exit [2022-07-29T22:37:35.015Z] === PAUSE TestWaitRestartedContainer/next-exit [2022-07-29T22:37:35.271Z] === CONT TestWaitRestartedContainer/default [2022-07-29T22:37:35.271Z] === CONT TestWaitRestartedContainer/next-exit [2022-07-29T22:37:36.639Z] === CONT TestWaitRestartedContainer/not-running [2022-07-29T22:37:37.568Z] --- PASS: TestWaitRestartedContainer (0.02s) [2022-07-29T22:37:37.568Z] --- PASS: TestWaitRestartedContainer/default (1.32s) [2022-07-29T22:37:37.568Z] --- PASS: TestWaitRestartedContainer/next-exit (1.35s) [2022-07-29T22:37:37.568Z] --- PASS: TestWaitRestartedContainer/not-running (0.89s) [2022-07-29T22:37:37.568Z] === CONT TestDaemonRestartIpcMode [2022-07-29T22:37:37.568Z] === CONT TestIpcModeOlderClient [2022-07-29T22:37:37.568Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-07-29T22:37:37.568Z] === CONT TestRestartDaemonWithRestartingContainer [2022-07-29T22:37:40.087Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.32s) [2022-07-29T22:37:40.087Z] --- PASS: TestDaemonRestartIpcMode (2.77s) [2022-07-29T22:37:40.087Z] PASS [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === Skipped [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-07-29T22:37:40.087Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-07-29T22:37:40.087Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-07-29T22:37:40.087Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-07-29T22:37:40.087Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-07-29T22:37:40.087Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-07-29T22:37:40.087Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-07-29T22:37:40.087Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-07-29T22:37:40.087Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-07-29T22:37:40.087Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-07-29T22:37:40.087Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-07-29T22:37:40.087Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-07-29T22:37:40.087Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-07-29T22:37:40.087Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.03s) [2022-07-29T22:37:40.087Z] 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-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-07-29T22:37:40.087Z] 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-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-07-29T22:37:40.087Z] 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-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-07-29T22:37:40.087Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-07-29T22:37:40.087Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s) [2022-07-29T22:37:40.087Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-07-29T22:37:40.087Z] restart_test.go:22: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s) [2022-07-29T22:37:40.087Z] run_linux_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-07-29T22:37:40.087Z] run_linux_test.go:115: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-07-29T22:37:40.087Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-07-29T22:37:40.087Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-07-29T22:37:40.087Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-07-29T22:37:40.087Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-07-29T22:37:40.087Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-07-29T22:37:40.087Z] [2022-07-29T22:37:40.087Z] DONE 249 tests, 27 skipped in 86.651s [2022-07-29T22:37:40.087Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-07-29T22:37:40.344Z] === RUN TestConfigDaemonLibtrustID [2022-07-29T22:37:40.906Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-07-29T22:37:40.906Z] === RUN TestConfigDaemonID [2022-07-29T22:37:41.833Z] daemon_test.go:83: [d22e736088658] daemon is not started [2022-07-29T22:37:41.833Z] --- PASS: TestConfigDaemonID (1.08s) [2022-07-29T22:37:41.833Z] === RUN TestDaemonConfigValidation [2022-07-29T22:37:41.833Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-07-29T22:37:41.833Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-07-29T22:37:41.833Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-07-29T22:37:41.833Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-07-29T22:37:41.833Z] === RUN TestDaemonConfigValidation/invalid_config [2022-07-29T22:37:41.833Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-07-29T22:37:41.833Z] === RUN TestDaemonConfigValidation/malformed_config [2022-07-29T22:37:41.833Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-07-29T22:37:41.833Z] === RUN TestDaemonConfigValidation/valid_config [2022-07-29T22:37:41.833Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-07-29T22:37:41.833Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-07-29T22:37:41.833Z] === CONT TestDaemonConfigValidation/malformed_config [2022-07-29T22:37:42.090Z] === CONT TestDaemonConfigValidation/invalid_config [2022-07-29T22:37:42.090Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-07-29T22:37:42.090Z] === CONT TestDaemonConfigValidation/valid_config [2022-07-29T22:37:42.090Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-07-29T22:37:42.090Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-07-29T22:37:42.090Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.10s) [2022-07-29T22:37:42.090Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.09s) [2022-07-29T22:37:42.090Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s) [2022-07-29T22:37:42.090Z] --- PASS: TestDaemonConfigValidation/valid_config (0.05s) [2022-07-29T22:37:42.090Z] === RUN TestConfigDaemonSeccompProfiles [2022-07-29T22:37:42.090Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-07-29T22:37:43.455Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-07-29T22:37:44.384Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-07-29T22:37:45.312Z] === CONT TestConfigDaemonSeccompProfiles [2022-07-29T22:37:45.312Z] daemon_test.go:197: [dc2d8bc0e23d9] daemon is not started [2022-07-29T22:37:45.312Z] --- PASS: TestConfigDaemonSeccompProfiles (3.25s) [2022-07-29T22:37:45.312Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2022-07-29T22:37:45.312Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.07s) [2022-07-29T22:37:45.312Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2022-07-29T22:37:45.312Z] === RUN TestDaemonProxy [2022-07-29T22:37:45.312Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-07-29T22:37:45.312Z] --- SKIP: TestDaemonProxy (0.00s) [2022-07-29T22:37:45.312Z] PASS [2022-07-29T22:37:45.312Z] [2022-07-29T22:37:45.312Z] === Skipped [2022-07-29T22:37:45.312Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-07-29T22:37:45.312Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-07-29T22:37:45.312Z] [2022-07-29T22:37:45.312Z] DONE 13 tests, 1 skipped in 5.247s [2022-07-29T22:37:45.312Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-07-29T22:37:45.568Z] INFO: Testing against a local daemon [2022-07-29T22:37:45.568Z] === RUN TestCommitInheritsEnv [2022-07-29T22:37:47.456Z] --- PASS: TestCommitInheritsEnv (1.61s) [2022-07-29T22:37:47.456Z] === RUN TestImportExtremelyLargeImageWorks [2022-07-29T22:37:47.456Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-07-29T22:37:47.456Z] === RUN TestImportWithCustomPlatform [2022-07-29T22:37:47.456Z] === RUN TestImportWithCustomPlatform/#00 [2022-07-29T22:37:47.456Z] === RUN TestImportWithCustomPlatform/_______ [2022-07-29T22:37:47.456Z] === RUN TestImportWithCustomPlatform// [2022-07-29T22:37:47.456Z] === RUN TestImportWithCustomPlatform/linux [2022-07-29T22:37:47.456Z] === RUN TestImportWithCustomPlatform/LINUX [2022-07-29T22:37:47.456Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-07-29T22:37:47.456Z] === RUN TestImportWithCustomPlatform/macos [2022-07-29T22:37:47.456Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-07-29T22:37:47.456Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-07-29T22:37:47.456Z] --- PASS: TestImportWithCustomPlatform (0.35s) [2022-07-29T22:37:47.456Z] --- PASS: TestImportWithCustomPlatform/#00 (0.09s) [2022-07-29T22:37:47.456Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-07-29T22:37:47.456Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-07-29T22:37:47.456Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-07-29T22:37:47.456Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-07-29T22:37:47.456Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.10s) [2022-07-29T22:37:47.456Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-07-29T22:37:47.456Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-07-29T22:37:47.456Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-07-29T22:37:47.456Z] === RUN TestImagesFilterMultiReference [2022-07-29T22:37:47.712Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-07-29T22:37:47.712Z] === RUN TestImagePullPlatformInvalid [2022-07-29T22:37:47.712Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-07-29T22:37:47.712Z] === RUN TestRemoveImageOrphaning [2022-07-29T22:37:49.077Z] --- PASS: TestRemoveImageOrphaning (1.54s) [2022-07-29T22:37:49.077Z] === RUN TestRemoveImageGarbageCollector [2022-07-29T22:37:49.077Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-07-29T22:37:49.077Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-07-29T22:37:49.077Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-07-29T22:37:49.077Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-07-29T22:37:49.077Z] === RUN TestTagInvalidReference [2022-07-29T22:37:49.077Z] --- PASS: TestTagInvalidReference (0.01s) [2022-07-29T22:37:49.077Z] === RUN TestTagValidPrefixedRepo [2022-07-29T22:37:49.333Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-07-29T22:37:49.333Z] === RUN TestTagExistedNameWithoutForce [2022-07-29T22:37:49.333Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-07-29T22:37:49.333Z] === RUN TestTagOfficialNames [2022-07-29T22:37:49.333Z] --- PASS: TestTagOfficialNames (0.05s) [2022-07-29T22:37:49.333Z] === RUN TestTagMatchesDigest [2022-07-29T22:37:49.333Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-07-29T22:37:49.333Z] === CONT TestImportExtremelyLargeImageWorks [2022-07-29T22:37:51.410Z] ok github.com/docker/docker/cmd/dockerd 0.078s coverage: 31.5% of statements [2022-07-29T22:37:52.346Z] ok github.com/docker/docker/container 0.119s coverage: 37.4% of statements [2022-07-29T22:37:52.913Z] ok github.com/docker/docker/cmd/dockerd/trap 2.475s coverage: 0.0% of statements [2022-07-29T22:37:52.913Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-07-29T22:37:52.913Z] ? github.com/docker/docker/container/stream [no test files] [2022-07-29T22:37:52.913Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-07-29T22:37:52.913Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-07-29T22:37:52.913Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-07-29T22:37:59.479Z] ok github.com/docker/docker/daemon/cluster 0.084s coverage: 0.5% of statements [2022-07-29T22:37:59.740Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.015s coverage: 65.3% of statements [2022-07-29T22:38:01.145Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 36.9% of statements [2022-07-29T22:38:07.756Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.447s coverage: 13.4% of statements [2022-07-29T22:38:08.692Z] ok github.com/docker/docker/daemon/config 0.030s coverage: 81.7% of statements [2022-07-29T22:38:09.259Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-07-29T22:38:09.826Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2022-07-29T22:38:10.085Z] ok github.com/docker/docker/daemon 10.127s coverage: 16.6% of statements [2022-07-29T22:38:10.085Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-07-29T22:38:10.085Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-07-29T22:38:10.085Z] ? github.com/docker/docker/daemon/containerd [no test files] [2022-07-29T22:38:10.085Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-07-29T22:38:10.085Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-07-29T22:38:11.020Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.585s coverage: 74.8% of statements [2022-07-29T22:38:11.956Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.292s coverage: 60.7% of statements [2022-07-29T22:38:12.222Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 3.0% of statements [2022-07-29T22:38:13.600Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.010s coverage: 1.9% of statements [2022-07-29T22:38:15.001Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.351s coverage: 50.6% of statements [2022-07-29T22:38:16.380Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.899s coverage: 45.9% of statements [2022-07-29T22:38:16.380Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-07-29T22:38:16.947Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.945s coverage: 58.5% of statements [2022-07-29T22:38:16.947Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-07-29T22:38:16.947Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-07-29T22:38:17.514Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.5% of statements [2022-07-29T22:38:18.081Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2022-07-29T22:38:18.649Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2022-07-29T22:38:18.819Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-07-29T22:38:18.819Z] Using test binary docker [2022-07-29T22:38:18.819Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-07-29T22:38:18.819Z] Using test binary docker [2022-07-29T22:38:18.819Z] +++ /etc/init.d/apparmor start [2022-07-29T22:38:18.819Z] +++ /etc/init.d/apparmor start [2022-07-29T22:38:18.819Z] Starting: AppArmorStarting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-07-29T22:38:18.819Z] : already loaded with profiles.: Skipped. ... (warning). [2022-07-29T22:38:18.819Z] INFO: Waiting for daemon to start... [2022-07-29T22:38:18.819Z] Starting dockerdINFO: Waiting for daemon to start... [2022-07-29T22:38:18.819Z] Starting dockerd [2022-07-29T22:38:18.819Z] +++ 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-07-29T22:38:18.819Z] [2022-07-29T22:38:18.819Z] +++ 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-07-29T22:38:18.819Z] .. [2022-07-29T22:38:18.819Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-07-29T22:38:18.819Z] [2022-07-29T22:38:18.819Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-07-29T22:38:18.819Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-07-29T22:38:18.819Z] Error: No such image: emptyfs [2022-07-29T22:38:18.819Z] ++++ docker load [2022-07-29T22:38:18.819Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-07-29T22:38:18.819Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-07-29T22:38:18.819Z] Error: No such image: emptyfs [2022-07-29T22:38:18.819Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-07-29T22:38:18.819Z] ++++ docker load [2022-07-29T22:38:18.819Z] Running integration-test (iteration 1) [2022-07-29T22:38:18.819Z] 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-07-29T22:38:18.819Z] ++ 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-07-29T22:38:18.819Z] ++ set -e [2022-07-29T22:38:18.819Z] ++ '[' -n 0 ']' [2022-07-29T22:38:18.819Z] ++ set -x [2022-07-29T22:38:18.819Z] ++ 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-07-29T22:38:18.819Z] Running integration-test (iteration 1) [2022-07-29T22:38:18.819Z] 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-07-29T22:38:18.819Z] ++ 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-07-29T22:38:18.819Z] ++ set -e [2022-07-29T22:38:18.819Z] ++ '[' -n 0 ']' [2022-07-29T22:38:18.819Z] ++ set -x [2022-07-29T22:38:18.819Z] ++ 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-07-29T22:38:18.819Z] Loaded image: busybox:latest [2022-07-29T22:38:18.819Z] Loaded image: busybox:latest [2022-07-29T22:38:18.819Z] Loaded image: busybox:glibc [2022-07-29T22:38:18.819Z] Loaded image: busybox:glibc [2022-07-29T22:38:18.819Z] Loaded image: debian:bullseye-slim [2022-07-29T22:38:18.819Z] Loaded image: debian:bullseye-slim [2022-07-29T22:38:18.819Z] Loaded image: hello-world:latest [2022-07-29T22:38:18.819Z] Loaded image: hello-world:latest [2022-07-29T22:38:18.819Z] Loaded image: arm32v7/hello-world:latest [2022-07-29T22:38:18.819Z] INFO: Testing against a local daemon [2022-07-29T22:38:18.819Z] === RUN TestDockerSuite [2022-07-29T22:38:18.819Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-07-29T22:38:18.819Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-07-29T22:38:18.819Z] Loaded image: arm32v7/hello-world:latest [2022-07-29T22:38:18.819Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-07-29T22:38:18.819Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-07-29T22:38:18.819Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-07-29T22:38:18.819Z] INFO: Testing against a local daemon [2022-07-29T22:38:18.819Z] === RUN TestDockerDaemonSuite [2022-07-29T22:38:18.819Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-07-29T22:38:18.819Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-07-29T22:38:18.819Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-07-29T22:38:18.819Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-07-29T22:38:19.584Z] ok github.com/docker/docker/daemon/images 0.054s coverage: 6.9% of statements [2022-07-29T22:38:19.584Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-07-29T22:38:19.584Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-07-29T22:38:19.843Z] ok github.com/docker/docker/daemon/logger 0.220s coverage: 43.2% of statements [2022-07-29T22:38:20.194Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-07-29T22:38:20.194Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-07-29T22:38:20.780Z] ok github.com/docker/docker/daemon/logger/awslogs 0.146s coverage: 80.2% of statements [2022-07-29T22:38:20.780Z] ok github.com/docker/docker/daemon/logger/fluentd 0.012s coverage: 53.6% of statements [2022-07-29T22:38:20.780Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-07-29T22:38:21.131Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-07-29T22:38:21.347Z] ok github.com/docker/docker/daemon/logger/journald 0.007s coverage: 23.4% of statements [2022-07-29T22:38:21.347Z] ok github.com/docker/docker/daemon/logger/gelf 0.009s coverage: 68.2% of statements [2022-07-29T22:38:21.389Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-07-29T22:38:21.606Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.014s coverage: 87.2% of statements [2022-07-29T22:38:22.174Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.181s coverage: 76.8% of statements [2022-07-29T22:38:22.324Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-07-29T22:38:22.433Z] ok github.com/docker/docker/daemon/logger/local 0.049s coverage: 79.4% of statements [2022-07-29T22:38:22.433Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-07-29T22:38:22.433Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-07-29T22:38:22.895Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-07-29T22:38:22.895Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-07-29T22:38:23.000Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.016s coverage: 62.0% of statements [2022-07-29T22:38:23.259Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.029s coverage: 31.5% of statements [2022-07-29T22:38:23.826Z] ok github.com/docker/docker/daemon/logger/syslog 0.013s coverage: 46.8% of statements [2022-07-29T22:38:23.829Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-07-29T22:38:24.089Z] --- PASS: TestBuildWithHugeFile (131.69s) [2022-07-29T22:38:24.089Z] === RUN TestBuildWCOWSandboxSize [2022-07-29T22:38:24.089Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-07-29T22:38:24.089Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-07-29T22:38:24.089Z] === RUN TestBuildWithEmptyDockerfile [2022-07-29T22:38:24.089Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-07-29T22:38:24.089Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-07-29T22:38:24.089Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-07-29T22:38:24.089Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-07-29T22:38:24.089Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-07-29T22:38:24.089Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-07-29T22:38:24.089Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-07-29T22:38:24.089Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-07-29T22:38:24.348Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-07-29T22:38:24.348Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2022-07-29T22:38:24.348Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2022-07-29T22:38:24.348Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2022-07-29T22:38:24.348Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-07-29T22:38:24.348Z] === RUN TestBuildPreserveOwnership [2022-07-29T22:38:24.348Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-07-29T22:38:24.348Z] === RUN TestBuildPreserveOwnership/copy_from [2022-07-29T22:38:24.393Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-07-29T22:38:24.607Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-07-29T22:38:24.607Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-07-29T22:38:24.607Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-07-29T22:38:24.654Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-07-29T22:38:25.543Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-07-29T22:38:25.589Z] ok github.com/docker/docker/daemon/logger/splunk 1.524s coverage: 82.5% of statements [2022-07-29T22:38:25.589Z] ? github.com/docker/docker/daemon/names [no test files] [2022-07-29T22:38:25.589Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-07-29T22:38:25.801Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-07-29T22:38:26.156Z] ok github.com/docker/docker/distribution/metadata 0.025s coverage: 44.4% of statements [2022-07-29T22:38:26.738Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-07-29T22:38:26.738Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-07-29T22:38:26.738Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-07-29T22:38:26.738Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-07-29T22:38:27.304Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-07-29T22:38:27.531Z] ok github.com/docker/docker/distribution 1.498s coverage: 28.0% of statements [2022-07-29T22:38:27.531Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-07-29T22:38:27.790Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-07-29T22:38:28.238Z] --- PASS: TestBuildPreserveOwnership (3.93s) [2022-07-29T22:38:28.238Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.92s) [2022-07-29T22:38:28.238Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.00s) [2022-07-29T22:38:28.238Z] === RUN TestBuildPlatformInvalid [2022-07-29T22:38:28.238Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-07-29T22:38:28.238Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-07-29T22:38:28.357Z] ok github.com/docker/docker/image 0.024s coverage: 86.9% of statements [2022-07-29T22:38:28.924Z] ok github.com/docker/docker/distribution/xfer 1.886s coverage: 84.9% of statements [2022-07-29T22:38:28.924Z] ? github.com/docker/docker/dockerversion [no test files] [2022-07-29T22:38:28.924Z] ok github.com/docker/docker/image/cache 0.008s coverage: 19.2% of statements [2022-07-29T22:38:29.171Z] Loaded image: busybox:latest [2022-07-29T22:38:29.171Z] Loaded image: busybox:glibc [2022-07-29T22:38:29.490Z] ok github.com/docker/docker/image/tarexport 0.009s coverage: 0.7% of statements [2022-07-29T22:38:29.490Z] ? github.com/docker/docker/image/v1 [no test files] [2022-07-29T22:38:29.490Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-07-29T22:38:30.057Z] ok github.com/docker/docker/libcontainerd/queue 0.027s coverage: 100.0% of statements [2022-07-29T22:38:30.624Z] ok github.com/docker/docker/oci 0.007s coverage: 46.0% of statements [2022-07-29T22:38:30.883Z] ok github.com/docker/docker/opts 0.021s coverage: 66.0% of statements [2022-07-29T22:38:31.141Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-07-29T22:38:31.222Z] Loaded image: debian:bullseye-slim [2022-07-29T22:38:31.222Z] Loaded image: hello-world:latest [2022-07-29T22:38:31.481Z] Loaded image: arm32v7/hello-world:latest [2022-07-29T22:38:31.481Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-07-29T22:38:32.516Z] ok github.com/docker/docker/pkg/archive 0.281s coverage: 82.3% of statements [2022-07-29T22:38:33.382Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-07-29T22:38:33.452Z] ok github.com/docker/docker/pkg/authorization 0.294s coverage: 68.3% of statements [2022-07-29T22:38:33.710Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-07-29T22:38:33.710Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-07-29T22:38:35.286Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-07-29T22:38:36.996Z] ok github.com/docker/docker/pkg/chrootarchive 2.519s coverage: 42.7% of statements [2022-07-29T22:38:37.254Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-07-29T22:38:37.254Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-07-29T22:38:37.513Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2022-07-29T22:38:37.816Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-07-29T22:38:38.080Z] ok github.com/docker/docker/pkg/fileutils 0.015s coverage: 87.2% of statements [2022-07-29T22:38:38.080Z] ok github.com/docker/docker/layer 7.752s coverage: 68.9% of statements [2022-07-29T22:38:38.080Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-07-29T22:38:38.080Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-07-29T22:38:38.080Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-07-29T22:38:38.080Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-07-29T22:38:38.080Z] ? github.com/docker/docker/oci/caps [no test files] [2022-07-29T22:38:38.080Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-07-29T22:38:38.339Z] ok github.com/docker/docker/pkg/fsutils 0.161s coverage: 85.1% of statements [2022-07-29T22:38:38.339Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-07-29T22:38:38.384Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-07-29T22:38:39.274Z] ok github.com/docker/docker/pkg/ioutils 0.349s coverage: 71.0% of statements [2022-07-29T22:38:39.274Z] ok github.com/docker/docker/pkg/idtools 0.482s coverage: 67.9% of statements [2022-07-29T22:38:39.533Z] ok github.com/docker/docker/pkg/longpath 0.008s coverage: 100.0% of statements [2022-07-29T22:38:39.760Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-07-29T22:38:39.791Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2022-07-29T22:38:39.791Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-07-29T22:38:39.791Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2022-07-29T22:38:40.050Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2022-07-29T22:38:40.050Z] ok github.com/docker/docker/pkg/parsers/kernel 0.005s coverage: 60.0% of statements [2022-07-29T22:38:40.314Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 90.5% of statements [2022-07-29T22:38:40.314Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-07-29T22:38:40.314Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-07-29T22:38:40.314Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-07-29T22:38:40.881Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.014s coverage: 56.8% of statements [2022-07-29T22:38:41.452Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2022-07-29T22:38:41.667Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-07-29T22:38:41.667Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (13.36s) [2022-07-29T22:38:41.667Z] PASS [2022-07-29T22:38:41.667Z] [2022-07-29T22:38:41.667Z] === Skipped [2022-07-29T22:38:41.667Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-07-29T22:38:41.667Z] build_session_test.go:25: TODO: BuildKit [2022-07-29T22:38:41.667Z] [2022-07-29T22:38:41.667Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-07-29T22:38:41.667Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-07-29T22:38:41.667Z] [2022-07-29T22:38:41.667Z] DONE 34 tests, 2 skipped in 196.790s [2022-07-29T22:38:41.667Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-07-29T22:38:41.667Z] ++ 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-07-29T22:38:41.667Z] ++ set -e [2022-07-29T22:38:41.667Z] ++ '[' -n 0 ']' [2022-07-29T22:38:41.667Z] ++ set -x [2022-07-29T22:38:41.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-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-07-29T22:38:41.711Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-07-29T22:38:41.711Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-07-29T22:38:41.925Z] INFO: Testing against a local daemon [2022-07-29T22:38:41.925Z] === RUN TestConfigInspect [2022-07-29T22:38:41.925Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-07-29T22:38:42.183Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-07-29T22:38:43.086Z] ok github.com/docker/docker/pkg/pubsub 1.048s coverage: 75.0% of statements [2022-07-29T22:38:43.118Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-07-29T22:38:43.118Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-07-29T22:38:43.345Z] ok github.com/docker/docker/pkg/reexec 0.010s coverage: 82.4% of statements [2022-07-29T22:38:43.604Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-07-29T22:38:43.604Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-07-29T22:38:43.686Z] docker_cli_daemon_test.go:1475: [d7e235ba65eea] daemon is not started [2022-07-29T22:38:43.862Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-07-29T22:38:44.121Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-07-29T22:38:44.253Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-07-29T22:38:44.512Z] check_test.go:540: [ddd55e37eabc1] daemon is not started [2022-07-29T22:38:44.512Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-07-29T22:38:44.688Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.6% of statements [2022-07-29T22:38:44.771Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-07-29T22:38:44.771Z] --- PASS: TestConfigInspect (2.98s) [2022-07-29T22:38:44.771Z] === RUN TestConfigList [2022-07-29T22:38:44.947Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-07-29T22:38:45.205Z] ok github.com/docker/docker/pkg/tailfile 0.041s coverage: 88.6% of statements [2022-07-29T22:38:45.705Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-07-29T22:38:45.772Z] ok github.com/docker/docker/pkg/tarsum 0.043s coverage: 89.3% of statements [2022-07-29T22:38:46.031Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-07-29T22:38:46.641Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-07-29T22:38:46.641Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-07-29T22:38:47.933Z] ok github.com/docker/docker/plugin 0.520s coverage: 23.2% of statements [2022-07-29T22:38:47.934Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-07-29T22:38:48.048Z] --- PASS: TestConfigList (3.14s) [2022-07-29T22:38:48.048Z] === RUN TestConfigsCreateAndDelete [2022-07-29T22:38:48.306Z] check_test.go:540: [d7820de19515a] daemon is not started [2022-07-29T22:38:48.306Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-07-29T22:38:48.500Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-07-29T22:38:49.486Z] ok github.com/docker/docker/quota 0.202s coverage: 71.4% of statements [2022-07-29T22:38:49.745Z] ok github.com/docker/docker/reference 0.007s coverage: 84.4% of statements [2022-07-29T22:38:50.839Z] --- PASS: TestConfigsCreateAndDelete (2.52s) [2022-07-29T22:38:50.839Z] === RUN TestConfigsUpdate [2022-07-29T22:38:50.839Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-07-29T22:38:51.138Z] ok github.com/docker/docker/registry 0.087s coverage: 58.6% of statements [2022-07-29T22:38:51.138Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-07-29T22:38:51.397Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-07-29T22:38:51.405Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-07-29T22:38:51.964Z] ok github.com/docker/docker/runconfig 0.008s coverage: 64.5% of statements [2022-07-29T22:38:51.971Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-07-29T22:38:52.222Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-07-29T22:38:52.537Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-07-29T22:38:52.537Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-07-29T22:38:53.104Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-07-29T22:38:53.104Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-07-29T22:38:53.104Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-07-29T22:38:53.362Z] --- PASS: TestConfigsUpdate (2.87s) [2022-07-29T22:38:53.362Z] === RUN TestTemplatedConfig [2022-07-29T22:38:53.599Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-07-29T22:38:54.534Z] ok github.com/docker/docker/volume/local 0.074s coverage: 76.8% of statements [2022-07-29T22:38:54.739Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-07-29T22:38:54.793Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 67.7% of statements [2022-07-29T22:38:55.307Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-07-29T22:38:56.168Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2022-07-29T22:38:56.684Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-07-29T22:38:56.684Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-07-29T22:38:56.943Z] --- PASS: TestTemplatedConfig (3.65s) [2022-07-29T22:38:56.943Z] === RUN TestConfigCreateResolve [2022-07-29T22:38:57.202Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-07-29T22:38:57.769Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-07-29T22:38:58.027Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-07-29T22:38:58.596Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-07-29T22:38:59.532Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-07-29T22:38:59.791Z] --- PASS: TestConfigCreateResolve (2.86s) [2022-07-29T22:38:59.791Z] PASS [2022-07-29T22:38:59.791Z] [2022-07-29T22:38:59.791Z] DONE 6 tests in 18.140s [2022-07-29T22:38:59.791Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-07-29T22:38:59.791Z] ++ 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-07-29T22:38:59.791Z] ++ set -e [2022-07-29T22:38:59.791Z] ++ '[' -n 0 ']' [2022-07-29T22:38:59.791Z] ++ set -x [2022-07-29T22:38:59.791Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-07-29T22:39:00.050Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-07-29T22:39:00.050Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-07-29T22:39:00.050Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-07-29T22:39:00.050Z] INFO: Testing against a local daemon [2022-07-29T22:39:00.050Z] === RUN TestAttachWithTTY [2022-07-29T22:39:00.309Z] --- PASS: TestAttachWithTTY (0.07s) [2022-07-29T22:39:00.309Z] === RUN TestAttachWithoutTTy [2022-07-29T22:39:00.309Z] --- PASS: TestAttachWithoutTTy (0.07s) [2022-07-29T22:39:00.309Z] === RUN TestCheckpoint [2022-07-29T22:39:00.309Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-07-29T22:39:00.309Z] --- SKIP: TestCheckpoint (0.00s) [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/commit [2022-07-29T22:39:00.309Z] === PAUSE TestContainerInvalidJSON/commit [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/containers/create [2022-07-29T22:39:00.309Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-07-29T22:39:00.309Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-07-29T22:39:00.309Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-07-29T22:39:00.309Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-07-29T22:39:00.309Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-07-29T22:39:00.309Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-07-29T22:39:00.309Z] === CONT TestContainerInvalidJSON/commit [2022-07-29T22:39:00.309Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-07-29T22:39:00.309Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-07-29T22:39:00.309Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-07-29T22:39:00.309Z] === CONT TestContainerInvalidJSON/containers/create [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-07-29T22:39:00.309Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-07-29T22:39:00.309Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-07-29T22:39:00.309Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.02s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.01s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.02s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.01s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.01s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.01s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/containers/create (0.02s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.01s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-07-29T22:39:00.309Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-07-29T22:39:00.309Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-07-29T22:39:00.309Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2022-07-29T22:39:00.309Z] === RUN TestCopyFromContainerPathIsNotDir [2022-07-29T22:39:00.568Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2022-07-29T22:39:00.568Z] === RUN TestCopyToContainerPathDoesNotExist [2022-07-29T22:39:00.568Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2022-07-29T22:39:00.568Z] === RUN TestCopyEmptyFile [2022-07-29T22:39:00.829Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-07-29T22:39:00.829Z] --- PASS: TestCopyEmptyFile (0.31s) [2022-07-29T22:39:00.829Z] === RUN TestCopyToContainerPathIsNotDir [2022-07-29T22:39:00.829Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-07-29T22:39:00.829Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-07-29T22:39:00.829Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2022-07-29T22:39:00.829Z] === RUN TestCopyFromContainer [2022-07-29T22:39:00.829Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-07-29T22:39:01.088Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-07-29T22:39:01.088Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-07-29T22:39:02.025Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-07-29T22:39:02.595Z] === RUN TestCopyFromContainer// [2022-07-29T22:39:02.853Z] === RUN TestCopyFromContainer//bar/root [2022-07-29T22:39:02.853Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-07-29T22:39:02.853Z] === RUN TestCopyFromContainer//bar/root/ [2022-07-29T22:39:03.114Z] === RUN TestCopyFromContainer/bar/quux [2022-07-29T22:39:03.114Z] === RUN TestCopyFromContainer/bar/quux/ [2022-07-29T22:39:03.373Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-07-29T22:39:03.373Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-07-29T22:39:03.632Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-07-29T22:39:03.632Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-07-29T22:39:03.632Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-07-29T22:39:03.632Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-07-29T22:39:03.632Z] === RUN TestCopyFromContainer/bar/notarget [2022-07-29T22:39:03.892Z] --- PASS: TestCopyFromContainer (2.95s) [2022-07-29T22:39:03.892Z] --- PASS: TestCopyFromContainer// (0.14s) [2022-07-29T22:39:03.892Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2022-07-29T22:39:03.892Z] --- PASS: TestCopyFromContainer//bar/root/ (0.16s) [2022-07-29T22:39:03.892Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2022-07-29T22:39:03.892Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2022-07-29T22:39:03.892Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2022-07-29T22:39:03.892Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.14s) [2022-07-29T22:39:03.892Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-07-29T22:39:03.892Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2022-07-29T22:39:03.892Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2022-07-29T22:39:03.892Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-07-29T22:39:03.892Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-07-29T22:39:03.892Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-07-29T22:39:03.892Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-07-29T22:39:03.892Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-07-29T22:39:03.892Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-07-29T22:39:03.892Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-07-29T22:39:03.892Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-07-29T22:39:03.892Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-07-29T22:39:03.892Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-07-29T22:39:03.892Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-07-29T22:39:03.892Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-07-29T22:39:03.892Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-07-29T22:39:03.892Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-07-29T22:39:03.892Z] === RUN TestCreateLinkToNonExistingContainer [2022-07-29T22:39:03.892Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-07-29T22:39:03.892Z] === RUN TestCreateWithInvalidEnv [2022-07-29T22:39:03.892Z] === RUN TestCreateWithInvalidEnv/0 [2022-07-29T22:39:03.892Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-07-29T22:39:03.892Z] === RUN TestCreateWithInvalidEnv/1 [2022-07-29T22:39:03.892Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-07-29T22:39:03.892Z] === RUN TestCreateWithInvalidEnv/2 [2022-07-29T22:39:03.892Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-07-29T22:39:03.892Z] === CONT TestCreateWithInvalidEnv/0 [2022-07-29T22:39:03.892Z] === CONT TestCreateWithInvalidEnv/2 [2022-07-29T22:39:03.892Z] === CONT TestCreateWithInvalidEnv/1 [2022-07-29T22:39:03.892Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-07-29T22:39:03.892Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-07-29T22:39:03.892Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-07-29T22:39:03.892Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-07-29T22:39:03.892Z] === RUN TestCreateTmpfsMountsTarget [2022-07-29T22:39:04.150Z] --- PASS: TestCreateTmpfsMountsTarget (0.06s) [2022-07-29T22:39:04.150Z] === RUN TestCreateWithCustomMaskedPaths [2022-07-29T22:39:04.150Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-07-29T22:39:05.545Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-07-29T22:39:06.125Z] --- PASS: TestCreateWithCustomMaskedPaths (2.03s) [2022-07-29T22:39:06.125Z] === RUN TestCreateWithCustomReadonlyPaths [2022-07-29T22:39:06.125Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-07-29T22:39:06.125Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-07-29T22:39:06.693Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-07-29T22:39:07.260Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-07-29T22:39:07.827Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-07-29T22:39:08.085Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-07-29T22:39:08.344Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.23s) [2022-07-29T22:39:08.344Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-07-29T22:39:08.344Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-07-29T22:39:08.344Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-07-29T22:39:08.344Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-07-29T22:39:08.344Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-07-29T22:39:08.344Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-07-29T22:39:08.344Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-07-29T22:39:08.344Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-07-29T22:39:08.344Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-07-29T22:39:08.344Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-07-29T22:39:08.344Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-07-29T22:39:08.344Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-07-29T22:39:08.344Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-07-29T22:39:08.344Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-07-29T22:39:08.344Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-07-29T22:39:08.344Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-07-29T22:39:08.344Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-07-29T22:39:08.344Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-07-29T22:39:08.344Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2022-07-29T22:39:08.344Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2022-07-29T22:39:08.344Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-07-29T22:39:08.344Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-07-29T22:39:08.344Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-07-29T22:39:08.911Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-07-29T22:39:09.170Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.71s) [2022-07-29T22:39:09.170Z] === RUN TestCreateDifferentPlatform [2022-07-29T22:39:09.170Z] === RUN TestCreateDifferentPlatform/different_os [2022-07-29T22:39:09.170Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-07-29T22:39:09.170Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-07-29T22:39:09.170Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-07-29T22:39:09.170Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-07-29T22:39:09.170Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-07-29T22:39:09.170Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-07-29T22:39:09.170Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-07-29T22:39:09.170Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2022-07-29T22:39:09.170Z] === RUN TestCreateInvalidHostConfig [2022-07-29T22:39:09.170Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-07-29T22:39:09.170Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-07-29T22:39:09.170Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-07-29T22:39:09.170Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-07-29T22:39:09.170Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-07-29T22:39:09.170Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-07-29T22:39:09.170Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-07-29T22:39:09.170Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-07-29T22:39:09.170Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-07-29T22:39:09.170Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-07-29T22:39:09.170Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-07-29T22:39:09.170Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-07-29T22:39:09.170Z] --- PASS: TestCreateInvalidHostConfig (0.02s) [2022-07-29T22:39:09.170Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-07-29T22:39:09.170Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-07-29T22:39:09.170Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.01s) [2022-07-29T22:39:09.170Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.01s) [2022-07-29T22:39:09.170Z] === RUN TestContainerStartOnDaemonRestart [2022-07-29T22:39:09.170Z] === PAUSE TestContainerStartOnDaemonRestart [2022-07-29T22:39:09.170Z] === RUN TestDaemonRestartIpcMode [2022-07-29T22:39:09.170Z] === PAUSE TestDaemonRestartIpcMode [2022-07-29T22:39:09.170Z] === RUN TestDaemonHostGatewayIP [2022-07-29T22:39:09.170Z] === PAUSE TestDaemonHostGatewayIP [2022-07-29T22:39:09.170Z] === RUN TestRestartDaemonWithRestartingContainer [2022-07-29T22:39:09.170Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-07-29T22:39:09.170Z] === RUN TestContainerKillOnDaemonStart [2022-07-29T22:39:09.170Z] === PAUSE TestContainerKillOnDaemonStart [2022-07-29T22:39:09.170Z] === RUN TestDiff [2022-07-29T22:39:09.739Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-07-29T22:39:09.739Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-07-29T22:39:09.997Z] --- PASS: TestDiff (0.80s) [2022-07-29T22:39:09.997Z] === RUN TestExecConsoleSize [2022-07-29T22:39:10.256Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-07-29T22:39:10.515Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-07-29T22:39:10.773Z] --- PASS: TestExecConsoleSize (0.83s) [2022-07-29T22:39:10.773Z] === RUN TestExecWithCloseStdin [2022-07-29T22:39:11.344Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-07-29T22:39:11.604Z] --- PASS: TestExecWithCloseStdin (0.88s) [2022-07-29T22:39:11.604Z] === RUN TestExec [2022-07-29T22:39:11.863Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-07-29T22:39:12.121Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-07-29T22:39:12.121Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-07-29T22:39:12.380Z] check_test.go:540: [d8cb6891607d4] daemon is not started [2022-07-29T22:39:12.380Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-07-29T22:39:12.638Z] --- PASS: TestExec (0.81s) [2022-07-29T22:39:12.638Z] === RUN TestExecUser [2022-07-29T22:39:12.897Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-07-29T22:39:13.464Z] --- PASS: TestExecUser (0.79s) [2022-07-29T22:39:13.464Z] === RUN TestExportContainerAndImportImage [2022-07-29T22:39:14.403Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-07-29T22:39:14.662Z] --- PASS: TestExportContainerAndImportImage (1.22s) [2022-07-29T22:39:14.662Z] === RUN TestExportContainerAfterDaemonRestart [2022-07-29T22:39:14.662Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-07-29T22:39:16.037Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-07-29T22:39:16.037Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-07-29T22:39:16.037Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-07-29T22:39:16.037Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-07-29T22:39:16.037Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-07-29T22:39:16.037Z] --- PASS: TestExportContainerAfterDaemonRestart (1.52s) [2022-07-29T22:39:16.037Z] === RUN TestHealthCheckWorkdir [2022-07-29T22:39:16.296Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-07-29T22:39:16.862Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-07-29T22:39:16.862Z] --- PASS: TestHealthCheckWorkdir (0.88s) [2022-07-29T22:39:16.862Z] === RUN TestHealthKillContainer [2022-07-29T22:39:18.088Z] ok github.com/docker/docker/pkg/plugins 33.648s coverage: 76.3% of statements [2022-07-29T22:39:18.088Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-07-29T22:39:18.088Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-07-29T22:39:18.088Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-07-29T22:39:18.088Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-07-29T22:39:18.088Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-07-29T22:39:18.088Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-07-29T22:39:18.088Z] ? github.com/docker/docker/rootless [no test files] [2022-07-29T22:39:18.088Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-07-29T22:39:18.088Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-07-29T22:39:18.088Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-07-29T22:39:18.088Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-07-29T22:39:18.088Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-07-29T22:39:18.088Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-07-29T22:39:18.088Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-07-29T22:39:18.088Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-07-29T22:39:18.088Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-07-29T22:39:18.088Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-07-29T22:39:18.088Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-07-29T22:39:18.088Z] ? github.com/docker/docker/testutil/request [no test files] [2022-07-29T22:39:18.088Z] ? github.com/docker/docker/volume [no test files] [2022-07-29T22:39:18.088Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-07-29T22:39:18.088Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === Skipped [2022-07-29T22:39:18.088Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-07-29T22:39:18.088Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-07-29T22:39:18.088Z] network_proxy_test.go:208: No support for dual stack yet [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-07-29T22:39:18.088Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-07-29T22:39:18.088Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-07-29T22:39:18.088Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-07-29T22:39:18.088Z] graphtest_unix.go:44: Driver btrfs not supported [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-07-29T22:39:18.088Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-07-29T22:39:18.088Z] graphtest_unix.go:44: Driver btrfs not supported [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-07-29T22:39:18.088Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-07-29T22:39:18.088Z] graphtest_unix.go:44: Driver btrfs not supported [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-07-29T22:39:18.088Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-07-29T22:39:18.088Z] graphtest_unix.go:44: Driver btrfs not supported [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-07-29T22:39:18.088Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-07-29T22:39:18.088Z] graphtest_unix.go:44: Driver btrfs not supported [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-07-29T22:39:18.088Z] graphtest_unix.go:71: No driver to put! [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-07-29T22:39:18.088Z] time="2022-07-29T22:38:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-07-29T22:39:18.088Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-07-29T22:39:18.088Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-07-29T22:39:18.088Z] time="2022-07-29T22:38:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-07-29T22:39:18.088Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-07-29T22:39:18.088Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-07-29T22:39:18.088Z] time="2022-07-29T22:38:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-07-29T22:39:18.088Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-07-29T22:39:18.088Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-07-29T22:39:18.088Z] time="2022-07-29T22:38:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-07-29T22:39:18.088Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-07-29T22:39:18.088Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-07-29T22:39:18.088Z] time="2022-07-29T22:38:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-07-29T22:39:18.088Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-07-29T22:39:18.088Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-07-29T22:39:18.088Z] graphtest_unix.go:71: No driver to put! [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-07-29T22:39:18.088Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-07-29T22:39:18.088Z] overlay_test.go:50: Fails to compute changes intermittently [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-07-29T22:39:18.088Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-07-29T22:39:18.088Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-07-29T22:39:18.088Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-07-29T22:39:18.088Z] graphtest_unix.go:44: Driver zfs not supported [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-07-29T22:39:18.088Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-07-29T22:39:18.088Z] graphtest_unix.go:44: Driver zfs not supported [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-07-29T22:39:18.088Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-07-29T22:39:18.088Z] graphtest_unix.go:44: Driver zfs not supported [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-07-29T22:39:18.088Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-07-29T22:39:18.088Z] graphtest_unix.go:44: Driver zfs not supported [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-07-29T22:39:18.088Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-07-29T22:39:18.088Z] graphtest_unix.go:44: Driver zfs not supported [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-07-29T22:39:18.088Z] graphtest_unix.go:71: No driver to put! [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-07-29T22:39:18.088Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-07-29T22:39:18.088Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-07-29T22:39:18.088Z] [2022-07-29T22:39:18.088Z] DONE 2828 tests, 28 skipped in 209.010s [2022-07-29T22:39:18.088Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/bitseq [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/cluster [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/config [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/datastore [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/diagnostic [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/discoverapi [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/driverapi [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/drivers/host [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/drivers/null [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/drivers/remote [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/drivers/windows [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/drvregistry [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/etchosts [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/idm [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/internal/caller [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/ipam [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/ipamapi [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/ipams/null [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/ipams/remote [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/ipamutils [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/iptables [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/netlabel [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/netutils [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/networkdb [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/ns [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/options [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/osl [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/osl/kernel [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/portallocator [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/portmapper [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/resolvconf [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/testutils [2022-07-29T22:39:18.088Z] github.com/docker/docker/libnetwork/types' ']' [2022-07-29T22:39:18.088Z] + 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-07-29T22:39:18.236Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-07-29T22:39:21.514Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-07-29T22:39:21.514Z] === RUN TestDockerSuite/TestContainerAPITop [2022-07-29T22:39:21.773Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-07-29T22:39:22.031Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-07-29T22:39:22.031Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-07-29T22:39:22.031Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-07-29T22:39:22.289Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-07-29T22:39:24.817Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-07-29T22:39:25.075Z] --- PASS: TestHealthKillContainer (8.18s) [2022-07-29T22:39:25.075Z] === RUN TestInspectCpusetInConfigPre120 [2022-07-29T22:39:25.334Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-07-29T22:39:25.334Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-07-29T22:39:25.734Z] --- PASS: TestImportExtremelyLargeImageWorks (93.00s) [2022-07-29T22:39:25.734Z] PASS [2022-07-29T22:39:25.734Z] [2022-07-29T22:39:25.734Z] === Skipped [2022-07-29T22:39:25.734Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-07-29T22:39:25.734Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-07-29T22:39:25.734Z] [2022-07-29T22:39:25.734Z] DONE 22 tests, 1 skipped in 96.947s [2022-07-29T22:39:25.734Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-07-29T22:39:25.734Z] === RUN TestStripANSICommands [2022-07-29T22:39:25.734Z] === RUN TestStripANSICommands/#00 [2022-07-29T22:39:25.734Z] === RUN TestStripANSICommands/#01 [2022-07-29T22:39:25.734Z] --- PASS: TestStripANSICommands (0.00s) [2022-07-29T22:39:25.734Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-07-29T22:39:25.734Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-07-29T22:39:25.734Z] PASS [2022-07-29T22:39:25.734Z] [2022-07-29T22:39:25.734Z] DONE 3 tests in 0.037s [2022-07-29T22:39:25.734Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-07-29T22:39:25.734Z] INFO: Testing against a local daemon [2022-07-29T22:39:25.734Z] === RUN TestNetworkCreateDelete [2022-07-29T22:39:25.734Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-07-29T22:39:25.734Z] === RUN TestDockerNetworkDeletePreferID [2022-07-29T22:39:25.734Z] --- PASS: TestDockerNetworkDeletePreferID (0.39s) [2022-07-29T22:39:25.734Z] === RUN TestDaemonDNSFallback [2022-07-29T22:39:25.900Z] --- PASS: TestInspectCpusetInConfigPre120 (0.72s) [2022-07-29T22:39:25.900Z] === RUN TestIpcModeNone [2022-07-29T22:39:25.900Z] check_test.go:540: [db8a9180414bd] daemon is not started [2022-07-29T22:39:25.900Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-07-29T22:39:26.468Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} [2022-07-29T22:39:26.468Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-07-29T22:39:26.743Z] Created binary: bundles/dynbinary-daemon/dockerd [2022-07-29T22:39:26.743Z] Building: bundles/dynbinary-daemon/docker-proxy [2022-07-29T22:39:26.743Z] GOOS="" GOARCH="" GOARM="" [2022-07-29T22:39:26.743Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2022-07-29T22:39:26.743Z] [2022-07-29T22:39:26.743Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-07-29T22:39:26.743Z] DOCKER_SYSTEMD=1 [2022-07-29T22:39:26.743Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-07-29T22:39:26.743Z] HOSTNAME=e74ec712a46b [2022-07-29T22:39:26.743Z] DEST=bundles/test-integration [2022-07-29T22:39:26.743Z] PWD=/go/src/github.com/docker/docker [2022-07-29T22:39:26.743Z] DOCKER_GITCOMMIT=7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 [2022-07-29T22:39:26.743Z] container=docker [2022-07-29T22:39:26.743Z] HOME=/root [2022-07-29T22:39:26.743Z] LANG=C.UTF-8 [2022-07-29T22:39:26.743Z] INVOCATION_ID=ad0fc1b00c744c6da8bc198c62b24b04 [2022-07-29T22:39:26.743Z] GOLANG_VERSION=1.18.4 [2022-07-29T22:39:26.743Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-07-29T22:39:26.743Z] VALIDATE_BRANCH=master [2022-07-29T22:39:26.743Z] TERM=xterm [2022-07-29T22:39:26.743Z] DOCKER_PKG=github.com/docker/docker [2022-07-29T22:39:26.743Z] SHLVL=3 [2022-07-29T22:39:26.743Z] TIMEOUT=120m [2022-07-29T22:39:26.743Z] DOCKER_BUILDTAGS= journald [2022-07-29T22:39:26.743Z] DOCKER_GRAPHDRIVER=overlay2 [2022-07-29T22:39:26.743Z] GO111MODULE=off [2022-07-29T22:39:26.743Z] DOCKER_EXPERIMENTAL=1 [2022-07-29T22:39:26.743Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-07-29T22:39:26.743Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-07-29T22:39:26.743Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-07-29T22:39:26.743Z] GOPATH=/go [2022-07-29T22:39:26.743Z] PKG_CONFIG=pkg-config [2022-07-29T22:39:26.743Z] _=/usr/bin/env [2022-07-29T22:39:26.743Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-07-29T22:39:26.749Z] --- PASS: TestIpcModeNone (0.80s) [2022-07-29T22:39:26.749Z] === RUN TestIpcModePrivate [2022-07-29T22:39:27.013Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-07-29T22:39:27.270Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:86, shared: false, mustBeShared: false [2022-07-29T22:39:27.528Z] --- PASS: TestIpcModePrivate (0.80s) [2022-07-29T22:39:27.528Z] === RUN TestIpcModeShareable [2022-07-29T22:39:27.528Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-07-29T22:39:27.786Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} [2022-07-29T22:39:27.786Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true [2022-07-29T22:39:28.046Z] --- PASS: TestIpcModeShareable (0.66s) [2022-07-29T22:39:28.046Z] === RUN TestAPIIpcModeShareableAndContainer [2022-07-29T22:39:29.423Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} [2022-07-29T22:39:29.900Z] --- PASS: TestDaemonDNSFallback (6.30s) [2022-07-29T22:39:29.900Z] === RUN TestInspectNetwork [2022-07-29T22:39:29.900Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:29.900Z] --- SKIP: TestInspectNetwork (0.00s) [2022-07-29T22:39:29.900Z] === RUN TestRunContainerWithBridgeNone [2022-07-29T22:39:29.900Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-07-29T22:39:29.900Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-07-29T22:39:29.900Z] === RUN TestNetworkInvalidJSON [2022-07-29T22:39:29.900Z] === RUN TestNetworkInvalidJSON/networks/create [2022-07-29T22:39:29.900Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-07-29T22:39:29.900Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-07-29T22:39:29.900Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-07-29T22:39:29.900Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-07-29T22:39:29.900Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-07-29T22:39:29.900Z] === CONT TestNetworkInvalidJSON/networks/create [2022-07-29T22:39:29.900Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-07-29T22:39:29.900Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-07-29T22:39:29.900Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-07-29T22:39:29.900Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-07-29T22:39:29.900Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-07-29T22:39:29.900Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-07-29T22:39:29.900Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-07-29T22:39:29.900Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-07-29T22:39:29.900Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-07-29T22:39:29.900Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-07-29T22:39:29.900Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-07-29T22:39:29.900Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-07-29T22:39:29.900Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-07-29T22:39:29.900Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-07-29T22:39:29.900Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-07-29T22:39:29.900Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-07-29T22:39:29.900Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-07-29T22:39:29.900Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-07-29T22:39:29.900Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-07-29T22:39:29.900Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-07-29T22:39:29.900Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-07-29T22:39:29.900Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-07-29T22:39:29.900Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-07-29T22:39:29.900Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-07-29T22:39:29.900Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-07-29T22:39:29.900Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-07-29T22:39:29.900Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-07-29T22:39:29.900Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-07-29T22:39:29.900Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-07-29T22:39:29.900Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-07-29T22:39:29.900Z] === RUN TestNetworkList [2022-07-29T22:39:29.900Z] === RUN TestNetworkList//networks [2022-07-29T22:39:29.900Z] === PAUSE TestNetworkList//networks [2022-07-29T22:39:29.900Z] === RUN TestNetworkList//networks/ [2022-07-29T22:39:29.900Z] === PAUSE TestNetworkList//networks/ [2022-07-29T22:39:29.900Z] === CONT TestNetworkList//networks [2022-07-29T22:39:29.900Z] === CONT TestNetworkList//networks/ [2022-07-29T22:39:29.900Z] --- PASS: TestNetworkList (0.01s) [2022-07-29T22:39:29.900Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-07-29T22:39:29.900Z] --- PASS: TestNetworkList//networks (0.00s) [2022-07-29T22:39:29.900Z] === RUN TestHostIPv4BridgeLabel [2022-07-29T22:39:29.900Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-07-29T22:39:29.900Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-07-29T22:39:29.900Z] === RUN TestDaemonRestartWithLiveRestore [2022-07-29T22:39:29.900Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-07-29T22:39:29.900Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2022-07-29T22:39:29.900Z] === RUN TestDaemonDefaultNetworkPools [2022-07-29T22:39:29.900Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-07-29T22:39:29.900Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2022-07-29T22:39:29.900Z] === RUN TestDaemonRestartWithExistingNetwork [2022-07-29T22:39:29.900Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-07-29T22:39:29.900Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2022-07-29T22:39:29.900Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-07-29T22:39:29.900Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-07-29T22:39:29.900Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-07-29T22:39:29.900Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-07-29T22:39:29.900Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-07-29T22:39:29.900Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-07-29T22:39:29.900Z] === RUN TestServiceWithPredefinedNetwork [2022-07-29T22:39:29.900Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:29.900Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-07-29T22:39:29.900Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-07-29T22:39:29.900Z] service_test.go:243: FLAKY_TEST [2022-07-29T22:39:29.900Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-07-29T22:39:29.900Z] === RUN TestServiceWithDataPathPortInit [2022-07-29T22:39:29.900Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:29.900Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2022-07-29T22:39:29.900Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-07-29T22:39:29.900Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:29.900Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-07-29T22:39:29.900Z] PASS [2022-07-29T22:39:29.900Z] [2022-07-29T22:39:29.900Z] === Skipped [2022-07-29T22:39:29.900Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-07-29T22:39:29.900Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:29.900Z] [2022-07-29T22:39:29.900Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-07-29T22:39:29.900Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-07-29T22:39:29.900Z] [2022-07-29T22:39:29.900Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-07-29T22:39:29.900Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-07-29T22:39:29.900Z] [2022-07-29T22:39:29.900Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2022-07-29T22:39:29.900Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-07-29T22:39:29.900Z] [2022-07-29T22:39:29.900Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2022-07-29T22:39:29.900Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-07-29T22:39:29.900Z] [2022-07-29T22:39:29.900Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2022-07-29T22:39:29.900Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-07-29T22:39:29.900Z] [2022-07-29T22:39:29.900Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-07-29T22:39:29.900Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-07-29T22:39:29.900Z] [2022-07-29T22:39:29.900Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-07-29T22:39:29.900Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-07-29T22:39:29.900Z] [2022-07-29T22:39:29.900Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-07-29T22:39:29.900Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:29.900Z] [2022-07-29T22:39:29.900Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-07-29T22:39:29.900Z] service_test.go:243: FLAKY_TEST [2022-07-29T22:39:29.900Z] [2022-07-29T22:39:29.900Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2022-07-29T22:39:29.900Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:29.900Z] [2022-07-29T22:39:29.900Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-07-29T22:39:29.900Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:29.900Z] [2022-07-29T22:39:29.900Z] DONE 34 tests, 12 skipped in 7.047s [2022-07-29T22:39:29.900Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-07-29T22:39:29.900Z] INFO: Testing against a local daemon [2022-07-29T22:39:29.900Z] === RUN TestDockerNetworkIpvlanPersistance [2022-07-29T22:39:29.900Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-07-29T22:39:29.900Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-07-29T22:39:29.900Z] === RUN TestDockerNetworkIpvlan [2022-07-29T22:39:29.900Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-07-29T22:39:29.900Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-07-29T22:39:29.900Z] PASS [2022-07-29T22:39:29.900Z] [2022-07-29T22:39:29.900Z] === Skipped [2022-07-29T22:39:29.900Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-07-29T22:39:29.900Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-07-29T22:39:29.900Z] [2022-07-29T22:39:29.900Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-07-29T22:39:29.900Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-07-29T22:39:29.900Z] [2022-07-29T22:39:29.900Z] DONE 2 tests, 2 skipped in 0.083s [2022-07-29T22:39:29.900Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-07-29T22:39:29.900Z] INFO: Testing against a local daemon [2022-07-29T22:39:29.900Z] === RUN TestDockerNetworkMacvlanPersistance [2022-07-29T22:39:29.900Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-07-29T22:39:29.900Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-07-29T22:39:29.900Z] === RUN TestDockerNetworkMacvlan [2022-07-29T22:39:29.900Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-07-29T22:39:29.900Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-07-29T22:39:29.900Z] PASS [2022-07-29T22:39:29.900Z] [2022-07-29T22:39:29.900Z] === Skipped [2022-07-29T22:39:29.900Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-07-29T22:39:29.900Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-07-29T22:39:29.900Z] [2022-07-29T22:39:29.900Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-07-29T22:39:29.900Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-07-29T22:39:29.900Z] [2022-07-29T22:39:29.900Z] DONE 2 tests, 2 skipped in 0.082s [2022-07-29T22:39:29.900Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-07-29T22:39:29.900Z] testing: warning: no tests to run [2022-07-29T22:39:29.900Z] PASS [2022-07-29T22:39:29.900Z] [2022-07-29T22:39:29.900Z] DONE 0 tests in 0.022s [2022-07-29T22:39:29.900Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-07-29T22:39:29.900Z] INFO: Testing against a local daemon [2022-07-29T22:39:29.900Z] === RUN TestAuthZPluginAllowRequest [2022-07-29T22:39:29.900Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:29.900Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-07-29T22:39:29.900Z] === RUN TestAuthZPluginTLS [2022-07-29T22:39:29.900Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:29.900Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-07-29T22:39:29.900Z] === RUN TestAuthZPluginDenyRequest [2022-07-29T22:39:29.900Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:29.900Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-07-29T22:39:29.900Z] === RUN TestAuthZPluginAPIDenyResponse [2022-07-29T22:39:29.900Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:29.900Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-07-29T22:39:29.900Z] === RUN TestAuthZPluginDenyResponse [2022-07-29T22:39:29.900Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:29.901Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-07-29T22:39:29.901Z] === RUN TestAuthZPluginAllowEventStream [2022-07-29T22:39:29.901Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:29.901Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-07-29T22:39:29.901Z] === RUN TestAuthZPluginErrorResponse [2022-07-29T22:39:29.901Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:29.901Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-07-29T22:39:29.901Z] === RUN TestAuthZPluginErrorRequest [2022-07-29T22:39:29.901Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:29.901Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-07-29T22:39:29.901Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-07-29T22:39:29.901Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:29.901Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-07-29T22:39:29.901Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-07-29T22:39:29.901Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:29.901Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-07-29T22:39:29.901Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-07-29T22:39:29.901Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:29.901Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-07-29T22:39:29.901Z] === RUN TestAuthZPluginHeader [2022-07-29T22:39:29.901Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:29.901Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-07-29T22:39:29.901Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-07-29T22:39:30.157Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:30.157Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.41s) [2022-07-29T22:39:30.157Z] === RUN TestAuthZPluginV2Disable [2022-07-29T22:39:30.357Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-07-29T22:39:30.357Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.34s) [2022-07-29T22:39:30.357Z] === RUN TestAPIIpcModeHost [2022-07-29T22:39:30.412Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:30.412Z] --- SKIP: TestAuthZPluginV2Disable (0.32s) [2022-07-29T22:39:30.412Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-07-29T22:39:30.923Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} [2022-07-29T22:39:30.923Z] --- PASS: TestAPIIpcModeHost (0.55s) [2022-07-29T22:39:30.923Z] === RUN TestDaemonIpcModeShareable [2022-07-29T22:39:30.973Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:30.973Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.32s) [2022-07-29T22:39:30.973Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-07-29T22:39:31.229Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:31.229Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.32s) [2022-07-29T22:39:31.229Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-07-29T22:39:31.485Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:31.485Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s) [2022-07-29T22:39:31.485Z] PASS [2022-07-29T22:39:31.485Z] [2022-07-29T22:39:31.485Z] === Skipped [2022-07-29T22:39:31.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-07-29T22:39:31.485Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:31.485Z] [2022-07-29T22:39:31.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-07-29T22:39:31.485Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:31.485Z] [2022-07-29T22:39:31.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-07-29T22:39:31.485Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:31.485Z] [2022-07-29T22:39:31.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-07-29T22:39:31.485Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:31.485Z] [2022-07-29T22:39:31.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-07-29T22:39:31.485Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:31.485Z] [2022-07-29T22:39:31.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-07-29T22:39:31.485Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:31.485Z] [2022-07-29T22:39:31.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-07-29T22:39:31.485Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:31.485Z] [2022-07-29T22:39:31.485Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-07-29T22:39:31.485Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:31.485Z] [2022-07-29T22:39:31.486Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-07-29T22:39:31.486Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:31.486Z] [2022-07-29T22:39:31.486Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-07-29T22:39:31.486Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:31.486Z] [2022-07-29T22:39:31.486Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-07-29T22:39:31.486Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:31.486Z] [2022-07-29T22:39:31.486Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-07-29T22:39:31.486Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:31.486Z] [2022-07-29T22:39:31.486Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.41s) [2022-07-29T22:39:31.486Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:31.486Z] [2022-07-29T22:39:31.486Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.32s) [2022-07-29T22:39:31.486Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:31.486Z] [2022-07-29T22:39:31.486Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.32s) [2022-07-29T22:39:31.486Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:31.486Z] [2022-07-29T22:39:31.486Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.32s) [2022-07-29T22:39:31.486Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:31.486Z] [2022-07-29T22:39:31.486Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s) [2022-07-29T22:39:31.486Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:31.486Z] [2022-07-29T22:39:31.486Z] DONE 17 tests, 17 skipped in 1.769s [2022-07-29T22:39:31.486Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-07-29T22:39:31.486Z] INFO: Testing against a local daemon [2022-07-29T22:39:31.486Z] === RUN TestPluginInvalidJSON [2022-07-29T22:39:31.486Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-07-29T22:39:31.486Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-07-29T22:39:31.486Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-07-29T22:39:31.486Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-07-29T22:39:31.486Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-07-29T22:39:31.486Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-07-29T22:39:31.486Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-07-29T22:39:31.486Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-07-29T22:39:31.486Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-07-29T22:39:31.486Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-07-29T22:39:31.486Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-07-29T22:39:31.486Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-07-29T22:39:31.486Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-07-29T22:39:31.486Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-07-29T22:39:31.486Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-07-29T22:39:31.486Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-07-29T22:39:31.486Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-07-29T22:39:31.486Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-07-29T22:39:31.486Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-07-29T22:39:31.486Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-07-29T22:39:31.486Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-07-29T22:39:31.486Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-07-29T22:39:31.486Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-07-29T22:39:31.486Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-07-29T22:39:31.486Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-07-29T22:39:31.486Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-07-29T22:39:31.486Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-07-29T22:39:31.486Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2022-07-29T22:39:31.486Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-07-29T22:39:31.486Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-07-29T22:39:31.486Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-07-29T22:39:31.486Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-07-29T22:39:31.486Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-07-29T22:39:31.486Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-07-29T22:39:31.486Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-07-29T22:39:31.486Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-07-29T22:39:31.486Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-07-29T22:39:31.486Z] === RUN TestPluginInstall [2022-07-29T22:39:31.486Z] plugin_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:31.486Z] --- SKIP: TestPluginInstall (0.00s) [2022-07-29T22:39:31.486Z] === RUN TestPluginsWithRuntimes [2022-07-29T22:39:31.486Z] plugin_test.go:202: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-07-29T22:39:31.486Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-07-29T22:39:31.486Z] === RUN TestPluginBackCompatMediaTypes [2022-07-29T22:39:31.486Z] plugin_test.go:266: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-07-29T22:39:31.486Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-07-29T22:39:31.486Z] PASS [2022-07-29T22:39:31.486Z] [2022-07-29T22:39:31.486Z] === Skipped [2022-07-29T22:39:31.486Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-07-29T22:39:31.486Z] plugin_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-07-29T22:39:31.486Z] [2022-07-29T22:39:31.486Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-07-29T22:39:31.486Z] plugin_test.go:202: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-07-29T22:39:31.486Z] [2022-07-29T22:39:31.486Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-07-29T22:39:31.486Z] plugin_test.go:266: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-07-29T22:39:31.486Z] [2022-07-29T22:39:31.486Z] DONE 19 tests, 3 skipped in 0.130s [2022-07-29T22:39:31.492Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000e70cf0__} [2022-07-29T22:39:31.742Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-07-29T22:39:31.742Z] INFO: Testing against a local daemon [2022-07-29T22:39:31.742Z] === RUN TestExternalGraphDriver [2022-07-29T22:39:31.998Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-07-29T22:39:31.998Z] --- SKIP: TestExternalGraphDriver (0.34s) [2022-07-29T22:39:31.998Z] === RUN TestGraphdriverPluginV2 [2022-07-29T22:39:32.426Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:101, shared: true, mustBeShared: true [2022-07-29T22:39:32.686Z] --- PASS: TestDaemonIpcModeShareable (1.64s) [2022-07-29T22:39:32.686Z] === RUN TestDaemonIpcModePrivate [2022-07-29T22:39:32.943Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13575745345_/foo_false_____} [2022-07-29T22:39:33.878Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: false, mustBeShared: false [2022-07-29T22:39:34.137Z] --- PASS: TestDaemonIpcModePrivate (1.51s) [2022-07-29T22:39:34.137Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-07-29T22:39:34.395Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13575745345_/foo_true_____} [2022-07-29T22:39:34.963Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-07-29T22:39:35.530Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2022-07-29T22:39:35.530Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.48s) [2022-07-29T22:39:35.530Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-07-29T22:39:35.788Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33540350684_/foo_false_____} [2022-07-29T22:39:36.165Z] --- PASS: TestGraphdriverPluginV2 (3.75s) [2022-07-29T22:39:36.166Z] PASS [2022-07-29T22:39:36.166Z] [2022-07-29T22:39:36.166Z] === Skipped [2022-07-29T22:39:36.166Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.34s) [2022-07-29T22:39:36.166Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-07-29T22:39:36.166Z] [2022-07-29T22:39:36.166Z] DONE 2 tests, 1 skipped in 4.194s [2022-07-29T22:39:36.166Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-07-29T22:39:36.166Z] INFO: Testing against a local daemon [2022-07-29T22:39:36.166Z] === RUN TestContinueAfterPluginCrash [2022-07-29T22:39:36.166Z] === PAUSE TestContinueAfterPluginCrash [2022-07-29T22:39:36.166Z] === RUN TestReadPluginNoRead [2022-07-29T22:39:36.166Z] === PAUSE TestReadPluginNoRead [2022-07-29T22:39:36.166Z] === RUN TestDaemonStartWithLogOpt [2022-07-29T22:39:36.166Z] === PAUSE TestDaemonStartWithLogOpt [2022-07-29T22:39:36.166Z] === CONT TestContinueAfterPluginCrash [2022-07-29T22:39:36.166Z] === CONT TestDaemonStartWithLogOpt [2022-07-29T22:39:37.164Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:94, shared: true, mustBeShared: true [2022-07-29T22:39:37.164Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.48s) [2022-07-29T22:39:37.164Z] === RUN TestIpcModeOlderClient [2022-07-29T22:39:37.164Z] === PAUSE TestIpcModeOlderClient [2022-07-29T22:39:37.164Z] === RUN TestKillContainerInvalidSignal [2022-07-29T22:39:37.423Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33540350684_/foo_true_____} [2022-07-29T22:39:37.423Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-07-29T22:39:37.423Z] docker_cli_daemon_test.go:364: unmatched requirement IPv6 [2022-07-29T22:39:37.423Z] check_test.go:540: [d0f00f5bb3604] daemon is not started [2022-07-29T22:39:37.423Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-07-29T22:39:37.682Z] --- PASS: TestKillContainerInvalidSignal (0.60s) [2022-07-29T22:39:37.682Z] === RUN TestKillContainer [2022-07-29T22:39:37.682Z] === RUN TestKillContainer/no_signal [2022-07-29T22:39:38.618Z] === RUN TestKillContainer/non_killing_signal [2022-07-29T22:39:38.877Z] === RUN TestKillContainer/killing_signal [2022-07-29T22:39:38.877Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33540350684_/foo_true__0xc000e70d20___} [2022-07-29T22:39:39.136Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-07-29T22:39:39.703Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000e70d38__} [2022-07-29T22:39:39.703Z] --- PASS: TestKillContainer (2.09s) [2022-07-29T22:39:39.703Z] --- PASS: TestKillContainer/no_signal (0.66s) [2022-07-29T22:39:39.703Z] --- PASS: TestKillContainer/non_killing_signal (0.39s) [2022-07-29T22:39:39.703Z] --- PASS: TestKillContainer/killing_signal (0.78s) [2022-07-29T22:39:39.703Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-07-29T22:39:39.703Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-07-29T22:39:40.334Z] --- PASS: TestDaemonStartWithLogOpt (4.25s) [2022-07-29T22:39:40.334Z] === CONT TestReadPluginNoRead [2022-07-29T22:39:40.638Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-07-29T22:39:41.205Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-07-29T22:39:41.205Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000e70d50__} [2022-07-29T22:39:41.205Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.38s) [2022-07-29T22:39:41.205Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.73s) [2022-07-29T22:39:41.205Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.42s) [2022-07-29T22:39:41.205Z] === RUN TestKillStoppedContainer [2022-07-29T22:39:41.205Z] --- PASS: TestKillStoppedContainer (0.07s) [2022-07-29T22:39:41.205Z] === RUN TestKillStoppedContainerAPIPre120 [2022-07-29T22:39:41.464Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2022-07-29T22:39:41.464Z] === RUN TestKillDifferentUserContainer [2022-07-29T22:39:42.030Z] --- PASS: TestKillDifferentUserContainer (0.68s) [2022-07-29T22:39:42.030Z] === RUN TestInspectOomKilledTrue [2022-07-29T22:39:42.030Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-07-29T22:39:42.030Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-07-29T22:39:42.030Z] === RUN TestInspectOomKilledFalse [2022-07-29T22:39:42.030Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-07-29T22:39:42.030Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-07-29T22:39:42.030Z] === RUN TestLinksEtcHostsContentMatch [2022-07-29T22:39:42.597Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-07-29T22:39:42.597Z] --- PASS: TestLinksEtcHostsContentMatch (0.46s) [2022-07-29T22:39:42.597Z] === RUN TestLinksContainerNames [2022-07-29T22:39:42.597Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000e70d68__} [2022-07-29T22:39:42.851Z] === RUN TestReadPluginNoRead/default [2022-07-29T22:39:43.779Z] === RUN TestReadPluginNoRead/disabled_caching [2022-07-29T22:39:43.972Z] --- PASS: TestLinksContainerNames (1.26s) [2022-07-29T22:39:43.972Z] === RUN TestLogsFollowTailEmpty [2022-07-29T22:39:43.972Z] check_test.go:540: [d6a4af6548b10] daemon is not started [2022-07-29T22:39:43.972Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-07-29T22:39:44.231Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000e70d80__} [2022-07-29T22:39:44.490Z] --- PASS: TestLogsFollowTailEmpty (0.62s) [2022-07-29T22:39:44.490Z] === RUN TestLogs [2022-07-29T22:39:44.490Z] === RUN TestLogs/driver_local [2022-07-29T22:39:44.490Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-07-29T22:39:44.490Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-07-29T22:39:44.490Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-07-29T22:39:44.490Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-07-29T22:39:44.490Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-07-29T22:39:44.490Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-07-29T22:39:44.490Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-07-29T22:39:44.490Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-07-29T22:39:44.490Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-07-29T22:39:44.490Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-07-29T22:39:44.490Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-07-29T22:39:44.490Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-07-29T22:39:44.490Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-07-29T22:39:44.490Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-07-29T22:39:44.707Z] --- PASS: TestContinueAfterPluginCrash (8.91s) [2022-07-29T22:39:44.964Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-07-29T22:39:45.425Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-07-29T22:39:45.425Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-07-29T22:39:45.684Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-07-29T22:39:46.329Z] === CONT TestReadPluginNoRead [2022-07-29T22:39:46.329Z] read_test.go:92: [d1435aac3d262] daemon is not started [2022-07-29T22:39:46.329Z] --- PASS: TestReadPluginNoRead (6.09s) [2022-07-29T22:39:46.329Z] --- PASS: TestReadPluginNoRead/default (1.27s) [2022-07-29T22:39:46.329Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.36s) [2022-07-29T22:39:46.329Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s) [2022-07-29T22:39:46.329Z] PASS [2022-07-29T22:39:46.329Z] [2022-07-29T22:39:46.329Z] DONE 6 tests in 10.438s [2022-07-29T22:39:46.329Z] 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-07-29T22:39:46.329Z] testing: warning: no tests to run [2022-07-29T22:39:46.329Z] PASS [2022-07-29T22:39:46.329Z] [2022-07-29T22:39:46.329Z] DONE 0 tests in 0.035s [2022-07-29T22:39:46.329Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-07-29T22:39:46.329Z] INFO: Testing against a local daemon [2022-07-29T22:39:46.329Z] === RUN TestPluginWithDevMounts [2022-07-29T22:39:46.329Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-07-29T22:39:46.329Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-07-29T22:39:46.329Z] PASS [2022-07-29T22:39:46.329Z] [2022-07-29T22:39:46.329Z] === Skipped [2022-07-29T22:39:46.329Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-07-29T22:39:46.329Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-07-29T22:39:46.329Z] [2022-07-29T22:39:46.329Z] DONE 1 tests, 1 skipped in 0.096s [2022-07-29T22:39:46.329Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-07-29T22:39:46.585Z] INFO: Testing against a local daemon [2022-07-29T22:39:46.585Z] === RUN TestSecretInspect [2022-07-29T22:39:46.585Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.585Z] --- SKIP: TestSecretInspect (0.01s) [2022-07-29T22:39:46.585Z] === RUN TestSecretList [2022-07-29T22:39:46.585Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.585Z] --- SKIP: TestSecretList (0.01s) [2022-07-29T22:39:46.585Z] === RUN TestSecretsCreateAndDelete [2022-07-29T22:39:46.585Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.585Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-07-29T22:39:46.585Z] === RUN TestSecretsUpdate [2022-07-29T22:39:46.585Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.585Z] --- SKIP: TestSecretsUpdate (0.02s) [2022-07-29T22:39:46.585Z] === RUN TestTemplatedSecret [2022-07-29T22:39:46.585Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.585Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-07-29T22:39:46.585Z] === RUN TestSecretCreateResolve [2022-07-29T22:39:46.585Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.585Z] --- SKIP: TestSecretCreateResolve (0.02s) [2022-07-29T22:39:46.585Z] PASS [2022-07-29T22:39:46.585Z] [2022-07-29T22:39:46.585Z] === Skipped [2022-07-29T22:39:46.585Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-07-29T22:39:46.585Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.585Z] [2022-07-29T22:39:46.585Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-07-29T22:39:46.585Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.585Z] [2022-07-29T22:39:46.585Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-07-29T22:39:46.585Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.585Z] [2022-07-29T22:39:46.585Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s) [2022-07-29T22:39:46.585Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.585Z] [2022-07-29T22:39:46.585Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-07-29T22:39:46.585Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.585Z] [2022-07-29T22:39:46.585Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s) [2022-07-29T22:39:46.585Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.585Z] [2022-07-29T22:39:46.585Z] DONE 6 tests, 6 skipped in 0.154s [2022-07-29T22:39:46.585Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-07-29T22:39:46.585Z] INFO: Testing against a local daemon [2022-07-29T22:39:46.585Z] === RUN TestServiceCreateInit [2022-07-29T22:39:46.585Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-07-29T22:39:46.585Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.585Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-07-29T22:39:46.585Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.647Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-07-29T22:39:46.647Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-07-29T22:39:46.842Z] --- PASS: TestServiceCreateInit (0.02s) [2022-07-29T22:39:46.842Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-07-29T22:39:46.842Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-07-29T22:39:46.842Z] === RUN TestCreateServiceMultipleTimes [2022-07-29T22:39:46.842Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.842Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-07-29T22:39:46.842Z] === RUN TestCreateServiceConflict [2022-07-29T22:39:46.842Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.842Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-07-29T22:39:46.842Z] === RUN TestCreateServiceMaxReplicas [2022-07-29T22:39:46.842Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.842Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-07-29T22:39:46.842Z] === RUN TestCreateWithDuplicateNetworkNames [2022-07-29T22:39:46.842Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.842Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-07-29T22:39:46.842Z] === RUN TestCreateServiceSecretFileMode [2022-07-29T22:39:46.842Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.842Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-07-29T22:39:46.842Z] === RUN TestCreateServiceConfigFileMode [2022-07-29T22:39:46.842Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.842Z] --- SKIP: TestCreateServiceConfigFileMode (0.02s) [2022-07-29T22:39:46.842Z] === RUN TestCreateServiceSysctls [2022-07-29T22:39:46.842Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.842Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-07-29T22:39:46.842Z] === RUN TestCreateServiceCapabilities [2022-07-29T22:39:46.842Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.842Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-07-29T22:39:46.842Z] === RUN TestInspect [2022-07-29T22:39:46.842Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.842Z] --- SKIP: TestInspect (0.01s) [2022-07-29T22:39:46.842Z] === RUN TestCreateJob [2022-07-29T22:39:46.842Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.842Z] --- SKIP: TestCreateJob (0.01s) [2022-07-29T22:39:46.842Z] === RUN TestReplicatedJob [2022-07-29T22:39:46.842Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.842Z] --- SKIP: TestReplicatedJob (0.01s) [2022-07-29T22:39:46.842Z] === RUN TestUpdateReplicatedJob [2022-07-29T22:39:46.842Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.842Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-07-29T22:39:46.842Z] === RUN TestServiceListWithStatuses [2022-07-29T22:39:46.842Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-07-29T22:39:46.842Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-07-29T22:39:46.842Z] === RUN TestDockerNetworkConnectAlias [2022-07-29T22:39:46.842Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.842Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-07-29T22:39:46.842Z] === RUN TestDockerNetworkReConnect [2022-07-29T22:39:46.842Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:46.842Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2022-07-29T22:39:46.842Z] === RUN TestServicePlugin [2022-07-29T22:39:46.905Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-07-29T22:39:47.472Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-07-29T22:39:47.473Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-07-29T22:39:47.473Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-07-29T22:39:47.473Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-07-29T22:39:47.473Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-07-29T22:39:47.473Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-07-29T22:39:47.473Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-07-29T22:39:47.473Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-07-29T22:39:47.473Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-07-29T22:39:47.473Z] check_test.go:540: [da748543c274a] daemon is not started [2022-07-29T22:39:47.473Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-07-29T22:39:47.473Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-07-29T22:39:47.473Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-07-29T22:39:47.473Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-07-29T22:39:47.473Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-07-29T22:39:47.473Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-07-29T22:39:47.473Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-07-29T22:39:47.731Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-07-29T22:39:47.731Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-07-29T22:39:47.731Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-07-29T22:39:47.731Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-07-29T22:39:47.731Z] === RUN TestLogs/driver_json-file [2022-07-29T22:39:47.731Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-07-29T22:39:47.731Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-07-29T22:39:47.731Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-07-29T22:39:47.731Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-07-29T22:39:47.731Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-07-29T22:39:47.731Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-07-29T22:39:47.731Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-07-29T22:39:47.731Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-07-29T22:39:47.731Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-07-29T22:39:47.731Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-07-29T22:39:47.731Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-07-29T22:39:47.731Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-07-29T22:39:47.731Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-07-29T22:39:47.731Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-07-29T22:39:47.731Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-07-29T22:39:47.990Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-07-29T22:39:48.559Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-07-29T22:39:48.818Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-07-29T22:39:48.818Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-07-29T22:39:49.383Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] --- SKIP: TestServicePlugin (2.00s) [2022-07-29T22:39:49.383Z] === RUN TestServiceUpdateLabel [2022-07-29T22:39:49.383Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-07-29T22:39:49.383Z] === RUN TestServiceUpdateSecrets [2022-07-29T22:39:49.383Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-07-29T22:39:49.383Z] === RUN TestServiceUpdateConfigs [2022-07-29T22:39:49.383Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-07-29T22:39:49.383Z] === RUN TestServiceUpdateNetwork [2022-07-29T22:39:49.383Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-07-29T22:39:49.383Z] === RUN TestServiceUpdatePidsLimit [2022-07-29T22:39:49.383Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2022-07-29T22:39:49.383Z] PASS [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === Skipped [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-07-29T22:39:49.383Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-07-29T22:39:49.383Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-07-29T22:39:49.383Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-07-29T22:39:49.383Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-07-29T22:39:49.383Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-07-29T22:39:49.383Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-07-29T22:39:49.383Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.02s) [2022-07-29T22:39:49.383Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2022-07-29T22:39:49.383Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s) [2022-07-29T22:39:49.383Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-07-29T22:39:49.383Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-07-29T22:39:49.383Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-07-29T22:39:49.383Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-07-29T22:39:49.383Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-07-29T22:39:49.383Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-07-29T22:39:49.383Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2022-07-29T22:39:49.383Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestServicePlugin (2.00s) [2022-07-29T22:39:49.383Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-07-29T22:39:49.383Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-07-29T22:39:49.383Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-07-29T22:39:49.383Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-07-29T22:39:49.383Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2022-07-29T22:39:49.383Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] DONE 24 tests, 23 skipped in 2.417s [2022-07-29T22:39:49.383Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-07-29T22:39:49.383Z] INFO: Testing against a local daemon [2022-07-29T22:39:49.383Z] === RUN TestSessionCreate [2022-07-29T22:39:49.383Z] --- PASS: TestSessionCreate (0.03s) [2022-07-29T22:39:49.383Z] === RUN TestSessionCreateWithBadUpgrade [2022-07-29T22:39:49.383Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-07-29T22:39:49.383Z] PASS [2022-07-29T22:39:49.383Z] [2022-07-29T22:39:49.383Z] DONE 2 tests in 0.168s [2022-07-29T22:39:49.383Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-07-29T22:39:49.383Z] INFO: Testing against a local daemon [2022-07-29T22:39:49.383Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-07-29T22:39:49.383Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-07-29T22:39:49.383Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-07-29T22:39:49.383Z] === RUN TestDiskUsage [2022-07-29T22:39:49.383Z] === PAUSE TestDiskUsage [2022-07-29T22:39:49.383Z] === RUN TestEventsExecDie [2022-07-29T22:39:49.753Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-07-29T22:39:49.753Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-07-29T22:39:49.945Z] --- PASS: TestEventsExecDie (0.51s) [2022-07-29T22:39:49.945Z] === RUN TestEventsBackwardsCompatible [2022-07-29T22:39:49.945Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-07-29T22:39:49.945Z] === RUN TestEventsVolumeCreate [2022-07-29T22:39:49.945Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-07-29T22:39:49.945Z] === RUN TestInfoBinaryCommits [2022-07-29T22:39:49.945Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-07-29T22:39:49.945Z] === RUN TestInfoAPIVersioned [2022-07-29T22:39:49.945Z] --- PASS: TestInfoAPIVersioned (0.00s) [2022-07-29T22:39:49.945Z] === RUN TestInfoAPI [2022-07-29T22:39:49.945Z] --- PASS: TestInfoAPI (0.02s) [2022-07-29T22:39:49.945Z] === RUN TestInfoAPIWarnings [2022-07-29T22:39:50.012Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-07-29T22:39:50.947Z] --- PASS: TestLogs (6.41s) [2022-07-29T22:39:50.947Z] --- PASS: TestLogs/driver_local (0.01s) [2022-07-29T22:39:50.947Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.00s) [2022-07-29T22:39:50.947Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.02s) [2022-07-29T22:39:50.947Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.13s) [2022-07-29T22:39:50.947Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.12s) [2022-07-29T22:39:50.947Z] --- PASS: TestLogs/driver_local/tty/only_stdout (1.20s) [2022-07-29T22:39:50.947Z] --- PASS: TestLogs/driver_local/tty/only_stderr (1.25s) [2022-07-29T22:39:50.947Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-07-29T22:39:50.947Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.08s) [2022-07-29T22:39:50.947Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.14s) [2022-07-29T22:39:50.947Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.84s) [2022-07-29T22:39:50.947Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.84s) [2022-07-29T22:39:50.947Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.03s) [2022-07-29T22:39:50.947Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.02s) [2022-07-29T22:39:50.947Z] === RUN TestContainerNetworkMountsNoChown [2022-07-29T22:39:50.947Z] docker_cli_daemon_plugins_test.go:80: [d61fcbe3a18f7] daemon is not started [2022-07-29T22:39:50.947Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-07-29T22:39:51.514Z] --- PASS: TestContainerNetworkMountsNoChown (0.64s) [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/default [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/default [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/private [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/private [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/rprivate [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/rprivate [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/slave [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/slave [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/rslave [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/rslave [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/shared [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/shared [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/rshared [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/rshared [2022-07-29T22:39:51.514Z] === CONT TestMountDaemonRoot/default [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/default/bind_root [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/default/mount_root [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-07-29T22:39:51.514Z] === CONT TestMountDaemonRoot/default/bind_root [2022-07-29T22:39:51.514Z] === CONT TestMountDaemonRoot/rshared [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-07-29T22:39:51.514Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-07-29T22:39:51.514Z] === CONT TestMountDaemonRoot/shared [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-07-29T22:39:51.514Z] === CONT TestMountDaemonRoot/rslave [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-07-29T22:39:51.514Z] === CONT TestMountDaemonRoot/slave [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-07-29T22:39:51.514Z] === CONT TestMountDaemonRoot/rprivate [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-07-29T22:39:51.514Z] === CONT TestMountDaemonRoot/private [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/private/bind_root [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-07-29T22:39:51.514Z] === RUN TestMountDaemonRoot/private/mount_root [2022-07-29T22:39:51.514Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-07-29T22:39:51.514Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-07-29T22:39:51.514Z] === CONT TestMountDaemonRoot/default/mount_root [2022-07-29T22:39:51.514Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-07-29T22:39:51.514Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-07-29T22:39:51.514Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-07-29T22:39:51.773Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-07-29T22:39:51.773Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-07-29T22:39:51.773Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-07-29T22:39:51.773Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-07-29T22:39:51.773Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-07-29T22:39:51.773Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-07-29T22:39:51.773Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-07-29T22:39:51.773Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-07-29T22:39:51.773Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-07-29T22:39:51.773Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-07-29T22:39:51.773Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-07-29T22:39:52.032Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-07-29T22:39:52.032Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-07-29T22:39:52.032Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-07-29T22:39:52.032Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-07-29T22:39:52.032Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-07-29T22:39:52.032Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-07-29T22:39:52.032Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-07-29T22:39:52.032Z] === CONT TestMountDaemonRoot/private/mount_root [2022-07-29T22:39:52.032Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-07-29T22:39:52.032Z] === CONT TestMountDaemonRoot/private/bind_root [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot (0.04s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-07-29T22:39:52.032Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-07-29T22:39:52.032Z] === RUN TestContainerBindMountNonRecursive [2022-07-29T22:39:52.291Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-07-29T22:39:52.549Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-07-29T22:39:53.927Z] --- PASS: TestContainerBindMountNonRecursive (1.76s) [2022-07-29T22:39:53.927Z] === RUN TestContainerVolumesMountedAsShared [2022-07-29T22:39:53.927Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-07-29T22:39:54.494Z] --- PASS: TestContainerVolumesMountedAsShared (0.60s) [2022-07-29T22:39:54.494Z] === RUN TestContainerVolumesMountedAsSlave [2022-07-29T22:39:54.754Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-07-29T22:39:55.012Z] --- PASS: TestContainerVolumesMountedAsSlave (0.52s) [2022-07-29T22:39:55.012Z] === RUN TestNetworkNat [2022-07-29T22:39:55.271Z] docker_cli_daemon_plugins_test.go:170: [df29231073455] daemon is not started [2022-07-29T22:39:55.530Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-07-29T22:39:55.530Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-07-29T22:39:55.788Z] --- PASS: TestNetworkNat (0.76s) [2022-07-29T22:39:55.788Z] === RUN TestNetworkLocalhostTCPNat [2022-07-29T22:39:56.359Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-07-29T22:39:56.359Z] --- PASS: TestNetworkLocalhostTCPNat (0.66s) [2022-07-29T22:39:56.359Z] === RUN TestNetworkLoopbackNat [2022-07-29T22:39:56.618Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-07-29T22:39:57.186Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-07-29T22:39:57.753Z] === RUN TestDockerSuite/TestExecAPIStart [2022-07-29T22:39:59.139Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-07-29T22:39:59.398Z] --- PASS: TestNetworkLoopbackNat (3.05s) [2022-07-29T22:39:59.398Z] === RUN TestPause [2022-07-29T22:39:59.398Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-07-29T22:39:59.966Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-07-29T22:39:59.966Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-07-29T22:40:00.226Z] --- PASS: TestPause (0.80s) [2022-07-29T22:40:00.226Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-07-29T22:40:00.226Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-07-29T22:40:00.226Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-07-29T22:40:00.226Z] === RUN TestPauseStopPausedContainer [2022-07-29T22:40:00.485Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-07-29T22:40:00.744Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-07-29T22:40:01.004Z] --- PASS: TestPauseStopPausedContainer (0.75s) [2022-07-29T22:40:01.004Z] === RUN TestPidHost [2022-07-29T22:40:01.004Z] check_test.go:540: [d1b8ccef51140] daemon is not started [2022-07-29T22:40:01.004Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-07-29T22:40:01.262Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-07-29T22:40:02.199Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-07-29T22:40:02.457Z] --- PASS: TestPidHost (1.60s) [2022-07-29T22:40:02.457Z] === RUN TestPsFilter [2022-07-29T22:40:02.715Z] --- PASS: TestPsFilter (0.14s) [2022-07-29T22:40:02.715Z] === RUN TestRemoveContainerWithRemovedVolume [2022-07-29T22:40:02.715Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-07-29T22:40:03.283Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-07-29T22:40:03.541Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.81s) [2022-07-29T22:40:03.541Z] === RUN TestRemoveContainerWithVolume [2022-07-29T22:40:04.112Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-07-29T22:40:04.370Z] --- PASS: TestRemoveContainerWithVolume (0.74s) [2022-07-29T22:40:04.370Z] === RUN TestRemoveContainerRunning [2022-07-29T22:40:04.370Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-07-29T22:40:04.753Z] ok github.com/docker/docker/libnetwork 37.403s coverage: 40.6% of statements [2022-07-29T22:40:04.753Z] ok github.com/docker/docker/libnetwork/bitseq 0.141s coverage: 84.4% of statements [2022-07-29T22:40:04.753Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-07-29T22:40:04.753Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-07-29T22:40:04.753Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-07-29T22:40:04.753Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-07-29T22:40:04.753Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-07-29T22:40:04.753Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-07-29T22:40:04.753Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-07-29T22:40:04.753Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-07-29T22:40:04.753Z] ok github.com/docker/docker/libnetwork/config 0.015s coverage: 22.4% of statements [2022-07-29T22:40:04.753Z] ok github.com/docker/docker/libnetwork/datastore 0.008s coverage: 21.9% of statements [2022-07-29T22:40:04.753Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-07-29T22:40:04.753Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-07-29T22:40:04.753Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-07-29T22:40:04.753Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.590s coverage: 59.9% of statements [2022-07-29T22:40:04.753Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-07-29T22:40:04.753Z] ok github.com/docker/docker/libnetwork/drivers/host 0.003s coverage: 34.8% of statements [2022-07-29T22:40:04.753Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.016s coverage: 5.2% of statements [2022-07-29T22:40:04.753Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-07-29T22:40:04.753Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.7% of statements [2022-07-29T22:40:04.753Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-07-29T22:40:04.753Z] ok github.com/docker/docker/libnetwork/drivers/null 0.003s coverage: 34.8% of statements [2022-07-29T22:40:05.315Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-07-29T22:40:05.315Z] --- PASS: TestRemoveContainerRunning (0.88s) [2022-07-29T22:40:05.315Z] === RUN TestRemoveContainerForceRemoveRunning [2022-07-29T22:40:05.882Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.81s) [2022-07-29T22:40:05.882Z] === RUN TestRemoveInvalidContainer [2022-07-29T22:40:05.882Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-07-29T22:40:05.882Z] === RUN TestRenameLinkedContainer [2022-07-29T22:40:06.140Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-07-29T22:40:07.077Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-07-29T22:40:07.984Z] --- PASS: TestInfoAPIWarnings (16.57s) [2022-07-29T22:40:07.984Z] === RUN TestInfoDebug [2022-07-29T22:40:07.984Z] --- PASS: TestInfoDebug (0.54s) [2022-07-29T22:40:07.984Z] === RUN TestInfoInsecureRegistries [2022-07-29T22:40:07.984Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2022-07-29T22:40:07.984Z] === RUN TestInfoRegistryMirrors [2022-07-29T22:40:08.013Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-07-29T22:40:08.240Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-07-29T22:40:08.240Z] === RUN TestLoginFailsWithBadCredentials [2022-07-29T22:40:08.497Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2022-07-29T22:40:08.497Z] === RUN TestPingCacheHeaders [2022-07-29T22:40:08.497Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-07-29T22:40:08.497Z] === RUN TestPingGet [2022-07-29T22:40:08.497Z] --- PASS: TestPingGet (0.01s) [2022-07-29T22:40:08.497Z] === RUN TestPingHead [2022-07-29T22:40:08.754Z] --- PASS: TestPingHead (0.04s) [2022-07-29T22:40:08.754Z] === RUN TestPingSwarmHeader [2022-07-29T22:40:08.947Z] --- PASS: TestRenameLinkedContainer (2.79s) [2022-07-29T22:40:08.947Z] === RUN TestRenameStoppedContainer [2022-07-29T22:40:09.207Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-07-29T22:40:09.207Z] --- PASS: TestRenameStoppedContainer (0.58s) [2022-07-29T22:40:09.207Z] === RUN TestRenameRunningContainerAndReuse [2022-07-29T22:40:09.316Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-07-29T22:40:09.572Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-07-29T22:40:10.582Z] --- PASS: TestRenameRunningContainerAndReuse (1.24s) [2022-07-29T22:40:10.582Z] === RUN TestRenameInvalidName [2022-07-29T22:40:10.582Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-07-29T22:40:10.937Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-07-29T22:40:10.937Z] --- PASS: TestPingSwarmHeader (2.05s) [2022-07-29T22:40:10.937Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-07-29T22:40:10.937Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-07-29T22:40:10.937Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-07-29T22:40:10.937Z] === RUN TestVersion [2022-07-29T22:40:10.937Z] --- PASS: TestVersion (0.03s) [2022-07-29T22:40:10.937Z] === CONT TestDiskUsage [2022-07-29T22:40:11.193Z] === RUN TestDiskUsage/empty [2022-07-29T22:40:11.193Z] === RUN TestDiskUsage/empty/container_types [2022-07-29T22:40:11.193Z] === RUN TestDiskUsage/empty/image_types [2022-07-29T22:40:11.193Z] === RUN TestDiskUsage/empty/volume_types [2022-07-29T22:40:11.193Z] === RUN TestDiskUsage/empty/build-cache_types [2022-07-29T22:40:11.193Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-07-29T22:40:11.193Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-07-29T22:40:11.193Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-07-29T22:40:11.193Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-07-29T22:40:11.193Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-07-29T22:40:11.193Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-07-29T22:40:11.193Z] === RUN TestDiskUsage/after_LoadBusybox [2022-07-29T22:40:11.450Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-07-29T22:40:11.450Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-07-29T22:40:11.450Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-07-29T22:40:11.450Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-07-29T22:40:11.450Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-07-29T22:40:11.450Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-07-29T22:40:11.450Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-07-29T22:40:11.450Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-07-29T22:40:11.450Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-07-29T22:40:11.450Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-07-29T22:40:11.450Z] === RUN TestDiskUsage/after_container.Run [2022-07-29T22:40:11.518Z] --- PASS: TestRenameInvalidName (0.77s) [2022-07-29T22:40:11.518Z] === RUN TestRenameAnonymousContainer [2022-07-29T22:40:11.707Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-07-29T22:40:11.707Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-07-29T22:40:11.707Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-07-29T22:40:11.707Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-07-29T22:40:11.707Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-07-29T22:40:11.707Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-07-29T22:40:11.707Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-07-29T22:40:11.707Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-07-29T22:40:11.707Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-07-29T22:40:11.707Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage (1.27s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/after_container.Run (0.39s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-07-29T22:40:11.963Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s) [2022-07-29T22:40:11.963Z] PASS [2022-07-29T22:40:11.963Z] [2022-07-29T22:40:11.963Z] === Skipped [2022-07-29T22:40:11.963Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-07-29T22:40:11.963Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-07-29T22:40:11.963Z] [2022-07-29T22:40:11.963Z] DONE 54 tests, 1 skipped in 22.793s [2022-07-29T22:40:11.963Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-07-29T22:40:12.220Z] INFO: Testing against a local daemon [2022-07-29T22:40:12.220Z] === RUN TestVolumesCreateAndList [2022-07-29T22:40:12.220Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-07-29T22:40:12.220Z] === RUN TestVolumesRemove [2022-07-29T22:40:12.220Z] --- PASS: TestVolumesRemove (0.05s) [2022-07-29T22:40:12.220Z] === RUN TestVolumesInspect [2022-07-29T22:40:12.220Z] --- PASS: TestVolumesInspect (0.03s) [2022-07-29T22:40:12.220Z] === RUN TestVolumesInvalidJSON [2022-07-29T22:40:12.220Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-07-29T22:40:12.220Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-07-29T22:40:12.220Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-07-29T22:40:12.220Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-07-29T22:40:12.220Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-07-29T22:40:12.220Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-07-29T22:40:12.220Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-07-29T22:40:12.220Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-07-29T22:40:12.220Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-07-29T22:40:12.220Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-07-29T22:40:12.220Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-07-29T22:40:12.220Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-07-29T22:40:12.220Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-07-29T22:40:12.220Z] PASS [2022-07-29T22:40:12.220Z] [2022-07-29T22:40:12.220Z] DONE 9 tests in 0.197s [2022-07-29T22:40:12.220Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-07-29T22:40:12.220Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14266 is not a child of this shell [2022-07-29T22:40:12.220Z] warning: PID 14266 from bundles/test-integration/docker.pid had a nonzero exit code [2022-07-29T22:40:12.220Z] Leaving: AppArmorNo profiles have been unloaded. [2022-07-29T22:40:12.220Z] [2022-07-29T22:40:12.220Z] Unloading profiles will leave already running processes permanently [2022-07-29T22:40:12.220Z] unconfined, which can lead to unexpected situations. [2022-07-29T22:40:12.220Z] [2022-07-29T22:40:12.220Z] To set a process to complain mode, use the command line tool [2022-07-29T22:40:12.220Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-07-29T22:40:12.220Z] Removing test suite binaries [2022-07-29T22:40:12.220Z] exiting test-integration [2022-07-29T22:40:12.220Z] ++ exit 0 [2022-07-29T22:40:12.220Z] [2022-07-29T22:40:12.453Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-07-29T22:40:12.712Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile Post stage [Pipeline] junit [2022-07-29T22:40:13.160Z] Recording test results [2022-07-29T22:40:13.277Z] --- PASS: TestRenameAnonymousContainer (1.98s) [2022-07-29T22:40:13.277Z] === RUN TestRenameContainerWithSameName [2022-07-29T22:40:13.387Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-07-29T22:40:13.387Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-07-29T22:40:13.551Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-07-29T22:40:13.843Z] --- PASS: TestRenameContainerWithSameName (0.44s) [2022-07-29T22:40:13.843Z] === RUN TestRenameContainerWithLinkedContainer [2022-07-29T22:40:13.874Z] + echo Ensuring container killed. [2022-07-29T22:40:13.874Z] Ensuring container killed. [2022-07-29T22:40:13.874Z] + docker rm -vf docker-pr6 [2022-07-29T22:40:13.874Z] Error: No such container: docker-pr6 [Pipeline] sh [2022-07-29T22:40:14.150Z] + echo Chowning /workspace to jenkins user [2022-07-29T22:40:14.150Z] Chowning /workspace to jenkins user [2022-07-29T22:40:14.150Z] + id -u [2022-07-29T22:40:14.150Z] + id -g [2022-07-29T22:40:14.150Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43885:/workspace busybox chown -R 1000:1000 /workspace [2022-07-29T22:40:14.722Z] ok github.com/docker/docker/libnetwork/drivers/overlay 8.276s coverage: 6.6% of statements [2022-07-29T22:40:14.722Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-07-29T22:40:14.722Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-07-29T22:40:14.778Z] --- PASS: TestRenameContainerWithLinkedContainer (0.93s) [2022-07-29T22:40:14.778Z] === RUN TestResize [2022-07-29T22:40:14.980Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-07-29T22:40:14.981Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-07-29T22:40:14.981Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-07-29T22:40:14.981Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-07-29T22:40:15.036Z] --- PASS: TestResize (0.47s) [2022-07-29T22:40:15.036Z] === RUN TestResizeWithInvalidSize [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-07-29T22:40:15.547Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-07-29T22:40:15.602Z] --- PASS: TestResizeWithInvalidSize (0.47s) [2022-07-29T22:40:15.602Z] === RUN TestResizeWhenContainerNotStarted [2022-07-29T22:40:15.806Z] ok github.com/docker/docker/libnetwork/etchosts 0.011s coverage: 81.2% of statements [2022-07-29T22:40:15.806Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-07-29T22:40:15.847Z] + bundleName=amd64-rootless [2022-07-29T22:40:15.847Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-07-29T22:40:15.847Z] Creating amd64-rootless-bundles.tar.gz [2022-07-29T22:40:15.847Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2022-07-29T22:40:15.847Z] + 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-07-29T22:40:15.857Z] Archiving artifacts [2022-07-29T22:40:16.065Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-07-29T22:40:16.087Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43885/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-07-29T22:40:16.167Z] --- PASS: TestResizeWhenContainerNotStarted (0.44s) [2022-07-29T22:40:16.167Z] === RUN TestDaemonRestartKillContainers [2022-07-29T22:40:16.167Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-07-29T22:40:16.167Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-07-29T22:40:16.167Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-07-29T22:40:16.167Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-07-29T22:40:16.167Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-07-29T22:40:16.167Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-07-29T22:40:16.167Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-07-29T22:40:16.167Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-07-29T22:40:16.167Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-07-29T22:40:16.167Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-07-29T22:40:16.167Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-07-29T22:40:16.167Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-07-29T22:40:16.167Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-07-29T22:40:16.167Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-07-29T22:40:16.167Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-07-29T22:40:16.167Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-07-29T22:40:16.167Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-07-29T22:40:16.167Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-07-29T22:40:16.167Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-07-29T22:40:16.167Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-07-29T22:40:16.167Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-07-29T22:40:16.167Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-07-29T22:40:16.167Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-07-29T22:40:16.167Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-07-29T22:40:16.167Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-07-29T22:40:16.167Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-07-29T22:40:16.167Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-07-29T22:40:16.167Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-07-29T22:40:16.167Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-07-29T22:40:16.167Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-07-29T22:40:16.167Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-07-29T22:40:16.167Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-07-29T22:40:16.167Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-07-29T22:40:16.167Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-07-29T22:40:16.387Z] + make clean [2022-07-29T22:40:16.387Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-07-29T22:40:16.387Z] docker-dev-cache [2022-07-29T22:40:16.387Z] docker-mod-cache [Pipeline] deleteDir [2022-07-29T22:40:16.426Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-07-29T22:40:17.802Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-07-29T22:40:18.061Z] === RUN TestDockerSuite/TestGetContainerStats [2022-07-29T22:40:18.998Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-07-29T22:40:20.372Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-07-29T22:40:20.372Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-07-29T22:40:21.746Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-07-29T22:40:21.746Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-07-29T22:40:22.680Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-07-29T22:40:22.939Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-07-29T22:40:25.471Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-07-29T22:40:25.729Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-07-29T22:40:27.642Z] check_test.go:540: [d11c684212490] daemon is not started [2022-07-29T22:40:27.642Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-07-29T22:40:27.642Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-07-29T22:40:28.266Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-07-29T22:40:29.016Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-07-29T22:40:29.274Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-07-29T22:40:29.533Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-07-29T22:40:30.912Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-07-29T22:40:30.912Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-07-29T22:40:34.201Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-07-29T22:40:34.201Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-07-29T22:40:34.460Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-07-29T22:40:35.027Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-07-29T22:40:35.027Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-07-29T22:40:35.285Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-07-29T22:40:36.156Z] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|exports_file|imports|name|compiled_files|files) took 2m57.121072191s [2022-07-29T22:40:36.156Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 516.089242ms [2022-07-29T22:40:36.661Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-07-29T22:40:36.920Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-07-29T22:40:37.488Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-07-29T22:40:38.426Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-07-29T22:40:39.365Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-07-29T22:40:39.624Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-07-29T22:40:39.624Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.78s) [2022-07-29T22:40:39.624Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.27s) [2022-07-29T22:40:39.624Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.22s) [2022-07-29T22:40:39.624Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.34s) [2022-07-29T22:40:39.624Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.34s) [2022-07-29T22:40:39.624Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.35s) [2022-07-29T22:40:39.624Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.78s) [2022-07-29T22:40:39.624Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.86s) [2022-07-29T22:40:39.624Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.23s) [2022-07-29T22:40:39.624Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.18s) [2022-07-29T22:40:39.624Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.15s) [2022-07-29T22:40:39.624Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.97s) [2022-07-29T22:40:39.624Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.36s) [2022-07-29T22:40:39.624Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.39s) [2022-07-29T22:40:39.624Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.03s) [2022-07-29T22:40:39.624Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.60s) [2022-07-29T22:40:39.624Z] === RUN TestContainerWithAutoRemoveCanBeRestarted [2022-07-29T22:40:39.624Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill [2022-07-29T22:40:39.900Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-07-29T22:40:40.192Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-07-29T22:40:41.131Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-07-29T22:40:41.131Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-07-29T22:40:41.131Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-07-29T22:40:41.390Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop [2022-07-29T22:40:41.959Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-07-29T22:40:43.141Z] ok github.com/docker/docker/libnetwork/ipam 15.921s coverage: 85.3% of statements [2022-07-29T22:40:43.141Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-07-29T22:40:43.141Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-07-29T22:40:43.141Z] ok github.com/docker/docker/libnetwork/ipams/null 0.003s coverage: 57.1% of statements [2022-07-29T22:40:43.334Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (3.72s) [2022-07-29T22:40:43.335Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (1.70s) [2022-07-29T22:40:43.335Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (1.98s) [2022-07-29T22:40:43.335Z] === RUN TestCgroupNamespacesRun [2022-07-29T22:40:43.335Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-07-29T22:40:43.399Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.008s coverage: 47.4% of statements [2022-07-29T22:40:43.399Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-07-29T22:40:43.593Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-07-29T22:40:43.658Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-07-29T22:40:44.224Z] ok github.com/docker/docker/libnetwork/ipamutils 0.268s coverage: 74.0% of statements [2022-07-29T22:40:44.970Z] --- PASS: TestCgroupNamespacesRun (1.40s) [2022-07-29T22:40:44.970Z] === RUN TestCgroupNamespacesRunPrivileged [2022-07-29T22:40:45.159Z] ok github.com/docker/docker/libnetwork/iptables 0.168s coverage: 45.0% of statements [2022-07-29T22:40:45.159Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-07-29T22:40:45.417Z] ok github.com/docker/docker/libnetwork/netutils 0.017s coverage: 44.1% of statements [2022-07-29T22:40:45.537Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-07-29T22:40:46.104Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.25s) [2022-07-29T22:40:46.104Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-07-29T22:40:46.446Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-07-29T22:40:46.670Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-07-29T22:40:47.238Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-07-29T22:40:47.499Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.38s) [2022-07-29T22:40:47.499Z] === RUN TestCgroupNamespacesRunHostMode [2022-07-29T22:40:48.083Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-07-29T22:40:49.018Z] --- PASS: TestCgroupNamespacesRunHostMode (1.61s) [2022-07-29T22:40:49.018Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-07-29T22:40:50.393Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.31s) [2022-07-29T22:40:50.393Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-07-29T22:40:50.961Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-07-29T22:40:51.527Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.35s) [2022-07-29T22:40:51.527Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-07-29T22:40:52.462Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.78s) [2022-07-29T22:40:52.462Z] === RUN TestCgroupNamespacesRunOlderClient [2022-07-29T22:40:52.721Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-07-29T22:40:53.291Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-07-29T22:40:53.550Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-07-29T22:40:54.117Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.77s) [2022-07-29T22:40:54.117Z] === RUN TestNISDomainname [2022-07-29T22:40:55.053Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-07-29T22:40:55.053Z] --- PASS: TestNISDomainname (0.98s) [2022-07-29T22:40:55.053Z] === RUN TestHostnameDnsResolution [2022-07-29T22:40:56.397Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-07-29T22:40:56.397Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-07-29T22:40:56.428Z] --- PASS: TestHostnameDnsResolution (1.12s) [2022-07-29T22:40:56.428Z] === RUN TestUnprivilegedPortsAndPing [2022-07-29T22:40:56.962Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-07-29T22:40:57.362Z] --- PASS: TestUnprivilegedPortsAndPing (0.89s) [2022-07-29T22:40:57.362Z] === RUN TestPrivilegedHostDevices [2022-07-29T22:40:57.620Z] check_test.go:540: [d2b6a5b45911d] daemon is not started [2022-07-29T22:40:57.620Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-07-29T22:40:57.878Z] --- PASS: TestPrivilegedHostDevices (0.64s) [2022-07-29T22:40:57.878Z] === RUN TestRunConsoleSize [2022-07-29T22:40:57.890Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-07-29T22:40:58.445Z] --- PASS: TestRunConsoleSize (0.55s) [2022-07-29T22:40:58.445Z] === RUN TestRunWithAlternativeContainerdShim [2022-07-29T22:40:58.454Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-07-29T22:40:58.710Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-07-29T22:40:59.379Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-07-29T22:40:59.637Z] --- PASS: TestRunWithAlternativeContainerdShim (1.22s) [2022-07-29T22:40:59.637Z] === RUN TestStats [2022-07-29T22:40:59.639Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-07-29T22:41:01.540Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-07-29T22:41:02.106Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-07-29T22:41:02.106Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-07-29T22:41:02.106Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-07-29T22:41:02.168Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-07-29T22:41:02.366Z] --- PASS: TestStats (2.80s) [2022-07-29T22:41:02.367Z] === RUN TestStopContainerWithTimeout [2022-07-29T22:41:02.367Z] === RUN TestStopContainerWithTimeout/0 [2022-07-29T22:41:02.367Z] === PAUSE TestStopContainerWithTimeout/0 [2022-07-29T22:41:02.367Z] === RUN TestStopContainerWithTimeout/1 [2022-07-29T22:41:02.367Z] === PAUSE TestStopContainerWithTimeout/1 [2022-07-29T22:41:02.367Z] === RUN TestStopContainerWithTimeout/3 [2022-07-29T22:41:02.367Z] === PAUSE TestStopContainerWithTimeout/3 [2022-07-29T22:41:02.367Z] === RUN TestStopContainerWithTimeout/-1 [2022-07-29T22:41:02.367Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-07-29T22:41:02.367Z] === CONT TestStopContainerWithTimeout/0 [2022-07-29T22:41:02.367Z] === CONT TestStopContainerWithTimeout/-1 [2022-07-29T22:41:02.626Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-07-29T22:41:02.884Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-07-29T22:41:03.452Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-07-29T22:41:03.452Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-07-29T22:41:03.537Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-07-29T22:41:03.711Z] === CONT TestStopContainerWithTimeout/3 [2022-07-29T22:41:04.101Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-07-29T22:41:04.278Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-07-29T22:41:04.278Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-07-29T22:41:04.664Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-07-29T22:41:05.592Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-07-29T22:41:05.655Z] === CONT TestStopContainerWithTimeout/1 [2022-07-29T22:41:05.655Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-07-29T22:41:05.655Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-07-29T22:41:06.222Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-07-29T22:41:06.522Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-07-29T22:41:07.156Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-07-29T22:41:07.157Z] --- PASS: TestStopContainerWithTimeout/0 (1.21s) [2022-07-29T22:41:07.157Z] --- PASS: TestStopContainerWithTimeout/-1 (3.07s) [2022-07-29T22:41:07.157Z] --- PASS: TestStopContainerWithTimeout/3 (2.78s) [2022-07-29T22:41:07.157Z] --- PASS: TestStopContainerWithTimeout/1 (1.75s) [2022-07-29T22:41:07.157Z] === RUN TestDeleteDevicemapper [2022-07-29T22:41:07.157Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-07-29T22:41:07.157Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-07-29T22:41:07.157Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-07-29T22:41:07.453Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-07-29T22:41:08.092Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-07-29T22:41:08.384Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-07-29T22:41:09.315Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-07-29T22:41:09.481Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-07-29T22:41:10.243Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-07-29T22:41:10.243Z] Using test binary docker [2022-07-29T22:41:10.243Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-07-29T22:41:10.243Z] Starting apparmor (via systemctl): apparmor.service. [2022-07-29T22:41:10.243Z] Starting dockerd [2022-07-29T22:41:10.243Z] INFO: Waiting for daemon to start... [2022-07-29T22:41:10.421Z] === RUN TestDockerSuite/TestAttachDetach [2022-07-29T22:41:10.421Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.28s) [2022-07-29T22:41:10.421Z] === RUN TestUpdateMemory [2022-07-29T22:41:10.421Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-07-29T22:41:10.421Z] --- SKIP: TestUpdateMemory (0.00s) [2022-07-29T22:41:10.421Z] === RUN TestUpdateCPUQuota [2022-07-29T22:41:11.358Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-07-29T22:41:12.293Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-07-29T22:41:12.293Z] --- PASS: TestUpdateCPUQuota (1.59s) [2022-07-29T22:41:12.293Z] === RUN TestUpdatePidsLimit [2022-07-29T22:41:12.293Z] === RUN TestUpdatePidsLimit/update_from_none [2022-07-29T22:41:12.552Z] === RUN TestUpdatePidsLimit/no_change [2022-07-29T22:41:12.552Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-07-29T22:41:12.809Z] === RUN TestUpdatePidsLimit/update_lower [2022-07-29T22:41:13.068Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-07-29T22:41:13.331Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-07-29T22:41:13.511Z] . [2022-07-29T22:41:13.511Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-07-29T22:41:13.511Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-07-29T22:41:13.511Z] Error: No such image: emptyfs [2022-07-29T22:41:13.511Z] Running integration-test (iteration 1) [2022-07-29T22:41:13.511Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-07-29T22:41:13.511Z] Loaded image: busybox:latest [2022-07-29T22:41:13.511Z] Loaded image: busybox:glibc [2022-07-29T22:41:13.590Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-07-29T22:41:13.848Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-07-29T22:41:14.107Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-07-29T22:41:14.107Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-07-29T22:41:14.675Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-07-29T22:41:14.896Z] Loaded image: debian:bullseye-slim [2022-07-29T22:41:15.173Z] Loaded image: hello-world:latest [2022-07-29T22:41:15.173Z] Loaded image: arm32v7/hello-world:latest [2022-07-29T22:41:15.173Z] INFO: Testing against a local daemon [2022-07-29T22:41:15.173Z] === RUN TestCgroupNamespacesBuild [2022-07-29T22:41:15.241Z] --- PASS: TestUpdatePidsLimit (3.21s) [2022-07-29T22:41:15.241Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.40s) [2022-07-29T22:41:15.241Z] --- PASS: TestUpdatePidsLimit/no_change (0.35s) [2022-07-29T22:41:15.241Z] --- PASS: TestUpdatePidsLimit/update_lower (0.25s) [2022-07-29T22:41:15.241Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.30s) [2022-07-29T22:41:15.241Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.23s) [2022-07-29T22:41:15.241Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s) [2022-07-29T22:41:15.241Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.43s) [2022-07-29T22:41:15.241Z] === RUN TestUpdateRestartPolicy [2022-07-29T22:41:15.809Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-07-29T22:41:16.377Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-07-29T22:41:16.590Z] --- PASS: TestCgroupNamespacesBuild (1.34s) [2022-07-29T22:41:16.590Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-07-29T22:41:17.957Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.29s) [2022-07-29T22:41:17.957Z] === RUN TestBuildWithSession [2022-07-29T22:41:17.957Z] build_session_test.go:25: TODO: BuildKit [2022-07-29T22:41:17.957Z] --- SKIP: TestBuildWithSession (0.00s) [2022-07-29T22:41:17.957Z] === RUN TestBuildSquashParent [2022-07-29T22:41:19.663Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-07-29T22:41:19.663Z] docker_cli_daemon_test.go:233: unmatched requirement Devicemapper [2022-07-29T22:41:19.663Z] check_test.go:540: [d05d026dcfc20] daemon is not started [2022-07-29T22:41:19.663Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-07-29T22:41:19.663Z] docker_cli_daemon_test.go:213: unmatched requirement Devicemapper [2022-07-29T22:41:19.663Z] check_test.go:540: [d32a695de36af] daemon is not started [2022-07-29T22:41:19.663Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-07-29T22:41:22.197Z] check_test.go:540: [d4180ea033734] daemon is not started [2022-07-29T22:41:22.197Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-07-29T22:41:23.218Z] --- PASS: TestBuildSquashParent (4.67s) [2022-07-29T22:41:23.218Z] === RUN TestBuildWithRemoveAndForceRemove [2022-07-29T22:41:23.218Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-07-29T22:41:23.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-07-29T22:41:23.218Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-07-29T22:41:23.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-07-29T22:41:23.218Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-07-29T22:41:23.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-07-29T22:41:23.218Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-07-29T22:41:23.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-07-29T22:41:23.218Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-07-29T22:41:23.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-07-29T22:41:23.218Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-07-29T22:41:23.218Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-07-29T22:41:23.218Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-07-29T22:41:23.218Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-07-29T22:41:23.781Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-07-29T22:41:24.037Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-07-29T22:41:25.404Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-07-29T22:41:25.404Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-07-29T22:41:26.383Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-07-29T22:41:27.296Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-07-29T22:41:27.296Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.44s) [2022-07-29T22:41:27.296Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.60s) [2022-07-29T22:41:27.296Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.37s) [2022-07-29T22:41:27.296Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.38s) [2022-07-29T22:41:27.296Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.38s) [2022-07-29T22:41:27.296Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.46s) [2022-07-29T22:41:27.296Z] === RUN TestBuildMultiStageCopy [2022-07-29T22:41:27.296Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-07-29T22:41:27.760Z] --- PASS: TestUpdateRestartPolicy (12.34s) [2022-07-29T22:41:27.760Z] === RUN TestUpdateRestartWithAutoRemove [2022-07-29T22:41:28.224Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-07-29T22:41:28.328Z] --- PASS: TestUpdateRestartWithAutoRemove (0.80s) [2022-07-29T22:41:28.328Z] === RUN TestWaitNonBlocked [2022-07-29T22:41:28.481Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-07-29T22:41:28.587Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-07-29T22:41:28.587Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-07-29T22:41:28.587Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-07-29T22:41:28.587Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-07-29T22:41:28.587Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-07-29T22:41:28.587Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-07-29T22:41:28.587Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-07-29T22:41:28.738Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-07-29T22:41:28.995Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-07-29T22:41:29.251Z] --- PASS: TestBuildMultiStageCopy (2.27s) [2022-07-29T22:41:29.251Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.34s) [2022-07-29T22:41:29.251Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s) [2022-07-29T22:41:29.251Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s) [2022-07-29T22:41:29.251Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.24s) [2022-07-29T22:41:29.251Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s) [2022-07-29T22:41:29.251Z] === RUN TestBuildMultiStageParentConfig [2022-07-29T22:41:29.525Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-07-29T22:41:29.783Z] --- PASS: TestWaitNonBlocked (0.05s) [2022-07-29T22:41:29.783Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.17s) [2022-07-29T22:41:29.783Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.21s) [2022-07-29T22:41:29.783Z] === RUN TestWaitBlocked [2022-07-29T22:41:29.783Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-07-29T22:41:29.783Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-07-29T22:41:29.783Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-07-29T22:41:29.783Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-07-29T22:41:29.783Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-07-29T22:41:29.783Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-07-29T22:41:29.814Z] --- PASS: TestBuildMultiStageParentConfig (0.66s) [2022-07-29T22:41:29.814Z] === RUN TestBuildLabelWithTargets [2022-07-29T22:41:30.350Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-07-29T22:41:30.745Z] --- PASS: TestBuildLabelWithTargets (1.03s) [2022-07-29T22:41:30.745Z] === RUN TestBuildWithEmptyLayers [2022-07-29T22:41:30.917Z] --- PASS: TestWaitBlocked (0.02s) [2022-07-29T22:41:30.917Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.21s) [2022-07-29T22:41:30.917Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.23s) [2022-07-29T22:41:30.917Z] === RUN TestWaitConditions [2022-07-29T22:41:30.917Z] === RUN TestWaitConditions/default [2022-07-29T22:41:30.917Z] === PAUSE TestWaitConditions/default [2022-07-29T22:41:30.917Z] === RUN TestWaitConditions/not-running [2022-07-29T22:41:30.917Z] === PAUSE TestWaitConditions/not-running [2022-07-29T22:41:30.917Z] === RUN TestWaitConditions/next-exit [2022-07-29T22:41:30.917Z] === PAUSE TestWaitConditions/next-exit [2022-07-29T22:41:30.917Z] === RUN TestWaitConditions/removed [2022-07-29T22:41:30.917Z] === PAUSE TestWaitConditions/removed [2022-07-29T22:41:30.917Z] === CONT TestWaitConditions/default [2022-07-29T22:41:30.917Z] === CONT TestWaitConditions/next-exit [2022-07-29T22:41:31.310Z] --- PASS: TestBuildWithEmptyLayers (0.47s) [2022-07-29T22:41:31.310Z] === RUN TestBuildMultiStageOnBuild [2022-07-29T22:41:31.855Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-07-29T22:41:32.114Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-07-29T22:41:32.114Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-07-29T22:41:33.068Z] === CONT TestWaitConditions/not-running [2022-07-29T22:41:33.199Z] --- PASS: TestBuildMultiStageOnBuild (1.71s) [2022-07-29T22:41:33.199Z] === RUN TestBuildUncleanTarFilenames [2022-07-29T22:41:33.331Z] === CONT TestWaitConditions/removed [2022-07-29T22:41:33.590Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-07-29T22:41:33.763Z] --- PASS: TestBuildUncleanTarFilenames (0.61s) [2022-07-29T22:41:33.763Z] === RUN TestBuildMultiStageLayerLeak [2022-07-29T22:41:34.966Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-07-29T22:41:35.224Z] --- PASS: TestWaitConditions (0.02s) [2022-07-29T22:41:35.224Z] --- PASS: TestWaitConditions/next-exit (2.18s) [2022-07-29T22:41:35.224Z] --- PASS: TestWaitConditions/default (2.26s) [2022-07-29T22:41:35.224Z] --- PASS: TestWaitConditions/not-running (2.00s) [2022-07-29T22:41:35.224Z] --- PASS: TestWaitConditions/removed (1.97s) [2022-07-29T22:41:35.224Z] === RUN TestWaitRestartedContainer [2022-07-29T22:41:35.224Z] === RUN TestWaitRestartedContainer/default [2022-07-29T22:41:35.224Z] === PAUSE TestWaitRestartedContainer/default [2022-07-29T22:41:35.224Z] === RUN TestWaitRestartedContainer/not-running [2022-07-29T22:41:35.224Z] === PAUSE TestWaitRestartedContainer/not-running [2022-07-29T22:41:35.224Z] === RUN TestWaitRestartedContainer/next-exit [2022-07-29T22:41:35.224Z] === PAUSE TestWaitRestartedContainer/next-exit [2022-07-29T22:41:35.224Z] === CONT TestWaitRestartedContainer/default [2022-07-29T22:41:35.224Z] === CONT TestWaitRestartedContainer/next-exit [2022-07-29T22:41:35.655Z] --- PASS: TestBuildMultiStageLayerLeak (1.84s) [2022-07-29T22:41:35.655Z] === RUN TestBuildWithHugeFile [2022-07-29T22:41:36.159Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-07-29T22:41:36.725Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-07-29T22:41:37.293Z] === CONT TestWaitRestartedContainer/not-running [2022-07-29T22:41:38.669Z] --- PASS: TestWaitRestartedContainer (0.02s) [2022-07-29T22:41:38.669Z] --- PASS: TestWaitRestartedContainer/default (2.00s) [2022-07-29T22:41:38.669Z] --- PASS: TestWaitRestartedContainer/next-exit (2.14s) [2022-07-29T22:41:38.669Z] --- PASS: TestWaitRestartedContainer/not-running (1.33s) [2022-07-29T22:41:38.669Z] === CONT TestContainerStartOnDaemonRestart [2022-07-29T22:41:38.669Z] === CONT TestRestartDaemonWithRestartingContainer [2022-07-29T22:41:39.235Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-07-29T22:41:42.522Z] --- PASS: TestContainerStartOnDaemonRestart (4.08s) [2022-07-29T22:41:42.522Z] === CONT TestIpcModeOlderClient [2022-07-29T22:41:42.785Z] --- PASS: TestIpcModeOlderClient (0.13s) [2022-07-29T22:41:42.785Z] === CONT TestContainerKillOnDaemonStart [2022-07-29T22:41:43.044Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.36s) [2022-07-29T22:41:43.044Z] === CONT TestDaemonHostGatewayIP [2022-07-29T22:41:43.611Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-07-29T22:41:44.546Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-07-29T22:41:47.079Z] --- PASS: TestDaemonHostGatewayIP (3.98s) [2022-07-29T22:41:47.079Z] === CONT TestDaemonRestartIpcMode [2022-07-29T22:41:48.015Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-07-29T22:41:48.583Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-07-29T22:41:48.583Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-07-29T22:41:50.487Z] --- PASS: TestDaemonRestartIpcMode (3.36s) check_test.go:540: [d9de90466e501] daemon is not started [2022-07-29T22:41:50.487Z] [2022-07-29T22:41:50.487Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-07-29T22:41:50.487Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-07-29T22:41:53.019Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-07-29T22:41:53.278Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-07-29T22:41:54.213Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-07-29T22:41:54.472Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-07-29T22:41:55.408Z] --- PASS: TestContainerKillOnDaemonStart (12.70s) [2022-07-29T22:41:55.408Z] PASS [2022-07-29T22:41:55.408Z] [2022-07-29T22:41:55.408Z] === Skipped [2022-07-29T22:41:55.408Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-07-29T22:41:55.408Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-07-29T22:41:55.408Z] [2022-07-29T22:41:55.408Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-07-29T22:41:55.408Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-07-29T22:41:55.408Z] [2022-07-29T22:41:55.408Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-07-29T22:41:55.408Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-07-29T22:41:55.408Z] [2022-07-29T22:41:55.408Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-07-29T22:41:55.408Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-07-29T22:41:55.408Z] [2022-07-29T22:41:55.408Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-07-29T22:41:55.408Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-07-29T22:41:55.408Z] [2022-07-29T22:41:55.408Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-07-29T22:41:55.408Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-07-29T22:41:55.408Z] [2022-07-29T22:41:55.408Z] DONE 272 tests, 6 skipped in 175.550s [2022-07-29T22:41:55.408Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-07-29T22:41:55.408Z] ++ 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-07-29T22:41:55.408Z] ++ set -e [2022-07-29T22:41:55.408Z] ++ '[' -n 0 ']' [2022-07-29T22:41:55.408Z] ++ set -x [2022-07-29T22:41:55.409Z] ++ 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-07-29T22:41:55.677Z] === RUN TestConfigDaemonLibtrustID [2022-07-29T22:41:56.254Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-07-29T22:41:56.254Z] === RUN TestConfigDaemonID [2022-07-29T22:41:57.190Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-07-29T22:41:57.190Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-07-29T22:41:57.190Z] daemon_test.go:83: [d8dbb40f10574] daemon is not started [2022-07-29T22:41:57.190Z] --- PASS: TestConfigDaemonID (1.07s) [2022-07-29T22:41:57.190Z] === RUN TestDaemonConfigValidation [2022-07-29T22:41:57.190Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-07-29T22:41:57.190Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-07-29T22:41:57.190Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-07-29T22:41:57.190Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-07-29T22:41:57.190Z] === RUN TestDaemonConfigValidation/invalid_config [2022-07-29T22:41:57.190Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-07-29T22:41:57.190Z] === RUN TestDaemonConfigValidation/malformed_config [2022-07-29T22:41:57.190Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-07-29T22:41:57.190Z] === RUN TestDaemonConfigValidation/valid_config [2022-07-29T22:41:57.190Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-07-29T22:41:57.190Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-07-29T22:41:57.190Z] === CONT TestDaemonConfigValidation/malformed_config [2022-07-29T22:41:57.448Z] === CONT TestDaemonConfigValidation/valid_config [2022-07-29T22:41:57.448Z] === CONT TestDaemonConfigValidation/invalid_config [2022-07-29T22:41:57.707Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-07-29T22:41:57.707Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-07-29T22:41:57.707Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.17s) [2022-07-29T22:41:57.707Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.21s) [2022-07-29T22:41:57.707Z] --- PASS: TestDaemonConfigValidation/valid_config (0.16s) [2022-07-29T22:41:57.707Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.14s) [2022-07-29T22:41:57.707Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.16s) [2022-07-29T22:41:57.707Z] === RUN TestConfigDaemonSeccompProfiles [2022-07-29T22:41:57.707Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-07-29T22:41:58.641Z] check_test.go:540: [dc9663c36cae6] daemon is not started [2022-07-29T22:41:58.641Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-07-29T22:41:58.900Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-07-29T22:41:59.833Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-07-29T22:42:00.091Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-07-29T22:42:00.658Z] === RUN TestDockerSuite/TestBuildAddScript [2022-07-29T22:42:00.917Z] === CONT TestConfigDaemonSeccompProfiles [2022-07-29T22:42:00.917Z] daemon_test.go:197: [d57d1f7e81d47] daemon is not started [2022-07-29T22:42:00.917Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s) [2022-07-29T22:42:00.917Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-07-29T22:42:00.917Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-07-29T22:42:00.917Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s) [2022-07-29T22:42:00.917Z] === RUN TestDaemonProxy [2022-07-29T22:42:00.917Z] === RUN TestDaemonProxy/environment_variables [2022-07-29T22:42:02.292Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-07-29T22:42:02.552Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-07-29T22:42:02.552Z] === RUN TestDaemonProxy/command-line_options [2022-07-29T22:42:04.454Z] === RUN TestDaemonProxy/configuration_file [2022-07-29T22:42:06.356Z] === RUN TestDaemonProxy/conflicting_options [2022-07-29T22:42:06.614Z] === RUN TestDaemonProxy/reload_sanitized [2022-07-29T22:42:07.183Z] daemon_test.go:374: Skipping test, because we did not find 'Reloaded configuration' in the logs [2022-07-29T22:42:07.183Z] --- PASS: TestDaemonProxy (6.29s) [2022-07-29T22:42:07.183Z] --- PASS: TestDaemonProxy/environment_variables (1.74s) [2022-07-29T22:42:07.183Z] --- PASS: TestDaemonProxy/command-line_options (1.76s) [2022-07-29T22:42:07.183Z] --- PASS: TestDaemonProxy/configuration_file (1.76s) [2022-07-29T22:42:07.183Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-07-29T22:42:07.183Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.52s) [2022-07-29T22:42:07.183Z] PASS [2022-07-29T22:42:07.183Z] [2022-07-29T22:42:07.183Z] === Skipped [2022-07-29T22:42:07.183Z] === SKIP: amd64.integration.daemon TestDaemonProxy/reload_sanitized (0.52s) [2022-07-29T22:42:07.183Z] daemon_test.go:374: Skipping test, because we did not find 'Reloaded configuration' in the logs [2022-07-29T22:42:07.183Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.52s) [2022-07-29T22:42:07.183Z] [2022-07-29T22:42:07.183Z] DONE 18 tests, 1 skipped in 11.725s [2022-07-29T22:42:07.183Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-07-29T22:42:07.183Z] ++ 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-07-29T22:42:07.183Z] ++ set -e [2022-07-29T22:42:07.183Z] ++ '[' -n 0 ']' [2022-07-29T22:42:07.183Z] ++ set -x [2022-07-29T22:42:07.183Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-07-29T22:42:07.440Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-07-29T22:42:07.440Z] INFO: Testing against a local daemon [2022-07-29T22:42:07.440Z] === RUN TestCommitInheritsEnv [2022-07-29T22:42:08.007Z] --- PASS: TestCommitInheritsEnv (0.45s) [2022-07-29T22:42:08.007Z] === RUN TestImportExtremelyLargeImageWorks [2022-07-29T22:42:08.007Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-07-29T22:42:08.007Z] === RUN TestImportWithCustomPlatform [2022-07-29T22:42:08.007Z] === RUN TestImportWithCustomPlatform/#00 [2022-07-29T22:42:08.007Z] === RUN TestImportWithCustomPlatform/_______ [2022-07-29T22:42:08.007Z] === RUN TestImportWithCustomPlatform// [2022-07-29T22:42:08.007Z] === RUN TestImportWithCustomPlatform/linux [2022-07-29T22:42:08.266Z] === RUN TestImportWithCustomPlatform/LINUX [2022-07-29T22:42:08.266Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-07-29T22:42:08.266Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-07-29T22:42:08.266Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-07-29T22:42:08.525Z] === RUN TestImportWithCustomPlatform/macos [2022-07-29T22:42:08.525Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-07-29T22:42:08.525Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-07-29T22:42:08.525Z] --- PASS: TestImportWithCustomPlatform (0.61s) [2022-07-29T22:42:08.525Z] --- PASS: TestImportWithCustomPlatform/#00 (0.13s) [2022-07-29T22:42:08.525Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-07-29T22:42:08.525Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-07-29T22:42:08.525Z] --- PASS: TestImportWithCustomPlatform/linux (0.16s) [2022-07-29T22:42:08.525Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.10s) [2022-07-29T22:42:08.525Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.15s) [2022-07-29T22:42:08.525Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-07-29T22:42:08.525Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-07-29T22:42:08.525Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-07-29T22:42:08.525Z] === RUN TestImagesFilterMultiReference [2022-07-29T22:42:08.525Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2022-07-29T22:42:08.525Z] === RUN TestImagePullPlatformInvalid [2022-07-29T22:42:08.525Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-07-29T22:42:08.525Z] === RUN TestRemoveImageOrphaning [2022-07-29T22:42:09.091Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-07-29T22:42:09.091Z] --- PASS: TestRemoveImageOrphaning (0.37s) [2022-07-29T22:42:09.091Z] === RUN TestRemoveImageGarbageCollector [2022-07-29T22:42:09.659Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-07-29T22:42:09.659Z] docker_cli_daemon_test.go:2841: Checking IpcMode private set from config [2022-07-29T22:42:09.659Z] time="2022-07-29T22:42:09Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-07-29T22:42:09.918Z] docker_cli_daemon_test.go:2841: Checking IpcMode shareable set from config [2022-07-29T22:42:10.485Z] docker_cli_daemon_test.go:2841: Checking IpcMode host set from config [2022-07-29T22:42:11.053Z] docker_cli_daemon_test.go:2841: Checking IpcMode container:123 set from config [2022-07-29T22:42:11.313Z] --- PASS: TestRemoveImageGarbageCollector (2.40s) [2022-07-29T22:42:11.313Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-07-29T22:42:11.573Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-07-29T22:42:11.573Z] === RUN TestTagInvalidReference [2022-07-29T22:42:11.573Z] --- PASS: TestTagInvalidReference (0.06s) [2022-07-29T22:42:11.573Z] === RUN TestTagValidPrefixedRepo [2022-07-29T22:42:11.573Z] docker_cli_daemon_test.go:2841: Checking IpcMode nosuchmode set from config [2022-07-29T22:42:11.573Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-07-29T22:42:11.573Z] === RUN TestTagExistedNameWithoutForce [2022-07-29T22:42:11.573Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2022-07-29T22:42:11.573Z] === RUN TestTagOfficialNames [2022-07-29T22:42:11.573Z] --- PASS: TestTagOfficialNames (0.06s) [2022-07-29T22:42:11.573Z] === RUN TestTagMatchesDigest [2022-07-29T22:42:11.573Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-07-29T22:42:11.573Z] === CONT TestImportExtremelyLargeImageWorks [2022-07-29T22:42:12.141Z] docker_cli_daemon_test.go:2841: Checking IpcMode private set from cli [2022-07-29T22:42:12.141Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-07-29T22:42:12.707Z] docker_cli_daemon_test.go:2841: Checking IpcMode shareable set from cli [2022-07-29T22:42:13.275Z] docker_cli_daemon_test.go:2841: Checking IpcMode host set from cli [2022-07-29T22:42:13.534Z] docker_cli_daemon_test.go:2841: Checking IpcMode container:123 set from cli [2022-07-29T22:42:14.102Z] docker_cli_daemon_test.go:2841: Checking IpcMode nosuchmode set from cli [2022-07-29T22:42:14.668Z] check_test.go:540: [d201177f3fac5] daemon is not started [2022-07-29T22:42:14.668Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-07-29T22:42:15.235Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-07-29T22:42:15.494Z] === RUN TestDockerSuite/TestBuildAddTar [2022-07-29T22:42:15.753Z] check_test.go:540: [da14aa91ebeca] daemon is not started [2022-07-29T22:42:15.753Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-07-29T22:42:16.340Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-07-29T22:42:17.723Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-07-29T22:42:21.010Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-07-29T22:42:21.577Z] check_test.go:540: [d4ac0dc1f8bee] daemon is not started [2022-07-29T22:42:21.577Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-07-29T22:42:24.112Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-07-29T22:42:24.371Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-07-29T22:42:25.306Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-07-29T22:42:26.242Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-07-29T22:42:26.808Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-07-29T22:42:27.642Z] INFO [linters context/goanalysis] analyzers took 6m58.342478607s with top 10 stages: buildir: 2m27.13359346s, the_only_name: 41.108205958s, goimports: 30.953453463s, unconvert: 23.741031045s, gosec: 20.705922449s, S1038: 18.616274149s, misspell: 7.255860161s, inspect: 5.304718484s, unused: 5.296899594s, nilness: 5.25836675s [2022-07-29T22:42:27.642Z] INFO [runner] Issues before processing: 2456, after processing: 0 [2022-07-29T22:42:27.642Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2121/2121, nolint: 0/77, cgo: 2121/2456, filename_unadjuster: 2121/2121, autogenerated_exclude: 2018/2121, exclude: 2018/2018, skip_files: 2121/2121, skip_dirs: 2121/2121, identifier_marker: 2018/2018, exclude-rules: 77/2018 [2022-07-29T22:42:27.642Z] INFO [runner] processing took 82.841576ms with stages: nolint: 33.921136ms, identifier_marker: 21.441916ms, path_prettifier: 9.493286ms, autogenerated_exclude: 8.338509ms, exclude-rules: 7.559536ms, skip_dirs: 1.752237ms, cgo: 183.156µs, filename_unadjuster: 145.625µs, max_same_issues: 1.582µs, uniq_by_line: 1.03µs, skip_files: 756ns, exclude: 576ns, max_from_linter: 414ns, diff: 407ns, source_code: 300ns, max_per_file_from_linter: 263ns, path_shortener: 259ns, severity-rules: 234ns, sort_results: 231ns, path_prefixer: 123ns [2022-07-29T22:42:27.642Z] INFO [runner] linters took 1m48.475783628s with stages: goanalysis_metalinter: 1m48.392742972s [2022-07-29T22:42:27.642Z] INFO File cache stats: 1696 entries of total size 8.6MiB [2022-07-29T22:42:27.642Z] INFO Memory: 2863 samples, avg is 316.1MB, max is 1242.8MB [2022-07-29T22:42:27.642Z] INFO Execution took 4m46.123265852s [2022-07-29T22:42:27.642Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-07-29T22:42:27.965Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43885/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 hack/make.sh dynbinary test-docker-py [2022-07-29T22:42:28.536Z] [2022-07-29T22:42:28.536Z] Removing bundles/ [2022-07-29T22:42:28.536Z] [2022-07-29T22:42:28.536Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-07-29T22:42:28.536Z] Building: bundles/dynbinary-daemon/dockerd [2022-07-29T22:42:28.536Z] GOOS="" GOARCH="" GOARM="" [2022-07-29T22:42:31.000Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-07-29T22:42:31.000Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-07-29T22:42:31.568Z] check_test.go:540: [deadc77f45b54] daemon is not started [2022-07-29T22:42:31.568Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-07-29T22:42:31.833Z] --- PASS: TestBuildWithHugeFile (49.42s) [2022-07-29T22:42:31.834Z] === RUN TestBuildWCOWSandboxSize [2022-07-29T22:42:31.834Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-07-29T22:42:31.834Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-07-29T22:42:31.834Z] === RUN TestBuildWithEmptyDockerfile [2022-07-29T22:42:31.834Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-07-29T22:42:31.834Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-07-29T22:42:31.834Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-07-29T22:42:31.834Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-07-29T22:42:31.834Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-07-29T22:42:31.834Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-07-29T22:42:31.834Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-07-29T22:42:31.834Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-07-29T22:42:31.834Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-07-29T22:42:31.834Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-07-29T22:42:31.834Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2022-07-29T22:42:31.834Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2022-07-29T22:42:31.834Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-07-29T22:42:31.834Z] === RUN TestBuildPreserveOwnership [2022-07-29T22:42:31.834Z] === RUN TestBuildPreserveOwnership/copy_from [2022-07-29T22:42:31.834Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-07-29T22:42:31.834Z] --- PASS: TestBuildPreserveOwnership (3.68s) [2022-07-29T22:42:31.834Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.45s) [2022-07-29T22:42:31.834Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.22s) [2022-07-29T22:42:31.834Z] === RUN TestBuildPlatformInvalid [2022-07-29T22:42:31.834Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-07-29T22:42:31.834Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-07-29T22:42:31.834Z] Loaded image: busybox:latest [2022-07-29T22:42:31.834Z] Loaded image: busybox:glibc [2022-07-29T22:42:31.834Z] Loaded image: debian:bullseye-slim [2022-07-29T22:42:31.834Z] Loaded image: hello-world:latest [2022-07-29T22:42:31.834Z] Loaded image: arm32v7/hello-world:latest [2022-07-29T22:42:36.834Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-07-29T22:42:36.895Z] ok github.com/docker/docker/libnetwork/networkdb 103.784s coverage: 60.1% of statements [2022-07-29T22:42:36.895Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-07-29T22:42:36.895Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-07-29T22:42:36.895Z] ok github.com/docker/docker/libnetwork/osl 4.349s coverage: 39.7% of statements [2022-07-29T22:42:36.895Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-07-29T22:42:36.895Z] ok github.com/docker/docker/libnetwork/portallocator 0.015s coverage: 80.7% of statements [2022-07-29T22:42:37.154Z] ok github.com/docker/docker/libnetwork/portmapper 0.655s coverage: 48.6% of statements [2022-07-29T22:42:37.412Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-07-29T22:42:37.412Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-07-29T22:42:37.673Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-07-29T22:42:37.673Z] [2022-07-29T22:42:37.673Z] === Skipped [2022-07-29T22:42:37.673Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-07-29T22:42:37.673Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-07-29T22:42:37.673Z] [2022-07-29T22:42:37.673Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-07-29T22:42:37.673Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-07-29T22:42:37.673Z] [2022-07-29T22:42:37.673Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-07-29T22:42:37.673Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-07-29T22:42:37.673Z] [2022-07-29T22:42:37.673Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-07-29T22:42:37.673Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-07-29T22:42:37.673Z] [2022-07-29T22:42:37.673Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-07-29T22:42:37.673Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-07-29T22:42:37.673Z] [2022-07-29T22:42:37.673Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-07-29T22:42:37.673Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-07-29T22:42:37.673Z] [2022-07-29T22:42:37.673Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-07-29T22:42:37.673Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-07-29T22:42:37.673Z] [2022-07-29T22:42:37.673Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-07-29T22:42:37.673Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-07-29T22:42:37.673Z] [2022-07-29T22:42:37.673Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-07-29T22:42:37.673Z] firewalld_test.go:14: firewalld is not running [2022-07-29T22:42:37.673Z] [2022-07-29T22:42:37.673Z] DONE 327 tests, 9 skipped in 202.828s [2022-07-29T22:42:37.768Z] === RUN TestDockerSuite/TestBuildBlankName [2022-07-29T22:42:38.440Z] === RUN TestDockerSuite/TestBuildBuildTimeArg Post stage [Pipeline] junit [2022-07-29T22:42:38.621Z] Recording test results [2022-07-29T22:42:39.815Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-07-29T22:42:39.928Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.87s) [2022-07-29T22:42:39.928Z] PASS [2022-07-29T22:42:39.928Z] [2022-07-29T22:42:39.928Z] === Skipped [2022-07-29T22:42:39.928Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-07-29T22:42:39.928Z] build_session_test.go:25: TODO: BuildKit [2022-07-29T22:42:39.928Z] [2022-07-29T22:42:39.928Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-07-29T22:42:39.928Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-07-29T22:42:39.928Z] [2022-07-29T22:42:39.928Z] DONE 34 tests, 2 skipped in 86.579s [2022-07-29T22:42:39.928Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-07-29T22:42:39.928Z] INFO: Testing against a local daemon [2022-07-29T22:42:39.928Z] === RUN TestConfigInspect [2022-07-29T22:42:39.986Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-29T22:42:40.334Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43885/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 -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:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 hack/make.sh dynbinary test-integration [2022-07-29T22:42:40.594Z] [2022-07-29T22:42:40.750Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-07-29T22:42:40.852Z] Removing bundles/ [2022-07-29T22:42:40.852Z] [2022-07-29T22:42:40.852Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-07-29T22:42:40.852Z] Building: bundles/dynbinary-daemon/dockerd [2022-07-29T22:42:40.852Z] GOOS="" GOARCH="" GOARM="" [2022-07-29T22:42:42.444Z] --- PASS: TestConfigInspect (2.37s) [2022-07-29T22:42:42.444Z] === RUN TestConfigList [2022-07-29T22:42:42.651Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-07-29T22:42:42.651Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-07-29T22:42:44.026Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-07-29T22:42:44.334Z] --- PASS: TestConfigList (2.17s) [2022-07-29T22:42:44.334Z] === RUN TestConfigsCreateAndDelete [2022-07-29T22:42:44.960Z] check_test.go:540: [df8d22e1d57a8] daemon is not started [2022-07-29T22:42:44.960Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-07-29T22:42:45.527Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-07-29T22:42:46.093Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-07-29T22:42:46.093Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-07-29T22:42:46.224Z] --- PASS: TestConfigsCreateAndDelete (1.80s) [2022-07-29T22:42:46.224Z] === RUN TestConfigsUpdate [2022-07-29T22:42:46.660Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-07-29T22:42:48.566Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-07-29T22:42:48.566Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-07-29T22:42:48.566Z] check_test.go:540: [d11cdfddf5772] daemon is not started [2022-07-29T22:42:48.566Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-07-29T22:42:48.740Z] --- PASS: TestConfigsUpdate (2.19s) [2022-07-29T22:42:48.740Z] === RUN TestTemplatedConfig [2022-07-29T22:42:50.470Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-07-29T22:42:51.258Z] --- PASS: TestTemplatedConfig (2.66s) [2022-07-29T22:42:51.258Z] === RUN TestConfigCreateResolve [2022-07-29T22:42:51.407Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-07-29T22:42:51.974Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-07-29T22:42:53.173Z] --- PASS: TestConfigCreateResolve (2.15s) [2022-07-29T22:42:53.173Z] PASS [2022-07-29T22:42:53.173Z] [2022-07-29T22:42:53.173Z] DONE 6 tests in 13.352s [2022-07-29T22:42:53.173Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-07-29T22:42:53.173Z] INFO: Testing against a local daemon [2022-07-29T22:42:53.173Z] === RUN TestAttachWithTTY [2022-07-29T22:42:53.173Z] --- PASS: TestAttachWithTTY (0.08s) [2022-07-29T22:42:53.173Z] === RUN TestAttachWithoutTTy [2022-07-29T22:42:53.434Z] --- PASS: TestAttachWithoutTTy (0.06s) [2022-07-29T22:42:53.434Z] === RUN TestCheckpoint [2022-07-29T22:42:53.434Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-07-29T22:42:53.434Z] --- SKIP: TestCheckpoint (0.00s) [2022-07-29T22:42:53.434Z] === RUN TestContainerInvalidJSON [2022-07-29T22:42:53.434Z] === RUN TestContainerInvalidJSON/commit [2022-07-29T22:42:53.434Z] === PAUSE TestContainerInvalidJSON/commit [2022-07-29T22:42:53.434Z] === RUN TestContainerInvalidJSON/containers/create [2022-07-29T22:42:53.434Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-07-29T22:42:53.434Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-07-29T22:42:53.434Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-07-29T22:42:53.434Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-07-29T22:42:53.434Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-07-29T22:42:53.434Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-07-29T22:42:53.434Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-07-29T22:42:53.434Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-07-29T22:42:53.434Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-07-29T22:42:53.434Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-07-29T22:42:53.434Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-07-29T22:42:53.434Z] === CONT TestContainerInvalidJSON/commit [2022-07-29T22:42:53.434Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-07-29T22:42:53.434Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-07-29T22:42:53.434Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-07-29T22:42:53.434Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-07-29T22:42:53.434Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-07-29T22:42:53.434Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-07-29T22:42:53.434Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-07-29T22:42:53.435Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-07-29T22:42:53.435Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-07-29T22:42:53.435Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-07-29T22:42:53.435Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-07-29T22:42:53.435Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-07-29T22:42:53.435Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-07-29T22:42:53.435Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-07-29T22:42:53.435Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-07-29T22:42:53.435Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-07-29T22:42:53.435Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-07-29T22:42:53.435Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-07-29T22:42:53.435Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-07-29T22:42:53.435Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-07-29T22:42:53.435Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-07-29T22:42:53.435Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-07-29T22:42:53.435Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-07-29T22:42:53.435Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-07-29T22:42:53.435Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-07-29T22:42:53.435Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-07-29T22:42:53.435Z] === CONT TestContainerInvalidJSON/containers/create [2022-07-29T22:42:53.435Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-07-29T22:42:53.435Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-07-29T22:42:53.435Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-07-29T22:42:53.435Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-07-29T22:42:53.435Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-07-29T22:42:53.435Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-07-29T22:42:53.435Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-07-29T22:42:53.435Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-07-29T22:42:53.435Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-07-29T22:42:53.435Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-07-29T22:42:53.435Z] === RUN TestCopyFromContainerPathIsNotDir [2022-07-29T22:42:53.435Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2022-07-29T22:42:53.435Z] === RUN TestCopyToContainerPathDoesNotExist [2022-07-29T22:42:53.435Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-07-29T22:42:53.435Z] === RUN TestCopyEmptyFile [2022-07-29T22:42:53.694Z] --- PASS: TestCopyEmptyFile (0.24s) [2022-07-29T22:42:53.694Z] === RUN TestCopyToContainerPathIsNotDir [2022-07-29T22:42:53.694Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-07-29T22:42:53.694Z] === RUN TestCopyFromContainer [2022-07-29T22:42:53.877Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-07-29T22:42:54.812Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-07-29T22:42:55.073Z] === RUN TestCopyFromContainer// [2022-07-29T22:42:55.073Z] === RUN TestCopyFromContainer//bar/root [2022-07-29T22:42:55.073Z] === RUN TestCopyFromContainer//bar/root/ [2022-07-29T22:42:55.073Z] === RUN TestCopyFromContainer/bar/quux [2022-07-29T22:42:55.073Z] === RUN TestCopyFromContainer/bar/quux/ [2022-07-29T22:42:55.329Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-07-29T22:42:55.329Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-07-29T22:42:55.329Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-07-29T22:42:55.329Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-07-29T22:42:55.587Z] === RUN TestCopyFromContainer/bar/notarget [2022-07-29T22:42:55.587Z] --- PASS: TestCopyFromContainer (1.79s) [2022-07-29T22:42:55.587Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-07-29T22:42:55.587Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-07-29T22:42:55.587Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-07-29T22:42:55.587Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-07-29T22:42:55.587Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-07-29T22:42:55.587Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-07-29T22:42:55.587Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-07-29T22:42:55.587Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-07-29T22:42:55.587Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2022-07-29T22:42:55.587Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-07-29T22:42:55.587Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-07-29T22:42:55.587Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-07-29T22:42:55.587Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-07-29T22:42:55.587Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-07-29T22:42:55.587Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-07-29T22:42:55.587Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-07-29T22:42:55.587Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-07-29T22:42:55.587Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-07-29T22:42:55.587Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-07-29T22:42:55.587Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-07-29T22:42:55.587Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-07-29T22:42:55.587Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-07-29T22:42:55.587Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-07-29T22:42:55.587Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-07-29T22:42:55.587Z] === RUN TestCreateLinkToNonExistingContainer [2022-07-29T22:42:55.587Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-07-29T22:42:55.587Z] === RUN TestCreateWithInvalidEnv [2022-07-29T22:42:55.587Z] === RUN TestCreateWithInvalidEnv/0 [2022-07-29T22:42:55.587Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-07-29T22:42:55.587Z] === RUN TestCreateWithInvalidEnv/1 [2022-07-29T22:42:55.587Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-07-29T22:42:55.587Z] === RUN TestCreateWithInvalidEnv/2 [2022-07-29T22:42:55.587Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-07-29T22:42:55.587Z] === CONT TestCreateWithInvalidEnv/0 [2022-07-29T22:42:55.587Z] === CONT TestCreateWithInvalidEnv/2 [2022-07-29T22:42:55.587Z] === CONT TestCreateWithInvalidEnv/1 [2022-07-29T22:42:55.587Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-07-29T22:42:55.587Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-07-29T22:42:55.587Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-07-29T22:42:55.587Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-07-29T22:42:55.587Z] === RUN TestCreateTmpfsMountsTarget [2022-07-29T22:42:55.587Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-07-29T22:42:55.587Z] === RUN TestCreateWithCustomMaskedPaths [2022-07-29T22:42:57.477Z] --- PASS: TestCreateWithCustomMaskedPaths (1.63s) [2022-07-29T22:42:57.477Z] === RUN TestCreateWithCustomReadonlyPaths [2022-07-29T22:42:58.845Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.66s) [2022-07-29T22:42:58.845Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-07-29T22:42:58.845Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-07-29T22:42:58.845Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-07-29T22:42:58.845Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-07-29T22:42:58.845Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-07-29T22:42:58.845Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-07-29T22:42:58.845Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-07-29T22:42:58.845Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-07-29T22:42:58.845Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-07-29T22:42:58.845Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-07-29T22:42:58.845Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-07-29T22:42:58.845Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-07-29T22:42:58.845Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-07-29T22:42:59.003Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-07-29T22:42:59.102Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-07-29T22:42:59.102Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-07-29T22:42:59.102Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-07-29T22:42:59.102Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-07-29T22:42:59.102Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-07-29T22:42:59.102Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-07-29T22:42:59.102Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-07-29T22:42:59.102Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-07-29T22:42:59.102Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-07-29T22:42:59.102Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-07-29T22:42:59.572Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-07-29T22:42:59.665Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.57s) [2022-07-29T22:42:59.665Z] === RUN TestCreateDifferentPlatform [2022-07-29T22:42:59.665Z] === RUN TestCreateDifferentPlatform/different_os [2022-07-29T22:42:59.665Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-07-29T22:42:59.665Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-07-29T22:42:59.665Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-07-29T22:42:59.665Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-07-29T22:42:59.665Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-07-29T22:42:59.665Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-07-29T22:42:59.665Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-07-29T22:42:59.665Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-07-29T22:42:59.665Z] === RUN TestCreateInvalidHostConfig [2022-07-29T22:42:59.665Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-07-29T22:42:59.665Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-07-29T22:42:59.665Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-07-29T22:42:59.665Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-07-29T22:42:59.665Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-07-29T22:42:59.665Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-07-29T22:42:59.665Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-07-29T22:42:59.665Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-07-29T22:42:59.665Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-07-29T22:42:59.665Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-07-29T22:42:59.665Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-07-29T22:42:59.665Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-07-29T22:42:59.665Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-07-29T22:42:59.665Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-07-29T22:42:59.665Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-07-29T22:42:59.665Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-07-29T22:42:59.665Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-07-29T22:42:59.665Z] === RUN TestContainerStartOnDaemonRestart [2022-07-29T22:42:59.665Z] === PAUSE TestContainerStartOnDaemonRestart [2022-07-29T22:42:59.665Z] === RUN TestDaemonRestartIpcMode [2022-07-29T22:42:59.665Z] === PAUSE TestDaemonRestartIpcMode [2022-07-29T22:42:59.665Z] === RUN TestDaemonHostGatewayIP [2022-07-29T22:42:59.665Z] === PAUSE TestDaemonHostGatewayIP [2022-07-29T22:42:59.665Z] === RUN TestRestartDaemonWithRestartingContainer [2022-07-29T22:42:59.665Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-07-29T22:42:59.665Z] === RUN TestContainerKillOnDaemonStart [2022-07-29T22:42:59.665Z] === PAUSE TestContainerKillOnDaemonStart [2022-07-29T22:42:59.665Z] === RUN TestDiff [2022-07-29T22:43:00.228Z] --- PASS: TestDiff (0.52s) [2022-07-29T22:43:00.228Z] === RUN TestExecConsoleSize [2022-07-29T22:43:00.791Z] --- PASS: TestExecConsoleSize (0.66s) [2022-07-29T22:43:00.791Z] === RUN TestExecWithCloseStdin [2022-07-29T22:43:01.354Z] --- PASS: TestExecWithCloseStdin (0.62s) [2022-07-29T22:43:01.354Z] === RUN TestExec [2022-07-29T22:43:01.475Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-07-29T22:43:02.282Z] --- PASS: TestExec (0.66s) [2022-07-29T22:43:02.282Z] === RUN TestExecUser [2022-07-29T22:43:02.845Z] --- PASS: TestExecUser (0.62s) [2022-07-29T22:43:02.845Z] === RUN TestExportContainerAndImportImage [2022-07-29T22:43:03.407Z] --- PASS: TestExportContainerAndImportImage (0.69s) [2022-07-29T22:43:03.407Z] === RUN TestExportContainerAfterDaemonRestart [2022-07-29T22:43:04.773Z] --- PASS: TestExportContainerAfterDaemonRestart (1.33s) [2022-07-29T22:43:04.773Z] === RUN TestHealthCheckWorkdir [2022-07-29T22:43:05.664Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-07-29T22:43:05.701Z] --- PASS: TestHealthCheckWorkdir (0.85s) [2022-07-29T22:43:05.701Z] === RUN TestHealthKillContainer [2022-07-29T22:43:06.232Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-07-29T22:43:08.136Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-07-29T22:43:10.039Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-07-29T22:43:12.571Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-07-29T22:43:12.571Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-07-29T22:43:12.830Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-07-29T22:43:13.787Z] --- PASS: TestHealthKillContainer (8.21s) [2022-07-29T22:43:13.787Z] === RUN TestInspectCpusetInConfigPre120 [2022-07-29T22:43:14.207Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-07-29T22:43:14.350Z] --- PASS: TestInspectCpusetInConfigPre120 (0.56s) [2022-07-29T22:43:14.350Z] === RUN TestIpcModeNone [2022-07-29T22:43:15.144Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-07-29T22:43:15.279Z] --- PASS: TestIpcModeNone (0.65s) [2022-07-29T22:43:15.279Z] === RUN TestIpcModePrivate [2022-07-29T22:43:15.279Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false [2022-07-29T22:43:15.403Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-07-29T22:43:15.841Z] --- PASS: TestIpcModePrivate (0.63s) [2022-07-29T22:43:15.841Z] === RUN TestIpcModeShareable [2022-07-29T22:43:16.097Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true [2022-07-29T22:43:16.353Z] --- PASS: TestIpcModeShareable (0.64s) [2022-07-29T22:43:16.353Z] === RUN TestAPIIpcModeShareableAndContainer [2022-07-29T22:43:16.779Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-07-29T22:43:17.714Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-07-29T22:43:18.243Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.89s) [2022-07-29T22:43:18.243Z] === RUN TestAPIIpcModeHost [2022-07-29T22:43:18.807Z] --- PASS: TestAPIIpcModeHost (0.43s) [2022-07-29T22:43:18.807Z] === RUN TestDaemonIpcModeShareable [2022-07-29T22:43:19.616Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-07-29T22:43:19.736Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-07-29T22:43:19.736Z] --- PASS: TestDaemonIpcModeShareable (1.18s) [2022-07-29T22:43:19.736Z] === RUN TestDaemonIpcModePrivate [2022-07-29T22:43:21.102Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-07-29T22:43:21.102Z] --- PASS: TestDaemonIpcModePrivate (1.24s) [2022-07-29T22:43:21.102Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-07-29T22:43:22.030Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-07-29T22:43:22.294Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.25s) [2022-07-29T22:43:22.294Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-07-29T22:43:23.225Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-07-29T22:43:23.481Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.17s) [2022-07-29T22:43:23.481Z] === RUN TestIpcModeOlderClient [2022-07-29T22:43:23.481Z] === PAUSE TestIpcModeOlderClient [2022-07-29T22:43:23.481Z] === RUN TestKillContainerInvalidSignal [2022-07-29T22:43:23.802Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-07-29T22:43:24.043Z] --- PASS: TestKillContainerInvalidSignal (0.48s) [2022-07-29T22:43:24.043Z] === RUN TestKillContainer [2022-07-29T22:43:24.044Z] === RUN TestKillContainer/no_signal [2022-07-29T22:43:24.300Z] === RUN TestKillContainer/non_killing_signal [2022-07-29T22:43:24.737Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-07-29T22:43:24.863Z] === RUN TestKillContainer/killing_signal [2022-07-29T22:43:25.304Z] docker_cli_daemon_test.go:2504: [d55dfc4aa8306] daemon is not started [2022-07-29T22:43:25.425Z] --- PASS: TestKillContainer (1.31s) [2022-07-29T22:43:25.425Z] --- PASS: TestKillContainer/no_signal (0.43s) [2022-07-29T22:43:25.425Z] --- PASS: TestKillContainer/non_killing_signal (0.29s) [2022-07-29T22:43:25.425Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2022-07-29T22:43:25.425Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-07-29T22:43:25.425Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-07-29T22:43:25.682Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-07-29T22:43:25.871Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-07-29T22:43:26.610Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.30s) [2022-07-29T22:43:26.610Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2022-07-29T22:43:26.610Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.75s) [2022-07-29T22:43:26.610Z] === RUN TestKillStoppedContainer [2022-07-29T22:43:26.610Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-07-29T22:43:26.610Z] === RUN TestKillStoppedContainerAPIPre120 [2022-07-29T22:43:26.610Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-07-29T22:43:26.610Z] === RUN TestKillDifferentUserContainer [2022-07-29T22:43:27.173Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2022-07-29T22:43:27.173Z] === RUN TestInspectOomKilledTrue [2022-07-29T22:43:27.173Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-07-29T22:43:27.173Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-07-29T22:43:27.173Z] === RUN TestInspectOomKilledFalse [2022-07-29T22:43:27.248Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-07-29T22:43:27.248Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-07-29T22:43:27.430Z] --- PASS: TestInspectOomKilledFalse (0.44s) [2022-07-29T22:43:27.430Z] === RUN TestLinksEtcHostsContentMatch [2022-07-29T22:43:27.816Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-07-29T22:43:27.992Z] --- PASS: TestLinksEtcHostsContentMatch (0.32s) [2022-07-29T22:43:27.993Z] === RUN TestLinksContainerNames [2022-07-29T22:43:28.921Z] --- PASS: TestLinksContainerNames (0.93s) [2022-07-29T22:43:28.921Z] === RUN TestLogsFollowTailEmpty [2022-07-29T22:43:29.177Z] --- PASS: TestLogsFollowTailEmpty (0.47s) [2022-07-29T22:43:29.177Z] === RUN TestLogs [2022-07-29T22:43:29.177Z] === RUN TestLogs/driver_local [2022-07-29T22:43:29.177Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-07-29T22:43:29.177Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-07-29T22:43:29.177Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-07-29T22:43:29.177Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-07-29T22:43:29.177Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-07-29T22:43:29.177Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-07-29T22:43:29.177Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-07-29T22:43:29.177Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-07-29T22:43:29.177Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-07-29T22:43:29.177Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-07-29T22:43:29.177Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-07-29T22:43:29.177Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-07-29T22:43:29.177Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-07-29T22:43:29.177Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-07-29T22:43:30.106Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-07-29T22:43:30.106Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-07-29T22:43:30.669Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-07-29T22:43:30.669Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-07-29T22:43:31.232Z] === RUN TestLogs/driver_json-file [2022-07-29T22:43:31.232Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-07-29T22:43:31.232Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-07-29T22:43:31.232Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-07-29T22:43:31.232Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-07-29T22:43:31.232Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-07-29T22:43:31.232Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-07-29T22:43:31.232Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-07-29T22:43:31.232Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-07-29T22:43:31.232Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-07-29T22:43:31.232Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-07-29T22:43:31.232Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-07-29T22:43:31.232Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-07-29T22:43:31.232Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-07-29T22:43:31.232Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-07-29T22:43:32.161Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-07-29T22:43:32.161Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-07-29T22:43:32.725Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-07-29T22:43:32.725Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-07-29T22:43:33.656Z] --- PASS: TestLogs (4.37s) [2022-07-29T22:43:33.656Z] --- PASS: TestLogs/driver_local (0.01s) [2022-07-29T22:43:33.656Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.78s) [2022-07-29T22:43:33.656Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.81s) [2022-07-29T22:43:33.656Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.54s) [2022-07-29T22:43:33.656Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.58s) [2022-07-29T22:43:33.656Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.69s) [2022-07-29T22:43:33.656Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.65s) [2022-07-29T22:43:33.656Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-07-29T22:43:33.656Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.73s) [2022-07-29T22:43:33.656Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.81s) [2022-07-29T22:43:33.656Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.80s) [2022-07-29T22:43:33.656Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.73s) [2022-07-29T22:43:33.656Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.75s) [2022-07-29T22:43:33.656Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.79s) [2022-07-29T22:43:33.656Z] === RUN TestContainerNetworkMountsNoChown [2022-07-29T22:43:33.912Z] --- PASS: TestContainerNetworkMountsNoChown (0.43s) [2022-07-29T22:43:33.912Z] === RUN TestMountDaemonRoot [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/default [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/default [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/private [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/private [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/rprivate [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/rprivate [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/slave [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/slave [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/rslave [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/rslave [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/shared [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/shared [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/rshared [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/rshared [2022-07-29T22:43:34.169Z] === CONT TestMountDaemonRoot/default [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/default/bind_root [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/default/mount_root [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-07-29T22:43:34.169Z] === CONT TestMountDaemonRoot/default/bind_root [2022-07-29T22:43:34.169Z] === CONT TestMountDaemonRoot/rshared [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-07-29T22:43:34.169Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-07-29T22:43:34.169Z] === CONT TestMountDaemonRoot/shared [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-07-29T22:43:34.169Z] === CONT TestMountDaemonRoot/rslave [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-07-29T22:43:34.169Z] === CONT TestMountDaemonRoot/slave [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-07-29T22:43:34.169Z] === CONT TestMountDaemonRoot/rprivate [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-07-29T22:43:34.169Z] === CONT TestMountDaemonRoot/private [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/private/bind_root [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/private/mount_root [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-07-29T22:43:34.169Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-07-29T22:43:34.169Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-07-29T22:43:34.169Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-07-29T22:43:34.169Z] === CONT TestMountDaemonRoot/default/mount_root [2022-07-29T22:43:34.169Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-07-29T22:43:34.169Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-07-29T22:43:34.169Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-07-29T22:43:34.169Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-07-29T22:43:34.169Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-07-29T22:43:34.169Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-07-29T22:43:34.391Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-07-29T22:43:34.427Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-07-29T22:43:34.427Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-07-29T22:43:34.427Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-07-29T22:43:34.427Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-07-29T22:43:34.427Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-07-29T22:43:34.427Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-07-29T22:43:34.427Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-07-29T22:43:34.427Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-07-29T22:43:34.427Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-07-29T22:43:34.427Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-07-29T22:43:34.427Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-07-29T22:43:34.427Z] === CONT TestMountDaemonRoot/private/bind_root [2022-07-29T22:43:34.427Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-07-29T22:43:34.427Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-07-29T22:43:34.427Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-07-29T22:43:34.427Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-07-29T22:43:34.427Z] === CONT TestMountDaemonRoot/private/mount_root [2022-07-29T22:43:34.427Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot (0.03s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-07-29T22:43:34.683Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-07-29T22:43:34.683Z] === RUN TestContainerBindMountNonRecursive [2022-07-29T22:43:35.326Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-07-29T22:43:35.326Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-07-29T22:43:36.048Z] --- PASS: TestContainerBindMountNonRecursive (1.35s) [2022-07-29T22:43:36.048Z] === RUN TestContainerVolumesMountedAsShared [2022-07-29T22:43:36.265Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-07-29T22:43:36.304Z] --- PASS: TestContainerVolumesMountedAsShared (0.45s) [2022-07-29T22:43:36.304Z] === RUN TestContainerVolumesMountedAsSlave [2022-07-29T22:43:36.867Z] --- PASS: TestContainerVolumesMountedAsSlave (0.40s) [2022-07-29T22:43:36.867Z] === RUN TestNetworkNat [2022-07-29T22:43:37.431Z] --- PASS: TestNetworkNat (0.51s) [2022-07-29T22:43:37.431Z] === RUN TestNetworkLocalhostTCPNat [2022-07-29T22:43:37.642Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-07-29T22:43:37.687Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2022-07-29T22:43:37.687Z] === RUN TestNetworkLoopbackNat [2022-07-29T22:43:38.209Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-07-29T22:43:40.114Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-07-29T22:43:40.114Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-07-29T22:43:40.252Z] --- PASS: TestNetworkLoopbackNat (2.57s) [2022-07-29T22:43:40.252Z] === RUN TestPause [2022-07-29T22:43:40.680Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-07-29T22:43:40.815Z] --- PASS: TestPause (0.47s) [2022-07-29T22:43:40.815Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-07-29T22:43:40.815Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-07-29T22:43:40.815Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-07-29T22:43:40.815Z] === RUN TestPauseStopPausedContainer [2022-07-29T22:43:41.377Z] --- PASS: TestPauseStopPausedContainer (0.44s) [2022-07-29T22:43:41.377Z] === RUN TestPidHost [2022-07-29T22:43:41.618Z] === RUN TestDockerSuite/TestBuildCmd [2022-07-29T22:43:41.877Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-07-29T22:43:42.307Z] --- PASS: TestPidHost (1.00s) [2022-07-29T22:43:42.307Z] === RUN TestPsFilter [2022-07-29T22:43:42.307Z] --- PASS: TestPsFilter (0.11s) [2022-07-29T22:43:42.307Z] === RUN TestRemoveContainerWithRemovedVolume [2022-07-29T22:43:42.445Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-07-29T22:43:42.704Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-07-29T22:43:42.704Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-07-29T22:43:42.704Z] docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows [2022-07-29T22:43:42.704Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-07-29T22:43:42.869Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s) [2022-07-29T22:43:42.869Z] === RUN TestRemoveContainerWithVolume [2022-07-29T22:43:42.962Z] check_test.go:540: [de56c6083db20] daemon is not started [2022-07-29T22:43:42.962Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-07-29T22:43:43.125Z] --- PASS: TestRemoveContainerWithVolume (0.45s) [2022-07-29T22:43:43.125Z] === RUN TestRemoveContainerRunning [2022-07-29T22:43:43.688Z] --- PASS: TestRemoveContainerRunning (0.43s) [2022-07-29T22:43:43.688Z] === RUN TestRemoveContainerForceRemoveRunning [2022-07-29T22:43:44.251Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.46s) [2022-07-29T22:43:44.251Z] === RUN TestRemoveInvalidContainer [2022-07-29T22:43:44.251Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-07-29T22:43:44.251Z] === RUN TestRenameLinkedContainer [2022-07-29T22:43:44.338Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-07-29T22:43:46.141Z] --- PASS: TestRenameLinkedContainer (1.79s) [2022-07-29T22:43:46.141Z] === RUN TestRenameStoppedContainer [2022-07-29T22:43:46.397Z] --- PASS: TestRenameStoppedContainer (0.42s) [2022-07-29T22:43:46.397Z] === RUN TestRenameRunningContainerAndReuse [2022-07-29T22:43:47.328Z] --- PASS: TestRenameRunningContainerAndReuse (0.94s) [2022-07-29T22:43:47.328Z] === RUN TestRenameInvalidName [2022-07-29T22:43:47.585Z] --- PASS: TestRenameInvalidName (0.45s) [2022-07-29T22:43:47.585Z] === RUN TestRenameAnonymousContainer [2022-07-29T22:43:49.477Z] --- PASS: TestRenameAnonymousContainer (1.66s) [2022-07-29T22:43:49.477Z] === RUN TestRenameContainerWithSameName [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite (329.86s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.98s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.51s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.62s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.42s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.24s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.60s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.34s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.77s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.32s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.13s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.43s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.44s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.43s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.25s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.38s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.46s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.51s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (1.99s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.54s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.67s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.75s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.73s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.29s) [2022-07-29T22:43:49.606Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.79s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.95s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.39s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.52s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.94s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.57s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.67s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.45s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (2.88s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.71s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.69s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.65s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.67s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.39s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.46s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.61s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.52s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (4.56s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.17s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.07s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (1.92s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.09s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.25s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.49s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.29s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.56s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (1.97s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.39s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.03s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.58s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.21s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.77s) [2022-07-29T22:43:49.606Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-07-29T22:43:49.606Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.97s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (3.73s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.65s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.37s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.86s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.59s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.37s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.10s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.41s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.69s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.21s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.39s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.27s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.06s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.59s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.12s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.09s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.58s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.12s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.52s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.82s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.93s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.14s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.61s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.50s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.82s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.55s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.60s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.60s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.94s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.60s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.57s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.47s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.43s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.92s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.29s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.20s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.30s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.77s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.14s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.18s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.12s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.60s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.22s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.88s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.81s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.62s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.16s) [2022-07-29T22:43:49.606Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.84s) [2022-07-29T22:43:49.606Z] === RUN TestDockerSwarmSuite [2022-07-29T22:43:49.606Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-07-29T22:43:49.606Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-07-29T22:43:49.734Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2022-07-29T22:43:49.734Z] === RUN TestRenameContainerWithLinkedContainer [2022-07-29T22:43:50.543Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-07-29T22:43:50.662Z] --- PASS: TestRenameContainerWithLinkedContainer (0.93s) [2022-07-29T22:43:50.662Z] === RUN TestResize [2022-07-29T22:43:51.225Z] --- PASS: TestResize (0.46s) [2022-07-29T22:43:51.225Z] === RUN TestResizeWithInvalidSize [2022-07-29T22:43:51.787Z] --- PASS: TestResizeWithInvalidSize (0.45s) [2022-07-29T22:43:51.787Z] === RUN TestResizeWhenContainerNotStarted [2022-07-29T22:43:51.919Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-07-29T22:43:51.919Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-07-29T22:43:51.919Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-07-29T22:43:52.043Z] --- PASS: TestResizeWhenContainerNotStarted (0.43s) [2022-07-29T22:43:52.044Z] === RUN TestDaemonRestartKillContainers [2022-07-29T22:43:52.044Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-07-29T22:43:52.044Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-07-29T22:43:52.044Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-07-29T22:43:52.044Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-07-29T22:43:52.044Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-07-29T22:43:52.044Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-07-29T22:43:52.044Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-07-29T22:43:52.044Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-07-29T22:43:52.044Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-07-29T22:43:52.044Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-07-29T22:43:52.044Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-07-29T22:43:52.044Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-07-29T22:43:52.044Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-07-29T22:43:52.044Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-07-29T22:43:52.044Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-07-29T22:43:52.044Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-07-29T22:43:52.044Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-07-29T22:43:52.044Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-07-29T22:43:52.044Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-07-29T22:43:52.044Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-07-29T22:43:52.044Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-07-29T22:43:52.044Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-07-29T22:43:52.044Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-07-29T22:43:52.044Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-07-29T22:43:52.044Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-07-29T22:43:52.044Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-07-29T22:43:52.044Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-07-29T22:43:52.044Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-07-29T22:43:52.044Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-07-29T22:43:52.044Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-07-29T22:43:52.044Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-07-29T22:43:52.044Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-07-29T22:43:52.044Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-07-29T22:43:52.044Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-07-29T22:43:52.854Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-07-29T22:43:53.420Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-07-29T22:43:53.678Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-07-29T22:43:53.937Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-07-29T22:43:55.054Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-07-29T22:43:55.303Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-07-29T22:43:56.232Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-07-29T22:43:56.232Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-07-29T22:43:57.598Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-07-29T22:43:57.598Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-07-29T22:44:00.323Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-07-29T22:44:01.768Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-07-29T22:44:01.768Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-07-29T22:44:03.661Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-07-29T22:44:05.027Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-07-29T22:44:05.284Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-07-29T22:44:05.618Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-07-29T22:44:06.184Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-07-29T22:44:07.175Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-07-29T22:44:07.431Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-07-29T22:44:08.713Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-07-29T22:44:08.800Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-07-29T22:44:10.689Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-07-29T22:44:10.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.82s) [2022-07-29T22:44:10.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-07-29T22:44:10.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.20s) [2022-07-29T22:44:10.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.24s) [2022-07-29T22:44:10.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.30s) [2022-07-29T22:44:10.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.37s) [2022-07-29T22:44:10.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.53s) [2022-07-29T22:44:10.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.52s) [2022-07-29T22:44:10.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.16s) [2022-07-29T22:44:10.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.69s) [2022-07-29T22:44:10.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.28s) [2022-07-29T22:44:10.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.80s) [2022-07-29T22:44:10.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.02s) [2022-07-29T22:44:10.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.81s) [2022-07-29T22:44:10.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.82s) [2022-07-29T22:44:10.689Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.73s) [2022-07-29T22:44:10.689Z] === RUN TestContainerWithAutoRemoveCanBeRestarted [2022-07-29T22:44:10.689Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill [2022-07-29T22:44:11.616Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop [2022-07-29T22:44:11.999Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-07-29T22:44:12.544Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.97s) [2022-07-29T22:44:12.544Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.98s) [2022-07-29T22:44:12.544Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.97s) [2022-07-29T22:44:12.544Z] === RUN TestCgroupNamespacesRun [2022-07-29T22:44:13.375Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-07-29T22:44:13.375Z] docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows [2022-07-29T22:44:13.375Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-07-29T22:44:13.375Z] docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows [2022-07-29T22:44:13.375Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-07-29T22:44:13.375Z] docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows [2022-07-29T22:44:13.375Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-07-29T22:44:13.375Z] docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows [2022-07-29T22:44:13.375Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-07-29T22:44:13.473Z] --- PASS: TestCgroupNamespacesRun (1.20s) [2022-07-29T22:44:13.473Z] === RUN TestCgroupNamespacesRunPrivileged [2022-07-29T22:44:13.473Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-07-29T22:44:13.473Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-07-29T22:44:13.473Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-07-29T22:44:13.634Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-07-29T22:44:14.839Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.23s) [2022-07-29T22:44:14.839Z] === RUN TestCgroupNamespacesRunHostMode [2022-07-29T22:44:15.011Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-07-29T22:44:16.205Z] --- PASS: TestCgroupNamespacesRunHostMode (1.18s) [2022-07-29T22:44:16.205Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-07-29T22:44:16.387Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-07-29T22:44:17.137Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.19s) [2022-07-29T22:44:17.137Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-07-29T22:44:17.302Z] Created binary: bundles/dynbinary-daemon/dockerd [2022-07-29T22:44:17.302Z] Building: bundles/dynbinary-daemon/docker-proxy [2022-07-29T22:44:17.302Z] GOOS="" GOARCH="" GOARM="" [2022-07-29T22:44:17.302Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2022-07-29T22:44:17.302Z] [2022-07-29T22:44:17.302Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-07-29T22:44:17.302Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-07-29T22:44:17.302Z] HOSTNAME=ab91b50cb4ce [2022-07-29T22:44:17.302Z] TESTDEBUG=0 [2022-07-29T22:44:17.302Z] DEST=bundles/test-integration [2022-07-29T22:44:17.302Z] PWD=/go/src/github.com/docker/docker [2022-07-29T22:44:17.302Z] DOCKER_GITCOMMIT=7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 [2022-07-29T22:44:17.302Z] container=docker [2022-07-29T22:44:17.302Z] HOME=/root [2022-07-29T22:44:17.302Z] GOLANG_VERSION=1.18.4 [2022-07-29T22:44:17.302Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-07-29T22:44:17.302Z] VALIDATE_BRANCH=master [2022-07-29T22:44:17.302Z] TERM=xterm [2022-07-29T22:44:17.302Z] DOCKER_PKG=github.com/docker/docker [2022-07-29T22:44:17.302Z] SHLVL=1 [2022-07-29T22:44:17.302Z] TIMEOUT=120m [2022-07-29T22:44:17.302Z] DOCKER_BUILDTAGS= journald [2022-07-29T22:44:17.302Z] DOCKER_GRAPHDRIVER=overlay2 [2022-07-29T22:44:17.302Z] GO111MODULE=off [2022-07-29T22:44:17.302Z] DOCKER_EXPERIMENTAL=1 [2022-07-29T22:44:17.302Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-07-29T22:44:17.302Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-07-29T22:44:17.302Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-07-29T22:44:17.302Z] GOPATH=/go [2022-07-29T22:44:17.302Z] PKG_CONFIG=pkg-config [2022-07-29T22:44:17.302Z] _=/usr/bin/env [2022-07-29T22:44:17.302Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-07-29T22:44:17.764Z] docker_api_swarm_test.go:563: [d82de3b7bd9e2] joining swarm manager [dae17d98384ae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:44:18.503Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.15s) [2022-07-29T22:44:18.503Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-07-29T22:44:19.065Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-07-29T22:44:19.065Z] === RUN TestCgroupNamespacesRunOlderClient [2022-07-29T22:44:20.432Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.22s) [2022-07-29T22:44:20.432Z] === RUN TestNISDomainname [2022-07-29T22:44:20.699Z] --- PASS: TestNISDomainname (0.52s) [2022-07-29T22:44:20.699Z] === RUN TestHostnameDnsResolution [2022-07-29T22:44:21.628Z] --- PASS: TestHostnameDnsResolution (0.74s) [2022-07-29T22:44:21.628Z] === RUN TestUnprivilegedPortsAndPing [2022-07-29T22:44:21.952Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-07-29T22:44:22.190Z] --- PASS: TestUnprivilegedPortsAndPing (0.56s) [2022-07-29T22:44:22.190Z] === RUN TestPrivilegedHostDevices [2022-07-29T22:44:22.774Z] --- PASS: TestPrivilegedHostDevices (0.54s) [2022-07-29T22:44:22.774Z] === RUN TestRunConsoleSize [2022-07-29T22:44:23.039Z] --- PASS: TestRunConsoleSize (0.47s) [2022-07-29T22:44:23.039Z] === RUN TestRunWithAlternativeContainerdShim [2022-07-29T22:44:24.426Z] --- PASS: TestRunWithAlternativeContainerdShim (1.20s) [2022-07-29T22:44:24.426Z] === RUN TestStats [2022-07-29T22:44:24.482Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-07-29T22:44:24.740Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-07-29T22:44:26.942Z] --- PASS: TestStats (2.46s) [2022-07-29T22:44:26.942Z] === RUN TestStopContainerWithTimeout [2022-07-29T22:44:26.942Z] === RUN TestStopContainerWithTimeout/0 [2022-07-29T22:44:26.942Z] === PAUSE TestStopContainerWithTimeout/0 [2022-07-29T22:44:26.942Z] === RUN TestStopContainerWithTimeout/1 [2022-07-29T22:44:26.942Z] === PAUSE TestStopContainerWithTimeout/1 [2022-07-29T22:44:26.942Z] === RUN TestStopContainerWithTimeout/3 [2022-07-29T22:44:26.942Z] === PAUSE TestStopContainerWithTimeout/3 [2022-07-29T22:44:26.942Z] === RUN TestStopContainerWithTimeout/-1 [2022-07-29T22:44:26.942Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-07-29T22:44:26.942Z] === CONT TestStopContainerWithTimeout/0 [2022-07-29T22:44:26.942Z] === CONT TestStopContainerWithTimeout/-1 [2022-07-29T22:44:27.505Z] === CONT TestStopContainerWithTimeout/3 [2022-07-29T22:44:29.396Z] === CONT TestStopContainerWithTimeout/1 [2022-07-29T22:44:30.007Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-07-29T22:44:30.575Z] docker_api_swarm_test.go:585: [dc61b61fea63c] joining swarm manager [dae17d98384ae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T22:44:31.286Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-07-29T22:44:31.286Z] --- PASS: TestStopContainerWithTimeout/0 (0.70s) [2022-07-29T22:44:31.286Z] --- PASS: TestStopContainerWithTimeout/-1 (2.70s) [2022-07-29T22:44:31.286Z] --- PASS: TestStopContainerWithTimeout/3 (2.40s) [2022-07-29T22:44:31.286Z] --- PASS: TestStopContainerWithTimeout/1 (1.48s) [2022-07-29T22:44:31.286Z] === RUN TestDeleteDevicemapper [2022-07-29T22:44:31.286Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-07-29T22:44:31.286Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-07-29T22:44:31.286Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-07-29T22:44:32.652Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.54s) [2022-07-29T22:44:32.652Z] === RUN TestUpdateMemory [2022-07-29T22:44:33.215Z] --- PASS: TestUpdateMemory (0.58s) [2022-07-29T22:44:33.215Z] === RUN TestUpdateCPUQuota [2022-07-29T22:44:34.143Z] --- PASS: TestUpdateCPUQuota (0.95s) [2022-07-29T22:44:34.143Z] === RUN TestUpdatePidsLimit [2022-07-29T22:44:34.143Z] === RUN TestUpdatePidsLimit/update_from_none [2022-07-29T22:44:34.143Z] === RUN TestUpdatePidsLimit/no_change [2022-07-29T22:44:34.400Z] === RUN TestUpdatePidsLimit/update_lower [2022-07-29T22:44:34.657Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-07-29T22:44:34.776Z] check_test.go:611: [d82de3b7bd9e2] daemon is not started [2022-07-29T22:44:34.913Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-07-29T22:44:35.080Z] Created binary: bundles/dynbinary-daemon/dockerd [2022-07-29T22:44:35.080Z] Building: bundles/dynbinary-daemon/docker-proxy [2022-07-29T22:44:35.080Z] GOOS="" GOARCH="" GOARM="" [2022-07-29T22:44:35.080Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2022-07-29T22:44:35.080Z] [2022-07-29T22:44:35.080Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-07-29T22:44:35.080Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-07-29T22:44:35.080Z] Using test binary docker [2022-07-29T22:44:35.080Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-07-29T22:44:35.080Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-07-29T22:44:35.080Z] INFO: Waiting for daemon to start... [2022-07-29T22:44:35.080Z] Starting dockerd [2022-07-29T22:44:35.080Z] . [2022-07-29T22:44:35.080Z] INFO: Building docker-sdk-python3:5.0.3... [2022-07-29T22:44:35.170Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-07-29T22:44:35.170Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-07-29T22:44:35.709Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-07-29T22:44:36.098Z] --- PASS: TestUpdatePidsLimit (1.98s) [2022-07-29T22:44:36.098Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.20s) [2022-07-29T22:44:36.098Z] --- PASS: TestUpdatePidsLimit/no_change (0.22s) [2022-07-29T22:44:36.098Z] --- PASS: TestUpdatePidsLimit/update_lower (0.22s) [2022-07-29T22:44:36.098Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s) [2022-07-29T22:44:36.098Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.21s) [2022-07-29T22:44:36.098Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s) [2022-07-29T22:44:36.098Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.20s) [2022-07-29T22:44:36.098Z] === RUN TestUpdateRestartPolicy [2022-07-29T22:44:36.276Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-07-29T22:44:37.651Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-07-29T22:44:40.935Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-07-29T22:44:40.935Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-07-29T22:44:40.935Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-07-29T22:44:41.871Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-07-29T22:44:42.806Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-07-29T22:44:43.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-07-29T22:44:43.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-07-29T22:44:44.182Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-07-29T22:44:44.440Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-07-29T22:44:44.440Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-07-29T22:44:44.440Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-07-29T22:44:47.725Z] docker_api_swarm_test.go:46: [d97e9de264c6e] joining swarm manager [d098ee269c62e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:44:48.266Z] --- PASS: TestUpdateRestartPolicy (11.06s) [2022-07-29T22:44:48.266Z] === RUN TestUpdateRestartWithAutoRemove [2022-07-29T22:44:48.266Z] --- PASS: TestUpdateRestartWithAutoRemove (0.50s) [2022-07-29T22:44:48.266Z] === RUN TestWaitNonBlocked [2022-07-29T22:44:48.266Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-07-29T22:44:48.266Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-07-29T22:44:48.266Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-07-29T22:44:48.266Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-07-29T22:44:48.266Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-07-29T22:44:48.266Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-07-29T22:44:48.266Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-07-29T22:44:48.266Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.70s) [2022-07-29T22:44:48.266Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.71s) [2022-07-29T22:44:48.266Z] === RUN TestWaitBlocked [2022-07-29T22:44:48.266Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-07-29T22:44:48.266Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-07-29T22:44:48.266Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-07-29T22:44:48.266Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-07-29T22:44:48.266Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-07-29T22:44:48.266Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-07-29T22:44:48.831Z] --- PASS: TestWaitBlocked (0.02s) [2022-07-29T22:44:48.831Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.63s) [2022-07-29T22:44:48.831Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.68s) [2022-07-29T22:44:48.831Z] === RUN TestWaitConditions [2022-07-29T22:44:49.088Z] === RUN TestWaitConditions/default [2022-07-29T22:44:49.088Z] === PAUSE TestWaitConditions/default [2022-07-29T22:44:49.088Z] === RUN TestWaitConditions/not-running [2022-07-29T22:44:49.088Z] === PAUSE TestWaitConditions/not-running [2022-07-29T22:44:49.088Z] === RUN TestWaitConditions/next-exit [2022-07-29T22:44:49.088Z] === PAUSE TestWaitConditions/next-exit [2022-07-29T22:44:49.088Z] === RUN TestWaitConditions/removed [2022-07-29T22:44:49.088Z] === PAUSE TestWaitConditions/removed [2022-07-29T22:44:49.088Z] === CONT TestWaitConditions/default [2022-07-29T22:44:49.088Z] === CONT TestWaitConditions/removed [2022-07-29T22:44:50.454Z] === CONT TestWaitConditions/not-running [2022-07-29T22:44:50.710Z] === CONT TestWaitConditions/next-exit [2022-07-29T22:44:52.600Z] --- PASS: TestWaitConditions (0.02s) [2022-07-29T22:44:52.600Z] --- PASS: TestWaitConditions/default (1.60s) [2022-07-29T22:44:52.600Z] --- PASS: TestWaitConditions/removed (1.71s) [2022-07-29T22:44:52.600Z] --- PASS: TestWaitConditions/not-running (1.61s) [2022-07-29T22:44:52.600Z] --- PASS: TestWaitConditions/next-exit (1.57s) [2022-07-29T22:44:52.600Z] === RUN TestWaitRestartedContainer [2022-07-29T22:44:52.600Z] === RUN TestWaitRestartedContainer/default [2022-07-29T22:44:52.600Z] === PAUSE TestWaitRestartedContainer/default [2022-07-29T22:44:52.600Z] === RUN TestWaitRestartedContainer/not-running [2022-07-29T22:44:52.600Z] === PAUSE TestWaitRestartedContainer/not-running [2022-07-29T22:44:52.600Z] === RUN TestWaitRestartedContainer/next-exit [2022-07-29T22:44:52.600Z] === PAUSE TestWaitRestartedContainer/next-exit [2022-07-29T22:44:52.600Z] === CONT TestWaitRestartedContainer/default [2022-07-29T22:44:52.600Z] === CONT TestWaitRestartedContainer/next-exit [2022-07-29T22:44:52.992Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-07-29T22:44:53.925Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-07-29T22:44:53.968Z] === CONT TestWaitRestartedContainer/not-running [2022-07-29T22:44:54.530Z] --- PASS: TestWaitRestartedContainer (0.02s) [2022-07-29T22:44:54.530Z] --- PASS: TestWaitRestartedContainer/default (1.46s) [2022-07-29T22:44:54.530Z] --- PASS: TestWaitRestartedContainer/next-exit (1.48s) [2022-07-29T22:44:54.530Z] --- PASS: TestWaitRestartedContainer/not-running (0.89s) [2022-07-29T22:44:54.530Z] === CONT TestContainerStartOnDaemonRestart [2022-07-29T22:44:54.530Z] === CONT TestRestartDaemonWithRestartingContainer [2022-07-29T22:44:56.458Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-07-29T22:44:57.050Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.46s) [2022-07-29T22:44:57.050Z] === CONT TestDaemonHostGatewayIP [2022-07-29T22:44:57.050Z] --- PASS: TestContainerStartOnDaemonRestart (2.47s) [2022-07-29T22:44:57.050Z] === CONT TestDaemonRestartIpcMode [2022-07-29T22:45:00.323Z] --- PASS: TestDaemonRestartIpcMode (2.80s) [2022-07-29T22:45:00.323Z] === CONT TestIpcModeOlderClient [2022-07-29T22:45:00.323Z] --- PASS: TestDaemonHostGatewayIP (2.88s) [2022-07-29T22:45:00.323Z] === CONT TestContainerKillOnDaemonStart [2022-07-29T22:45:00.323Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-07-29T22:45:05.798Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-07-29T22:45:06.433Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-07-29T22:45:06.433Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-07-29T22:45:06.999Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-07-29T22:45:07.262Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-07-29T22:45:07.262Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-07-29T22:45:09.087Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-07-29T22:45:11.449Z] --- PASS: TestImportExtremelyLargeImageWorks (179.28s) [2022-07-29T22:45:11.449Z] PASS [2022-07-29T22:45:11.449Z] [2022-07-29T22:45:11.449Z] DONE 22 tests in 183.742s [2022-07-29T22:45:11.449Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-07-29T22:45:11.449Z] ++ 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-07-29T22:45:11.449Z] ++ set -e [2022-07-29T22:45:11.449Z] ++ '[' -n 0 ']' [2022-07-29T22:45:11.449Z] ++ set -x [2022-07-29T22:45:11.449Z] ++ 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-07-29T22:45:11.449Z] === RUN TestStripANSICommands [2022-07-29T22:45:11.449Z] === RUN TestStripANSICommands/#00 [2022-07-29T22:45:11.449Z] === RUN TestStripANSICommands/#01 [2022-07-29T22:45:11.449Z] --- PASS: TestStripANSICommands (0.00s) [2022-07-29T22:45:11.449Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-07-29T22:45:11.449Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-07-29T22:45:11.449Z] PASS [2022-07-29T22:45:11.449Z] [2022-07-29T22:45:11.449Z] DONE 3 tests in 0.044s [2022-07-29T22:45:11.449Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-07-29T22:45:11.449Z] ++ 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-07-29T22:45:11.449Z] ++ set -e [2022-07-29T22:45:11.449Z] ++ '[' -n 0 ']' [2022-07-29T22:45:11.449Z] ++ set -x [2022-07-29T22:45:11.449Z] ++ 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-07-29T22:45:11.449Z] INFO: Testing against a local daemon [2022-07-29T22:45:11.449Z] === RUN TestNetworkCreateDelete [2022-07-29T22:45:11.449Z] --- PASS: TestNetworkCreateDelete (0.17s) [2022-07-29T22:45:11.449Z] === RUN TestDockerNetworkDeletePreferID [2022-07-29T22:45:11.449Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-07-29T22:45:11.708Z] --- PASS: TestDockerNetworkDeletePreferID (0.43s) [2022-07-29T22:45:11.708Z] === RUN TestDaemonDNSFallback [2022-07-29T22:45:12.493Z] --- PASS: TestContainerKillOnDaemonStart (11.53s) [2022-07-29T22:45:12.493Z] PASS [2022-07-29T22:45:12.493Z] [2022-07-29T22:45:12.493Z] === Skipped [2022-07-29T22:45:12.493Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-07-29T22:45:12.493Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-07-29T22:45:12.493Z] [2022-07-29T22:45:12.493Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-07-29T22:45:12.493Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-07-29T22:45:12.493Z] [2022-07-29T22:45:12.493Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-07-29T22:45:12.493Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-07-29T22:45:12.493Z] [2022-07-29T22:45:12.493Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-07-29T22:45:12.493Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-07-29T22:45:12.493Z] [2022-07-29T22:45:12.493Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-07-29T22:45:12.493Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-07-29T22:45:12.493Z] [2022-07-29T22:45:12.493Z] DONE 272 tests, 5 skipped in 138.353s [2022-07-29T22:45:12.493Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-07-29T22:45:12.493Z] === RUN TestConfigDaemonLibtrustID [2022-07-29T22:45:12.493Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-07-29T22:45:12.493Z] === RUN TestConfigDaemonID [2022-07-29T22:45:13.055Z] daemon_test.go:83: [db1d939adc22d] daemon is not started [2022-07-29T22:45:13.055Z] --- PASS: TestConfigDaemonID (1.04s) [2022-07-29T22:45:13.055Z] === RUN TestDaemonConfigValidation [2022-07-29T22:45:13.055Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-07-29T22:45:13.055Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-07-29T22:45:13.055Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-07-29T22:45:13.055Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-07-29T22:45:13.055Z] === RUN TestDaemonConfigValidation/invalid_config [2022-07-29T22:45:13.055Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-07-29T22:45:13.055Z] === RUN TestDaemonConfigValidation/malformed_config [2022-07-29T22:45:13.055Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-07-29T22:45:13.055Z] === RUN TestDaemonConfigValidation/valid_config [2022-07-29T22:45:13.055Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-07-29T22:45:13.055Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-07-29T22:45:13.055Z] === CONT TestDaemonConfigValidation/malformed_config [2022-07-29T22:45:13.084Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-07-29T22:45:13.312Z] === CONT TestDaemonConfigValidation/invalid_config [2022-07-29T22:45:13.312Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-07-29T22:45:13.312Z] === CONT TestDaemonConfigValidation/valid_config [2022-07-29T22:45:13.312Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-07-29T22:45:13.312Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-07-29T22:45:13.312Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.10s) [2022-07-29T22:45:13.312Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.09s) [2022-07-29T22:45:13.312Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.10s) [2022-07-29T22:45:13.312Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2022-07-29T22:45:13.312Z] === RUN TestConfigDaemonSeccompProfiles [2022-07-29T22:45:13.312Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-07-29T22:45:13.818Z] sha256:cdcbe4581b96b3d3cfb0a6b86c0d105bf411ca00de8d07bf626a90ce14188f19 [2022-07-29T22:45:13.818Z] INFO: Starting docker-py tests... [2022-07-29T22:45:13.818Z] ============================= test session starts ============================== [2022-07-29T22:45:13.818Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-07-29T22:45:13.818Z] rootdir: /src, inifile: pytest.ini [2022-07-29T22:45:13.818Z] plugins: cov-2.6.1, timeout-1.3.3 [2022-07-29T22:45:14.077Z] collected 395 items / 2 deselected / 393 selected [2022-07-29T22:45:14.077Z] [2022-07-29T22:45:14.458Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-07-29T22:45:14.678Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-07-29T22:45:15.606Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-07-29T22:45:16.536Z] === CONT TestConfigDaemonSeccompProfiles [2022-07-29T22:45:16.536Z] daemon_test.go:197: [d637e1d041540] daemon is not started [2022-07-29T22:45:16.536Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-07-29T22:45:16.536Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-07-29T22:45:16.536Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-07-29T22:45:16.536Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-07-29T22:45:16.536Z] === RUN TestDaemonProxy [2022-07-29T22:45:16.536Z] === RUN TestDaemonProxy/environment_variables [2022-07-29T22:45:17.203Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-07-29T22:45:17.203Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-07-29T22:45:17.462Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-07-29T22:45:17.741Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-07-29T22:45:18.031Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-07-29T22:45:18.309Z] --- PASS: TestDaemonDNSFallback (6.64s) [2022-07-29T22:45:18.309Z] === RUN TestInspectNetwork [2022-07-29T22:45:18.426Z] === RUN TestDaemonProxy/command-line_options [2022-07-29T22:45:18.970Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-07-29T22:45:18.970Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-07-29T22:45:19.243Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-07-29T22:45:19.905Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-07-29T22:45:20.315Z] === RUN TestDaemonProxy/configuration_file [2022-07-29T22:45:21.145Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-07-29T22:45:21.680Z] === RUN TestDaemonProxy/conflicting_options [2022-07-29T22:45:21.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-07-29T22:45:22.241Z] === RUN TestDaemonProxy/reload_sanitized [2022-07-29T22:45:22.522Z] === RUN TestInspectNetwork/full_network_id [2022-07-29T22:45:22.522Z] === RUN TestInspectNetwork/partial_network_id [2022-07-29T22:45:22.522Z] === RUN TestInspectNetwork/network_name [2022-07-29T22:45:22.522Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-07-29T22:45:22.744Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-07-29T22:45:22.803Z] --- PASS: TestDaemonProxy (6.23s) [2022-07-29T22:45:22.803Z] --- PASS: TestDaemonProxy/environment_variables (1.73s) [2022-07-29T22:45:22.803Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-07-29T22:45:22.803Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2022-07-29T22:45:22.803Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-07-29T22:45:22.803Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-07-29T22:45:22.803Z] PASS [2022-07-29T22:45:22.803Z] [2022-07-29T22:45:22.803Z] DONE 18 tests in 11.179s [2022-07-29T22:45:22.803Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-07-29T22:45:22.803Z] INFO: Testing against a local daemon [2022-07-29T22:45:22.803Z] === RUN TestCommitInheritsEnv [2022-07-29T22:45:23.365Z] --- PASS: TestCommitInheritsEnv (0.38s) [2022-07-29T22:45:23.365Z] === RUN TestImportExtremelyLargeImageWorks [2022-07-29T22:45:23.365Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-07-29T22:45:23.365Z] === RUN TestImportWithCustomPlatform [2022-07-29T22:45:23.365Z] === RUN TestImportWithCustomPlatform/#00 [2022-07-29T22:45:23.365Z] === RUN TestImportWithCustomPlatform/_______ [2022-07-29T22:45:23.365Z] === RUN TestImportWithCustomPlatform// [2022-07-29T22:45:23.365Z] === RUN TestImportWithCustomPlatform/linux [2022-07-29T22:45:23.365Z] === RUN TestImportWithCustomPlatform/LINUX [2022-07-29T22:45:23.365Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-07-29T22:45:23.621Z] === RUN TestImportWithCustomPlatform/macos [2022-07-29T22:45:23.621Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-07-29T22:45:23.621Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-07-29T22:45:23.621Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-07-29T22:45:23.621Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-07-29T22:45:23.621Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-07-29T22:45:23.621Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-07-29T22:45:23.621Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-07-29T22:45:23.621Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-07-29T22:45:23.621Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-07-29T22:45:23.621Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-07-29T22:45:23.621Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-07-29T22:45:23.621Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-07-29T22:45:23.621Z] === RUN TestImagesFilterMultiReference [2022-07-29T22:45:23.621Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-07-29T22:45:23.621Z] === RUN TestImagePullPlatformInvalid [2022-07-29T22:45:23.621Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-07-29T22:45:23.621Z] === RUN TestRemoveImageOrphaning [2022-07-29T22:45:23.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-07-29T22:45:23.895Z] --- PASS: TestRemoveImageOrphaning (0.30s) [2022-07-29T22:45:23.895Z] === RUN TestRemoveImageGarbageCollector [2022-07-29T22:45:23.936Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-07-29T22:45:24.474Z] time="2022-07-29T22:45:24Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-07-29T22:45:24.871Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-07-29T22:45:25.438Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-07-29T22:45:25.849Z] --- PASS: TestRemoveImageGarbageCollector (1.98s) [2022-07-29T22:45:25.849Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-07-29T22:45:25.849Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-07-29T22:45:25.849Z] === RUN TestTagInvalidReference [2022-07-29T22:45:25.849Z] --- PASS: TestTagInvalidReference (0.03s) [2022-07-29T22:45:26.105Z] === RUN TestTagValidPrefixedRepo [2022-07-29T22:45:26.105Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-07-29T22:45:26.105Z] === RUN TestTagExistedNameWithoutForce [2022-07-29T22:45:26.105Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-07-29T22:45:26.105Z] === RUN TestTagOfficialNames [2022-07-29T22:45:26.105Z] --- PASS: TestTagOfficialNames (0.05s) [2022-07-29T22:45:26.105Z] === RUN TestTagMatchesDigest [2022-07-29T22:45:26.105Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-07-29T22:45:26.105Z] === CONT TestImportExtremelyLargeImageWorks [2022-07-29T22:45:26.706Z] --- PASS: TestInspectNetwork (8.29s) [2022-07-29T22:45:26.706Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-07-29T22:45:26.706Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-07-29T22:45:26.706Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-07-29T22:45:26.706Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-07-29T22:45:26.706Z] === RUN TestRunContainerWithBridgeNone [2022-07-29T22:45:26.814Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-07-29T22:45:27.073Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-07-29T22:45:28.010Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-07-29T22:45:28.612Z] --- PASS: TestRunContainerWithBridgeNone (1.96s) [2022-07-29T22:45:28.612Z] === RUN TestNetworkInvalidJSON [2022-07-29T22:45:28.612Z] === RUN TestNetworkInvalidJSON/networks/create [2022-07-29T22:45:28.612Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-07-29T22:45:28.612Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-07-29T22:45:28.612Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-07-29T22:45:28.612Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-07-29T22:45:28.612Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-07-29T22:45:28.612Z] === CONT TestNetworkInvalidJSON/networks/create [2022-07-29T22:45:28.612Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-07-29T22:45:28.612Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-07-29T22:45:28.612Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-07-29T22:45:28.612Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-07-29T22:45:28.612Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-07-29T22:45:28.612Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-07-29T22:45:28.612Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-07-29T22:45:28.612Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-07-29T22:45:28.612Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-07-29T22:45:28.612Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-07-29T22:45:28.612Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-07-29T22:45:28.612Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-07-29T22:45:28.612Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-07-29T22:45:28.612Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-07-29T22:45:28.612Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-07-29T22:45:28.612Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-07-29T22:45:28.612Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-07-29T22:45:28.612Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-07-29T22:45:28.612Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-07-29T22:45:28.612Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-07-29T22:45:28.612Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-07-29T22:45:28.612Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-07-29T22:45:28.612Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-07-29T22:45:28.612Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-07-29T22:45:28.612Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-07-29T22:45:28.612Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.01s) [2022-07-29T22:45:28.612Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-07-29T22:45:28.612Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-07-29T22:45:28.612Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-07-29T22:45:28.612Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-07-29T22:45:28.612Z] === RUN TestNetworkList [2022-07-29T22:45:28.612Z] === RUN TestNetworkList//networks [2022-07-29T22:45:28.612Z] === PAUSE TestNetworkList//networks [2022-07-29T22:45:28.612Z] === RUN TestNetworkList//networks/ [2022-07-29T22:45:28.612Z] === PAUSE TestNetworkList//networks/ [2022-07-29T22:45:28.612Z] === CONT TestNetworkList//networks [2022-07-29T22:45:28.613Z] === CONT TestNetworkList//networks/ [2022-07-29T22:45:28.613Z] --- PASS: TestNetworkList (0.02s) [2022-07-29T22:45:28.613Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-07-29T22:45:28.613Z] --- PASS: TestNetworkList//networks (0.00s) [2022-07-29T22:45:28.613Z] === RUN TestHostIPv4BridgeLabel [2022-07-29T22:45:28.952Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-07-29T22:45:28.952Z] Using test binary docker [2022-07-29T22:45:28.952Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-07-29T22:45:28.952Z] +++ /etc/init.d/apparmor start [2022-07-29T22:45:28.952Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-07-29T22:45:28.952Z] INFO: Waiting for daemon to start... [2022-07-29T22:45:28.952Z] Starting dockerd [2022-07-29T22:45:28.952Z] +++ 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-07-29T22:45:29.178Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2022-07-29T22:45:29.178Z] === RUN TestDaemonRestartWithLiveRestore [2022-07-29T22:45:30.553Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-07-29T22:45:30.553Z] === RUN TestDaemonDefaultNetworkPools [2022-07-29T22:45:31.120Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s) [2022-07-29T22:45:31.120Z] === RUN TestDaemonRestartWithExistingNetwork [2022-07-29T22:45:31.378Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-07-29T22:45:31.378Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-07-29T22:45:32.041Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-07-29T22:45:32.312Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2022-07-29T22:45:32.312Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-07-29T22:45:32.885Z] tests/integration/api_client_test.py ..... [ 7%] [2022-07-29T22:45:33.686Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2022-07-29T22:45:33.686Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-07-29T22:45:34.260Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2022-07-29T22:45:34.260Z] === RUN TestServiceWithPredefinedNetwork [2022-07-29T22:45:34.651Z] tests/integration/api_config_test.py ...... [ 8%] [2022-07-29T22:45:34.827Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-07-29T22:45:35.085Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-07-29T22:45:35.343Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-07-29T22:45:35.510Z] . [2022-07-29T22:45:35.510Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-07-29T22:45:35.510Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-07-29T22:45:35.510Z] Error: No such image: emptyfs [2022-07-29T22:45:35.510Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-07-29T22:45:35.510Z] ++++ docker load [2022-07-29T22:45:35.510Z] Running integration-test (iteration 1) [2022-07-29T22:45:35.510Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-07-29T22:45:35.510Z] ++ 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-07-29T22:45:35.510Z] ++ set -e [2022-07-29T22:45:35.510Z] ++ '[' -n 0 ']' [2022-07-29T22:45:35.510Z] ++ set -x [2022-07-29T22:45:35.510Z] ++ 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-07-29T22:45:35.510Z] Loaded image: busybox:latest [2022-07-29T22:45:35.510Z] Loaded image: busybox:glibc [2022-07-29T22:45:35.910Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-07-29T22:45:35.910Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-07-29T22:45:36.077Z] Loaded image: debian:bullseye-slim [2022-07-29T22:45:36.077Z] Loaded image: hello-world:latest [2022-07-29T22:45:36.077Z] Loaded image: arm32v7/hello-world:latest [2022-07-29T22:45:36.077Z] INFO: Testing against a local daemon [2022-07-29T22:45:36.077Z] === RUN TestCgroupNamespacesBuild [2022-07-29T22:45:36.477Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-07-29T22:45:36.477Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-07-29T22:45:37.042Z] --- PASS: TestServiceWithPredefinedNetwork (2.78s) [2022-07-29T22:45:37.042Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-07-29T22:45:37.042Z] service_test.go:243: FLAKY_TEST [2022-07-29T22:45:37.042Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-07-29T22:45:37.042Z] === RUN TestServiceWithDataPathPortInit [2022-07-29T22:45:37.452Z] --- PASS: TestCgroupNamespacesBuild (1.15s) [2022-07-29T22:45:37.452Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-07-29T22:45:37.977Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-07-29T22:45:38.386Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.13s) [2022-07-29T22:45:38.386Z] === RUN TestBuildWithSession [2022-07-29T22:45:38.386Z] build_session_test.go:25: TODO: BuildKit [2022-07-29T22:45:38.386Z] --- SKIP: TestBuildWithSession (0.00s) [2022-07-29T22:45:38.386Z] === RUN TestBuildSquashParent [2022-07-29T22:45:39.353Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-07-29T22:45:40.727Z] === RUN TestDockerSuite/TestBuildEnv [2022-07-29T22:45:41.293Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-07-29T22:45:42.229Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-07-29T22:45:42.572Z] --- PASS: TestBuildSquashParent (3.77s) [2022-07-29T22:45:42.572Z] === RUN TestBuildWithRemoveAndForceRemove [2022-07-29T22:45:42.572Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-07-29T22:45:42.572Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-07-29T22:45:42.572Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-07-29T22:45:42.572Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-07-29T22:45:42.572Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-07-29T22:45:42.572Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-07-29T22:45:42.572Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-07-29T22:45:42.572Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-07-29T22:45:42.572Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-07-29T22:45:42.572Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-07-29T22:45:42.572Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-07-29T22:45:42.572Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-07-29T22:45:42.572Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-07-29T22:45:42.572Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-07-29T22:45:42.795Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-07-29T22:45:43.507Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-07-29T22:45:43.765Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-07-29T22:45:45.140Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-07-29T22:45:45.140Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-07-29T22:45:46.516Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-07-29T22:45:46.516Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.41s) [2022-07-29T22:45:46.516Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.44s) [2022-07-29T22:45:46.516Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.46s) [2022-07-29T22:45:46.516Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.46s) [2022-07-29T22:45:46.516Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.28s) [2022-07-29T22:45:46.516Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.33s) [2022-07-29T22:45:46.516Z] === RUN TestBuildMultiStageCopy [2022-07-29T22:45:46.516Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-07-29T22:45:47.892Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-07-29T22:45:47.892Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-07-29T22:45:47.892Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-07-29T22:45:48.061Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-07-29T22:45:48.151Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-07-29T22:45:48.410Z] --- PASS: TestBuildMultiStageCopy (2.00s) [2022-07-29T22:45:48.410Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.15s) [2022-07-29T22:45:48.410Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-07-29T22:45:48.410Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s) [2022-07-29T22:45:48.410Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s) [2022-07-29T22:45:48.410Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s) [2022-07-29T22:45:48.410Z] === RUN TestBuildMultiStageParentConfig [2022-07-29T22:45:48.976Z] --- PASS: TestBuildMultiStageParentConfig (0.59s) [2022-07-29T22:45:48.976Z] === RUN TestBuildLabelWithTargets [2022-07-29T22:45:50.352Z] --- PASS: TestBuildLabelWithTargets (1.04s) [2022-07-29T22:45:50.352Z] === RUN TestBuildWithEmptyLayers [2022-07-29T22:45:50.610Z] --- PASS: TestBuildWithEmptyLayers (0.46s) [2022-07-29T22:45:50.610Z] === RUN TestBuildMultiStageOnBuild [2022-07-29T22:45:51.986Z] --- PASS: TestBuildMultiStageOnBuild (1.41s) [2022-07-29T22:45:51.986Z] === RUN TestBuildUncleanTarFilenames [2022-07-29T22:45:52.553Z] --- PASS: TestBuildUncleanTarFilenames (0.63s) [2022-07-29T22:45:52.553Z] === RUN TestBuildMultiStageLayerLeak [2022-07-29T22:45:53.326Z] --- PASS: TestServiceWithDataPathPortInit (15.71s) [2022-07-29T22:45:53.326Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-07-29T22:45:54.454Z] --- PASS: TestBuildMultiStageLayerLeak (1.54s) [2022-07-29T22:45:54.454Z] === RUN TestBuildWithHugeFile [2022-07-29T22:45:55.856Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-07-29T22:45:56.114Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:eli6bxsfa9bsxr0ss4hiyfjei Created:2022-07-29 22:45:54.037882979 +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[fdb2a51581766bf097b2788b68454746ecae468f9eb0e3d06c23efdb13e593d7:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.8txhtndubz4uqdyopo73x7qis EndpointID:b7bb542c9bfe4dc6ad2073cbbd8647f86b05c298b45be7cfaf5f4a75c7258d52 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:38139ec01f4bfdc50044ff62e36a2df1b3bcfb980118c16804ac857015465484 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:bab6af6254e6 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.8txhtndubz4uqdyopo73x7qis EndpointID:b7bb542c9bfe4dc6ad2073cbbd8647f86b05c298b45be7cfaf5f4a75c7258d52 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-07-29T22:45:58.021Z] docker_api_swarm_test.go:304: [d5e37eb74cd00] joining swarm manager [d7f1d14e84772]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:45:59.396Z] docker_api_swarm_test.go:305: [da3fb6c3923dc] joining swarm manager [d7f1d14e84772]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T22:46:00.772Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-07-29T22:46:00.772Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.10s) [2022-07-29T22:46:00.772Z] PASS [2022-07-29T22:46:00.772Z] [2022-07-29T22:46:00.772Z] === Skipped [2022-07-29T22:46:00.772Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-07-29T22:46:00.772Z] service_test.go:243: FLAKY_TEST [2022-07-29T22:46:00.772Z] [2022-07-29T22:46:00.772Z] DONE 38 tests, 1 skipped in 49.666s [2022-07-29T22:46:00.772Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-07-29T22:46:00.772Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-07-29T22:46:00.772Z] ++ set -e [2022-07-29T22:46:00.772Z] ++ '[' -n 0 ']' [2022-07-29T22:46:00.772Z] ++ set -x [2022-07-29T22:46:00.772Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-07-29T22:46:00.772Z] INFO: Testing against a local daemon [2022-07-29T22:46:00.772Z] === RUN TestDockerNetworkIpvlanPersistance [2022-07-29T22:46:00.772Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-07-29T22:46:00.772Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-07-29T22:46:00.772Z] === RUN TestDockerNetworkIpvlan [2022-07-29T22:46:00.772Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-07-29T22:46:00.772Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-07-29T22:46:00.772Z] PASS [2022-07-29T22:46:00.772Z] [2022-07-29T22:46:00.772Z] === Skipped [2022-07-29T22:46:00.772Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-07-29T22:46:00.772Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-07-29T22:46:00.772Z] [2022-07-29T22:46:00.772Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-07-29T22:46:00.772Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-07-29T22:46:00.772Z] [2022-07-29T22:46:00.772Z] DONE 2 tests, 2 skipped in 0.135s [2022-07-29T22:46:01.030Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-07-29T22:46:01.030Z] ++ 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-07-29T22:46:01.030Z] ++ set -e [2022-07-29T22:46:01.030Z] ++ '[' -n 0 ']' [2022-07-29T22:46:01.030Z] ++ set -x [2022-07-29T22:46:01.030Z] ++ 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-07-29T22:46:01.030Z] INFO: Testing against a local daemon [2022-07-29T22:46:01.030Z] === RUN TestDockerNetworkMacvlanPersistance [2022-07-29T22:46:02.409Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.33s) [2022-07-29T22:46:02.409Z] === RUN TestDockerNetworkMacvlan [2022-07-29T22:46:02.409Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-07-29T22:46:02.998Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-07-29T22:46:03.934Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-07-29T22:46:03.934Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-07-29T22:46:04.767Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-07-29T22:46:04.869Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-07-29T22:46:07.401Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-07-29T22:46:09.303Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-07-29T22:46:11.207Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-07-29T22:46:11.774Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-07-29T22:46:12.342Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-07-29T22:46:12.909Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-07-29T22:46:13.843Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-07-29T22:46:14.103Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-07-29T22:46:14.103Z] docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows [2022-07-29T22:46:14.103Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-07-29T22:46:14.362Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-07-29T22:46:14.930Z] --- PASS: TestDockerNetworkMacvlan (12.68s) [2022-07-29T22:46:14.930Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2022-07-29T22:46:14.930Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-07-29T22:46:14.930Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.18s) [2022-07-29T22:46:14.930Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.17s) [2022-07-29T22:46:14.930Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.16s) [2022-07-29T22:46:14.930Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.88s) [2022-07-29T22:46:14.930Z] PASS [2022-07-29T22:46:14.930Z] [2022-07-29T22:46:14.930Z] DONE 8 tests in 14.121s [2022-07-29T22:46:14.930Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-07-29T22:46:14.930Z] ++ 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-07-29T22:46:14.930Z] ++ set -e [2022-07-29T22:46:14.930Z] ++ '[' -n 0 ']' [2022-07-29T22:46:14.930Z] ++ set -x [2022-07-29T22:46:14.930Z] ++ 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-07-29T22:46:15.189Z] testing: warning: no tests to run [2022-07-29T22:46:15.189Z] PASS [2022-07-29T22:46:15.189Z] [2022-07-29T22:46:15.189Z] DONE 0 tests in 0.027s [2022-07-29T22:46:15.189Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-07-29T22:46:15.189Z] ++ 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-07-29T22:46:15.189Z] ++ set -e [2022-07-29T22:46:15.189Z] ++ '[' -n 0 ']' [2022-07-29T22:46:15.189Z] ++ set -x [2022-07-29T22:46:15.189Z] ++ 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-07-29T22:46:15.189Z] INFO: Testing against a local daemon [2022-07-29T22:46:15.189Z] === RUN TestAuthZPluginAllowRequest [2022-07-29T22:46:16.566Z] --- PASS: TestAuthZPluginAllowRequest (1.41s) [2022-07-29T22:46:16.566Z] === RUN TestAuthZPluginTLS [2022-07-29T22:46:17.133Z] --- PASS: TestAuthZPluginTLS (0.57s) [2022-07-29T22:46:17.134Z] === RUN TestAuthZPluginDenyRequest [2022-07-29T22:46:17.701Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-07-29T22:46:17.701Z] === RUN TestAuthZPluginAPIDenyResponse [2022-07-29T22:46:18.270Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-07-29T22:46:18.270Z] === RUN TestAuthZPluginDenyResponse [2022-07-29T22:46:18.837Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-07-29T22:46:18.837Z] === RUN TestAuthZPluginAllowEventStream [2022-07-29T22:46:20.215Z] --- PASS: TestAuthZPluginAllowEventStream (1.38s) [2022-07-29T22:46:20.215Z] === RUN TestAuthZPluginErrorResponse [2022-07-29T22:46:20.782Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2022-07-29T22:46:20.782Z] === RUN TestAuthZPluginErrorRequest [2022-07-29T22:46:21.350Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2022-07-29T22:46:21.350Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-07-29T22:46:21.915Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2022-07-29T22:46:21.915Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-07-29T22:46:22.481Z] === RUN TestDockerSuite/TestBuildExpose [2022-07-29T22:46:22.739Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-07-29T22:46:23.306Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-07-29T22:46:23.564Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.76s) [2022-07-29T22:46:23.564Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-07-29T22:46:23.824Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-07-29T22:46:24.083Z] === RUN TestDockerSuite/TestBuildFails [2022-07-29T22:46:24.650Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-07-29T22:46:24.650Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-07-29T22:46:25.238Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.72s) [2022-07-29T22:46:25.238Z] === RUN TestAuthZPluginHeader [2022-07-29T22:46:26.191Z] --- PASS: TestAuthZPluginHeader (0.78s) [2022-07-29T22:46:26.191Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-07-29T22:46:26.450Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-07-29T22:46:27.825Z] === RUN TestDockerSuite/TestBuildForceRm [2022-07-29T22:46:28.763Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-07-29T22:46:29.699Z] === RUN TestDockerSuite/TestBuildFromGit [2022-07-29T22:46:30.633Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-07-29T22:46:30.891Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.80s) [2022-07-29T22:46:30.891Z] === RUN TestAuthZPluginV2Disable [2022-07-29T22:46:30.891Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-07-29T22:46:31.827Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-07-29T22:46:32.761Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-07-29T22:46:33.696Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-07-29T22:46:33.696Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-07-29T22:46:35.072Z] --- PASS: TestAuthZPluginV2Disable (4.15s) [2022-07-29T22:46:35.072Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-07-29T22:46:35.331Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-07-29T22:46:36.710Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-07-29T22:46:37.645Z] === RUN TestDockerSuite/TestBuildIidFile [2022-07-29T22:46:38.212Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-07-29T22:46:38.473Z] === RUN TestDockerSuite/TestBuildInheritance [2022-07-29T22:46:39.040Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.83s) [2022-07-29T22:46:39.040Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-07-29T22:46:39.040Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-07-29T22:46:39.607Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-07-29T22:46:39.607Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-07-29T22:46:40.172Z] === RUN TestDockerSuite/TestBuildLabel [2022-07-29T22:46:40.430Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-07-29T22:46:40.688Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-07-29T22:46:40.948Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-07-29T22:46:41.516Z] === RUN TestDockerSuite/TestBuildLabels [2022-07-29T22:46:41.773Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-07-29T22:46:43.155Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-07-29T22:46:45.057Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-07-29T22:46:46.958Z] === RUN TestDockerSuite/TestBuildLastModified [2022-07-29T22:46:47.923Z] docker_api_swarm_test.go:272: [d357e10407615] joining swarm manager [dd099f06cc674]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:46:49.839Z] docker_api_swarm_test.go:273: [d4007c8dfd7b9] joining swarm manager [dd099f06cc674]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T22:46:50.675Z] --- PASS: TestBuildWithHugeFile (48.46s) [2022-07-29T22:46:50.675Z] === RUN TestBuildWCOWSandboxSize [2022-07-29T22:46:50.675Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-07-29T22:46:50.675Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-07-29T22:46:50.675Z] === RUN TestBuildWithEmptyDockerfile [2022-07-29T22:46:50.675Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-07-29T22:46:50.675Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-07-29T22:46:50.675Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-07-29T22:46:50.675Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-07-29T22:46:50.675Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-07-29T22:46:50.675Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-07-29T22:46:50.675Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-07-29T22:46:50.675Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-07-29T22:46:50.675Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-07-29T22:46:50.675Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-07-29T22:46:50.675Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2022-07-29T22:46:50.675Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2022-07-29T22:46:50.675Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-07-29T22:46:50.675Z] === RUN TestBuildPreserveOwnership [2022-07-29T22:46:50.675Z] === RUN TestBuildPreserveOwnership/copy_from [2022-07-29T22:46:50.675Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-07-29T22:46:50.675Z] --- PASS: TestBuildPreserveOwnership (2.88s) [2022-07-29T22:46:50.675Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.94s) [2022-07-29T22:46:50.675Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.93s) [2022-07-29T22:46:50.675Z] === RUN TestBuildPlatformInvalid [2022-07-29T22:46:50.675Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-07-29T22:46:50.675Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-07-29T22:46:50.675Z] Loaded image: busybox:latest [2022-07-29T22:46:50.675Z] Loaded image: busybox:glibc [2022-07-29T22:46:50.675Z] Loaded image: debian:bullseye-slim [2022-07-29T22:46:50.675Z] Loaded image: hello-world:latest [2022-07-29T22:46:50.675Z] Loaded image: arm32v7/hello-world:latest [2022-07-29T22:46:51.216Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.00s) [2022-07-29T22:46:51.216Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-07-29T22:46:52.151Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-07-29T22:46:54.051Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-07-29T22:46:54.051Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-07-29T22:46:54.051Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-07-29T22:46:54.309Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-07-29T22:46:54.309Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-07-29T22:46:54.567Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-07-29T22:46:54.902Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.28s) [2022-07-29T22:46:54.902Z] PASS [2022-07-29T22:46:54.902Z] [2022-07-29T22:46:54.902Z] === Skipped [2022-07-29T22:46:54.902Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-07-29T22:46:54.902Z] build_session_test.go:25: TODO: BuildKit [2022-07-29T22:46:54.902Z] [2022-07-29T22:46:54.902Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-07-29T22:46:54.902Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-07-29T22:46:54.902Z] [2022-07-29T22:46:54.902Z] DONE 34 tests, 2 skipped in 80.394s [2022-07-29T22:46:54.902Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-07-29T22:46:54.902Z] ++ 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-07-29T22:46:54.902Z] ++ set -e [2022-07-29T22:46:54.902Z] ++ '[' -n 0 ']' [2022-07-29T22:46:54.902Z] ++ set -x [2022-07-29T22:46:54.902Z] ++ 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-07-29T22:46:55.160Z] INFO: Testing against a local daemon [2022-07-29T22:46:55.160Z] === RUN TestConfigInspect [2022-07-29T22:46:55.502Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-07-29T22:46:56.437Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-07-29T22:46:57.689Z] --- PASS: TestConfigInspect (2.31s) [2022-07-29T22:46:57.689Z] === RUN TestConfigList [2022-07-29T22:46:58.966Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-07-29T22:46:58.966Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-07-29T22:46:59.012Z] .........................xx.................... [ 29%] [2022-07-29T22:46:59.225Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-07-29T22:46:59.589Z] --- PASS: TestConfigList (2.18s) [2022-07-29T22:46:59.589Z] === RUN TestConfigsCreateAndDelete [2022-07-29T22:47:02.120Z] --- PASS: TestConfigsCreateAndDelete (2.20s) [2022-07-29T22:47:02.120Z] === RUN TestConfigsUpdate [2022-07-29T22:47:02.493Z] --- PASS: TestImportExtremelyLargeImageWorks (91.77s) [2022-07-29T22:47:02.493Z] PASS [2022-07-29T22:47:02.493Z] [2022-07-29T22:47:02.493Z] DONE 22 tests in 95.153s [2022-07-29T22:47:02.493Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-07-29T22:47:02.493Z] === RUN TestStripANSICommands [2022-07-29T22:47:02.493Z] === RUN TestStripANSICommands/#00 [2022-07-29T22:47:02.493Z] === RUN TestStripANSICommands/#01 [2022-07-29T22:47:02.493Z] --- PASS: TestStripANSICommands (0.00s) [2022-07-29T22:47:02.493Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-07-29T22:47:02.493Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-07-29T22:47:02.493Z] PASS [2022-07-29T22:47:02.493Z] [2022-07-29T22:47:02.493Z] DONE 3 tests in 0.009s [2022-07-29T22:47:02.493Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-07-29T22:47:02.493Z] INFO: Testing against a local daemon [2022-07-29T22:47:02.493Z] === RUN TestNetworkCreateDelete [2022-07-29T22:47:02.493Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-07-29T22:47:02.493Z] === RUN TestDockerNetworkDeletePreferID [2022-07-29T22:47:02.493Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2022-07-29T22:47:02.493Z] === RUN TestDaemonDNSFallback [2022-07-29T22:47:04.021Z] --- PASS: TestConfigsUpdate (2.18s) [2022-07-29T22:47:04.021Z] === RUN TestTemplatedConfig [2022-07-29T22:47:05.007Z] --- PASS: TestDaemonDNSFallback (6.34s) [2022-07-29T22:47:05.007Z] === RUN TestInspectNetwork [2022-07-29T22:47:05.783Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-07-29T22:47:06.551Z] --- PASS: TestTemplatedConfig (2.59s) [2022-07-29T22:47:06.551Z] === RUN TestConfigCreateResolve [2022-07-29T22:47:07.687Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-07-29T22:47:07.946Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.92s) [2022-07-29T22:47:07.946Z] PASS [2022-07-29T22:47:07.946Z] [2022-07-29T22:47:07.946Z] DONE 17 tests in 52.729s [2022-07-29T22:47:07.946Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-07-29T22:47:07.946Z] ++ 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-07-29T22:47:07.946Z] ++ set -e [2022-07-29T22:47:07.946Z] ++ '[' -n 0 ']' [2022-07-29T22:47:07.946Z] ++ set -x [2022-07-29T22:47:07.946Z] ++ 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-07-29T22:47:07.946Z] INFO: Testing against a local daemon [2022-07-29T22:47:07.946Z] === RUN TestPluginInvalidJSON [2022-07-29T22:47:07.946Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-07-29T22:47:07.946Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-07-29T22:47:07.946Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-07-29T22:47:07.946Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-07-29T22:47:07.946Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-07-29T22:47:07.946Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-07-29T22:47:07.946Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-07-29T22:47:07.946Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-07-29T22:47:07.946Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-07-29T22:47:07.946Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-07-29T22:47:07.946Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-07-29T22:47:07.946Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-07-29T22:47:07.946Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-07-29T22:47:07.946Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-07-29T22:47:07.946Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-07-29T22:47:07.946Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-07-29T22:47:07.946Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-07-29T22:47:07.946Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-07-29T22:47:07.946Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-07-29T22:47:07.946Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-07-29T22:47:07.946Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-07-29T22:47:07.946Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-07-29T22:47:07.946Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-07-29T22:47:07.946Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-07-29T22:47:07.946Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-07-29T22:47:07.946Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-07-29T22:47:07.946Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-07-29T22:47:07.946Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-07-29T22:47:07.946Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-07-29T22:47:07.946Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-07-29T22:47:07.946Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-07-29T22:47:07.946Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-07-29T22:47:07.946Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-07-29T22:47:07.946Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-07-29T22:47:07.946Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-07-29T22:47:07.946Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-07-29T22:47:07.946Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-07-29T22:47:07.946Z] === RUN TestPluginInstall [2022-07-29T22:47:07.946Z] === RUN TestPluginInstall/no_auth [2022-07-29T22:47:08.205Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-07-29T22:47:08.276Z] === RUN TestInspectNetwork/full_network_id [2022-07-29T22:47:08.276Z] === RUN TestInspectNetwork/partial_network_id [2022-07-29T22:47:08.276Z] === RUN TestInspectNetwork/network_name [2022-07-29T22:47:08.276Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-07-29T22:47:09.083Z] --- PASS: TestConfigCreateResolve (2.18s) [2022-07-29T22:47:09.083Z] PASS [2022-07-29T22:47:09.083Z] [2022-07-29T22:47:09.083Z] DONE 6 tests in 13.718s [2022-07-29T22:47:09.083Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-07-29T22:47:09.083Z] ++ 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-07-29T22:47:09.083Z] ++ set -e [2022-07-29T22:47:09.083Z] ++ '[' -n 0 ']' [2022-07-29T22:47:09.083Z] ++ set -x [2022-07-29T22:47:09.083Z] ++ 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-07-29T22:47:09.083Z] INFO: Testing against a local daemon [2022-07-29T22:47:09.083Z] === RUN TestAttachWithTTY [2022-07-29T22:47:09.083Z] --- PASS: TestAttachWithTTY (0.06s) [2022-07-29T22:47:09.083Z] === RUN TestAttachWithoutTTy [2022-07-29T22:47:09.083Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-07-29T22:47:09.083Z] === RUN TestCheckpoint [2022-07-29T22:47:09.083Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-07-29T22:47:09.083Z] --- SKIP: TestCheckpoint (0.00s) [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/commit [2022-07-29T22:47:09.083Z] === PAUSE TestContainerInvalidJSON/commit [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/containers/create [2022-07-29T22:47:09.083Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-07-29T22:47:09.083Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-07-29T22:47:09.083Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-07-29T22:47:09.083Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-07-29T22:47:09.083Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-07-29T22:47:09.083Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-07-29T22:47:09.083Z] === CONT TestContainerInvalidJSON/commit [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-07-29T22:47:09.083Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-07-29T22:47:09.083Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-07-29T22:47:09.083Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-07-29T22:47:09.083Z] === CONT TestContainerInvalidJSON/containers/create [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-07-29T22:47:09.083Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-07-29T22:47:09.083Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-07-29T22:47:09.083Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-07-29T22:47:09.083Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-07-29T22:47:09.083Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-07-29T22:47:09.083Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-07-29T22:47:09.083Z] === RUN TestCopyFromContainerPathIsNotDir [2022-07-29T22:47:09.083Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-07-29T22:47:09.083Z] === RUN TestCopyToContainerPathDoesNotExist [2022-07-29T22:47:09.083Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-07-29T22:47:09.083Z] === RUN TestCopyEmptyFile [2022-07-29T22:47:09.342Z] --- PASS: TestCopyEmptyFile (0.20s) [2022-07-29T22:47:09.342Z] === RUN TestCopyToContainerPathIsNotDir [2022-07-29T22:47:09.342Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-07-29T22:47:09.342Z] === RUN TestCopyFromContainer [2022-07-29T22:47:10.105Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-07-29T22:47:10.105Z] docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows [2022-07-29T22:47:10.105Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-07-29T22:47:10.276Z] === RUN TestCopyFromContainer// [2022-07-29T22:47:10.363Z] time="2022-07-29T22:47:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-07-29T22:47:10.364Z] time="2022-07-29T22:47:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:614ea99efd9ab817dd537342791acd8c3736a1b108d2241c8f8b60f0ede570a7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-07-29T22:47:10.364Z] time="2022-07-29T22:47:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-07-29T22:47:10.364Z] time="2022-07-29T22:47:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:614ea99efd9ab817dd537342791acd8c3736a1b108d2241c8f8b60f0ede570a7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-07-29T22:47:10.535Z] === RUN TestCopyFromContainer//bar/root [2022-07-29T22:47:10.535Z] === RUN TestCopyFromContainer//bar/root/ [2022-07-29T22:47:10.535Z] === RUN TestCopyFromContainer/bar/quux [2022-07-29T22:47:10.535Z] === RUN TestCopyFromContainer/bar/quux/ [2022-07-29T22:47:10.535Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-07-29T22:47:10.622Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-07-29T22:47:10.622Z] === RUN TestPluginInstall/with_htpasswd [2022-07-29T22:47:10.793Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-07-29T22:47:10.794Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-07-29T22:47:10.794Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-07-29T22:47:10.794Z] === RUN TestCopyFromContainer/bar/notarget [2022-07-29T22:47:11.053Z] --- PASS: TestCopyFromContainer (1.54s) [2022-07-29T22:47:11.053Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-07-29T22:47:11.053Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-07-29T22:47:11.053Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-07-29T22:47:11.053Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2022-07-29T22:47:11.053Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-07-29T22:47:11.053Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-07-29T22:47:11.053Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-07-29T22:47:11.053Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-07-29T22:47:11.053Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-07-29T22:47:11.053Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-07-29T22:47:11.053Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-07-29T22:47:11.053Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-07-29T22:47:11.053Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-07-29T22:47:11.053Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-07-29T22:47:11.053Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-07-29T22:47:11.053Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-07-29T22:47:11.053Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-07-29T22:47:11.053Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-07-29T22:47:11.053Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-07-29T22:47:11.053Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-07-29T22:47:11.053Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-07-29T22:47:11.053Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-07-29T22:47:11.053Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-07-29T22:47:11.053Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-07-29T22:47:11.053Z] === RUN TestCreateLinkToNonExistingContainer [2022-07-29T22:47:11.053Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-07-29T22:47:11.053Z] === RUN TestCreateWithInvalidEnv [2022-07-29T22:47:11.053Z] === RUN TestCreateWithInvalidEnv/0 [2022-07-29T22:47:11.053Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-07-29T22:47:11.053Z] === RUN TestCreateWithInvalidEnv/1 [2022-07-29T22:47:11.053Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-07-29T22:47:11.053Z] === RUN TestCreateWithInvalidEnv/2 [2022-07-29T22:47:11.053Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-07-29T22:47:11.053Z] === CONT TestCreateWithInvalidEnv/0 [2022-07-29T22:47:11.053Z] === CONT TestCreateWithInvalidEnv/2 [2022-07-29T22:47:11.053Z] === CONT TestCreateWithInvalidEnv/1 [2022-07-29T22:47:11.053Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-07-29T22:47:11.053Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-07-29T22:47:11.053Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-07-29T22:47:11.053Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-07-29T22:47:11.053Z] === RUN TestCreateTmpfsMountsTarget [2022-07-29T22:47:11.053Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-07-29T22:47:11.053Z] === RUN TestCreateWithCustomMaskedPaths [2022-07-29T22:47:11.191Z] time="2022-07-29T22:47:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-07-29T22:47:11.191Z] time="2022-07-29T22:47:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3c2c3a5117b4124185a83943de690aa0c892ce8f04eea5e6eb5a8f6f9f341351" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-07-29T22:47:11.191Z] time="2022-07-29T22:47:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-07-29T22:47:11.191Z] time="2022-07-29T22:47:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3c2c3a5117b4124185a83943de690aa0c892ce8f04eea5e6eb5a8f6f9f341351" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-07-29T22:47:11.757Z] === RUN TestPluginInstall/with_insecure [2022-07-29T22:47:12.430Z] --- PASS: TestCreateWithCustomMaskedPaths (1.27s) [2022-07-29T22:47:12.430Z] === RUN TestCreateWithCustomReadonlyPaths [2022-07-29T22:47:12.440Z] --- PASS: TestInspectNetwork (7.21s) [2022-07-29T22:47:12.440Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-07-29T22:47:12.440Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-07-29T22:47:12.440Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-07-29T22:47:12.440Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-07-29T22:47:12.440Z] === RUN TestRunContainerWithBridgeNone [2022-07-29T22:47:12.693Z] time="2022-07-29T22:47:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-07-29T22:47:12.693Z] time="2022-07-29T22:47:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e613b8d17ae7c11b5b4668412b8dd3064d7b7a8de6dc8d4bf65ae01b6a495b3e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-07-29T22:47:12.693Z] time="2022-07-29T22:47:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-07-29T22:47:12.693Z] time="2022-07-29T22:47:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e613b8d17ae7c11b5b4668412b8dd3064d7b7a8de6dc8d4bf65ae01b6a495b3e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-07-29T22:47:13.260Z] plugin_test.go:196: [d1f197d7bdb9c] daemon is not started [2022-07-29T22:47:13.260Z] --- PASS: TestPluginInstall (5.10s) [2022-07-29T22:47:13.260Z] --- PASS: TestPluginInstall/no_auth (2.61s) [2022-07-29T22:47:13.260Z] --- PASS: TestPluginInstall/with_htpasswd (0.97s) [2022-07-29T22:47:13.260Z] --- PASS: TestPluginInstall/with_insecure (1.52s) [2022-07-29T22:47:13.260Z] === RUN TestPluginsWithRuntimes [2022-07-29T22:47:13.805Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.23s) [2022-07-29T22:47:13.805Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-07-29T22:47:13.805Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-07-29T22:47:13.805Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-07-29T22:47:13.805Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-07-29T22:47:13.805Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-07-29T22:47:13.805Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-07-29T22:47:13.805Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-07-29T22:47:13.805Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-07-29T22:47:13.805Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-07-29T22:47:13.805Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-07-29T22:47:13.805Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-07-29T22:47:13.805Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-07-29T22:47:13.805Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-07-29T22:47:13.805Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-07-29T22:47:13.805Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-07-29T22:47:13.805Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-07-29T22:47:13.805Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-07-29T22:47:13.805Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-07-29T22:47:13.805Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-07-29T22:47:13.805Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-07-29T22:47:13.805Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-07-29T22:47:13.805Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-07-29T22:47:13.805Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-07-29T22:47:13.806Z] --- PASS: TestRunContainerWithBridgeNone (1.61s) [2022-07-29T22:47:13.806Z] === RUN TestNetworkInvalidJSON [2022-07-29T22:47:13.806Z] === RUN TestNetworkInvalidJSON/networks/create [2022-07-29T22:47:13.806Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-07-29T22:47:13.806Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-07-29T22:47:13.806Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-07-29T22:47:13.806Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-07-29T22:47:13.806Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-07-29T22:47:13.806Z] === CONT TestNetworkInvalidJSON/networks/create [2022-07-29T22:47:13.806Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-07-29T22:47:13.806Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-07-29T22:47:13.806Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-07-29T22:47:13.806Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-07-29T22:47:13.806Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-07-29T22:47:13.806Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-07-29T22:47:13.806Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-07-29T22:47:13.806Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-07-29T22:47:13.806Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-07-29T22:47:13.806Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-07-29T22:47:13.806Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-07-29T22:47:13.806Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-07-29T22:47:13.806Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-07-29T22:47:13.806Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-07-29T22:47:13.806Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-07-29T22:47:13.806Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-07-29T22:47:13.806Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-07-29T22:47:13.806Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-07-29T22:47:13.806Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-07-29T22:47:13.806Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-07-29T22:47:13.807Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-07-29T22:47:13.807Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-07-29T22:47:13.807Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-07-29T22:47:13.807Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-07-29T22:47:13.807Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-07-29T22:47:13.807Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-07-29T22:47:13.807Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-07-29T22:47:13.807Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-07-29T22:47:13.807Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-07-29T22:47:13.807Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-07-29T22:47:13.807Z] === RUN TestNetworkList [2022-07-29T22:47:13.807Z] === RUN TestNetworkList//networks [2022-07-29T22:47:13.807Z] === PAUSE TestNetworkList//networks [2022-07-29T22:47:13.807Z] === RUN TestNetworkList//networks/ [2022-07-29T22:47:13.807Z] === PAUSE TestNetworkList//networks/ [2022-07-29T22:47:13.807Z] === CONT TestNetworkList//networks [2022-07-29T22:47:13.807Z] === CONT TestNetworkList//networks/ [2022-07-29T22:47:13.807Z] --- PASS: TestNetworkList (0.01s) [2022-07-29T22:47:13.807Z] --- PASS: TestNetworkList//networks (0.00s) [2022-07-29T22:47:13.807Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-07-29T22:47:13.807Z] === RUN TestHostIPv4BridgeLabel [2022-07-29T22:47:14.063Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2022-07-29T22:47:14.063Z] === RUN TestCreateDifferentPlatform [2022-07-29T22:47:14.063Z] === RUN TestCreateDifferentPlatform/different_os [2022-07-29T22:47:14.063Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-07-29T22:47:14.063Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-07-29T22:47:14.063Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-07-29T22:47:14.063Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-07-29T22:47:14.063Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-07-29T22:47:14.063Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-07-29T22:47:14.063Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-07-29T22:47:14.063Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-07-29T22:47:14.063Z] === RUN TestCreateInvalidHostConfig [2022-07-29T22:47:14.063Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-07-29T22:47:14.063Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-07-29T22:47:14.063Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-07-29T22:47:14.063Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-07-29T22:47:14.063Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-07-29T22:47:14.063Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-07-29T22:47:14.063Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-07-29T22:47:14.063Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-07-29T22:47:14.063Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-07-29T22:47:14.063Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-07-29T22:47:14.063Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-07-29T22:47:14.063Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-07-29T22:47:14.063Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-07-29T22:47:14.063Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-07-29T22:47:14.063Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-07-29T22:47:14.063Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-07-29T22:47:14.063Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-07-29T22:47:14.063Z] === RUN TestContainerStartOnDaemonRestart [2022-07-29T22:47:14.063Z] === PAUSE TestContainerStartOnDaemonRestart [2022-07-29T22:47:14.063Z] === RUN TestDaemonRestartIpcMode [2022-07-29T22:47:14.063Z] === PAUSE TestDaemonRestartIpcMode [2022-07-29T22:47:14.063Z] === RUN TestDaemonHostGatewayIP [2022-07-29T22:47:14.063Z] === PAUSE TestDaemonHostGatewayIP [2022-07-29T22:47:14.063Z] === RUN TestRestartDaemonWithRestartingContainer [2022-07-29T22:47:14.063Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-07-29T22:47:14.063Z] === RUN TestContainerKillOnDaemonStart [2022-07-29T22:47:14.063Z] === PAUSE TestContainerKillOnDaemonStart [2022-07-29T22:47:14.063Z] === RUN TestDiff [2022-07-29T22:47:14.064Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2022-07-29T22:47:14.064Z] === RUN TestDaemonRestartWithLiveRestore [2022-07-29T22:47:14.629Z] --- PASS: TestDiff (0.43s) [2022-07-29T22:47:14.629Z] === RUN TestExecConsoleSize [2022-07-29T22:47:14.887Z] --- PASS: TestExecConsoleSize (0.45s) [2022-07-29T22:47:14.887Z] === RUN TestExecWithCloseStdin [2022-07-29T22:47:15.168Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-07-29T22:47:15.168Z] === RUN TestPluginsWithRuntimes/No_Args [2022-07-29T22:47:15.168Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-07-29T22:47:15.428Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-07-29T22:47:15.428Z] === RUN TestDaemonDefaultNetworkPools [2022-07-29T22:47:15.453Z] --- PASS: TestExecWithCloseStdin (0.51s) [2022-07-29T22:47:15.453Z] === RUN TestExec [2022-07-29T22:47:15.912Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-07-29T22:47:15.991Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2022-07-29T22:47:15.991Z] === RUN TestDaemonRestartWithExistingNetwork [2022-07-29T22:47:16.019Z] --- PASS: TestExec (0.49s) [2022-07-29T22:47:16.019Z] === RUN TestExecUser [2022-07-29T22:47:16.102Z] === RUN TestPluginsWithRuntimes/With_Args [2022-07-29T22:47:16.585Z] --- PASS: TestExecUser (0.50s) [2022-07-29T22:47:16.585Z] === RUN TestExportContainerAndImportImage [2022-07-29T22:47:17.039Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-07-29T22:47:17.039Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-07-29T22:47:17.151Z] --- PASS: TestExportContainerAndImportImage (0.60s) [2022-07-29T22:47:17.151Z] === RUN TestExportContainerAfterDaemonRestart [2022-07-29T22:47:17.297Z] --- PASS: TestPluginsWithRuntimes (4.25s) [2022-07-29T22:47:17.297Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.10s) [2022-07-29T22:47:17.297Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.07s) [2022-07-29T22:47:17.297Z] === RUN TestPluginBackCompatMediaTypes [2022-07-29T22:47:17.355Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-07-29T22:47:17.355Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-07-29T22:47:18.231Z] --- PASS: TestPluginBackCompatMediaTypes (0.75s) [2022-07-29T22:47:18.231Z] PASS [2022-07-29T22:47:18.231Z] [2022-07-29T22:47:18.231Z] DONE 24 tests in 10.309s [2022-07-29T22:47:18.231Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-07-29T22:47:18.231Z] ++ 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-07-29T22:47:18.231Z] ++ set -e [2022-07-29T22:47:18.231Z] ++ '[' -n 0 ']' [2022-07-29T22:47:18.231Z] ++ set -x [2022-07-29T22:47:18.231Z] ++ 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-07-29T22:47:18.231Z] INFO: Testing against a local daemon [2022-07-29T22:47:18.231Z] === RUN TestExternalGraphDriver [2022-07-29T22:47:18.282Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-07-29T22:47:18.282Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-07-29T22:47:18.525Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s) [2022-07-29T22:47:18.525Z] === RUN TestHealthCheckWorkdir [2022-07-29T22:47:18.800Z] === RUN TestExternalGraphDriver/json [2022-07-29T22:47:18.800Z] === RUN TestDockerSuite/TestBuildNetNone [2022-07-29T22:47:18.844Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-07-29T22:47:18.844Z] === RUN TestServiceWithPredefinedNetwork [2022-07-29T22:47:19.058Z] === RUN TestDockerSuite/TestBuildNoContext [2022-07-29T22:47:19.091Z] --- PASS: TestHealthCheckWorkdir (0.64s) [2022-07-29T22:47:19.092Z] === RUN TestHealthKillContainer [2022-07-29T22:47:20.433Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-07-29T22:47:20.433Z] === RUN TestExternalGraphDriver/spec [2022-07-29T22:47:20.999Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-07-29T22:47:21.360Z] --- PASS: TestServiceWithPredefinedNetwork (2.27s) [2022-07-29T22:47:21.360Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-07-29T22:47:21.360Z] service_test.go:243: FLAKY_TEST [2022-07-29T22:47:21.360Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-07-29T22:47:21.360Z] === RUN TestServiceWithDataPathPortInit [2022-07-29T22:47:22.374Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-07-29T22:47:22.374Z] === RUN TestExternalGraphDriver/pull [2022-07-29T22:47:22.632Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-07-29T22:47:22.632Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-07-29T22:47:23.199Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-07-29T22:47:23.390Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-07-29T22:47:23.765Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-07-29T22:47:24.333Z] --- PASS: TestExternalGraphDriver (5.90s) [2022-07-29T22:47:24.333Z] --- PASS: TestExternalGraphDriver/json (1.83s) [2022-07-29T22:47:24.333Z] --- PASS: TestExternalGraphDriver/spec (1.83s) [2022-07-29T22:47:24.333Z] --- PASS: TestExternalGraphDriver/pull (1.88s) [2022-07-29T22:47:24.333Z] === RUN TestGraphdriverPluginV2 [2022-07-29T22:47:24.333Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-07-29T22:47:25.707Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-07-29T22:47:27.198Z] --- PASS: TestHealthKillContainer (7.89s) [2022-07-29T22:47:27.198Z] === RUN TestInspectCpusetInConfigPre120 [2022-07-29T22:47:27.198Z] --- PASS: TestInspectCpusetInConfigPre120 (0.39s) [2022-07-29T22:47:27.198Z] === RUN TestIpcModeNone [2022-07-29T22:47:27.608Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-07-29T22:47:27.764Z] --- PASS: TestIpcModeNone (0.51s) [2022-07-29T22:47:27.764Z] === RUN TestIpcModePrivate [2022-07-29T22:47:28.025Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false [2022-07-29T22:47:28.287Z] --- PASS: TestIpcModePrivate (0.49s) [2022-07-29T22:47:28.287Z] === RUN TestIpcModeShareable [2022-07-29T22:47:28.546Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:69, shared: true, mustBeShared: true [2022-07-29T22:47:28.649Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-07-29T22:47:28.805Z] --- PASS: TestIpcModeShareable (0.47s) [2022-07-29T22:47:28.805Z] === RUN TestAPIIpcModeShareableAndContainer [2022-07-29T22:47:28.981Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-07-29T22:47:28.981Z] --- PASS: TestGraphdriverPluginV2 (4.69s) [2022-07-29T22:47:28.981Z] PASS [2022-07-29T22:47:28.981Z] [2022-07-29T22:47:28.981Z] DONE 5 tests in 10.719s [2022-07-29T22:47:28.981Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-07-29T22:47:28.981Z] ++ 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-07-29T22:47:28.981Z] ++ set -e [2022-07-29T22:47:28.981Z] ++ '[' -n 0 ']' [2022-07-29T22:47:28.981Z] ++ set -x [2022-07-29T22:47:28.981Z] ++ 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-07-29T22:47:28.981Z] INFO: Testing against a local daemon [2022-07-29T22:47:28.981Z] === RUN TestContinueAfterPluginCrash [2022-07-29T22:47:28.981Z] === PAUSE TestContinueAfterPluginCrash [2022-07-29T22:47:28.981Z] === RUN TestReadPluginNoRead [2022-07-29T22:47:28.981Z] === PAUSE TestReadPluginNoRead [2022-07-29T22:47:28.981Z] === RUN TestDaemonStartWithLogOpt [2022-07-29T22:47:28.981Z] === PAUSE TestDaemonStartWithLogOpt [2022-07-29T22:47:28.981Z] === CONT TestContinueAfterPluginCrash [2022-07-29T22:47:28.981Z] === CONT TestDaemonStartWithLogOpt [2022-07-29T22:47:30.180Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.47s) [2022-07-29T22:47:30.180Z] === RUN TestAPIIpcModeHost [2022-07-29T22:47:30.747Z] --- PASS: TestAPIIpcModeHost (0.38s) [2022-07-29T22:47:30.747Z] === RUN TestDaemonIpcModeShareable [2022-07-29T22:47:30.884Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-07-29T22:47:31.680Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-07-29T22:47:31.680Z] --- PASS: TestDaemonIpcModeShareable (1.13s) [2022-07-29T22:47:31.680Z] === RUN TestDaemonIpcModePrivate [2022-07-29T22:47:32.262Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-07-29T22:47:33.056Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-07-29T22:47:33.056Z] --- PASS: TestDaemonIpcModePrivate (1.14s) [2022-07-29T22:47:33.056Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-07-29T22:47:33.197Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-07-29T22:47:33.456Z] --- PASS: TestDaemonStartWithLogOpt (4.37s) [2022-07-29T22:47:33.456Z] === CONT TestReadPluginNoRead [2022-07-29T22:47:33.991Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-07-29T22:47:34.249Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.23s) [2022-07-29T22:47:34.249Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-07-29T22:47:35.185Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-07-29T22:47:35.185Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.12s) [2022-07-29T22:47:35.185Z] === RUN TestIpcModeOlderClient [2022-07-29T22:47:35.185Z] === PAUSE TestIpcModeOlderClient [2022-07-29T22:47:35.185Z] === RUN TestKillContainerInvalidSignal [2022-07-29T22:47:35.357Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-07-29T22:47:35.752Z] --- PASS: TestKillContainerInvalidSignal (0.43s) [2022-07-29T22:47:35.752Z] === RUN TestKillContainer [2022-07-29T22:47:35.752Z] === RUN TestKillContainer/no_signal [2022-07-29T22:47:36.010Z] === RUN TestKillContainer/non_killing_signal [2022-07-29T22:47:36.199Z] --- PASS: TestServiceWithDataPathPortInit (14.08s) [2022-07-29T22:47:36.199Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-07-29T22:47:36.269Z] === RUN TestKillContainer/killing_signal [2022-07-29T22:47:36.294Z] === RUN TestDockerSuite/TestBuildPATH [2022-07-29T22:47:36.554Z] === RUN TestReadPluginNoRead/default [2022-07-29T22:47:37.239Z] --- PASS: TestKillContainer (1.30s) [2022-07-29T22:47:37.239Z] --- PASS: TestKillContainer/no_signal (0.38s) [2022-07-29T22:47:37.239Z] --- PASS: TestKillContainer/non_killing_signal (0.29s) [2022-07-29T22:47:37.239Z] --- PASS: TestKillContainer/killing_signal (0.45s) [2022-07-29T22:47:37.239Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-07-29T22:47:37.239Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-07-29T22:47:37.502Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-07-29T22:47:38.089Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:oghnfbuocsngttmabl2mrnjwj Created:2022-07-29 22:47:36.497711485 +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[ecd04f6e8aec65875ff99bc93fa20de239e2db9a1a4aa64c17e1aa2fff9913c0:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.znfaae1qinnwdf7g77e0l3g25 EndpointID:f2fe839d3ff4e7e4d1564281fd46559fb31dcc9144ed822b89786f6d293eadde MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:bd63ca305dc59ea490a7f7e4e646d04af98fc152017f60b1287a0f942bdde4d2 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:967b63107749 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.znfaae1qinnwdf7g77e0l3g25 EndpointID:f2fe839d3ff4e7e4d1564281fd46559fb31dcc9144ed822b89786f6d293eadde EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-07-29T22:47:38.438Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.23s) [2022-07-29T22:47:38.438Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2022-07-29T22:47:38.438Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.65s) [2022-07-29T22:47:38.438Z] === RUN TestKillStoppedContainer [2022-07-29T22:47:38.438Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-07-29T22:47:38.438Z] === RUN TestKillStoppedContainerAPIPre120 [2022-07-29T22:47:38.438Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-07-29T22:47:38.438Z] === RUN TestKillDifferentUserContainer [2022-07-29T22:47:38.462Z] === RUN TestReadPluginNoRead/disabled_caching [2022-07-29T22:47:38.697Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2022-07-29T22:47:38.697Z] === RUN TestInspectOomKilledTrue [2022-07-29T22:47:38.732Z] --- PASS: TestContinueAfterPluginCrash (9.72s) [2022-07-29T22:47:39.264Z] --- PASS: TestInspectOomKilledTrue (0.51s) [2022-07-29T22:47:39.264Z] === RUN TestInspectOomKilledFalse [2022-07-29T22:47:39.313Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-07-29T22:47:39.522Z] --- PASS: TestInspectOomKilledFalse (0.39s) [2022-07-29T22:47:39.522Z] === RUN TestLinksEtcHostsContentMatch [2022-07-29T22:47:39.879Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-07-29T22:47:40.089Z] --- PASS: TestLinksEtcHostsContentMatch (0.28s) [2022-07-29T22:47:40.089Z] === RUN TestLinksContainerNames [2022-07-29T22:47:40.136Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-07-29T22:47:40.394Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-07-29T22:47:40.655Z] --- PASS: TestLinksContainerNames (0.86s) [2022-07-29T22:47:40.655Z] === RUN TestLogsFollowTailEmpty [2022-07-29T22:47:40.960Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-07-29T22:47:41.222Z] --- PASS: TestLogsFollowTailEmpty (0.43s) [2022-07-29T22:47:41.222Z] === RUN TestLogs [2022-07-29T22:47:41.222Z] === RUN TestLogs/driver_local [2022-07-29T22:47:41.222Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-07-29T22:47:41.222Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-07-29T22:47:41.222Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-07-29T22:47:41.222Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-07-29T22:47:41.222Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-07-29T22:47:41.222Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-07-29T22:47:41.222Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-07-29T22:47:41.222Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-07-29T22:47:41.222Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-07-29T22:47:41.222Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-07-29T22:47:41.222Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-07-29T22:47:41.222Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-07-29T22:47:41.222Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-07-29T22:47:41.222Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-07-29T22:47:42.157Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-07-29T22:47:42.157Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-07-29T22:47:42.256Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.99s) [2022-07-29T22:47:42.256Z] PASS [2022-07-29T22:47:42.256Z] [2022-07-29T22:47:42.256Z] === Skipped [2022-07-29T22:47:42.256Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-07-29T22:47:42.256Z] service_test.go:243: FLAKY_TEST [2022-07-29T22:47:42.256Z] [2022-07-29T22:47:42.256Z] DONE 38 tests, 1 skipped in 44.289s [2022-07-29T22:47:42.256Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-07-29T22:47:42.256Z] INFO: Testing against a local daemon [2022-07-29T22:47:42.256Z] === RUN TestDockerNetworkIpvlanPersistance [2022-07-29T22:47:42.256Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-07-29T22:47:42.256Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-07-29T22:47:42.256Z] === RUN TestDockerNetworkIpvlan [2022-07-29T22:47:42.256Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-07-29T22:47:42.256Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-07-29T22:47:42.256Z] PASS [2022-07-29T22:47:42.256Z] [2022-07-29T22:47:42.256Z] === Skipped [2022-07-29T22:47:42.256Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-07-29T22:47:42.256Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-07-29T22:47:42.256Z] [2022-07-29T22:47:42.256Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-07-29T22:47:42.256Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-07-29T22:47:42.256Z] [2022-07-29T22:47:42.256Z] DONE 2 tests, 2 skipped in 0.023s [2022-07-29T22:47:42.256Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-07-29T22:47:42.256Z] INFO: Testing against a local daemon [2022-07-29T22:47:42.256Z] === RUN TestDockerNetworkMacvlanPersistance [2022-07-29T22:47:42.335Z] === CONT TestReadPluginNoRead [2022-07-29T22:47:42.335Z] read_test.go:92: [ddfb7a083e9af] daemon is not started [2022-07-29T22:47:42.335Z] --- PASS: TestReadPluginNoRead (8.85s) [2022-07-29T22:47:42.335Z] --- PASS: TestReadPluginNoRead/default (1.94s) [2022-07-29T22:47:42.335Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.07s) [2022-07-29T22:47:42.335Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.86s) [2022-07-29T22:47:42.335Z] PASS [2022-07-29T22:47:42.335Z] [2022-07-29T22:47:42.335Z] DONE 6 tests in 13.362s [2022-07-29T22:47:42.335Z] 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-07-29T22:47:42.335Z] ++ 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-07-29T22:47:42.335Z] ++ set -e [2022-07-29T22:47:42.335Z] ++ '[' -n 0 ']' [2022-07-29T22:47:42.335Z] ++ set -x [2022-07-29T22:47:42.335Z] ++ 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-07-29T22:47:42.335Z] testing: warning: no tests to run [2022-07-29T22:47:42.335Z] PASS [2022-07-29T22:47:42.335Z] [2022-07-29T22:47:42.335Z] DONE 0 tests in 0.054s [2022-07-29T22:47:42.335Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-07-29T22:47:42.335Z] ++ 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-07-29T22:47:42.335Z] ++ set -e [2022-07-29T22:47:42.335Z] ++ '[' -n 0 ']' [2022-07-29T22:47:42.335Z] ++ set -x [2022-07-29T22:47:42.335Z] ++ 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-07-29T22:47:42.594Z] docker_api_swarm_node_test.go:20: [d571ace288e74] joining swarm manager [d61730fc199a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:47:42.594Z] INFO: Testing against a local daemon [2022-07-29T22:47:42.594Z] === RUN TestPluginWithDevMounts [2022-07-29T22:47:42.594Z] === PAUSE TestPluginWithDevMounts [2022-07-29T22:47:42.594Z] === CONT TestPluginWithDevMounts [2022-07-29T22:47:42.723Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-07-29T22:47:42.723Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-07-29T22:47:43.289Z] === RUN TestLogs/driver_json-file [2022-07-29T22:47:43.289Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-07-29T22:47:43.289Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-07-29T22:47:43.289Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-07-29T22:47:43.289Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-07-29T22:47:43.289Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-07-29T22:47:43.289Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-07-29T22:47:43.289Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-07-29T22:47:43.289Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-07-29T22:47:43.290Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-07-29T22:47:43.290Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-07-29T22:47:43.290Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-07-29T22:47:43.290Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-07-29T22:47:43.290Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-07-29T22:47:43.290Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-07-29T22:47:43.621Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.33s) [2022-07-29T22:47:43.621Z] === RUN TestDockerNetworkMacvlan [2022-07-29T22:47:43.855Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-07-29T22:47:43.855Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-07-29T22:47:43.969Z] docker_api_swarm_node_test.go:21: [dd4b665b414b3] joining swarm manager [d61730fc199a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T22:47:44.183Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-07-29T22:47:44.422Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-07-29T22:47:44.422Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-07-29T22:47:44.536Z] --- PASS: TestPluginWithDevMounts (1.90s) [2022-07-29T22:47:44.536Z] PASS [2022-07-29T22:47:44.536Z] [2022-07-29T22:47:44.536Z] DONE 1 tests in 2.031s [2022-07-29T22:47:44.536Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-07-29T22:47:44.536Z] ++ 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-07-29T22:47:44.536Z] ++ set -e [2022-07-29T22:47:44.536Z] ++ '[' -n 0 ']' [2022-07-29T22:47:44.536Z] ++ set -x [2022-07-29T22:47:44.536Z] ++ 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-07-29T22:47:44.536Z] INFO: Testing against a local daemon [2022-07-29T22:47:44.536Z] === RUN TestSecretInspect [2022-07-29T22:47:44.988Z] --- PASS: TestLogs (3.65s) [2022-07-29T22:47:44.988Z] --- PASS: TestLogs/driver_local (0.01s) [2022-07-29T22:47:44.988Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.70s) [2022-07-29T22:47:44.988Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.73s) [2022-07-29T22:47:44.988Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.66s) [2022-07-29T22:47:44.988Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.72s) [2022-07-29T22:47:44.988Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.47s) [2022-07-29T22:47:44.988Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.53s) [2022-07-29T22:47:44.988Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-07-29T22:47:44.988Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.72s) [2022-07-29T22:47:44.989Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.76s) [2022-07-29T22:47:44.989Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.47s) [2022-07-29T22:47:44.989Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.47s) [2022-07-29T22:47:44.989Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.45s) [2022-07-29T22:47:44.989Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.47s) [2022-07-29T22:47:44.989Z] === RUN TestContainerNetworkMountsNoChown [2022-07-29T22:47:45.113Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-07-29T22:47:45.177Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-07-29T22:47:45.247Z] --- PASS: TestContainerNetworkMountsNoChown (0.43s) [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/default [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/default [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/private [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/private [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/rprivate [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/rprivate [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/slave [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/slave [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/rslave [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/rslave [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/shared [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/shared [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/rshared [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/rshared [2022-07-29T22:47:45.247Z] === CONT TestMountDaemonRoot/default [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/default/bind_root [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/default/mount_root [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-07-29T22:47:45.247Z] === CONT TestMountDaemonRoot/rslave [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-07-29T22:47:45.247Z] === CONT TestMountDaemonRoot/rshared [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-07-29T22:47:45.247Z] === CONT TestMountDaemonRoot/shared [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-07-29T22:47:45.247Z] === CONT TestMountDaemonRoot/rprivate [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-07-29T22:47:45.247Z] === CONT TestMountDaemonRoot/slave [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-07-29T22:47:45.247Z] === CONT TestMountDaemonRoot/private [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/private/bind_root [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/private/mount_root [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-07-29T22:47:45.247Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-07-29T22:47:45.247Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-07-29T22:47:45.247Z] === CONT TestMountDaemonRoot/default/bind_root [2022-07-29T22:47:45.247Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-07-29T22:47:45.247Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-07-29T22:47:45.247Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-07-29T22:47:45.506Z] === CONT TestMountDaemonRoot/default/mount_root [2022-07-29T22:47:45.506Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-07-29T22:47:45.506Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-07-29T22:47:45.506Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-07-29T22:47:45.506Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-07-29T22:47:45.506Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-07-29T22:47:45.506Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-07-29T22:47:45.506Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-07-29T22:47:45.506Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-07-29T22:47:45.506Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-07-29T22:47:45.506Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-07-29T22:47:45.506Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-07-29T22:47:45.506Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-07-29T22:47:45.506Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-07-29T22:47:45.506Z] === CONT TestMountDaemonRoot/private/bind_root [2022-07-29T22:47:45.506Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-07-29T22:47:45.675Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-07-29T22:47:45.764Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-07-29T22:47:45.764Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-07-29T22:47:45.764Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-07-29T22:47:45.764Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-07-29T22:47:45.764Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-07-29T22:47:45.764Z] === CONT TestMountDaemonRoot/private/mount_root [2022-07-29T22:47:45.764Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-07-29T22:47:45.764Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-07-29T22:47:45.764Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-07-29T22:47:45.764Z] === RUN TestContainerBindMountNonRecursive [2022-07-29T22:47:47.138Z] --- PASS: TestContainerBindMountNonRecursive (1.28s) [2022-07-29T22:47:47.138Z] === RUN TestContainerVolumesMountedAsShared [2022-07-29T22:47:47.396Z] --- PASS: TestContainerVolumesMountedAsShared (0.42s) [2022-07-29T22:47:47.396Z] === RUN TestContainerVolumesMountedAsSlave [2022-07-29T22:47:47.566Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-07-29T22:47:47.655Z] --- PASS: TestContainerVolumesMountedAsSlave (0.31s) [2022-07-29T22:47:47.655Z] === RUN TestNetworkNat [2022-07-29T22:47:47.818Z] --- PASS: TestSecretInspect (2.61s) [2022-07-29T22:47:47.819Z] === RUN TestSecretList [2022-07-29T22:47:48.221Z] --- PASS: TestNetworkNat (0.45s) [2022-07-29T22:47:48.221Z] === RUN TestNetworkLocalhostTCPNat [2022-07-29T22:47:48.755Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-07-29T22:47:48.787Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2022-07-29T22:47:48.787Z] === RUN TestNetworkLoopbackNat [2022-07-29T22:47:49.456Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-07-29T22:47:49.690Z] --- PASS: TestSecretList (2.48s) [2022-07-29T22:47:49.690Z] === RUN TestSecretsCreateAndDelete [2022-07-29T22:47:51.315Z] --- PASS: TestNetworkLoopbackNat (2.55s) [2022-07-29T22:47:51.315Z] === RUN TestPause [2022-07-29T22:47:51.574Z] --- PASS: TestPause (0.46s) [2022-07-29T22:47:51.574Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-07-29T22:47:51.574Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-07-29T22:47:51.574Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-07-29T22:47:51.574Z] === RUN TestPauseStopPausedContainer [2022-07-29T22:47:51.592Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-07-29T22:47:52.144Z] --- PASS: TestPauseStopPausedContainer (0.45s) [2022-07-29T22:47:52.144Z] === RUN TestPidHost [2022-07-29T22:47:52.529Z] --- PASS: TestSecretsCreateAndDelete (2.64s) [2022-07-29T22:47:52.529Z] === RUN TestSecretsUpdate [2022-07-29T22:47:52.770Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-07-29T22:47:53.079Z] --- PASS: TestPidHost (0.96s) [2022-07-29T22:47:53.079Z] === RUN TestPsFilter [2022-07-29T22:47:53.079Z] --- PASS: TestPsFilter (0.10s) [2022-07-29T22:47:53.079Z] === RUN TestRemoveContainerWithRemovedVolume [2022-07-29T22:47:53.462Z] === RUN TestDockerSuite/TestBuildRm [2022-07-29T22:47:53.645Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s) [2022-07-29T22:47:53.645Z] === RUN TestRemoveContainerWithVolume [2022-07-29T22:47:53.699Z] --- PASS: TestDockerNetworkMacvlan (9.90s) [2022-07-29T22:47:53.699Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-07-29T22:47:53.699Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-07-29T22:47:53.699Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.89s) [2022-07-29T22:47:53.699Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.88s) [2022-07-29T22:47:53.699Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.18s) [2022-07-29T22:47:53.699Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.63s) [2022-07-29T22:47:53.699Z] PASS [2022-07-29T22:47:53.699Z] [2022-07-29T22:47:53.699Z] DONE 8 tests in 11.244s [2022-07-29T22:47:53.699Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-07-29T22:47:53.699Z] testing: warning: no tests to run [2022-07-29T22:47:53.699Z] PASS [2022-07-29T22:47:53.699Z] [2022-07-29T22:47:53.699Z] DONE 0 tests in 0.007s [2022-07-29T22:47:53.699Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-07-29T22:47:53.699Z] INFO: Testing against a local daemon [2022-07-29T22:47:53.699Z] === RUN TestAuthZPluginAllowRequest [2022-07-29T22:47:53.903Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2022-07-29T22:47:53.903Z] === RUN TestRemoveContainerRunning [2022-07-29T22:47:54.400Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-07-29T22:47:54.470Z] --- PASS: TestRemoveContainerRunning (0.44s) [2022-07-29T22:47:54.470Z] === RUN TestRemoveContainerForceRemoveRunning [2022-07-29T22:47:54.728Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) [2022-07-29T22:47:54.728Z] === RUN TestRemoveInvalidContainer [2022-07-29T22:47:54.728Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-07-29T22:47:54.728Z] === RUN TestRenameLinkedContainer [2022-07-29T22:47:54.966Z] --- PASS: TestSecretsUpdate (2.69s) [2022-07-29T22:47:54.966Z] === RUN TestTemplatedSecret [2022-07-29T22:47:54.995Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-07-29T22:47:55.065Z] --- PASS: TestAuthZPluginAllowRequest (1.22s) [2022-07-29T22:47:55.065Z] === RUN TestAuthZPluginTLS [2022-07-29T22:47:55.321Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-07-29T22:47:55.321Z] === RUN TestAuthZPluginDenyRequest [2022-07-29T22:47:55.882Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-07-29T22:47:55.882Z] === RUN TestAuthZPluginAPIDenyResponse [2022-07-29T22:47:55.900Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-07-29T22:47:56.444Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-07-29T22:47:56.445Z] === RUN TestAuthZPluginDenyResponse [2022-07-29T22:47:56.628Z] --- PASS: TestRenameLinkedContainer (1.74s) [2022-07-29T22:47:56.628Z] === RUN TestRenameStoppedContainer [2022-07-29T22:47:56.761Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-07-29T22:47:56.886Z] --- PASS: TestRenameStoppedContainer (0.40s) [2022-07-29T22:47:56.886Z] === RUN TestRenameRunningContainerAndReuse [2022-07-29T22:47:57.007Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-07-29T22:47:57.007Z] === RUN TestAuthZPluginAllowEventStream [2022-07-29T22:47:57.276Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-07-29T22:47:57.822Z] --- PASS: TestRenameRunningContainerAndReuse (0.85s) [2022-07-29T22:47:57.822Z] === RUN TestRenameInvalidName [2022-07-29T22:47:58.373Z] --- PASS: TestAuthZPluginAllowEventStream (1.18s) [2022-07-29T22:47:58.373Z] === RUN TestAuthZPluginErrorResponse [2022-07-29T22:47:58.390Z] --- PASS: TestRenameInvalidName (0.41s) [2022-07-29T22:47:58.390Z] === RUN TestRenameAnonymousContainer [2022-07-29T22:47:58.629Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-07-29T22:47:58.629Z] === RUN TestAuthZPluginErrorRequest [2022-07-29T22:47:58.655Z] --- PASS: TestTemplatedSecret (3.53s) [2022-07-29T22:47:58.655Z] === RUN TestSecretCreateResolve [2022-07-29T22:47:59.191Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-07-29T22:47:59.191Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-07-29T22:47:59.222Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-07-29T22:47:59.480Z] docker_api_swarm_test.go:502: [d1f9c6032fb28] joining swarm manager [dd47d5a7d164f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:47:59.753Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-07-29T22:47:59.753Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-07-29T22:47:59.764Z] --- PASS: TestRenameAnonymousContainer (1.59s) [2022-07-29T22:47:59.764Z] === RUN TestRenameContainerWithSameName [2022-07-29T22:48:00.045Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-07-29T22:48:00.330Z] --- PASS: TestRenameContainerWithSameName (0.43s) [2022-07-29T22:48:00.330Z] === RUN TestRenameContainerWithLinkedContainer [2022-07-29T22:48:00.979Z] --- PASS: TestSecretCreateResolve (2.43s) [2022-07-29T22:48:00.979Z] PASS [2022-07-29T22:48:00.979Z] [2022-07-29T22:48:00.979Z] DONE 6 tests in 16.474s [2022-07-29T22:48:00.979Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-07-29T22:48:00.979Z] ++ 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-07-29T22:48:00.979Z] ++ set -e [2022-07-29T22:48:00.979Z] ++ '[' -n 0 ']' [2022-07-29T22:48:00.979Z] ++ set -x [2022-07-29T22:48:00.979Z] ++ 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-07-29T22:48:00.979Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-07-29T22:48:01.086Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-07-29T22:48:01.119Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.40s) [2022-07-29T22:48:01.119Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-07-29T22:48:01.237Z] INFO: Testing against a local daemon [2022-07-29T22:48:01.237Z] === RUN TestServiceCreateInit [2022-07-29T22:48:01.237Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-07-29T22:48:01.265Z] --- PASS: TestRenameContainerWithLinkedContainer (0.88s) [2022-07-29T22:48:01.265Z] === RUN TestResize [2022-07-29T22:48:01.523Z] --- PASS: TestResize (0.43s) [2022-07-29T22:48:01.523Z] === RUN TestResizeWithInvalidSize [2022-07-29T22:48:01.814Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-07-29T22:48:02.089Z] --- PASS: TestResizeWithInvalidSize (0.46s) [2022-07-29T22:48:02.089Z] === RUN TestResizeWhenContainerNotStarted [2022-07-29T22:48:02.348Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2022-07-29T22:48:02.348Z] === RUN TestDaemonRestartKillContainers [2022-07-29T22:48:02.348Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-07-29T22:48:02.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-07-29T22:48:02.348Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-07-29T22:48:02.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-07-29T22:48:02.348Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-07-29T22:48:02.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-07-29T22:48:02.348Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-07-29T22:48:02.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-07-29T22:48:02.348Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-07-29T22:48:02.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-07-29T22:48:02.348Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-07-29T22:48:02.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-07-29T22:48:02.348Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-07-29T22:48:02.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-07-29T22:48:02.348Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-07-29T22:48:02.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-07-29T22:48:02.348Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-07-29T22:48:02.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-07-29T22:48:02.348Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-07-29T22:48:02.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-07-29T22:48:02.348Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-07-29T22:48:02.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-07-29T22:48:02.348Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-07-29T22:48:02.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-07-29T22:48:02.348Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-07-29T22:48:02.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-07-29T22:48:02.348Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-07-29T22:48:02.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-07-29T22:48:02.348Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-07-29T22:48:02.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-07-29T22:48:02.348Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-07-29T22:48:02.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-07-29T22:48:02.348Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-07-29T22:48:02.348Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-07-29T22:48:02.486Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.46s) [2022-07-29T22:48:02.486Z] === RUN TestAuthZPluginHeader [2022-07-29T22:48:02.772Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-07-29T22:48:03.415Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-07-29T22:48:03.415Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-07-29T22:48:03.724Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-07-29T22:48:03.982Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-07-29T22:48:04.917Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-07-29T22:48:05.176Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-07-29T22:48:05.620Z] ............................ [ 66%] [2022-07-29T22:48:06.053Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-07-29T22:48:06.053Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-07-29T22:48:06.053Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-07-29T22:48:06.111Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-07-29T22:48:06.311Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-07-29T22:48:06.311Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-07-29T22:48:06.311Z] === RUN TestDockerSuite/TestBuildSpaces [2022-07-29T22:48:06.877Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-07-29T22:48:07.444Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-07-29T22:48:07.444Z] === RUN TestDockerSuite/TestBuildStderr [2022-07-29T22:48:07.583Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.28s) [2022-07-29T22:48:07.583Z] === RUN TestAuthZPluginV2Disable [2022-07-29T22:48:08.379Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-07-29T22:48:08.640Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-07-29T22:48:09.575Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-07-29T22:48:09.756Z] docker_api_swarm_test.go:507: [d9b0fcff64e07] joining swarm manager [dd47d5a7d164f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T22:48:10.322Z] --- PASS: TestServiceCreateInit (9.17s) [2022-07-29T22:48:10.322Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.55s) [2022-07-29T22:48:10.322Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.59s) [2022-07-29T22:48:10.322Z] === RUN TestCreateServiceMultipleTimes [2022-07-29T22:48:11.698Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-07-29T22:48:11.750Z] --- PASS: TestAuthZPluginV2Disable (3.71s) [2022-07-29T22:48:11.750Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-07-29T22:48:12.858Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-07-29T22:48:13.074Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-07-29T22:48:13.424Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-07-29T22:48:13.992Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-07-29T22:48:14.449Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-07-29T22:48:14.707Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-07-29T22:48:15.016Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.52s) [2022-07-29T22:48:15.016Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-07-29T22:48:15.366Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-07-29T22:48:15.644Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-07-29T22:48:15.933Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-07-29T22:48:16.868Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-07-29T22:48:17.547Z] === RUN TestDockerSuite/TestBuildUser [2022-07-29T22:48:17.803Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-07-29T22:48:18.576Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-07-29T22:48:19.704Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-07-29T22:48:19.704Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.33s) [2022-07-29T22:48:19.704Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.63s) [2022-07-29T22:48:19.704Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-07-29T22:48:19.704Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.25s) [2022-07-29T22:48:19.704Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.24s) [2022-07-29T22:48:19.704Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.30s) [2022-07-29T22:48:19.704Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.28s) [2022-07-29T22:48:19.704Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.73s) [2022-07-29T22:48:19.704Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.82s) [2022-07-29T22:48:19.704Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.72s) [2022-07-29T22:48:19.704Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.85s) [2022-07-29T22:48:19.704Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.91s) [2022-07-29T22:48:19.704Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.83s) [2022-07-29T22:48:19.704Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.87s) [2022-07-29T22:48:19.704Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.67s) [2022-07-29T22:48:19.704Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.60s) [2022-07-29T22:48:19.704Z] === RUN TestContainerWithAutoRemoveCanBeRestarted [2022-07-29T22:48:19.704Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill [2022-07-29T22:48:20.278Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop [2022-07-29T22:48:21.232Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.84s) [2022-07-29T22:48:21.232Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.86s) [2022-07-29T22:48:21.232Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.97s) [2022-07-29T22:48:21.232Z] === RUN TestCgroupNamespacesRun [2022-07-29T22:48:21.864Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-07-29T22:48:22.610Z] --- PASS: TestCgroupNamespacesRun (1.15s) [2022-07-29T22:48:22.610Z] === RUN TestCgroupNamespacesRunPrivileged [2022-07-29T22:48:23.543Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.11s) [2022-07-29T22:48:23.543Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-07-29T22:48:24.918Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.13s) [2022-07-29T22:48:24.918Z] === RUN TestCgroupNamespacesRunHostMode [2022-07-29T22:48:24.963Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.45s) [2022-07-29T22:48:24.964Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-07-29T22:48:25.852Z] --- PASS: TestCgroupNamespacesRunHostMode (1.13s) [2022-07-29T22:48:25.852Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-07-29T22:48:26.788Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.12s) [2022-07-29T22:48:26.788Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-07-29T22:48:28.163Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s) [2022-07-29T22:48:28.163Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-07-29T22:48:28.428Z] --- PASS: TestCreateServiceMultipleTimes (17.40s) [2022-07-29T22:48:28.428Z] === RUN TestCreateServiceConflict [2022-07-29T22:48:28.732Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2022-07-29T22:48:28.732Z] === RUN TestCgroupNamespacesRunOlderClient [2022-07-29T22:48:30.107Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.13s) [2022-07-29T22:48:30.107Z] === RUN TestNISDomainname [2022-07-29T22:48:30.327Z] --- PASS: TestCreateServiceConflict (2.51s) [2022-07-29T22:48:30.327Z] === RUN TestCreateServiceMaxReplicas [2022-07-29T22:48:30.365Z] --- PASS: TestNISDomainname (0.46s) [2022-07-29T22:48:30.365Z] === RUN TestHostnameDnsResolution [2022-07-29T22:48:30.931Z] --- PASS: TestHostnameDnsResolution (0.72s) [2022-07-29T22:48:30.931Z] === RUN TestUnprivilegedPortsAndPing [2022-07-29T22:48:31.498Z] --- PASS: TestUnprivilegedPortsAndPing (0.57s) [2022-07-29T22:48:31.498Z] === RUN TestPrivilegedHostDevices [2022-07-29T22:48:32.064Z] --- PASS: TestPrivilegedHostDevices (0.51s) [2022-07-29T22:48:32.064Z] === RUN TestRunConsoleSize [2022-07-29T22:48:32.629Z] --- PASS: TestRunConsoleSize (0.39s) [2022-07-29T22:48:32.629Z] === RUN TestRunWithAlternativeContainerdShim [2022-07-29T22:48:32.898Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-07-29T22:48:33.464Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-07-29T22:48:33.464Z] --- PASS: TestCreateServiceMaxReplicas (3.32s) [2022-07-29T22:48:33.464Z] === RUN TestCreateWithDuplicateNetworkNames [2022-07-29T22:48:33.563Z] --- PASS: TestRunWithAlternativeContainerdShim (1.11s) [2022-07-29T22:48:33.563Z] === RUN TestStats [2022-07-29T22:48:33.722Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-07-29T22:48:34.656Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-07-29T22:48:35.222Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-07-29T22:48:36.091Z] --- PASS: TestStats (2.43s) [2022-07-29T22:48:36.091Z] === RUN TestStopContainerWithTimeout [2022-07-29T22:48:36.091Z] === RUN TestStopContainerWithTimeout/0 [2022-07-29T22:48:36.091Z] === PAUSE TestStopContainerWithTimeout/0 [2022-07-29T22:48:36.091Z] === RUN TestStopContainerWithTimeout/1 [2022-07-29T22:48:36.091Z] === PAUSE TestStopContainerWithTimeout/1 [2022-07-29T22:48:36.091Z] === RUN TestStopContainerWithTimeout/3 [2022-07-29T22:48:36.091Z] === PAUSE TestStopContainerWithTimeout/3 [2022-07-29T22:48:36.091Z] === RUN TestStopContainerWithTimeout/-1 [2022-07-29T22:48:36.091Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-07-29T22:48:36.091Z] === CONT TestStopContainerWithTimeout/0 [2022-07-29T22:48:36.091Z] === CONT TestStopContainerWithTimeout/3 [2022-07-29T22:48:36.596Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-07-29T22:48:36.596Z] docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows [2022-07-29T22:48:36.596Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-07-29T22:48:36.596Z] docker_cli_build_test.go:6028: unmatched requirement DaemonIsWindows [2022-07-29T22:48:36.596Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-07-29T22:48:36.596Z] docker_cli_build_test.go:5998: unmatched requirement DaemonIsWindows [2022-07-29T22:48:36.596Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-07-29T22:48:36.596Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2022-07-29T22:48:36.596Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-07-29T22:48:36.658Z] === CONT TestStopContainerWithTimeout/-1 [2022-07-29T22:48:37.972Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-07-29T22:48:37.972Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-07-29T22:48:38.537Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-07-29T22:48:38.558Z] === CONT TestStopContainerWithTimeout/1 [2022-07-29T22:48:38.795Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-07-29T22:48:39.730Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-07-29T22:48:39.730Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-07-29T22:48:40.457Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-07-29T22:48:40.457Z] --- PASS: TestStopContainerWithTimeout/0 (0.64s) [2022-07-29T22:48:40.457Z] --- PASS: TestStopContainerWithTimeout/3 (2.59s) [2022-07-29T22:48:40.457Z] --- PASS: TestStopContainerWithTimeout/-1 (2.38s) [2022-07-29T22:48:40.457Z] --- PASS: TestStopContainerWithTimeout/1 (1.43s) [2022-07-29T22:48:40.457Z] === RUN TestDeleteDevicemapper [2022-07-29T22:48:40.457Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-07-29T22:48:40.457Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-07-29T22:48:40.457Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-07-29T22:48:41.631Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-07-29T22:48:42.198Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-07-29T22:48:42.358Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.14s) [2022-07-29T22:48:42.358Z] === RUN TestUpdateMemory [2022-07-29T22:48:42.763Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-07-29T22:48:42.924Z] --- PASS: TestUpdateMemory (0.58s) [2022-07-29T22:48:42.925Z] === RUN TestUpdateCPUQuota [2022-07-29T22:48:43.004Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s) [2022-07-29T22:48:43.004Z] PASS [2022-07-29T22:48:43.004Z] [2022-07-29T22:48:43.004Z] DONE 17 tests in 47.573s [2022-07-29T22:48:43.004Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-07-29T22:48:43.005Z] INFO: Testing against a local daemon [2022-07-29T22:48:43.005Z] === RUN TestPluginInvalidJSON [2022-07-29T22:48:43.005Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-07-29T22:48:43.005Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-07-29T22:48:43.005Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-07-29T22:48:43.005Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-07-29T22:48:43.005Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-07-29T22:48:43.005Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-07-29T22:48:43.005Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-07-29T22:48:43.005Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-07-29T22:48:43.005Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-07-29T22:48:43.005Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-07-29T22:48:43.005Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-07-29T22:48:43.005Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-07-29T22:48:43.005Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-07-29T22:48:43.005Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-07-29T22:48:43.005Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-07-29T22:48:43.005Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-07-29T22:48:43.005Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-07-29T22:48:43.005Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-07-29T22:48:43.005Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-07-29T22:48:43.005Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-07-29T22:48:43.005Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-07-29T22:48:43.005Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-07-29T22:48:43.005Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2022-07-29T22:48:43.005Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-07-29T22:48:43.005Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-07-29T22:48:43.005Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-07-29T22:48:43.005Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-07-29T22:48:43.005Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-07-29T22:48:43.005Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-07-29T22:48:43.005Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-07-29T22:48:43.005Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-07-29T22:48:43.005Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-07-29T22:48:43.005Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-07-29T22:48:43.005Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-07-29T22:48:43.005Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-07-29T22:48:43.005Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-07-29T22:48:43.005Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-07-29T22:48:43.005Z] === RUN TestPluginInstall [2022-07-29T22:48:43.005Z] === RUN TestPluginInstall/no_auth [2022-07-29T22:48:43.005Z] time="2022-07-29T22:48:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-07-29T22:48:43.005Z] time="2022-07-29T22:48:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3e25beb0f5d7185e345ae63551ae96d42836d65df93218f4407bc54873e17dd8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-07-29T22:48:43.005Z] time="2022-07-29T22:48:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-07-29T22:48:43.005Z] time="2022-07-29T22:48:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3e25beb0f5d7185e345ae63551ae96d42836d65df93218f4407bc54873e17dd8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-07-29T22:48:43.005Z] === RUN TestPluginInstall/with_htpasswd [2022-07-29T22:48:43.005Z] time="2022-07-29T22:48:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-07-29T22:48:43.005Z] time="2022-07-29T22:48:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:95fb244518bc11573eab12056ba48a89ffb599522afa83414f25753771481da1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-07-29T22:48:43.005Z] time="2022-07-29T22:48:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-07-29T22:48:43.005Z] time="2022-07-29T22:48:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:95fb244518bc11573eab12056ba48a89ffb599522afa83414f25753771481da1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-07-29T22:48:43.005Z] === RUN TestPluginInstall/with_insecure [2022-07-29T22:48:43.491Z] --- PASS: TestUpdateCPUQuota (0.65s) [2022-07-29T22:48:43.491Z] === RUN TestUpdatePidsLimit [2022-07-29T22:48:43.491Z] === RUN TestUpdatePidsLimit/update_from_none [2022-07-29T22:48:43.568Z] time="2022-07-29T22:48:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-07-29T22:48:43.568Z] time="2022-07-29T22:48:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:09c64d14499159c5008379ee8d78ac47a948b28889e9b809b4038c5bce3ef38b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-07-29T22:48:43.568Z] time="2022-07-29T22:48:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-07-29T22:48:43.568Z] time="2022-07-29T22:48:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:09c64d14499159c5008379ee8d78ac47a948b28889e9b809b4038c5bce3ef38b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-07-29T22:48:43.698Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-07-29T22:48:43.749Z] === RUN TestUpdatePidsLimit/no_change [2022-07-29T22:48:43.749Z] === RUN TestUpdatePidsLimit/update_lower [2022-07-29T22:48:43.824Z] plugin_test.go:196: [d431d425db60d] daemon is not started [2022-07-29T22:48:43.824Z] --- PASS: TestPluginInstall (2.75s) [2022-07-29T22:48:43.824Z] --- PASS: TestPluginInstall/no_auth (1.05s) [2022-07-29T22:48:43.824Z] --- PASS: TestPluginInstall/with_htpasswd (0.62s) [2022-07-29T22:48:43.824Z] --- PASS: TestPluginInstall/with_insecure (1.08s) [2022-07-29T22:48:43.824Z] === RUN TestPluginsWithRuntimes [2022-07-29T22:48:43.956Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-07-29T22:48:44.007Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-07-29T22:48:44.266Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-07-29T22:48:44.523Z] docker_api_swarm_node_test.go:81: [da2aaf7900527] joining swarm manager [dea982def4abf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:48:44.523Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-07-29T22:48:44.523Z] docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows [2022-07-29T22:48:44.523Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-07-29T22:48:44.524Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-07-29T22:48:44.524Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-07-29T22:48:45.089Z] === RUN TestDockerSuite/TestBuildXZHost [2022-07-29T22:48:45.458Z] --- PASS: TestUpdatePidsLimit (1.79s) [2022-07-29T22:48:45.458Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.18s) [2022-07-29T22:48:45.458Z] --- PASS: TestUpdatePidsLimit/no_change (0.20s) [2022-07-29T22:48:45.458Z] --- PASS: TestUpdatePidsLimit/update_lower (0.19s) [2022-07-29T22:48:45.458Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s) [2022-07-29T22:48:45.458Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.19s) [2022-07-29T22:48:45.458Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s) [2022-07-29T22:48:45.458Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.18s) [2022-07-29T22:48:45.458Z] === RUN TestUpdateRestartPolicy [2022-07-29T22:48:45.715Z] === RUN TestPluginsWithRuntimes/No_Args [2022-07-29T22:48:46.278Z] === RUN TestPluginsWithRuntimes/With_Args [2022-07-29T22:48:46.989Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-07-29T22:48:47.010Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-07-29T22:48:47.206Z] --- PASS: TestPluginsWithRuntimes (3.42s) [2022-07-29T22:48:47.206Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.93s) [2022-07-29T22:48:47.206Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.89s) [2022-07-29T22:48:47.206Z] === RUN TestPluginBackCompatMediaTypes [2022-07-29T22:48:47.555Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.92s) [2022-07-29T22:48:47.556Z] === RUN TestCreateServiceSecretFileMode [2022-07-29T22:48:47.556Z] === RUN TestDockerSuite/TestCommitChange [2022-07-29T22:48:48.135Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s) [2022-07-29T22:48:48.135Z] PASS [2022-07-29T22:48:48.135Z] [2022-07-29T22:48:48.135Z] DONE 24 tests in 6.795s [2022-07-29T22:48:48.135Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-07-29T22:48:48.135Z] INFO: Testing against a local daemon [2022-07-29T22:48:48.135Z] === RUN TestExternalGraphDriver [2022-07-29T22:48:48.391Z] === RUN TestExternalGraphDriver/json [2022-07-29T22:48:48.930Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-07-29T22:48:49.498Z] === RUN TestDockerSuite/TestCommitHardlink [2022-07-29T22:48:50.281Z] === RUN TestExternalGraphDriver/spec [2022-07-29T22:48:50.873Z] --- PASS: TestCreateServiceSecretFileMode (3.22s) [2022-07-29T22:48:50.873Z] === RUN TestCreateServiceConfigFileMode [2022-07-29T22:48:51.132Z] === RUN TestDockerSuite/TestCommitNewFile [2022-07-29T22:48:51.646Z] === RUN TestExternalGraphDriver/pull [2022-07-29T22:48:53.035Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-07-29T22:48:53.537Z] --- PASS: TestExternalGraphDriver (5.34s) [2022-07-29T22:48:53.537Z] --- PASS: TestExternalGraphDriver/json (1.67s) [2022-07-29T22:48:53.537Z] --- PASS: TestExternalGraphDriver/spec (1.64s) [2022-07-29T22:48:53.537Z] --- PASS: TestExternalGraphDriver/pull (1.69s) [2022-07-29T22:48:53.537Z] === RUN TestGraphdriverPluginV2 [2022-07-29T22:48:53.973Z] === RUN TestDockerSuite/TestCommitTTY [2022-07-29T22:48:54.245Z] --- PASS: TestCreateServiceConfigFileMode (3.43s) [2022-07-29T22:48:54.245Z] === RUN TestCreateServiceSysctls [2022-07-29T22:48:55.200Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-07-29T22:48:56.577Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-07-29T22:48:57.143Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-07-29T22:48:57.659Z] --- PASS: TestUpdateRestartPolicy (10.89s) [2022-07-29T22:48:57.659Z] === RUN TestUpdateRestartWithAutoRemove [2022-07-29T22:48:57.659Z] --- PASS: TestUpdateRestartWithAutoRemove (0.45s) [2022-07-29T22:48:57.659Z] === RUN TestWaitNonBlocked [2022-07-29T22:48:57.659Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-07-29T22:48:57.659Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-07-29T22:48:57.659Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-07-29T22:48:57.659Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-07-29T22:48:57.659Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-07-29T22:48:57.659Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-07-29T22:48:57.659Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-07-29T22:48:57.659Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.87s) [2022-07-29T22:48:57.659Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.89s) [2022-07-29T22:48:57.659Z] === RUN TestWaitBlocked [2022-07-29T22:48:57.659Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-07-29T22:48:57.659Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-07-29T22:48:57.659Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-07-29T22:48:57.659Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-07-29T22:48:57.659Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-07-29T22:48:57.659Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-07-29T22:48:57.705Z] --- PASS: TestGraphdriverPluginV2 (4.40s) [2022-07-29T22:48:57.705Z] PASS [2022-07-29T22:48:57.705Z] [2022-07-29T22:48:57.705Z] DONE 5 tests in 9.781s [2022-07-29T22:48:57.705Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-07-29T22:48:57.705Z] INFO: Testing against a local daemon [2022-07-29T22:48:57.705Z] === RUN TestContinueAfterPluginCrash [2022-07-29T22:48:57.705Z] === PAUSE TestContinueAfterPluginCrash [2022-07-29T22:48:57.705Z] === RUN TestReadPluginNoRead [2022-07-29T22:48:57.705Z] === PAUSE TestReadPluginNoRead [2022-07-29T22:48:57.705Z] === RUN TestDaemonStartWithLogOpt [2022-07-29T22:48:57.705Z] === PAUSE TestDaemonStartWithLogOpt [2022-07-29T22:48:57.705Z] === CONT TestContinueAfterPluginCrash [2022-07-29T22:48:57.705Z] === CONT TestDaemonStartWithLogOpt [2022-07-29T22:48:57.709Z] --- PASS: TestCreateServiceSysctls (3.68s) [2022-07-29T22:48:57.709Z] === RUN TestCreateServiceCapabilities [2022-07-29T22:48:57.967Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-07-29T22:48:58.226Z] --- PASS: TestWaitBlocked (0.01s) [2022-07-29T22:48:58.226Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.77s) [2022-07-29T22:48:58.226Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.79s) [2022-07-29T22:48:58.226Z] === RUN TestWaitConditions [2022-07-29T22:48:58.226Z] === RUN TestWaitConditions/default [2022-07-29T22:48:58.226Z] === PAUSE TestWaitConditions/default [2022-07-29T22:48:58.226Z] === RUN TestWaitConditions/not-running [2022-07-29T22:48:58.226Z] === PAUSE TestWaitConditions/not-running [2022-07-29T22:48:58.226Z] === RUN TestWaitConditions/next-exit [2022-07-29T22:48:58.226Z] === PAUSE TestWaitConditions/next-exit [2022-07-29T22:48:58.226Z] === RUN TestWaitConditions/removed [2022-07-29T22:48:58.226Z] === PAUSE TestWaitConditions/removed [2022-07-29T22:48:58.226Z] === CONT TestWaitConditions/default [2022-07-29T22:48:58.226Z] === CONT TestWaitConditions/next-exit [2022-07-29T22:48:58.533Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-07-29T22:48:58.533Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-07-29T22:48:59.470Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-07-29T22:49:00.130Z] === CONT TestWaitConditions/removed [2022-07-29T22:49:00.130Z] === CONT TestWaitConditions/not-running [2022-07-29T22:49:00.405Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-07-29T22:49:00.972Z] docker_api_swarm_node_test.go:53: [d61f2c41bfa40] joining swarm manager [d877e3f34a6d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:49:01.230Z] --- PASS: TestCreateServiceCapabilities (3.31s) [2022-07-29T22:49:01.231Z] === RUN TestInspect [2022-07-29T22:49:01.491Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-07-29T22:49:01.503Z] --- PASS: TestWaitConditions (0.02s) [2022-07-29T22:49:01.503Z] --- PASS: TestWaitConditions/next-exit (1.53s) [2022-07-29T22:49:01.503Z] --- PASS: TestWaitConditions/default (1.65s) [2022-07-29T22:49:01.503Z] --- PASS: TestWaitConditions/removed (1.59s) [2022-07-29T22:49:01.503Z] --- PASS: TestWaitConditions/not-running (1.49s) [2022-07-29T22:49:01.503Z] === RUN TestWaitRestartedContainer [2022-07-29T22:49:01.503Z] === RUN TestWaitRestartedContainer/default [2022-07-29T22:49:01.503Z] === PAUSE TestWaitRestartedContainer/default [2022-07-29T22:49:01.503Z] === RUN TestWaitRestartedContainer/not-running [2022-07-29T22:49:01.503Z] === PAUSE TestWaitRestartedContainer/not-running [2022-07-29T22:49:01.503Z] === RUN TestWaitRestartedContainer/next-exit [2022-07-29T22:49:01.503Z] === PAUSE TestWaitRestartedContainer/next-exit [2022-07-29T22:49:01.503Z] === CONT TestWaitRestartedContainer/default [2022-07-29T22:49:01.503Z] === CONT TestWaitRestartedContainer/next-exit [2022-07-29T22:49:01.875Z] --- PASS: TestDaemonStartWithLogOpt (3.47s) [2022-07-29T22:49:01.875Z] === CONT TestReadPluginNoRead [2022-07-29T22:49:02.058Z] docker_api_swarm_node_test.go:54: [d7d356da90a0c] joining swarm manager [d877e3f34a6d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T22:49:02.152Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-07-29T22:49:02.317Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-07-29T22:49:02.884Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-07-29T22:49:03.405Z] === CONT TestWaitRestartedContainer/not-running [2022-07-29T22:49:03.782Z] === RUN TestReadPluginNoRead/default [2022-07-29T22:49:03.821Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-07-29T22:49:03.973Z] --- PASS: TestWaitRestartedContainer (0.02s) [2022-07-29T22:49:03.973Z] --- PASS: TestWaitRestartedContainer/next-exit (1.58s) [2022-07-29T22:49:03.973Z] --- PASS: TestWaitRestartedContainer/default (1.61s) [2022-07-29T22:49:03.973Z] --- PASS: TestWaitRestartedContainer/not-running (0.89s) [2022-07-29T22:49:03.973Z] === CONT TestContainerStartOnDaemonRestart [2022-07-29T22:49:03.973Z] === CONT TestRestartDaemonWithRestartingContainer [2022-07-29T22:49:04.058Z] tests/integration/client_test.py ..... [ 75%] [2022-07-29T22:49:04.058Z] tests/integration/context_api_test.py ... [ 76%] [2022-07-29T22:49:04.626Z] tests/integration/errors_test.py . [ 76%] [2022-07-29T22:49:04.733Z] === RUN TestReadPluginNoRead/disabled_caching [2022-07-29T22:49:04.755Z] --- PASS: TestInspect (3.59s) [2022-07-29T22:49:04.755Z] === RUN TestCreateJob [2022-07-29T22:49:04.755Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-07-29T22:49:05.321Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-07-29T22:49:05.886Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-07-29T22:49:06.098Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-07-29T22:49:06.098Z] --- PASS: TestContinueAfterPluginCrash (8.43s) [2022-07-29T22:49:06.504Z] --- PASS: TestContainerStartOnDaemonRestart (2.11s) [2022-07-29T22:49:06.504Z] === CONT TestIpcModeOlderClient [2022-07-29T22:49:06.504Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.13s) [2022-07-29T22:49:06.504Z] === CONT TestContainerKillOnDaemonStart [2022-07-29T22:49:06.504Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-07-29T22:49:06.504Z] === CONT TestDaemonHostGatewayIP [2022-07-29T22:49:07.265Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-07-29T22:49:07.463Z] === CONT TestReadPluginNoRead [2022-07-29T22:49:07.464Z] read_test.go:92: [d2c7944262e8e] daemon is not started [2022-07-29T22:49:07.464Z] --- PASS: TestReadPluginNoRead (6.01s) [2022-07-29T22:49:07.464Z] --- PASS: TestReadPluginNoRead/default (1.29s) [2022-07-29T22:49:07.464Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.23s) [2022-07-29T22:49:07.464Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.25s) [2022-07-29T22:49:07.464Z] PASS [2022-07-29T22:49:07.464Z] [2022-07-29T22:49:07.464Z] DONE 6 tests in 9.506s [2022-07-29T22:49:07.464Z] 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-07-29T22:49:07.464Z] testing: warning: no tests to run [2022-07-29T22:49:07.464Z] PASS [2022-07-29T22:49:07.464Z] [2022-07-29T22:49:07.464Z] DONE 0 tests in 0.008s [2022-07-29T22:49:07.464Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-07-29T22:49:07.464Z] INFO: Testing against a local daemon [2022-07-29T22:49:07.464Z] === RUN TestPluginWithDevMounts [2022-07-29T22:49:07.464Z] === PAUSE TestPluginWithDevMounts [2022-07-29T22:49:07.464Z] === CONT TestPluginWithDevMounts [2022-07-29T22:49:07.835Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-07-29T22:49:08.402Z] --- PASS: TestCreateJob (3.83s) [2022-07-29T22:49:08.402Z] === RUN TestReplicatedJob [2022-07-29T22:49:08.661Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-07-29T22:49:08.830Z] --- PASS: TestPluginWithDevMounts (1.58s) [2022-07-29T22:49:08.830Z] PASS [2022-07-29T22:49:08.830Z] [2022-07-29T22:49:08.830Z] DONE 1 tests in 1.606s [2022-07-29T22:49:08.830Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-07-29T22:49:08.830Z] INFO: Testing against a local daemon [2022-07-29T22:49:08.830Z] === RUN TestSecretInspect [2022-07-29T22:49:09.033Z] --- PASS: TestDaemonHostGatewayIP (2.47s) [2022-07-29T22:49:09.033Z] === CONT TestDaemonRestartIpcMode [2022-07-29T22:49:09.227Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-07-29T22:49:10.602Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-07-29T22:49:10.934Z] --- PASS: TestDaemonRestartIpcMode (2.19s) [2022-07-29T22:49:11.169Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-07-29T22:49:11.346Z] --- PASS: TestSecretInspect (2.20s) [2022-07-29T22:49:11.346Z] === RUN TestSecretList [2022-07-29T22:49:12.105Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-07-29T22:49:12.105Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-07-29T22:49:12.673Z] === RUN TestDockerSuite/TestCpRelativePath [2022-07-29T22:49:13.235Z] --- PASS: TestSecretList (1.79s) [2022-07-29T22:49:13.235Z] === RUN TestSecretsCreateAndDelete [2022-07-29T22:49:13.608Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-07-29T22:49:14.174Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-07-29T22:49:14.740Z] --- PASS: TestReplicatedJob (6.12s) [2022-07-29T22:49:14.740Z] === RUN TestUpdateReplicatedJob [2022-07-29T22:49:14.999Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-07-29T22:49:15.125Z] --- PASS: TestSecretsCreateAndDelete (2.21s) [2022-07-29T22:49:15.125Z] === RUN TestSecretsUpdate [2022-07-29T22:49:15.588Z] === RUN TestDockerSuite/TestCpToCaseA [2022-07-29T22:49:16.970Z] === RUN TestDockerSuite/TestCpToCaseB [2022-07-29T22:49:17.539Z] === RUN TestDockerSuite/TestCpToCaseC [2022-07-29T22:49:17.641Z] --- PASS: TestSecretsUpdate (2.19s) [2022-07-29T22:49:17.641Z] === RUN TestTemplatedSecret [2022-07-29T22:49:18.472Z] --- PASS: TestUpdateReplicatedJob (3.82s) [2022-07-29T22:49:18.472Z] === RUN TestServiceListWithStatuses [2022-07-29T22:49:18.473Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-07-29T22:49:18.473Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-07-29T22:49:18.473Z] === RUN TestDockerNetworkConnectAlias [2022-07-29T22:49:19.067Z] --- PASS: TestContainerKillOnDaemonStart (11.72s) [2022-07-29T22:49:19.067Z] PASS [2022-07-29T22:49:19.067Z] [2022-07-29T22:49:19.067Z] === Skipped [2022-07-29T22:49:19.067Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-07-29T22:49:19.067Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-07-29T22:49:19.067Z] [2022-07-29T22:49:19.067Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-07-29T22:49:19.067Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-07-29T22:49:19.067Z] [2022-07-29T22:49:19.067Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-07-29T22:49:19.067Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-07-29T22:49:19.067Z] [2022-07-29T22:49:19.067Z] DONE 272 tests, 3 skipped in 129.004s [2022-07-29T22:49:19.067Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-07-29T22:49:19.067Z] ++ 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-07-29T22:49:19.067Z] ++ set -e [2022-07-29T22:49:19.067Z] ++ '[' -n 0 ']' [2022-07-29T22:49:19.067Z] ++ set -x [2022-07-29T22:49:19.067Z] ++ 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-07-29T22:49:19.067Z] === RUN TestConfigDaemonLibtrustID [2022-07-29T22:49:19.067Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-07-29T22:49:19.067Z] === RUN TestConfigDaemonID [2022-07-29T22:49:19.407Z] === RUN TestDockerSuite/TestCpToCaseD [2022-07-29T22:49:19.635Z] daemon_test.go:83: [d6a63999386fb] daemon is not started [2022-07-29T22:49:19.635Z] --- PASS: TestConfigDaemonID (1.04s) [2022-07-29T22:49:19.635Z] === RUN TestDaemonConfigValidation [2022-07-29T22:49:19.635Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-07-29T22:49:19.635Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-07-29T22:49:19.635Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-07-29T22:49:19.635Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-07-29T22:49:19.635Z] === RUN TestDaemonConfigValidation/invalid_config [2022-07-29T22:49:19.635Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-07-29T22:49:19.635Z] === RUN TestDaemonConfigValidation/malformed_config [2022-07-29T22:49:19.635Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-07-29T22:49:19.635Z] === RUN TestDaemonConfigValidation/valid_config [2022-07-29T22:49:19.635Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-07-29T22:49:19.635Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-07-29T22:49:19.635Z] === CONT TestDaemonConfigValidation/malformed_config [2022-07-29T22:49:19.635Z] === CONT TestDaemonConfigValidation/valid_config [2022-07-29T22:49:19.635Z] === CONT TestDaemonConfigValidation/invalid_config [2022-07-29T22:49:19.635Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-07-29T22:49:19.635Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-07-29T22:49:19.635Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s) [2022-07-29T22:49:19.635Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-07-29T22:49:19.635Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2022-07-29T22:49:19.635Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-07-29T22:49:19.635Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s) [2022-07-29T22:49:19.635Z] === RUN TestConfigDaemonSeccompProfiles [2022-07-29T22:49:19.635Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-07-29T22:49:20.158Z] --- PASS: TestTemplatedSecret (2.61s) [2022-07-29T22:49:20.158Z] === RUN TestSecretCreateResolve [2022-07-29T22:49:21.009Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-07-29T22:49:21.944Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-07-29T22:49:22.050Z] --- PASS: TestSecretCreateResolve (2.21s) [2022-07-29T22:49:22.050Z] PASS [2022-07-29T22:49:22.050Z] [2022-07-29T22:49:22.050Z] DONE 6 tests in 13.230s [2022-07-29T22:49:22.050Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-07-29T22:49:22.050Z] INFO: Testing against a local daemon [2022-07-29T22:49:22.050Z] === RUN TestServiceCreateInit [2022-07-29T22:49:22.050Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-07-29T22:49:22.879Z] === CONT TestConfigDaemonSeccompProfiles [2022-07-29T22:49:22.879Z] daemon_test.go:197: [d5b2d4594f291] daemon is not started [2022-07-29T22:49:22.879Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-07-29T22:49:22.879Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-07-29T22:49:22.879Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-07-29T22:49:22.879Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-07-29T22:49:22.879Z] === RUN TestDaemonProxy [2022-07-29T22:49:22.879Z] === RUN TestDaemonProxy/environment_variables [2022-07-29T22:49:23.592Z] === RUN TestDockerSuite/TestCpToCaseE [2022-07-29T22:49:23.850Z] --- PASS: TestDockerNetworkConnectAlias (5.30s) [2022-07-29T22:49:23.850Z] === RUN TestDockerNetworkReConnect [2022-07-29T22:49:23.877Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-07-29T22:49:24.779Z] === RUN TestDaemonProxy/command-line_options [2022-07-29T22:49:25.226Z] === RUN TestDockerSuite/TestCpToCaseF [2022-07-29T22:49:25.793Z] === RUN TestDockerSuite/TestCpToCaseG [2022-07-29T22:49:26.217Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-07-29T22:49:26.678Z] === RUN TestDaemonProxy/configuration_file [2022-07-29T22:49:28.051Z] === RUN TestDaemonProxy/conflicting_options [2022-07-29T22:49:28.323Z] --- PASS: TestDockerNetworkReConnect (4.24s) [2022-07-29T22:49:28.323Z] === RUN TestServicePlugin [2022-07-29T22:49:28.617Z] === RUN TestDaemonProxy/reload_sanitized [2022-07-29T22:49:29.184Z] --- PASS: TestDaemonProxy (6.25s) [2022-07-29T22:49:29.184Z] --- PASS: TestDaemonProxy/environment_variables (1.75s) [2022-07-29T22:49:29.184Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-07-29T22:49:29.184Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2022-07-29T22:49:29.184Z] --- PASS: TestDaemonProxy/conflicting_options (0.51s) [2022-07-29T22:49:29.184Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-07-29T22:49:29.184Z] PASS [2022-07-29T22:49:29.184Z] [2022-07-29T22:49:29.184Z] DONE 18 tests in 11.334s [2022-07-29T22:49:29.184Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-07-29T22:49:29.184Z] ++ 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-07-29T22:49:29.184Z] ++ set -e [2022-07-29T22:49:29.184Z] ++ '[' -n 0 ']' [2022-07-29T22:49:29.184Z] ++ set -x [2022-07-29T22:49:29.184Z] ++ 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-07-29T22:49:29.184Z] INFO: Testing against a local daemon [2022-07-29T22:49:29.184Z] === RUN TestCommitInheritsEnv [2022-07-29T22:49:29.443Z] --- PASS: TestCommitInheritsEnv (0.27s) [2022-07-29T22:49:29.443Z] === RUN TestImportExtremelyLargeImageWorks [2022-07-29T22:49:29.443Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-07-29T22:49:29.443Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-07-29T22:49:29.443Z] === RUN TestImportWithCustomPlatform [2022-07-29T22:49:29.701Z] === RUN TestImportWithCustomPlatform/#00 [2022-07-29T22:49:29.701Z] === RUN TestImportWithCustomPlatform/_______ [2022-07-29T22:49:29.701Z] === RUN TestImportWithCustomPlatform// [2022-07-29T22:49:29.701Z] === RUN TestImportWithCustomPlatform/linux [2022-07-29T22:49:29.701Z] === RUN TestImportWithCustomPlatform/LINUX [2022-07-29T22:49:29.701Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-07-29T22:49:29.959Z] === RUN TestImportWithCustomPlatform/macos [2022-07-29T22:49:29.959Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-07-29T22:49:29.959Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-07-29T22:49:29.959Z] --- PASS: TestImportWithCustomPlatform (0.34s) [2022-07-29T22:49:29.959Z] --- PASS: TestImportWithCustomPlatform/#00 (0.08s) [2022-07-29T22:49:29.959Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-07-29T22:49:29.959Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-07-29T22:49:29.959Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-07-29T22:49:29.959Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.08s) [2022-07-29T22:49:29.959Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s) [2022-07-29T22:49:29.959Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-07-29T22:49:29.959Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-07-29T22:49:29.959Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-07-29T22:49:29.959Z] === RUN TestImagesFilterMultiReference [2022-07-29T22:49:29.959Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-07-29T22:49:29.959Z] === RUN TestImagePullPlatformInvalid [2022-07-29T22:49:29.959Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-07-29T22:49:29.959Z] === RUN TestRemoveImageOrphaning [2022-07-29T22:49:30.218Z] --- PASS: TestRemoveImageOrphaning (0.32s) [2022-07-29T22:49:30.218Z] === RUN TestRemoveImageGarbageCollector [2022-07-29T22:49:30.218Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-07-29T22:49:30.218Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-07-29T22:49:30.218Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-07-29T22:49:30.218Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-07-29T22:49:30.218Z] === RUN TestTagInvalidReference [2022-07-29T22:49:30.218Z] --- PASS: TestTagInvalidReference (0.01s) [2022-07-29T22:49:30.218Z] === RUN TestTagValidPrefixedRepo [2022-07-29T22:49:30.223Z] === RUN TestDockerSuite/TestCpToCaseH [2022-07-29T22:49:30.387Z] --- PASS: TestServiceCreateInit (7.79s) [2022-07-29T22:49:30.387Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.93s) [2022-07-29T22:49:30.387Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.85s) [2022-07-29T22:49:30.387Z] === RUN TestCreateServiceMultipleTimes [2022-07-29T22:49:30.476Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-07-29T22:49:30.477Z] === RUN TestTagExistedNameWithoutForce [2022-07-29T22:49:30.477Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-07-29T22:49:30.477Z] === RUN TestTagOfficialNames [2022-07-29T22:49:30.477Z] --- PASS: TestTagOfficialNames (0.05s) [2022-07-29T22:49:30.477Z] === RUN TestTagMatchesDigest [2022-07-29T22:49:30.477Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-07-29T22:49:30.477Z] PASS [2022-07-29T22:49:30.477Z] [2022-07-29T22:49:30.477Z] === Skipped [2022-07-29T22:49:30.477Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-07-29T22:49:30.477Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-07-29T22:49:30.477Z] [2022-07-29T22:49:30.477Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-07-29T22:49:30.477Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-07-29T22:49:30.477Z] [2022-07-29T22:49:30.477Z] DONE 22 tests, 2 skipped in 1.337s [2022-07-29T22:49:30.477Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-07-29T22:49:30.477Z] ++ 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-07-29T22:49:30.477Z] ++ set -e [2022-07-29T22:49:30.477Z] ++ '[' -n 0 ']' [2022-07-29T22:49:30.477Z] ++ set -x [2022-07-29T22:49:30.477Z] ++ 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-07-29T22:49:30.477Z] === RUN TestStripANSICommands [2022-07-29T22:49:30.477Z] === RUN TestStripANSICommands/#00 [2022-07-29T22:49:30.477Z] === RUN TestStripANSICommands/#01 [2022-07-29T22:49:30.477Z] --- PASS: TestStripANSICommands (0.00s) [2022-07-29T22:49:30.477Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-07-29T22:49:30.477Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-07-29T22:49:30.477Z] PASS [2022-07-29T22:49:30.477Z] [2022-07-29T22:49:30.477Z] DONE 3 tests in 0.039s [2022-07-29T22:49:30.477Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-07-29T22:49:30.477Z] ++ 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-07-29T22:49:30.477Z] ++ set -e [2022-07-29T22:49:30.477Z] ++ '[' -n 0 ']' [2022-07-29T22:49:30.477Z] ++ set -x [2022-07-29T22:49:30.477Z] ++ 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-07-29T22:49:30.735Z] INFO: Testing against a local daemon [2022-07-29T22:49:30.735Z] === RUN TestNetworkCreateDelete [2022-07-29T22:49:30.735Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-07-29T22:49:30.735Z] === RUN TestDockerNetworkDeletePreferID [2022-07-29T22:49:31.308Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2022-07-29T22:49:31.308Z] === RUN TestDaemonDNSFallback [2022-07-29T22:49:32.754Z] plugin_test.go:61: [dfd98cac8c98e] joining swarm manager [d3f96577bd176]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:49:32.754Z] === RUN TestDockerSuite/TestCpToCaseI [2022-07-29T22:49:33.012Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-07-29T22:49:33.580Z] plugin_test.go:64: [d751103230abc] joining swarm manager [d3f96577bd176]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T22:49:34.147Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-07-29T22:49:36.684Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-07-29T22:49:37.618Z] === RUN TestDockerSuite/TestCpToDot [2022-07-29T22:49:37.868Z] --- PASS: TestDaemonDNSFallback (6.30s) [2022-07-29T22:49:37.868Z] === RUN TestInspectNetwork [2022-07-29T22:49:37.876Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-07-29T22:49:38.811Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-07-29T22:49:39.747Z] === RUN TestDockerSuite/TestCpToStdout [2022-07-29T22:49:40.137Z] ......... [ 85%] [2022-07-29T22:49:40.397Z] === RUN TestInspectNetwork/full_network_id [2022-07-29T22:49:40.397Z] === RUN TestInspectNetwork/partial_network_id [2022-07-29T22:49:40.397Z] === RUN TestInspectNetwork/network_name [2022-07-29T22:49:40.397Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-07-29T22:49:40.682Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-07-29T22:49:40.683Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-07-29T22:49:41.625Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-07-29T22:49:41.895Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-07-29T22:49:42.466Z] === RUN TestDockerSuite/TestCpVolumePath [2022-07-29T22:49:43.032Z] docker_api_swarm_test.go:202: [d35d9326ada81] joining swarm manager [dfa29b3ff9af4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:49:43.968Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-07-29T22:49:43.968Z] === RUN TestDockerSuite/TestCreateArgs [2022-07-29T22:49:43.968Z] === RUN TestDockerSuite/TestCreateByImageID [2022-07-29T22:49:44.537Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-07-29T22:49:44.582Z] --- PASS: TestInspectNetwork (7.02s) [2022-07-29T22:49:44.582Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-07-29T22:49:44.582Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-07-29T22:49:44.582Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-07-29T22:49:44.582Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-07-29T22:49:44.582Z] === RUN TestRunContainerWithBridgeNone [2022-07-29T22:49:45.067Z] tests/integration/models_images_test.py ............... [ 89%] [2022-07-29T22:49:45.103Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-07-29T22:49:45.103Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-07-29T22:49:45.103Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-07-29T22:49:45.103Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-07-29T22:49:45.668Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-07-29T22:49:45.668Z] === RUN TestDockerSuite/TestCreateLabels [2022-07-29T22:49:45.926Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-07-29T22:49:45.926Z] === RUN TestDockerSuite/TestCreateRM [2022-07-29T22:49:45.926Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-07-29T22:49:45.926Z] docker_cli_create_test.go:83: unmatched requirement Devicemapper [2022-07-29T22:49:45.926Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-07-29T22:49:45.956Z] --- PASS: TestRunContainerWithBridgeNone (1.50s) [2022-07-29T22:49:45.956Z] === RUN TestNetworkInvalidJSON [2022-07-29T22:49:45.956Z] === RUN TestNetworkInvalidJSON/networks/create [2022-07-29T22:49:45.956Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-07-29T22:49:45.956Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-07-29T22:49:45.956Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-07-29T22:49:45.956Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-07-29T22:49:45.956Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-07-29T22:49:45.956Z] === CONT TestNetworkInvalidJSON/networks/create [2022-07-29T22:49:45.956Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-07-29T22:49:45.956Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-07-29T22:49:45.956Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-07-29T22:49:45.956Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-07-29T22:49:45.956Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-07-29T22:49:45.956Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-07-29T22:49:45.956Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-07-29T22:49:45.956Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-07-29T22:49:45.956Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-07-29T22:49:45.956Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-07-29T22:49:45.956Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-07-29T22:49:45.956Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-07-29T22:49:45.956Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-07-29T22:49:45.956Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-07-29T22:49:45.956Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-07-29T22:49:45.956Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-07-29T22:49:45.956Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-07-29T22:49:45.956Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-07-29T22:49:45.956Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-07-29T22:49:45.956Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-07-29T22:49:45.956Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-07-29T22:49:45.956Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-07-29T22:49:45.956Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-07-29T22:49:45.956Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-07-29T22:49:45.956Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-07-29T22:49:45.956Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-07-29T22:49:45.956Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-07-29T22:49:45.956Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-07-29T22:49:45.956Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-07-29T22:49:45.956Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-07-29T22:49:45.956Z] === RUN TestNetworkList [2022-07-29T22:49:45.956Z] === RUN TestNetworkList//networks [2022-07-29T22:49:45.956Z] === PAUSE TestNetworkList//networks [2022-07-29T22:49:45.956Z] === RUN TestNetworkList//networks/ [2022-07-29T22:49:45.956Z] === PAUSE TestNetworkList//networks/ [2022-07-29T22:49:45.956Z] === CONT TestNetworkList//networks [2022-07-29T22:49:45.956Z] === CONT TestNetworkList//networks/ [2022-07-29T22:49:45.956Z] --- PASS: TestNetworkList (0.01s) [2022-07-29T22:49:45.956Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-07-29T22:49:45.956Z] --- PASS: TestNetworkList//networks (0.00s) [2022-07-29T22:49:45.956Z] === RUN TestHostIPv4BridgeLabel [2022-07-29T22:49:46.184Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-07-29T22:49:46.184Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-07-29T22:49:46.522Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-07-29T22:49:46.522Z] === RUN TestDaemonRestartWithLiveRestore [2022-07-29T22:49:46.525Z] tests/integration/models_networks_test.py .... [ 90%] [2022-07-29T22:49:47.897Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-07-29T22:49:47.897Z] === RUN TestDaemonDefaultNetworkPools [2022-07-29T22:49:48.087Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-07-29T22:49:48.088Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-07-29T22:49:48.088Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-07-29T22:49:48.432Z] --- PASS: TestCreateServiceMultipleTimes (16.05s) [2022-07-29T22:49:48.432Z] === RUN TestCreateServiceConflict [2022-07-29T22:49:48.432Z] --- PASS: TestCreateServiceConflict (2.19s) [2022-07-29T22:49:48.432Z] === RUN TestCreateServiceMaxReplicas [2022-07-29T22:49:48.463Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-07-29T22:49:48.463Z] === RUN TestDaemonRestartWithExistingNetwork [2022-07-29T22:49:49.397Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-07-29T22:49:49.397Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-07-29T22:49:50.772Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-07-29T22:49:50.772Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-07-29T22:49:50.950Z] --- PASS: TestCreateServiceMaxReplicas (2.80s) [2022-07-29T22:49:50.950Z] === RUN TestCreateWithDuplicateNetworkNames [2022-07-29T22:49:51.337Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-07-29T22:49:51.337Z] === RUN TestServiceWithPredefinedNetwork [2022-07-29T22:49:51.369Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-07-29T22:49:51.370Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-07-29T22:49:51.370Z] === RUN TestDockerSuite/TestEventsAttach [2022-07-29T22:49:51.628Z] === RUN TestDockerSuite/TestEventsCommit [2022-07-29T22:49:52.562Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-07-29T22:49:52.820Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-07-29T22:49:53.109Z] tests/integration/models_nodes_test.py . [ 90%] [2022-07-29T22:49:53.109Z] tests/integration/models_resources_test.py . [ 91%] [2022-07-29T22:49:53.387Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-07-29T22:49:53.644Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-07-29T22:49:53.866Z] --- PASS: TestServiceWithPredefinedNetwork (2.24s) [2022-07-29T22:49:53.866Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-07-29T22:49:53.866Z] service_test.go:243: FLAKY_TEST [2022-07-29T22:49:53.866Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-07-29T22:49:53.866Z] === RUN TestServiceWithDataPathPortInit [2022-07-29T22:49:55.543Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-07-29T22:49:56.109Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-07-29T22:49:58.641Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-07-29T22:49:59.210Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-07-29T22:50:00.539Z] --- PASS: TestServicePlugin (32.14s) [2022-07-29T22:50:00.539Z] === RUN TestServiceUpdateLabel [2022-07-29T22:50:00.539Z] === RUN TestDockerSuite/TestEventsCopy [2022-07-29T22:50:00.798Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-07-29T22:50:01.365Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-07-29T22:50:02.740Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-07-29T22:50:02.998Z] --- PASS: TestServiceUpdateLabel (2.75s) [2022-07-29T22:50:02.998Z] === RUN TestServiceUpdateSecrets [2022-07-29T22:50:03.565Z] docker_api_swarm_test.go:384: [dac8a55227065] joining swarm manager [ddf48db2046e4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:50:04.942Z] docker_api_swarm_test.go:385: [dd4081beebf8f] joining swarm manager [ddf48db2046e4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T22:50:05.788Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.32s) [2022-07-29T22:50:05.788Z] === RUN TestCreateServiceSecretFileMode [2022-07-29T22:50:06.040Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-07-29T22:50:06.040Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-07-29T22:50:06.716Z] --- PASS: TestCreateServiceSecretFileMode (2.49s) [2022-07-29T22:50:06.716Z] === RUN TestCreateServiceConfigFileMode [2022-07-29T22:50:08.739Z] --- PASS: TestServiceWithDataPathPortInit (13.97s) [2022-07-29T22:50:08.739Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-07-29T22:50:09.138Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-07-29T22:50:09.139Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-07-29T22:50:09.235Z] --- PASS: TestCreateServiceConfigFileMode (2.47s) [2022-07-29T22:50:09.235Z] === RUN TestCreateServiceSysctls [2022-07-29T22:50:09.705Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-07-29T22:50:10.114Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:7oxnbkje1ahdzxl9h6m6kfb6h Created:2022-07-29 22:50:08.8206058 +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[fb5de1b512f76e88875222c6cf1fd2e565b1f2fa4cfa610c2409e5ae3d498058:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wvd6cb08id3nisgqcfor6hrbx EndpointID:219b056338c0427bcf6fdf6e178e288ba67144b1b70ec623b8bbb2142465906d MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d1a5c95c6da36e8cef0de0c2c4f00c854a4d9c211a1a273094914ab133c6527e 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:a33427e09664 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wvd6cb08id3nisgqcfor6hrbx EndpointID:219b056338c0427bcf6fdf6e178e288ba67144b1b70ec623b8bbb2142465906d EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-07-29T22:50:10.238Z] tests/integration/regression_test.py ...... [ 98%] [2022-07-29T22:50:10.271Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-07-29T22:50:10.271Z] === RUN TestDockerSuite/TestEventsFilterType [2022-07-29T22:50:10.529Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-07-29T22:50:10.758Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-07-29T22:50:10.759Z] tests/integration/credentials/utils_test.py . [100%] [2022-07-29T22:50:10.759Z] [2022-07-29T22:50:10.759Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-07-29T22:50:10.759Z] =========================== short test summary info ============================ [2022-07-29T22:50:10.759Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-07-29T22:50:10.759Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-07-29T22:50:10.759Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-07-29T22:50:10.759Z] Not supported on most drivers [2022-07-29T22:50:10.759Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-07-29T22:50:10.759Z] Output of docker top depends on host distro, and is not formalized. [2022-07-29T22:50:10.759Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-07-29T22:50:10.759Z] Output of docker top depends on host distro, and is not formalized. [2022-07-29T22:50:10.759Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-07-29T22:50:10.759Z] Can fail if eth0 has multiple IP addresses [2022-07-29T22:50:10.759Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-07-29T22:50:10.759Z] This doesn't seem to be taken into account by the engine [2022-07-29T22:50:10.759Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-07-29T22:50:10.759Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-07-29T22:50:10.759Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 297.51 seconds == [2022-07-29T22:50:10.787Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-07-29T22:50:10.787Z] === RUN TestDockerSuite/TestEventsFilters [2022-07-29T22:50:11.018Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-07-29T22:50:11.721Z] === RUN TestDockerSuite/TestEventsFormat [2022-07-29T22:50:12.514Z] --- PASS: TestCreateServiceSysctls (2.85s) [2022-07-29T22:50:12.514Z] === RUN TestCreateServiceCapabilities [2022-07-29T22:50:12.656Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-07-29T22:50:12.656Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-07-29T22:50:12.913Z] === RUN TestDockerSuite/TestEventsImageImport [2022-07-29T22:50:13.480Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-07-29T22:50:13.738Z] === RUN TestDockerSuite/TestEventsImagePull [2022-07-29T22:50:14.557Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.98s) [2022-07-29T22:50:14.557Z] PASS [2022-07-29T22:50:14.557Z] [2022-07-29T22:50:14.557Z] === Skipped [2022-07-29T22:50:14.557Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-07-29T22:50:14.557Z] service_test.go:243: FLAKY_TEST [2022-07-29T22:50:14.557Z] [2022-07-29T22:50:14.557Z] DONE 38 tests, 1 skipped in 43.891s [2022-07-29T22:50:14.557Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-07-29T22:50:14.557Z] ++ 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-07-29T22:50:14.557Z] ++ set -e [2022-07-29T22:50:14.557Z] ++ '[' -n 0 ']' [2022-07-29T22:50:14.557Z] ++ set -x [2022-07-29T22:50:14.557Z] ++ 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-07-29T22:50:14.557Z] INFO: Testing against a local daemon [2022-07-29T22:50:14.557Z] === RUN TestDockerNetworkIpvlanPersistance [2022-07-29T22:50:14.557Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-07-29T22:50:14.557Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-07-29T22:50:14.557Z] === RUN TestDockerNetworkIpvlan [2022-07-29T22:50:14.557Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-07-29T22:50:14.557Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-07-29T22:50:14.557Z] PASS [2022-07-29T22:50:14.557Z] [2022-07-29T22:50:14.557Z] === Skipped [2022-07-29T22:50:14.557Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-07-29T22:50:14.557Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-07-29T22:50:14.557Z] [2022-07-29T22:50:14.557Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-07-29T22:50:14.557Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-07-29T22:50:14.557Z] [2022-07-29T22:50:14.557Z] DONE 2 tests, 2 skipped in 0.099s [2022-07-29T22:50:14.557Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-07-29T22:50:14.557Z] ++ 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-07-29T22:50:14.557Z] ++ set -e [2022-07-29T22:50:14.557Z] ++ '[' -n 0 ']' [2022-07-29T22:50:14.557Z] ++ set -x [2022-07-29T22:50:14.557Z] ++ 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-07-29T22:50:14.815Z] INFO: Testing against a local daemon [2022-07-29T22:50:14.815Z] === RUN TestDockerNetworkMacvlanPersistance [2022-07-29T22:50:15.040Z] --- PASS: TestCreateServiceCapabilities (2.57s) [2022-07-29T22:50:15.040Z] === RUN TestInspect [2022-07-29T22:50:15.111Z] === RUN TestDockerSuite/TestEventsImageTag [2022-07-29T22:50:16.043Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-07-29T22:50:16.043Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-07-29T22:50:16.043Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-07-29T22:50:16.043Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-07-29T22:50:16.043Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-07-29T22:50:16.043Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-07-29T22:50:16.189Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.41s) [2022-07-29T22:50:16.189Z] === RUN TestDockerNetworkMacvlan [2022-07-29T22:50:16.755Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-07-29T22:50:17.557Z] --- PASS: TestInspect (2.78s) [2022-07-29T22:50:17.557Z] === RUN TestCreateJob [2022-07-29T22:50:17.689Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-07-29T22:50:17.943Z] --- PASS: TestServiceUpdateSecrets (15.03s) [2022-07-29T22:50:17.943Z] === RUN TestServiceUpdateConfigs [2022-07-29T22:50:18.202Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-07-29T22:50:18.255Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-07-29T22:50:19.136Z] === RUN TestDockerSuite/TestEventsRename [2022-07-29T22:50:19.394Z] === RUN TestDockerSuite/TestEventsResize [2022-07-29T22:50:20.178Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-07-29T22:50:20.330Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-07-29T22:50:20.865Z] --- PASS: TestCreateJob (3.13s) [2022-07-29T22:50:20.865Z] === RUN TestReplicatedJob [2022-07-29T22:50:21.589Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-07-29T22:50:23.228Z] Leaving: AppArmorNo profiles have been unloaded. [2022-07-29T22:50:23.228Z] [2022-07-29T22:50:23.228Z] Unloading profiles will leave already running processes permanently [2022-07-29T22:50:23.228Z] unconfined, which can lead to unexpected situations. [2022-07-29T22:50:23.228Z] [2022-07-29T22:50:23.228Z] To set a process to complain mode, use the command line tool [2022-07-29T22:50:23.228Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-07-29T22:50:23.228Z] Post stage [Pipeline] junit [2022-07-29T22:50:23.241Z] Recording test results [2022-07-29T22:50:23.391Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-07-29T22:50:23.669Z] + echo Ensuring container killed. [2022-07-29T22:50:23.669Z] Ensuring container killed. [2022-07-29T22:50:23.669Z] + docker rm -vf docker-pr6 [2022-07-29T22:50:23.669Z] Error: No such container: docker-pr6 [Pipeline] sh [2022-07-29T22:50:23.975Z] + echo Chowning /workspace to jenkins user [2022-07-29T22:50:23.975Z] Chowning /workspace to jenkins user [2022-07-29T22:50:23.975Z] + id -u [2022-07-29T22:50:23.975Z] + id -g [2022-07-29T22:50:23.975Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43885:/workspace busybox chown -R 1000:1000 /workspace [2022-07-29T22:50:24.871Z] === RUN TestDockerNetworkMacvlan/Addressing [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-07-29T22:50:25.437Z] --- PASS: TestDockerNetworkMacvlan (9.43s) [2022-07-29T22:50:25.437Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-07-29T22:50:25.437Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.06s) [2022-07-29T22:50:25.437Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.81s) [2022-07-29T22:50:25.437Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.83s) [2022-07-29T22:50:25.437Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.06s) [2022-07-29T22:50:25.437Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.55s) [2022-07-29T22:50:25.437Z] PASS [2022-07-29T22:50:25.437Z] [2022-07-29T22:50:25.437Z] DONE 8 tests in 10.932s [2022-07-29T22:50:25.437Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-07-29T22:50:25.437Z] ++ 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-07-29T22:50:25.437Z] ++ set -e [2022-07-29T22:50:25.437Z] ++ '[' -n 0 ']' [2022-07-29T22:50:25.437Z] ++ set -x [2022-07-29T22:50:25.437Z] ++ 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-07-29T22:50:25.590Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-07-29T22:50:25.653Z] + bundleName=docker-py [2022-07-29T22:50:25.653Z] + echo Creating docker-py-bundles.tar.gz [2022-07-29T22:50:25.653Z] Creating docker-py-bundles.tar.gz [2022-07-29T22:50:25.653Z] + 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-07-29T22:50:25.666Z] Archiving artifacts [2022-07-29T22:50:25.695Z] testing: warning: no tests to run [2022-07-29T22:50:25.695Z] PASS [2022-07-29T22:50:25.695Z] [2022-07-29T22:50:25.695Z] DONE 0 tests in 0.024s [2022-07-29T22:50:25.695Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-07-29T22:50:25.695Z] ++ 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-07-29T22:50:25.695Z] ++ set -e [2022-07-29T22:50:25.695Z] ++ '[' -n 0 ']' [2022-07-29T22:50:25.695Z] ++ set -x [2022-07-29T22:50:25.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-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-07-29T22:50:25.695Z] INFO: Testing against a local daemon [2022-07-29T22:50:25.695Z] === RUN TestAuthZPluginAllowRequest [2022-07-29T22:50:25.868Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43885/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-07-29T22:50:26.131Z] --- PASS: TestReplicatedJob (5.05s) [2022-07-29T22:50:26.131Z] === RUN TestUpdateReplicatedJob [2022-07-29T22:50:26.156Z] === RUN TestDockerSuite/TestEventsStreaming [2022-07-29T22:50:26.211Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43885/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 -e DOCKER_GRAPHDRIVER docker:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 hack/make.sh binary [2022-07-29T22:50:26.470Z] [2022-07-29T22:50:26.721Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-07-29T22:50:26.730Z] Removing bundles/ [2022-07-29T22:50:26.730Z] [2022-07-29T22:50:26.730Z] ---> Making bundle: binary (in bundles/binary) [2022-07-29T22:50:26.730Z] Building: bundles/binary-daemon/dockerd [2022-07-29T22:50:26.730Z] GOOS="" GOARCH="" GOARM="" [2022-07-29T22:50:27.069Z] --- PASS: TestAuthZPluginAllowRequest (1.13s) [2022-07-29T22:50:27.069Z] === RUN TestAuthZPluginTLS [2022-07-29T22:50:27.327Z] --- PASS: TestAuthZPluginTLS (0.56s) [2022-07-29T22:50:27.327Z] === RUN TestAuthZPluginDenyRequest [2022-07-29T22:50:27.894Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-07-29T22:50:27.894Z] === RUN TestAuthZPluginAPIDenyResponse [2022-07-29T22:50:28.460Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-07-29T22:50:28.460Z] === RUN TestAuthZPluginDenyResponse [2022-07-29T22:50:29.026Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-07-29T22:50:29.026Z] === RUN TestAuthZPluginAllowEventStream [2022-07-29T22:50:29.398Z] --- PASS: TestUpdateReplicatedJob (3.24s) [2022-07-29T22:50:29.398Z] === RUN TestServiceListWithStatuses [2022-07-29T22:50:29.398Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-07-29T22:50:29.398Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-07-29T22:50:29.398Z] === RUN TestDockerNetworkConnectAlias [2022-07-29T22:50:29.960Z] --- PASS: TestAuthZPluginAllowEventStream (1.10s) [2022-07-29T22:50:29.960Z] === RUN TestAuthZPluginErrorResponse [2022-07-29T22:50:30.004Z] === RUN TestDockerSuite/TestEventsTop [2022-07-29T22:50:30.004Z] === RUN TestDockerSuite/TestEventsUntag [2022-07-29T22:50:30.526Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-07-29T22:50:30.527Z] === RUN TestAuthZPluginErrorRequest [2022-07-29T22:50:31.093Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-07-29T22:50:31.094Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-07-29T22:50:31.660Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-07-29T22:50:31.660Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-07-29T22:50:32.534Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-07-29T22:50:33.034Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.46s) [2022-07-29T22:50:33.034Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-07-29T22:50:33.121Z] --- PASS: TestServiceUpdateConfigs (15.04s) [2022-07-29T22:50:33.121Z] === RUN TestServiceUpdateNetwork [2022-07-29T22:50:33.566Z] --- PASS: TestDockerNetworkConnectAlias (4.23s) [2022-07-29T22:50:33.566Z] === RUN TestDockerNetworkReConnect [2022-07-29T22:50:34.410Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.36s) [2022-07-29T22:50:34.410Z] === RUN TestAuthZPluginHeader [2022-07-29T22:50:35.345Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-07-29T22:50:35.345Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-07-29T22:50:35.345Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-07-29T22:50:35.345Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-07-29T22:50:35.345Z] === RUN TestAuthZPluginV2Disable [2022-07-29T22:50:35.345Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-07-29T22:50:35.345Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-07-29T22:50:35.345Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-07-29T22:50:35.345Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-07-29T22:50:35.345Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-07-29T22:50:35.345Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-07-29T22:50:35.345Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-07-29T22:50:35.345Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-07-29T22:50:35.345Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-07-29T22:50:36.833Z] --- PASS: TestDockerNetworkReConnect (3.48s) [2022-07-29T22:50:36.833Z] === RUN TestServicePlugin [2022-07-29T22:50:40.102Z] plugin_test.go:61: [d601727085fc9] joining swarm manager [d6130777f5ceb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:50:41.467Z] plugin_test.go:64: [d983a0c22b8a6] joining swarm manager [d6130777f5ceb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T22:50:45.313Z] === RUN TestDockerSuite/TestNetworkEvents [2022-07-29T22:50:45.313Z] --- PASS: TestServiceUpdateNetwork (12.47s) [2022-07-29T22:50:45.313Z] === RUN TestServiceUpdatePidsLimit [2022-07-29T22:50:46.686Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-07-29T22:50:47.621Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-07-29T22:50:49.522Z] === RUN TestDockerSuite/TestVolumeEvents [2022-07-29T22:50:49.780Z] === RUN TestDockerSuite/TestExec [2022-07-29T22:50:50.346Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-07-29T22:50:51.280Z] === RUN TestDockerSuite/TestExecCgroup [2022-07-29T22:50:52.215Z] === RUN TestDockerSuite/TestExecEnv [2022-07-29T22:50:52.784Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-07-29T22:50:53.422Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s) [2022-07-29T22:50:53.422Z] PASS [2022-07-29T22:50:53.422Z] [2022-07-29T22:50:53.422Z] === Skipped [2022-07-29T22:50:53.422Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-07-29T22:50:53.422Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-07-29T22:50:53.422Z] [2022-07-29T22:50:53.422Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-07-29T22:50:53.422Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-07-29T22:50:53.422Z] [2022-07-29T22:50:53.422Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-07-29T22:50:53.422Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-07-29T22:50:53.422Z] [2022-07-29T22:50:53.422Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-07-29T22:50:53.422Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-07-29T22:50:53.422Z] [2022-07-29T22:50:53.422Z] DONE 17 tests, 4 skipped in 26.483s [2022-07-29T22:50:53.422Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-07-29T22:50:53.422Z] ++ 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-07-29T22:50:53.422Z] ++ set -e [2022-07-29T22:50:53.422Z] ++ '[' -n 0 ']' [2022-07-29T22:50:53.422Z] ++ set -x [2022-07-29T22:50:53.422Z] ++ 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-07-29T22:50:53.422Z] INFO: Testing against a local daemon [2022-07-29T22:50:53.422Z] === RUN TestPluginInvalidJSON [2022-07-29T22:50:53.422Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-07-29T22:50:53.422Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-07-29T22:50:53.422Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-07-29T22:50:53.422Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-07-29T22:50:53.422Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-07-29T22:50:53.422Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-07-29T22:50:53.422Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-07-29T22:50:53.422Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-07-29T22:50:53.422Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-07-29T22:50:53.422Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-07-29T22:50:53.422Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-07-29T22:50:53.422Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-07-29T22:50:53.422Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-07-29T22:50:53.422Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-07-29T22:50:53.422Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-07-29T22:50:53.422Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-07-29T22:50:53.422Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-07-29T22:50:53.422Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-07-29T22:50:53.422Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-07-29T22:50:53.422Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-07-29T22:50:53.422Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-07-29T22:50:53.422Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-07-29T22:50:53.422Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-07-29T22:50:53.422Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-07-29T22:50:53.422Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-07-29T22:50:53.422Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-07-29T22:50:53.422Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-07-29T22:50:53.422Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-07-29T22:50:53.422Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-07-29T22:50:53.422Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-07-29T22:50:53.422Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-07-29T22:50:53.422Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-07-29T22:50:53.422Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-07-29T22:50:53.422Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-07-29T22:50:53.422Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-07-29T22:50:53.422Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-07-29T22:50:53.422Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-07-29T22:50:53.422Z] === RUN TestPluginInstall [2022-07-29T22:50:53.422Z] === RUN TestPluginInstall/no_auth [2022-07-29T22:50:53.422Z] time="2022-07-29T22:50:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-07-29T22:50:53.422Z] time="2022-07-29T22:50:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:79f59600381a4166cf4f45095edf8f8f7c5a31d1aacac6f6141bb90a68aff13a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-07-29T22:50:53.422Z] time="2022-07-29T22:50:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-07-29T22:50:53.422Z] time="2022-07-29T22:50:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:79f59600381a4166cf4f45095edf8f8f7c5a31d1aacac6f6141bb90a68aff13a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-07-29T22:50:53.422Z] === RUN TestPluginInstall/with_htpasswd [2022-07-29T22:50:53.422Z] time="2022-07-29T22:50:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-07-29T22:50:53.422Z] time="2022-07-29T22:50:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3e97b7f178bdba44dcca4085dede7ef788403eee49762994d5f5f9375c499e99" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-07-29T22:50:53.422Z] time="2022-07-29T22:50:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-07-29T22:50:53.422Z] time="2022-07-29T22:50:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3e97b7f178bdba44dcca4085dede7ef788403eee49762994d5f5f9375c499e99" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-07-29T22:50:53.682Z] === RUN TestPluginInstall/with_insecure [2022-07-29T22:50:53.719Z] === RUN TestDockerSuite/TestExecExitStatus [2022-07-29T22:50:54.286Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-07-29T22:50:54.543Z] === RUN TestDockerSuite/TestExecInspectID [2022-07-29T22:50:54.616Z] time="2022-07-29T22:50:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-07-29T22:50:54.616Z] time="2022-07-29T22:50:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d9dbc05280ca60bf5537b00b23837e608b56c07f753f82303a7090bffcd5c747" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-07-29T22:50:54.616Z] time="2022-07-29T22:50:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-07-29T22:50:54.616Z] time="2022-07-29T22:50:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d9dbc05280ca60bf5537b00b23837e608b56c07f753f82303a7090bffcd5c747" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-07-29T22:50:54.874Z] plugin_test.go:196: [d3f3f54dae290] daemon is not started [2022-07-29T22:50:54.874Z] --- PASS: TestPluginInstall (2.54s) [2022-07-29T22:50:54.874Z] --- PASS: TestPluginInstall/no_auth (0.96s) [2022-07-29T22:50:54.874Z] --- PASS: TestPluginInstall/with_htpasswd (0.55s) [2022-07-29T22:50:54.874Z] --- PASS: TestPluginInstall/with_insecure (1.04s) [2022-07-29T22:50:54.874Z] === RUN TestPluginsWithRuntimes [2022-07-29T22:50:56.249Z] === RUN TestPluginsWithRuntimes/No_Args [2022-07-29T22:50:57.071Z] === RUN TestDockerSuite/TestExecInteractive [2022-07-29T22:50:57.183Z] === RUN TestPluginsWithRuntimes/With_Args [2022-07-29T22:50:57.637Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-07-29T22:50:58.118Z] --- PASS: TestPluginsWithRuntimes (3.28s) [2022-07-29T22:50:58.118Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.88s) [2022-07-29T22:50:58.118Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.89s) [2022-07-29T22:50:58.118Z] === RUN TestPluginBackCompatMediaTypes [2022-07-29T22:50:58.204Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-07-29T22:50:58.684Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s) [2022-07-29T22:50:58.684Z] PASS [2022-07-29T22:50:58.684Z] [2022-07-29T22:50:58.684Z] DONE 24 tests in 6.511s [2022-07-29T22:50:58.684Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-07-29T22:50:58.684Z] ++ 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-07-29T22:50:58.684Z] ++ set -e [2022-07-29T22:50:58.684Z] ++ '[' -n 0 ']' [2022-07-29T22:50:58.684Z] ++ set -x [2022-07-29T22:50:58.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-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-07-29T22:50:58.684Z] INFO: Testing against a local daemon [2022-07-29T22:50:58.684Z] === RUN TestExternalGraphDriver [2022-07-29T22:50:58.770Z] === RUN TestDockerSuite/TestExecParseError [2022-07-29T22:50:58.942Z] === RUN TestExternalGraphDriver/json [2022-07-29T22:50:59.335Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-07-29T22:50:59.901Z] === RUN TestDockerSuite/TestExecSetEnv [2022-07-29T22:51:00.160Z] === RUN TestDockerSuite/TestExecStartFails [2022-07-29T22:51:00.725Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-07-29T22:51:00.843Z] === RUN TestExternalGraphDriver/spec [2022-07-29T22:51:01.292Z] === RUN TestDockerSuite/TestExecTTY [2022-07-29T22:51:01.857Z] --- PASS: TestServiceUpdatePidsLimit (16.45s) [2022-07-29T22:51:01.857Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2022-07-29T22:51:01.857Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.91s) [2022-07-29T22:51:01.857Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.92s) [2022-07-29T22:51:01.857Z] PASS [2022-07-29T22:51:01.857Z] [2022-07-29T22:51:01.857Z] === Skipped [2022-07-29T22:51:01.857Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-07-29T22:51:01.857Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-07-29T22:51:01.857Z] [2022-07-29T22:51:01.857Z] DONE 27 tests, 1 skipped in 180.901s [2022-07-29T22:51:01.857Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-07-29T22:51:01.857Z] ++ 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-07-29T22:51:01.857Z] ++ set -e [2022-07-29T22:51:01.857Z] ++ '[' -n 0 ']' [2022-07-29T22:51:01.857Z] ++ set -x [2022-07-29T22:51:01.858Z] ++ 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-07-29T22:51:02.117Z] INFO: Testing against a local daemon [2022-07-29T22:51:02.117Z] === RUN TestSessionCreate [2022-07-29T22:51:02.117Z] --- PASS: TestSessionCreate (0.02s) [2022-07-29T22:51:02.117Z] === RUN TestSessionCreateWithBadUpgrade [2022-07-29T22:51:02.117Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-07-29T22:51:02.117Z] PASS [2022-07-29T22:51:02.117Z] [2022-07-29T22:51:02.117Z] DONE 2 tests in 0.139s [2022-07-29T22:51:02.117Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-07-29T22:51:02.117Z] ++ 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-07-29T22:51:02.117Z] ++ set -e [2022-07-29T22:51:02.117Z] ++ '[' -n 0 ']' [2022-07-29T22:51:02.117Z] ++ set -x [2022-07-29T22:51:02.117Z] ++ 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-07-29T22:51:02.117Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-07-29T22:51:02.117Z] INFO: Testing against a local daemon [2022-07-29T22:51:02.117Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-07-29T22:51:02.117Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-07-29T22:51:02.117Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-07-29T22:51:02.117Z] === RUN TestDiskUsage [2022-07-29T22:51:02.117Z] === PAUSE TestDiskUsage [2022-07-29T22:51:02.117Z] === RUN TestEventsExecDie [2022-07-29T22:51:02.221Z] === RUN TestExternalGraphDriver/pull [2022-07-29T22:51:03.062Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-07-29T22:51:03.062Z] --- PASS: TestEventsExecDie (0.73s) [2022-07-29T22:51:03.062Z] === RUN TestEventsBackwardsCompatible [2022-07-29T22:51:03.062Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2022-07-29T22:51:03.062Z] === RUN TestEventsVolumeCreate [2022-07-29T22:51:03.063Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-07-29T22:51:03.063Z] === RUN TestInfoBinaryCommits [2022-07-29T22:51:03.063Z] --- PASS: TestInfoBinaryCommits (0.03s) [2022-07-29T22:51:03.063Z] === RUN TestInfoAPIVersioned [2022-07-29T22:51:03.063Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-07-29T22:51:03.063Z] === RUN TestInfoAPI [2022-07-29T22:51:03.063Z] --- PASS: TestInfoAPI (0.02s) [2022-07-29T22:51:03.063Z] === RUN TestInfoAPIWarnings [2022-07-29T22:51:03.639Z] === RUN TestDockerSuite/TestExecUlimits [2022-07-29T22:51:03.898Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-07-29T22:51:03.898Z] docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows [2022-07-29T22:51:04.122Z] --- PASS: TestExternalGraphDriver (5.19s) [2022-07-29T22:51:04.122Z] --- PASS: TestExternalGraphDriver/json (1.58s) [2022-07-29T22:51:04.122Z] --- PASS: TestExternalGraphDriver/spec (1.60s) [2022-07-29T22:51:04.122Z] --- PASS: TestExternalGraphDriver/pull (1.66s) [2022-07-29T22:51:04.122Z] === RUN TestGraphdriverPluginV2 [2022-07-29T22:51:04.122Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-07-29T22:51:04.122Z] --- SKIP: TestGraphdriverPluginV2 (0.33s) [2022-07-29T22:51:04.122Z] PASS [2022-07-29T22:51:04.122Z] [2022-07-29T22:51:04.122Z] === Skipped [2022-07-29T22:51:04.122Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.33s) [2022-07-29T22:51:04.122Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-07-29T22:51:04.122Z] [2022-07-29T22:51:04.122Z] DONE 5 tests, 1 skipped in 5.602s [2022-07-29T22:51:04.122Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-07-29T22:51:04.122Z] ++ 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-07-29T22:51:04.122Z] ++ set -e [2022-07-29T22:51:04.122Z] ++ '[' -n 0 ']' [2022-07-29T22:51:04.122Z] ++ set -x [2022-07-29T22:51:04.122Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-07-29T22:51:04.156Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-07-29T22:51:04.381Z] INFO: Testing against a local daemon [2022-07-29T22:51:04.381Z] === RUN TestContinueAfterPluginCrash [2022-07-29T22:51:04.381Z] === PAUSE TestContinueAfterPluginCrash [2022-07-29T22:51:04.381Z] === RUN TestReadPluginNoRead [2022-07-29T22:51:04.381Z] === PAUSE TestReadPluginNoRead [2022-07-29T22:51:04.381Z] === RUN TestDaemonStartWithLogOpt [2022-07-29T22:51:04.381Z] === PAUSE TestDaemonStartWithLogOpt [2022-07-29T22:51:04.381Z] === CONT TestContinueAfterPluginCrash [2022-07-29T22:51:04.381Z] === CONT TestDaemonStartWithLogOpt [2022-07-29T22:51:04.414Z] check_test.go:611: [dd4081beebf8f] daemon is not started [2022-07-29T22:51:04.414Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-07-29T22:51:05.787Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-07-29T22:51:06.045Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-07-29T22:51:06.611Z] docker_api_swarm_test.go:802: [d207d93172ef8] joining swarm manager [d72d4f4f7af4e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:51:07.178Z] === RUN TestDockerSuite/TestExecWithTERM [2022-07-29T22:51:07.666Z] --- PASS: TestDaemonStartWithLogOpt (3.09s) [2022-07-29T22:51:07.666Z] === CONT TestReadPluginNoRead [2022-07-29T22:51:07.744Z] === RUN TestDockerSuite/TestExecWithUser [2022-07-29T22:51:07.963Z] --- PASS: TestServicePlugin (30.28s) [2022-07-29T22:51:07.963Z] === RUN TestServiceUpdateLabel [2022-07-29T22:51:08.002Z] docker_api_swarm_test.go:802: [d53c10c81fb52] joining swarm manager [d72d4f4f7af4e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T22:51:08.568Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-07-29T22:51:09.331Z] --- PASS: TestServiceUpdateLabel (2.23s) [2022-07-29T22:51:09.331Z] === RUN TestServiceUpdateSecrets [2022-07-29T22:51:09.502Z] docker_api_swarm_test.go:802: [d3a916e4746a1] joining swarm manager [d72d4f4f7af4e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-07-29T22:51:09.566Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-07-29T22:51:09.760Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-07-29T22:51:10.695Z] docker_api_swarm_test.go:802: [d34332fe72286] joining swarm manager [d72d4f4f7af4e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-07-29T22:51:10.940Z] === RUN TestReadPluginNoRead/default [2022-07-29T22:51:11.876Z] === RUN TestReadPluginNoRead/disabled_caching [2022-07-29T22:51:12.070Z] === RUN TestDockerSuite/TestHealth [2022-07-29T22:51:12.070Z] docker_api_swarm_test.go:810: [d551c7e333fea] joining swarm manager [d72d4f4f7af4e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-07-29T22:51:12.442Z] --- PASS: TestContinueAfterPluginCrash (7.99s) [2022-07-29T22:51:13.008Z] === CONT TestReadPluginNoRead [2022-07-29T22:51:13.008Z] read_test.go:92: [d2298aa448410] daemon is not started [2022-07-29T22:51:13.008Z] --- PASS: TestReadPluginNoRead (5.62s) [2022-07-29T22:51:13.008Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.20s) [2022-07-29T22:51:13.008Z] --- PASS: TestReadPluginNoRead/default (1.16s) [2022-07-29T22:51:13.008Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.16s) [2022-07-29T22:51:13.008Z] PASS [2022-07-29T22:51:13.008Z] [2022-07-29T22:51:13.008Z] DONE 6 tests in 8.815s [2022-07-29T22:51:13.009Z] 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-07-29T22:51:13.009Z] ++ 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-07-29T22:51:13.009Z] ++ set -e [2022-07-29T22:51:13.009Z] ++ '[' -n 0 ']' [2022-07-29T22:51:13.009Z] ++ set -x [2022-07-29T22:51:13.009Z] ++ 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-07-29T22:51:13.009Z] testing: warning: no tests to run [2022-07-29T22:51:13.009Z] PASS [2022-07-29T22:51:13.009Z] [2022-07-29T22:51:13.009Z] DONE 0 tests in 0.037s [2022-07-29T22:51:13.009Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-07-29T22:51:13.009Z] ++ 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-07-29T22:51:13.009Z] ++ set -e [2022-07-29T22:51:13.009Z] ++ '[' -n 0 ']' [2022-07-29T22:51:13.009Z] ++ set -x [2022-07-29T22:51:13.009Z] ++ 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-07-29T22:51:13.267Z] INFO: Testing against a local daemon [2022-07-29T22:51:13.267Z] === RUN TestPluginWithDevMounts [2022-07-29T22:51:13.267Z] === PAUSE TestPluginWithDevMounts [2022-07-29T22:51:13.267Z] === CONT TestPluginWithDevMounts [2022-07-29T22:51:14.642Z] --- PASS: TestPluginWithDevMounts (1.54s) [2022-07-29T22:51:14.642Z] PASS [2022-07-29T22:51:14.642Z] [2022-07-29T22:51:14.642Z] DONE 1 tests in 1.649s [2022-07-29T22:51:14.900Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-07-29T22:51:14.900Z] ++ 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-07-29T22:51:14.900Z] ++ set -e [2022-07-29T22:51:14.900Z] ++ '[' -n 0 ']' [2022-07-29T22:51:14.900Z] ++ set -x [2022-07-29T22:51:14.900Z] ++ 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-07-29T22:51:14.900Z] INFO: Testing against a local daemon [2022-07-29T22:51:14.900Z] === RUN TestSecretInspect [2022-07-29T22:51:17.429Z] --- PASS: TestSecretInspect (2.30s) [2022-07-29T22:51:17.429Z] === RUN TestSecretList [2022-07-29T22:51:19.970Z] --- PASS: TestSecretList (2.29s) [2022-07-29T22:51:19.970Z] === RUN TestSecretsCreateAndDelete [2022-07-29T22:51:20.176Z] --- PASS: TestInfoAPIWarnings (16.55s) [2022-07-29T22:51:20.177Z] === RUN TestInfoDebug [2022-07-29T22:51:20.177Z] --- PASS: TestInfoDebug (0.52s) [2022-07-29T22:51:20.177Z] === RUN TestInfoInsecureRegistries [2022-07-29T22:51:20.742Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-07-29T22:51:20.742Z] === RUN TestInfoRegistryMirrors [2022-07-29T22:51:21.308Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-07-29T22:51:21.308Z] === RUN TestLoginFailsWithBadCredentials [2022-07-29T22:51:21.565Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2022-07-29T22:51:21.565Z] === RUN TestPingCacheHeaders [2022-07-29T22:51:21.565Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-07-29T22:51:21.565Z] === RUN TestPingGet [2022-07-29T22:51:21.565Z] --- PASS: TestPingGet (0.01s) [2022-07-29T22:51:21.565Z] === RUN TestPingHead [2022-07-29T22:51:21.565Z] --- PASS: TestPingHead (0.01s) [2022-07-29T22:51:21.565Z] === RUN TestPingSwarmHeader [2022-07-29T22:51:21.878Z] --- PASS: TestSecretsCreateAndDelete (2.31s) [2022-07-29T22:51:21.878Z] === RUN TestSecretsUpdate [2022-07-29T22:51:22.131Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-07-29T22:51:22.696Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-07-29T22:51:23.630Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-07-29T22:51:23.887Z] --- PASS: TestPingSwarmHeader (2.11s) [2022-07-29T22:51:23.887Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-07-29T22:51:23.887Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-07-29T22:51:23.887Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-07-29T22:51:23.887Z] === RUN TestVersion [2022-07-29T22:51:23.887Z] --- PASS: TestVersion (0.02s) [2022-07-29T22:51:23.887Z] === CONT TestDiskUsage [2022-07-29T22:51:24.171Z] --- PASS: TestServiceUpdateSecrets (14.63s) [2022-07-29T22:51:24.171Z] === RUN TestServiceUpdateConfigs [2022-07-29T22:51:24.407Z] --- PASS: TestSecretsUpdate (2.24s) [2022-07-29T22:51:24.407Z] === RUN TestTemplatedSecret [2022-07-29T22:51:24.452Z] === RUN TestDiskUsage/empty [2022-07-29T22:51:24.453Z] === RUN TestDiskUsage/empty/container_types [2022-07-29T22:51:24.453Z] === RUN TestDiskUsage/empty/image_types [2022-07-29T22:51:24.453Z] === RUN TestDiskUsage/empty/volume_types [2022-07-29T22:51:24.453Z] === RUN TestDiskUsage/empty/build-cache_types [2022-07-29T22:51:24.453Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-07-29T22:51:24.453Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-07-29T22:51:24.453Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-07-29T22:51:24.453Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-07-29T22:51:24.453Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-07-29T22:51:24.453Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-07-29T22:51:24.453Z] === RUN TestDiskUsage/after_LoadBusybox [2022-07-29T22:51:24.453Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-07-29T22:51:24.453Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-07-29T22:51:24.453Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-07-29T22:51:24.453Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-07-29T22:51:24.453Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-07-29T22:51:24.453Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-07-29T22:51:24.453Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-07-29T22:51:24.453Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-07-29T22:51:24.453Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-07-29T22:51:24.453Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-07-29T22:51:24.453Z] === RUN TestDiskUsage/after_container.Run [2022-07-29T22:51:25.019Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-07-29T22:51:25.019Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-07-29T22:51:25.019Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-07-29T22:51:25.019Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-07-29T22:51:25.019Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-07-29T22:51:25.019Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-07-29T22:51:25.019Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-07-29T22:51:25.019Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-07-29T22:51:25.019Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-07-29T22:51:25.019Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage (1.39s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.26s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/after_container.Run (0.45s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-07-29T22:51:25.277Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-07-29T22:51:25.277Z] PASS [2022-07-29T22:51:25.277Z] [2022-07-29T22:51:25.277Z] === Skipped [2022-07-29T22:51:25.277Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-07-29T22:51:25.277Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-07-29T22:51:25.277Z] [2022-07-29T22:51:25.277Z] DONE 54 tests, 1 skipped in 23.122s [2022-07-29T22:51:25.277Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-07-29T22:51:25.277Z] ++ 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-07-29T22:51:25.277Z] ++ set -e [2022-07-29T22:51:25.277Z] ++ '[' -n 0 ']' [2022-07-29T22:51:25.277Z] ++ set -x [2022-07-29T22:51:25.277Z] ++ 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-07-29T22:51:25.277Z] INFO: Testing against a local daemon [2022-07-29T22:51:25.277Z] === RUN TestVolumesCreateAndList [2022-07-29T22:51:25.277Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-07-29T22:51:25.277Z] === RUN TestVolumesRemove [2022-07-29T22:51:25.535Z] --- PASS: TestVolumesRemove (0.07s) [2022-07-29T22:51:25.535Z] === RUN TestVolumesInspect [2022-07-29T22:51:25.535Z] --- PASS: TestVolumesInspect (0.02s) [2022-07-29T22:51:25.535Z] === RUN TestVolumesInvalidJSON [2022-07-29T22:51:25.535Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-07-29T22:51:25.535Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-07-29T22:51:25.535Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-07-29T22:51:25.535Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-07-29T22:51:25.535Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-07-29T22:51:25.535Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-07-29T22:51:25.535Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-07-29T22:51:25.535Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-07-29T22:51:25.535Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-07-29T22:51:25.535Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-07-29T22:51:25.535Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-07-29T22:51:25.535Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-07-29T22:51:25.535Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-07-29T22:51:25.535Z] PASS [2022-07-29T22:51:25.535Z] [2022-07-29T22:51:25.535Z] DONE 9 tests in 0.245s [2022-07-29T22:51:25.535Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-07-29T22:51:25.793Z] ++++ cat bundles/test-integration/docker.pid [2022-07-29T22:51:25.793Z] +++ kill 6738 [2022-07-29T22:51:26.053Z] +++ /etc/init.d/apparmor stop [2022-07-29T22:51:26.053Z] Leaving: AppArmorNo profiles have been unloaded. [2022-07-29T22:51:26.053Z] [2022-07-29T22:51:26.053Z] Unloading profiles will leave already running processes permanently [2022-07-29T22:51:26.053Z] unconfined, which can lead to unexpected situations. [2022-07-29T22:51:26.053Z] [2022-07-29T22:51:26.053Z] To set a process to complain mode, use the command line tool [2022-07-29T22:51:26.053Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-07-29T22:51:26.053Z] +++ true [2022-07-29T22:51:26.053Z] exiting test-integration [2022-07-29T22:51:26.053Z] ++ exit 0 [2022-07-29T22:51:26.053Z] [2022-07-29T22:51:26.308Z] --- PASS: TestTemplatedSecret (2.42s) [2022-07-29T22:51:26.308Z] === RUN TestSecretCreateResolve [2022-07-29T22:51:26.619Z] + for job in $(jobs -p) [2022-07-29T22:51:26.619Z] + wait 15099 [2022-07-29T22:51:28.839Z] --- PASS: TestSecretCreateResolve (2.32s) [2022-07-29T22:51:28.839Z] PASS [2022-07-29T22:51:28.839Z] [2022-07-29T22:51:28.839Z] DONE 6 tests in 13.961s [2022-07-29T22:51:28.839Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-07-29T22:51:28.839Z] ++ 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-07-29T22:51:28.839Z] ++ set -e [2022-07-29T22:51:28.839Z] ++ '[' -n 0 ']' [2022-07-29T22:51:28.839Z] ++ set -x [2022-07-29T22:51:28.839Z] ++ 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-07-29T22:51:28.839Z] INFO: Testing against a local daemon [2022-07-29T22:51:28.839Z] === RUN TestServiceCreateInit [2022-07-29T22:51:28.839Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-07-29T22:51:31.910Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-07-29T22:51:33.025Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-07-29T22:51:35.192Z] === RUN TestDockerSuite/TestBuildHistory [2022-07-29T22:51:36.308Z] --- PASS: TestServiceCreateInit (7.18s) [2022-07-29T22:51:36.308Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.64s) [2022-07-29T22:51:36.308Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.52s) [2022-07-29T22:51:36.308Z] === RUN TestCreateServiceMultipleTimes [2022-07-29T22:51:37.721Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-07-29T22:51:37.722Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-07-29T22:51:37.722Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-07-29T22:51:37.722Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-07-29T22:51:37.981Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-07-29T22:51:37.981Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-07-29T22:51:38.547Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-07-29T22:51:39.009Z] --- PASS: TestServiceUpdateConfigs (14.78s) [2022-07-29T22:51:39.009Z] === RUN TestServiceUpdateNetwork [2022-07-29T22:51:39.115Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-07-29T22:51:39.115Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-07-29T22:51:39.115Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-07-29T22:51:39.115Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-07-29T22:51:39.374Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-07-29T22:51:39.632Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-07-29T22:51:39.890Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-07-29T22:51:39.890Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-07-29T22:51:40.457Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-07-29T22:51:40.457Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-07-29T22:51:41.392Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-07-29T22:51:41.651Z] === RUN TestDockerSuite/TestImagesFormat [2022-07-29T22:51:41.909Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-07-29T22:51:42.474Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-07-29T22:51:45.003Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-07-29T22:51:45.003Z] === RUN TestDockerSuite/TestImportBadURL [2022-07-29T22:51:45.003Z] === RUN TestDockerSuite/TestImportDisplay [2022-07-29T22:51:45.940Z] === RUN TestDockerSuite/TestImportFile [2022-07-29T22:51:47.315Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-07-29T22:51:47.315Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-07-29T22:51:48.249Z] === RUN TestDockerSuite/TestImportGzipped [2022-07-29T22:51:49.184Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-07-29T22:51:50.559Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-07-29T22:51:50.818Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-07-29T22:51:51.179Z] --- PASS: TestCreateServiceMultipleTimes (14.98s) [2022-07-29T22:51:51.179Z] === RUN TestCreateServiceConflict [2022-07-29T22:51:51.384Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-07-29T22:51:51.951Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-07-29T22:51:51.951Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-07-29T22:51:51.951Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-07-29T22:51:52.209Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-07-29T22:51:52.776Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-07-29T22:51:52.776Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-07-29T22:51:53.342Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-07-29T22:51:53.342Z] docker_cli_inspect_test.go:195: unmatched requirement Devicemapper [2022-07-29T22:51:53.342Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-07-29T22:51:53.708Z] --- PASS: TestCreateServiceConflict (2.21s) [2022-07-29T22:51:53.708Z] === RUN TestCreateServiceMaxReplicas [2022-07-29T22:51:53.911Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-07-29T22:51:54.491Z] === RUN TestDockerSuite/TestInspectDefault [2022-07-29T22:51:55.059Z] === RUN TestDockerSuite/TestInspectHistory [2022-07-29T22:51:55.317Z] === RUN TestDockerSuite/TestInspectImage [2022-07-29T22:51:55.317Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-07-29T22:51:55.575Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-07-29T22:51:55.575Z] docker_cli_inspect_test.go:177: unmatched requirement Devicemapper [2022-07-29T22:51:55.575Z] === RUN TestDockerSuite/TestInspectInt64 [2022-07-29T22:51:55.834Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-07-29T22:51:56.236Z] --- PASS: TestCreateServiceMaxReplicas (2.65s) [2022-07-29T22:51:56.236Z] === RUN TestCreateWithDuplicateNetworkNames [2022-07-29T22:51:56.400Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-07-29T22:51:56.400Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-07-29T22:51:56.966Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-07-29T22:51:57.056Z] --- PASS: TestServiceUpdateNetwork (17.90s) [2022-07-29T22:51:57.056Z] === RUN TestServiceUpdatePidsLimit [2022-07-29T22:51:57.531Z] === RUN TestDockerSuite/TestInspectPlugin [2022-07-29T22:51:57.618Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-07-29T22:51:58.546Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-07-29T22:52:00.059Z] === RUN TestDockerSuite/TestInspectRootFS [2022-07-29T22:52:00.059Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-07-29T22:52:00.059Z] === RUN TestDockerSuite/TestInspectStatus [2022-07-29T22:52:00.626Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-07-29T22:52:01.559Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-07-29T22:52:02.126Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-07-29T22:52:02.693Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-07-29T22:52:03.258Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-07-29T22:52:03.516Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-07-29T22:52:04.083Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-07-29T22:52:04.649Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-07-29T22:52:04.649Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-07-29T22:52:05.584Z] === RUN TestDockerSuite/TestLinksEnvs [2022-07-29T22:52:06.517Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-07-29T22:52:06.637Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-07-29T22:52:06.775Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-07-29T22:52:07.342Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-07-29T22:52:07.911Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-07-29T22:52:09.286Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-07-29T22:52:10.663Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-07-29T22:52:10.921Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-07-29T22:52:11.106Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.05s) [2022-07-29T22:52:11.106Z] === RUN TestCreateServiceSecretFileMode [2022-07-29T22:52:11.365Z] --- PASS: TestCreateServiceSecretFileMode (2.37s) [2022-07-29T22:52:11.365Z] === RUN TestCreateServiceConfigFileMode [2022-07-29T22:52:12.297Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-07-29T22:52:12.297Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-07-29T22:52:12.863Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-07-29T22:52:13.173Z] --- PASS: TestServiceUpdatePidsLimit (16.40s) [2022-07-29T22:52:13.173Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s) [2022-07-29T22:52:13.173Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s) [2022-07-29T22:52:13.173Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.00s) [2022-07-29T22:52:13.173Z] PASS [2022-07-29T22:52:13.173Z] [2022-07-29T22:52:13.173Z] === Skipped [2022-07-29T22:52:13.173Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-07-29T22:52:13.173Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-07-29T22:52:13.173Z] [2022-07-29T22:52:13.173Z] DONE 27 tests, 1 skipped in 170.703s [2022-07-29T22:52:13.173Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-07-29T22:52:13.173Z] INFO: Testing against a local daemon [2022-07-29T22:52:13.173Z] === RUN TestSessionCreate [2022-07-29T22:52:13.173Z] --- PASS: TestSessionCreate (0.02s) [2022-07-29T22:52:13.173Z] === RUN TestSessionCreateWithBadUpgrade [2022-07-29T22:52:13.173Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-07-29T22:52:13.173Z] PASS [2022-07-29T22:52:13.173Z] [2022-07-29T22:52:13.173Z] DONE 2 tests in 0.058s [2022-07-29T22:52:13.173Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-07-29T22:52:13.173Z] INFO: Testing against a local daemon [2022-07-29T22:52:13.173Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-07-29T22:52:13.173Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-07-29T22:52:13.173Z] === RUN TestDiskUsage [2022-07-29T22:52:13.173Z] === PAUSE TestDiskUsage [2022-07-29T22:52:13.173Z] === RUN TestEventsExecDie [2022-07-29T22:52:13.431Z] --- PASS: TestEventsExecDie (0.54s) [2022-07-29T22:52:13.431Z] === RUN TestEventsBackwardsCompatible [2022-07-29T22:52:13.431Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2022-07-29T22:52:13.431Z] === RUN TestEventsVolumeCreate [2022-07-29T22:52:13.687Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-07-29T22:52:13.687Z] === RUN TestInfoBinaryCommits [2022-07-29T22:52:13.687Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-07-29T22:52:13.687Z] === RUN TestInfoAPIVersioned [2022-07-29T22:52:13.687Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-07-29T22:52:13.687Z] === RUN TestInfoAPI [2022-07-29T22:52:13.687Z] --- PASS: TestInfoAPI (0.02s) [2022-07-29T22:52:13.687Z] === RUN TestInfoAPIWarnings [2022-07-29T22:52:13.894Z] --- PASS: TestCreateServiceConfigFileMode (2.36s) [2022-07-29T22:52:13.894Z] === RUN TestCreateServiceSysctls [2022-07-29T22:52:17.177Z] --- PASS: TestCreateServiceSysctls (2.97s) [2022-07-29T22:52:17.177Z] === RUN TestCreateServiceCapabilities [2022-07-29T22:52:19.079Z] --- PASS: TestCreateServiceCapabilities (2.46s) [2022-07-29T22:52:19.079Z] === RUN TestInspect [2022-07-29T22:52:20.978Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-07-29T22:52:21.544Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-07-29T22:52:21.803Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-07-29T22:52:22.362Z] --- PASS: TestInspect (2.66s) [2022-07-29T22:52:22.362Z] === RUN TestCreateJob [2022-07-29T22:52:23.704Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-07-29T22:52:23.704Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-07-29T22:52:23.704Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-07-29T22:52:24.269Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-07-29T22:52:24.892Z] --- PASS: TestCreateJob (2.88s) [2022-07-29T22:52:24.892Z] === RUN TestReplicatedJob [2022-07-29T22:52:25.204Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-07-29T22:52:25.770Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-07-29T22:52:26.705Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-07-29T22:52:27.642Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-07-29T22:52:29.016Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-07-29T22:52:29.582Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-07-29T22:52:30.148Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-07-29T22:52:30.158Z] --- PASS: TestReplicatedJob (5.32s) [2022-07-29T22:52:30.158Z] === RUN TestUpdateReplicatedJob [2022-07-29T22:52:30.715Z] === RUN TestDockerSuite/TestLogsSince [2022-07-29T22:52:31.782Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-07-29T22:52:31.782Z] === RUN TestInfoDebug [2022-07-29T22:52:31.782Z] --- PASS: TestInfoDebug (0.52s) [2022-07-29T22:52:31.782Z] === RUN TestInfoInsecureRegistries [2022-07-29T22:52:31.782Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-07-29T22:52:31.782Z] === RUN TestInfoRegistryMirrors [2022-07-29T22:52:31.782Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-07-29T22:52:31.782Z] === RUN TestLoginFailsWithBadCredentials [2022-07-29T22:52:32.038Z] --- PASS: TestLoginFailsWithBadCredentials (0.40s) [2022-07-29T22:52:32.038Z] === RUN TestPingCacheHeaders [2022-07-29T22:52:32.038Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-07-29T22:52:32.038Z] === RUN TestPingGet [2022-07-29T22:52:32.038Z] --- PASS: TestPingGet (0.01s) [2022-07-29T22:52:32.038Z] === RUN TestPingHead [2022-07-29T22:52:32.294Z] --- PASS: TestPingHead (0.02s) [2022-07-29T22:52:32.294Z] === RUN TestPingSwarmHeader [2022-07-29T22:52:32.856Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-07-29T22:52:33.113Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-07-29T22:52:33.237Z] Created binary: bundles/binary-daemon/dockerd [2022-07-29T22:52:33.237Z] Copying nested executables into bundles/binary-daemon [2022-07-29T22:52:33.237Z] Building: bundles/binary-daemon/docker-proxy [2022-07-29T22:52:33.237Z] GOOS="" GOARCH="" GOARM="" [2022-07-29T22:52:33.237Z] Created binary: bundles/binary-daemon/docker-proxy [2022-07-29T22:52:33.237Z] [2022-07-29T22:52:33.242Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-07-29T22:52:33.440Z] --- PASS: TestUpdateReplicatedJob (3.14s) [2022-07-29T22:52:33.440Z] === RUN TestServiceListWithStatuses [2022-07-29T22:52:33.440Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-07-29T22:52:33.440Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-07-29T22:52:33.440Z] === RUN TestDockerNetworkConnectAlias [2022-07-29T22:52:33.562Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43885/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_GITCOMMIT=7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 -e DOCKER_GRAPHDRIVER docker:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 hack/make.sh cross [2022-07-29T22:52:33.822Z] [2022-07-29T22:52:34.082Z] Removing bundles/ [2022-07-29T22:52:34.082Z] [2022-07-29T22:52:34.082Z] ---> Making bundle: cross (in bundles/cross) [2022-07-29T22:52:34.082Z] Cross building: bundles/cross/linux/amd64 [2022-07-29T22:52:34.082Z] Building: bundles/cross/linux/amd64-daemon/dockerd [2022-07-29T22:52:34.082Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-07-29T22:52:34.478Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-07-29T22:52:34.478Z] --- PASS: TestPingSwarmHeader (2.06s) [2022-07-29T22:52:34.478Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-07-29T22:52:34.478Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-07-29T22:52:34.478Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-07-29T22:52:34.478Z] === RUN TestVersion [2022-07-29T22:52:34.478Z] --- PASS: TestVersion (0.02s) [2022-07-29T22:52:34.478Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-07-29T22:52:34.478Z] === CONT TestDiskUsage [2022-07-29T22:52:34.734Z] === RUN TestDiskUsage/empty [2022-07-29T22:52:34.734Z] === RUN TestDiskUsage/empty/container_types [2022-07-29T22:52:34.734Z] === RUN TestDiskUsage/empty/image_types [2022-07-29T22:52:34.734Z] === RUN TestDiskUsage/empty/volume_types [2022-07-29T22:52:34.734Z] === RUN TestDiskUsage/empty/build-cache_types [2022-07-29T22:52:34.734Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-07-29T22:52:34.734Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-07-29T22:52:34.734Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-07-29T22:52:34.734Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-07-29T22:52:34.734Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-07-29T22:52:34.734Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-07-29T22:52:34.734Z] === RUN TestDiskUsage/after_LoadBusybox [2022-07-29T22:52:34.990Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-07-29T22:52:34.990Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-07-29T22:52:34.990Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-07-29T22:52:34.990Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-07-29T22:52:34.990Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-07-29T22:52:34.990Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-07-29T22:52:34.990Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-07-29T22:52:34.990Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-07-29T22:52:34.990Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-07-29T22:52:34.990Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-07-29T22:52:34.990Z] === RUN TestDiskUsage/after_container.Run [2022-07-29T22:52:35.140Z] docker_api_swarm_service_test.go:395: [d58f18587f753] joining swarm manager [dda5ff0cb8f7f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:52:35.553Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-07-29T22:52:35.553Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-07-29T22:52:35.553Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-07-29T22:52:35.553Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-07-29T22:52:35.553Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-07-29T22:52:35.553Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-07-29T22:52:35.553Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-07-29T22:52:35.553Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-07-29T22:52:35.553Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-07-29T22:52:35.553Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-07-29T22:52:35.809Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.54s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage (1.55s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.33s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/after_container.Run (0.51s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-07-29T22:52:35.809Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-07-29T22:52:35.809Z] PASS [2022-07-29T22:52:35.809Z] [2022-07-29T22:52:35.809Z] DONE 54 tests in 22.918s [2022-07-29T22:52:35.809Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-07-29T22:52:35.809Z] INFO: Testing against a local daemon [2022-07-29T22:52:35.809Z] === RUN TestVolumesCreateAndList [2022-07-29T22:52:35.809Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-07-29T22:52:35.809Z] === RUN TestVolumesRemove [2022-07-29T22:52:36.066Z] --- PASS: TestVolumesRemove (0.07s) [2022-07-29T22:52:36.066Z] === RUN TestVolumesInspect [2022-07-29T22:52:36.066Z] --- PASS: TestVolumesInspect (0.02s) [2022-07-29T22:52:36.066Z] === RUN TestVolumesInvalidJSON [2022-07-29T22:52:36.066Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-07-29T22:52:36.066Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-07-29T22:52:36.066Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-07-29T22:52:36.066Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-07-29T22:52:36.066Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-07-29T22:52:36.066Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-07-29T22:52:36.066Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-07-29T22:52:36.066Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-07-29T22:52:36.066Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-07-29T22:52:36.066Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-07-29T22:52:36.066Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-07-29T22:52:36.066Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-07-29T22:52:36.066Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-07-29T22:52:36.066Z] PASS [2022-07-29T22:52:36.066Z] [2022-07-29T22:52:36.066Z] DONE 9 tests in 0.143s [2022-07-29T22:52:36.066Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-07-29T22:52:36.073Z] docker_api_swarm_service_test.go:395: [d1971c8e9a511] joining swarm manager [dda5ff0cb8f7f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T22:52:36.629Z] Stopping apparmor (via systemctl): apparmor.service. [2022-07-29T22:52:36.629Z] Removing test suite binaries [2022-07-29T22:52:36.629Z] exiting test-integration [2022-07-29T22:52:36.629Z] ++ exit 0 [2022-07-29T22:52:36.629Z] [2022-07-29T22:52:37.446Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-07-29T22:52:37.625Z] --- PASS: TestDockerNetworkConnectAlias (4.05s) [2022-07-29T22:52:37.625Z] === RUN TestDockerNetworkReConnect Post stage [Pipeline] junit [2022-07-29T22:52:38.007Z] Recording test results [2022-07-29T22:52:39.357Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-07-29T22:52:39.681Z] + echo Ensuring container killed. [2022-07-29T22:52:39.681Z] Ensuring container killed. [2022-07-29T22:52:39.681Z] + docker rm -vf docker-pr6 [2022-07-29T22:52:39.681Z] Error: No such container: docker-pr6 [Pipeline] sh [2022-07-29T22:52:39.959Z] + echo Chowning /workspace to jenkins user [2022-07-29T22:52:39.959Z] Chowning /workspace to jenkins user [2022-07-29T22:52:39.959Z] + id -u [2022-07-29T22:52:39.959Z] + id -g [2022-07-29T22:52:39.959Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43885:/workspace busybox chown -R 1000:1000 /workspace [2022-07-29T22:52:39.959Z] Unable to find image 'busybox:latest' locally [2022-07-29T22:52:39.959Z] latest: Pulling from library/busybox [2022-07-29T22:52:40.215Z] 50783e0dfb64: Pulling fs layer [2022-07-29T22:52:40.215Z] 50783e0dfb64: Verifying Checksum [2022-07-29T22:52:40.215Z] 50783e0dfb64: Download complete [2022-07-29T22:52:40.215Z] 50783e0dfb64: Pull complete [2022-07-29T22:52:40.215Z] Digest: sha256:0e97a8ca6955f22dbc7db9e9dbe970971f423541e52c34b8cb96ccc88d6a3883 [2022-07-29T22:52:40.215Z] Status: Downloaded newer image for busybox:latest [2022-07-29T22:52:40.933Z] --- PASS: TestDockerNetworkReConnect (3.38s) [2022-07-29T22:52:40.933Z] === RUN TestServicePlugin [2022-07-29T22:52:40.933Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-07-29T22:52:40.933Z] --- SKIP: TestServicePlugin (0.00s) [2022-07-29T22:52:40.933Z] === RUN TestServiceUpdateLabel [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-07-29T22:52:41.915Z] + bundleName=amd64-cgroup2 [2022-07-29T22:52:41.915Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-07-29T22:52:41.915Z] Creating amd64-cgroup2-bundles.tar.gz [2022-07-29T22:52:41.915Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-07-29T22:52:41.915Z] + 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-07-29T22:52:42.182Z] Archiving artifacts [2022-07-29T22:52:42.832Z] --- PASS: TestServiceUpdateLabel (2.20s) [2022-07-29T22:52:42.832Z] === RUN TestServiceUpdateSecrets [2022-07-29T22:52:43.657Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43885/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-07-29T22:52:43.957Z] + make clean [2022-07-29T22:52:43.957Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-07-29T22:52:43.957Z] docker-dev-cache [2022-07-29T22:52:43.957Z] docker-mod-cache [Pipeline] deleteDir [2022-07-29T22:52:44.008Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-07-29T22:52:44.008Z] === RUN TestDockerSuite/TestLogsTail [2022-07-29T22:52:44.008Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-07-29T22:52:44.267Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-07-29T22:52:44.833Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-07-29T22:52:44.833Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-07-29T22:52:44.833Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-07-29T22:52:44.833Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-07-29T22:52:44.833Z] === RUN TestDockerSuite/TestNetHostname [2022-07-29T22:52:46.207Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-07-29T22:52:46.599Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-07-29T22:52:46.599Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-07-29T22:52:46.599Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-07-29T22:52:47.168Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-07-29T22:52:47.734Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-07-29T22:52:48.668Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-07-29T22:52:48.668Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-07-29T22:52:48.668Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-07-29T22:52:48.927Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-07-29T22:52:50.826Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-07-29T22:52:52.724Z] docker_api_swarm_service_test.go:343: [d9fc80653467e] joining swarm manager [d362389e52290]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:52:53.658Z] docker_api_swarm_service_test.go:343: [d911d6669d2b4] joining swarm manager [d362389e52290]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T22:52:54.230Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-07-29T22:52:55.167Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-07-29T22:52:57.070Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-07-29T22:52:57.702Z] --- PASS: TestServiceUpdateSecrets (14.34s) [2022-07-29T22:52:57.702Z] === RUN TestServiceUpdateConfigs [2022-07-29T22:52:59.601Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-07-29T22:53:01.502Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-07-29T22:53:02.877Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-07-29T22:53:06.159Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-07-29T22:53:07.531Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-07-29T22:53:07.531Z] === RUN TestDockerSuite/TestPluginActive [2022-07-29T22:53:09.432Z] docker_api_swarm_service_test.go:490: [d5663fef71bd8] joining swarm manager [db1202c51cd5e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:53:09.997Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-07-29T22:53:10.255Z] docker_api_swarm_service_test.go:490: [d87b33126cb80] joining swarm manager [db1202c51cd5e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T22:53:12.573Z] --- PASS: TestServiceUpdateConfigs (14.31s) [2022-07-29T22:53:12.573Z] === RUN TestServiceUpdateNetwork [2022-07-29T22:53:15.551Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-07-29T22:53:15.551Z] docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows [2022-07-29T22:53:15.551Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-07-29T22:53:17.450Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-07-29T22:53:19.977Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-07-29T22:53:23.262Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-07-29T22:53:24.771Z] --- PASS: TestServiceUpdateNetwork (12.31s) [2022-07-29T22:53:24.771Z] === RUN TestServiceUpdatePidsLimit [2022-07-29T22:53:25.030Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-07-29T22:53:25.597Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-07-29T22:53:25.792Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-07-29T22:53:27.169Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-07-29T22:53:28.548Z] === RUN TestDockerSuite/TestPortHostBinding [2022-07-29T22:53:28.807Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-07-29T22:53:29.375Z] === RUN TestDockerSuite/TestPortList [2022-07-29T22:53:31.276Z] docker_api_swarm_service_test.go:128: [df9acc4fc8ac5] joining swarm manager [dde4b739b979f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:53:32.211Z] docker_api_swarm_service_test.go:129: [dcda8b801a534] joining swarm manager [dde4b739b979f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T22:53:33.707Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-07-29T22:53:34.114Z] docker_api_swarm_service_test.go:137: [d425d8f4df43a] joining swarm manager [dde4b739b979f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-07-29T22:53:35.050Z] docker_api_swarm_service_test.go:138: [dbe4fde99b8fe] joining swarm manager [dde4b739b979f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-07-29T22:53:37.582Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-07-29T22:53:40.113Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-07-29T22:53:40.113Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-07-29T22:53:40.264Z] --- PASS: TestServiceUpdatePidsLimit (16.04s) [2022-07-29T22:53:40.265Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-07-29T22:53:40.265Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s) [2022-07-29T22:53:40.265Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-07-29T22:53:40.265Z] PASS [2022-07-29T22:53:40.265Z] [2022-07-29T22:53:40.265Z] === Skipped [2022-07-29T22:53:40.265Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-07-29T22:53:40.265Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-07-29T22:53:40.265Z] [2022-07-29T22:53:40.265Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-07-29T22:53:40.265Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-07-29T22:53:40.265Z] [2022-07-29T22:53:40.265Z] DONE 27 tests, 2 skipped in 130.950s [2022-07-29T22:53:40.265Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-07-29T22:53:40.265Z] ++ 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-07-29T22:53:40.265Z] ++ set -e [2022-07-29T22:53:40.265Z] ++ '[' -n 0 ']' [2022-07-29T22:53:40.265Z] ++ set -x [2022-07-29T22:53:40.265Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-07-29T22:53:40.265Z] INFO: Testing against a local daemon [2022-07-29T22:53:40.265Z] === RUN TestSessionCreate [2022-07-29T22:53:40.265Z] --- PASS: TestSessionCreate (0.02s) [2022-07-29T22:53:40.265Z] === RUN TestSessionCreateWithBadUpgrade [2022-07-29T22:53:40.265Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-07-29T22:53:40.265Z] PASS [2022-07-29T22:53:40.265Z] [2022-07-29T22:53:40.265Z] DONE 2 tests in 0.121s [2022-07-29T22:53:40.265Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-07-29T22:53:40.265Z] ++ 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-07-29T22:53:40.265Z] ++ set -e [2022-07-29T22:53:40.265Z] ++ '[' -n 0 ']' [2022-07-29T22:53:40.265Z] ++ set -x [2022-07-29T22:53:40.265Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-07-29T22:53:40.265Z] INFO: Testing against a local daemon [2022-07-29T22:53:40.265Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-07-29T22:53:40.265Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-07-29T22:53:40.265Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-07-29T22:53:40.265Z] === RUN TestDiskUsage [2022-07-29T22:53:40.265Z] === PAUSE TestDiskUsage [2022-07-29T22:53:40.265Z] === RUN TestEventsExecDie [2022-07-29T22:53:40.523Z] --- PASS: TestEventsExecDie (0.54s) [2022-07-29T22:53:40.523Z] === RUN TestEventsBackwardsCompatible [2022-07-29T22:53:40.523Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-07-29T22:53:40.523Z] === RUN TestEventsVolumeCreate [2022-07-29T22:53:40.523Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-07-29T22:53:40.523Z] === RUN TestInfoBinaryCommits [2022-07-29T22:53:40.523Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-07-29T22:53:40.523Z] === RUN TestInfoAPIVersioned [2022-07-29T22:53:40.523Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-07-29T22:53:40.523Z] === RUN TestInfoAPI [2022-07-29T22:53:40.523Z] --- PASS: TestInfoAPI (0.02s) [2022-07-29T22:53:40.523Z] === RUN TestInfoAPIWarnings [2022-07-29T22:53:42.034Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-07-29T22:53:42.970Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-07-29T22:53:43.227Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-07-29T22:53:43.227Z] === RUN TestDockerSuite/TestPsByOrder [2022-07-29T22:53:45.128Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-07-29T22:53:46.061Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-07-29T22:53:47.963Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-07-29T22:53:51.251Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-07-29T22:53:51.251Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-07-29T22:53:53.151Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-07-29T22:53:57.333Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-07-29T22:53:58.598Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-07-29T22:53:58.598Z] === RUN TestInfoDebug [2022-07-29T22:53:58.598Z] --- PASS: TestInfoDebug (0.52s) [2022-07-29T22:53:58.598Z] === RUN TestInfoInsecureRegistries [2022-07-29T22:53:58.598Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-07-29T22:53:58.598Z] === RUN TestInfoRegistryMirrors [2022-07-29T22:53:58.857Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-07-29T22:53:58.857Z] === RUN TestLoginFailsWithBadCredentials [2022-07-29T22:53:59.115Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2022-07-29T22:53:59.115Z] === RUN TestPingCacheHeaders [2022-07-29T22:53:59.115Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-07-29T22:53:59.115Z] === RUN TestPingGet [2022-07-29T22:53:59.115Z] --- PASS: TestPingGet (0.01s) [2022-07-29T22:53:59.115Z] === RUN TestPingHead [2022-07-29T22:53:59.115Z] --- PASS: TestPingHead (0.02s) [2022-07-29T22:53:59.115Z] === RUN TestPingSwarmHeader [2022-07-29T22:53:59.681Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-07-29T22:53:59.860Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-07-29T22:53:59.861Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-07-29T22:53:59.939Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-07-29T22:54:00.873Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-07-29T22:54:00.873Z] --- PASS: TestPingSwarmHeader (1.66s) [2022-07-29T22:54:00.873Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-07-29T22:54:00.873Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-07-29T22:54:00.873Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-07-29T22:54:00.873Z] === RUN TestVersion [2022-07-29T22:54:00.873Z] --- PASS: TestVersion (0.02s) [2022-07-29T22:54:00.873Z] === CONT TestDiskUsage [2022-07-29T22:54:01.239Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/empty [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/empty/container_types [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/empty/image_types [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/empty/volume_types [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/empty/build-cache_types [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/after_LoadBusybox [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-07-29T22:54:01.439Z] === RUN TestDiskUsage/after_container.Run [2022-07-29T22:54:02.007Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-07-29T22:54:02.007Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-07-29T22:54:02.007Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-07-29T22:54:02.007Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-07-29T22:54:02.007Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-07-29T22:54:02.007Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-07-29T22:54:02.007Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-07-29T22:54:02.007Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-07-29T22:54:02.007Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-07-29T22:54:02.007Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage (1.15s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.18s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/after_container.Run (0.31s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-07-29T22:54:02.007Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-07-29T22:54:02.007Z] PASS [2022-07-29T22:54:02.007Z] [2022-07-29T22:54:02.007Z] === Skipped [2022-07-29T22:54:02.007Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-07-29T22:54:02.007Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-07-29T22:54:02.007Z] [2022-07-29T22:54:02.007Z] DONE 54 tests, 1 skipped in 22.151s [2022-07-29T22:54:02.007Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-07-29T22:54:02.007Z] ++ 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-07-29T22:54:02.007Z] ++ set -e [2022-07-29T22:54:02.007Z] ++ '[' -n 0 ']' [2022-07-29T22:54:02.007Z] ++ set -x [2022-07-29T22:54:02.007Z] ++ 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-07-29T22:54:02.007Z] INFO: Testing against a local daemon [2022-07-29T22:54:02.007Z] === RUN TestVolumesCreateAndList [2022-07-29T22:54:02.174Z] docker_api_swarm_service_test.go:304: [d137347cd6811] joining swarm manager [de83e14a2e02a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:54:02.266Z] --- PASS: TestVolumesCreateAndList (0.03s) [2022-07-29T22:54:02.266Z] === RUN TestVolumesRemove [2022-07-29T22:54:02.266Z] --- PASS: TestVolumesRemove (0.06s) [2022-07-29T22:54:02.266Z] === RUN TestVolumesInspect [2022-07-29T22:54:02.266Z] --- PASS: TestVolumesInspect (0.02s) [2022-07-29T22:54:02.266Z] === RUN TestVolumesInvalidJSON [2022-07-29T22:54:02.266Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-07-29T22:54:02.266Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-07-29T22:54:02.266Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-07-29T22:54:02.266Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-07-29T22:54:02.266Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-07-29T22:54:02.266Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-07-29T22:54:02.266Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-07-29T22:54:02.266Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-07-29T22:54:02.266Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-07-29T22:54:02.266Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-07-29T22:54:02.266Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-07-29T22:54:02.266Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-07-29T22:54:02.266Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-07-29T22:54:02.266Z] PASS [2022-07-29T22:54:02.266Z] [2022-07-29T22:54:02.266Z] DONE 9 tests in 0.215s [2022-07-29T22:54:02.266Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-07-29T22:54:02.266Z] ++++ cat bundles/test-integration/docker.pid [2022-07-29T22:54:02.266Z] +++ kill 14273 [2022-07-29T22:54:02.524Z] +++ /etc/init.d/apparmor stop [2022-07-29T22:54:02.524Z] Leaving: AppArmorNo profiles have been unloaded. [2022-07-29T22:54:02.524Z] [2022-07-29T22:54:02.524Z] Unloading profiles will leave already running processes permanently [2022-07-29T22:54:02.524Z] unconfined, which can lead to unexpected situations. [2022-07-29T22:54:02.524Z] [2022-07-29T22:54:02.524Z] To set a process to complain mode, use the command line tool [2022-07-29T22:54:02.524Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-07-29T22:54:02.524Z] +++ true [2022-07-29T22:54:02.524Z] exiting test-integration [2022-07-29T22:54:02.524Z] ++ exit 0 [2022-07-29T22:54:02.524Z] [2022-07-29T22:54:03.107Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-07-29T22:54:03.107Z] docker_api_swarm_service_test.go:304: [d9c273c899f7a] joining swarm manager [de83e14a2e02a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 Post stage [Pipeline] junit [2022-07-29T22:54:03.472Z] Recording test results [2022-07-29T22:54:03.726Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-07-29T22:54:04.050Z] + echo Ensuring container killed. [2022-07-29T22:54:04.050Z] Ensuring container killed. [2022-07-29T22:54:04.050Z] + docker rm -vf docker-pr6 [2022-07-29T22:54:04.050Z] Error: No such container: docker-pr6 [Pipeline] sh [2022-07-29T22:54:04.332Z] + echo Chowning /workspace to jenkins user [2022-07-29T22:54:04.332Z] Chowning /workspace to jenkins user [2022-07-29T22:54:04.332Z] + id -u [2022-07-29T22:54:04.332Z] + id -g [2022-07-29T22:54:04.332Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43885:/workspace busybox chown -R 1000:1000 /workspace [2022-07-29T22:54:04.332Z] Unable to find image 'busybox:latest' locally [2022-07-29T22:54:04.484Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-07-29T22:54:04.602Z] latest: Pulling from library/busybox [2022-07-29T22:54:04.602Z] 98b248744137: Pulling fs layer [2022-07-29T22:54:04.602Z] 98b248744137: Verifying Checksum [2022-07-29T22:54:04.602Z] 98b248744137: Download complete [2022-07-29T22:54:04.602Z] 98b248744137: Pull complete [2022-07-29T22:54:04.602Z] Digest: sha256:0e97a8ca6955f22dbc7db9e9dbe970971f423541e52c34b8cb96ccc88d6a3883 [2022-07-29T22:54:04.602Z] Status: Downloaded newer image for busybox:latest [2022-07-29T22:54:05.419Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-07-29T22:54:06.278Z] + bundleName=arm64-integration [2022-07-29T22:54:06.278Z] + echo Creating arm64-integration-bundles.tar.gz [2022-07-29T22:54:06.278Z] Creating arm64-integration-bundles.tar.gz [2022-07-29T22:54:06.278Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-07-29T22:54:06.278Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2022-07-29T22:54:06.548Z] Archiving artifacts [2022-07-29T22:54:07.319Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-07-29T22:54:07.958Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43885/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-07-29T22:54:08.261Z] + make clean [2022-07-29T22:54:08.519Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-07-29T22:54:08.519Z] docker-dev-cache [2022-07-29T22:54:08.519Z] docker-mod-cache [Pipeline] deleteDir [2022-07-29T22:54:08.724Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-07-29T22:54:09.297Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-07-29T22:54:09.557Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-07-29T22:54:10.123Z] === RUN TestDockerSuite/TestPsRightTagName [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-07-29T22:54:12.029Z] === RUN TestDockerSuite/TestPsShowMounts [2022-07-29T22:54:13.928Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-07-29T22:54:13.928Z] docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows [2022-07-29T22:54:13.928Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-07-29T22:54:14.186Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-07-29T22:54:14.444Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-07-29T22:54:14.703Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-07-29T22:54:15.637Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-07-29T22:54:16.570Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-07-29T22:54:17.137Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-07-29T22:54:22.406Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-07-29T22:54:22.973Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-07-29T22:54:23.539Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-07-29T22:54:24.913Z] docker_api_swarm_service_test.go:100: [d56a6da2ee204] joining swarm manager [dfcd98c6ab7e1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:54:25.171Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-07-29T22:54:25.171Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-07-29T22:54:25.171Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-07-29T22:54:25.429Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-07-29T22:54:25.994Z] docker_api_swarm_service_test.go:101: [d183c6a18f474] joining swarm manager [dfcd98c6ab7e1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T22:54:27.893Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-07-29T22:54:29.270Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-07-29T22:54:31.803Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-07-29T22:54:32.738Z] === RUN TestDockerSuite/TestRmiBlank [2022-07-29T22:54:32.738Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-07-29T22:54:32.738Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-07-29T22:54:35.286Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-07-29T22:54:36.218Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-07-29T22:54:36.476Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-07-29T22:54:37.410Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-07-29T22:54:38.344Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-07-29T22:54:39.279Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-07-29T22:54:40.215Z] === RUN TestDockerSuite/TestRmiTag [2022-07-29T22:54:40.215Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-07-29T22:54:40.625Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd [2022-07-29T22:54:40.625Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-07-29T22:54:40.625Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy [2022-07-29T22:54:40.625Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-07-29T22:54:40.625Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy [2022-07-29T22:54:40.625Z] Cross building: bundles/cross/windows/amd64 [2022-07-29T22:54:40.625Z] +++++++ cat ./cli/winresources/dockerd/winres.json [2022-07-29T22:54:40.625Z] { [2022-07-29T22:54:40.625Z] "RT_GROUP_ICON": { [2022-07-29T22:54:40.625Z] "#1": { [2022-07-29T22:54:40.625Z] "0409": "../../winresources/docker.ico" [2022-07-29T22:54:40.625Z] } [2022-07-29T22:54:40.625Z] }, [2022-07-29T22:54:40.625Z] "RT_MANIFEST": { [2022-07-29T22:54:40.625Z] "#1": { [2022-07-29T22:54:40.625Z] "0409": { [2022-07-29T22:54:40.625Z] "identity": {}, [2022-07-29T22:54:40.625Z] "description": "Docker Engine", [2022-07-29T22:54:40.625Z] "minimum-os": "vista", [2022-07-29T22:54:40.625Z] "execution-level": "", [2022-07-29T22:54:40.625Z] "ui-access": false, [2022-07-29T22:54:40.625Z] "auto-elevate": false, [2022-07-29T22:54:40.625Z] "dpi-awareness": "unaware", [2022-07-29T22:54:40.625Z] "disable-theming": false, [2022-07-29T22:54:40.625Z] "disable-window-filtering": false, [2022-07-29T22:54:40.625Z] "high-resolution-scrolling-aware": false, [2022-07-29T22:54:40.625Z] "ultra-high-resolution-scrolling-aware": false, [2022-07-29T22:54:40.625Z] "long-path-aware": false, [2022-07-29T22:54:40.625Z] "printer-driver-isolation": false, [2022-07-29T22:54:40.626Z] "gdi-scaling": false, [2022-07-29T22:54:40.626Z] "segment-heap": false, [2022-07-29T22:54:40.626Z] "use-common-controls-v6": false [2022-07-29T22:54:40.626Z] } [2022-07-29T22:54:40.626Z] } [2022-07-29T22:54:40.626Z] }, [2022-07-29T22:54:40.626Z] "RT_MESSAGETABLE": { [2022-07-29T22:54:40.626Z] "#1": { [2022-07-29T22:54:40.626Z] "0409": "../../winresources/event_messages.bin" [2022-07-29T22:54:40.626Z] } [2022-07-29T22:54:40.626Z] }, [2022-07-29T22:54:40.626Z] "RT_VERSION": { [2022-07-29T22:54:40.626Z] "#1": { [2022-07-29T22:54:40.626Z] "0409": { [2022-07-29T22:54:40.626Z] "fixed": { [2022-07-29T22:54:40.626Z] "file_version": "0.0.0.0", [2022-07-29T22:54:40.626Z] "product_version": "0.0.0.0", [2022-07-29T22:54:40.626Z] "type": "Unknown" [2022-07-29T22:54:40.626Z] }, [2022-07-29T22:54:40.626Z] "info": { [2022-07-29T22:54:40.626Z] "0000": { [2022-07-29T22:54:40.626Z] "CompanyName": "", [2022-07-29T22:54:40.626Z] "FileVersion": "dev", [2022-07-29T22:54:40.626Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-07-29T22:54:40.626Z] "OriginalFileName": "dockerd.exe", [2022-07-29T22:54:40.626Z] "ProductName": "", [2022-07-29T22:54:40.626Z] "ProductVersion": "dev", [2022-07-29T22:54:40.626Z] "SpecialBuild": "7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9" [2022-07-29T22:54:40.626Z] } [2022-07-29T22:54:40.626Z] } [2022-07-29T22:54:40.626Z] } [2022-07-29T22:54:40.626Z] } [2022-07-29T22:54:40.626Z] } [2022-07-29T22:54:40.626Z] } [2022-07-29T22:54:40.626Z] cmd/dockerd/config.go [2022-07-29T22:54:40.626Z] cmd/dockerd/config_windows.go [2022-07-29T22:54:40.626Z] cmd/dockerd/daemon.go [2022-07-29T22:54:40.626Z] cmd/dockerd/daemon_test.go [2022-07-29T22:54:40.626Z] cmd/dockerd/daemon_windows.go [2022-07-29T22:54:40.626Z] cmd/dockerd/docker.go [2022-07-29T22:54:40.626Z] cmd/dockerd/docker_windows.go [2022-07-29T22:54:40.626Z] cmd/dockerd/genwinres_windows.go [2022-07-29T22:54:40.626Z] cmd/dockerd/metrics.go [2022-07-29T22:54:40.626Z] cmd/dockerd/options.go [2022-07-29T22:54:40.626Z] cmd/dockerd/options_test.go [2022-07-29T22:54:40.626Z] cmd/dockerd/service_windows.go [2022-07-29T22:54:40.626Z] Building: bundles/cross/windows/amd64-daemon/dockerd.exe [2022-07-29T22:54:40.626Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-07-29T22:54:40.782Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-07-29T22:54:44.065Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-07-29T22:54:44.633Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-07-29T22:54:45.567Z] check_test.go:611: [d56a6da2ee204] daemon is not started [2022-07-29T22:54:45.567Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-07-29T22:54:45.826Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-07-29T22:54:46.392Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-07-29T22:54:46.957Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-07-29T22:54:47.216Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-07-29T22:54:47.782Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-07-29T22:54:48.347Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-07-29T22:54:50.874Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-07-29T22:54:51.132Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-07-29T22:54:51.697Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-07-29T22:54:53.073Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-07-29T22:54:53.073Z] docker_api_swarm_service_test.go:533: [d9ddd9a1eebf9] joining swarm manager [d87122d4c6631]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:54:54.010Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-07-29T22:54:54.577Z] docker_api_swarm_service_test.go:534: [d85995e0bc243] joining swarm manager [d87122d4c6631]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T22:54:55.953Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-07-29T22:54:58.506Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-07-29T22:55:01.037Z] === RUN TestDockerSuite/TestDevicePermissions [2022-07-29T22:55:01.295Z] === RUN TestDockerSuite/TestDockerFails [2022-07-29T22:55:01.295Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-07-29T22:55:03.194Z] === RUN TestDockerSuite/TestMountIntoProc [2022-07-29T22:55:03.194Z] === RUN TestDockerSuite/TestMountIntoSys [2022-07-29T22:55:03.760Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-07-29T22:55:05.133Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-07-29T22:55:05.391Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-07-29T22:55:05.649Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-07-29T22:55:07.028Z] === RUN TestDockerSuite/TestRunAddHost [2022-07-29T22:55:07.287Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-07-29T22:55:07.855Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-07-29T22:55:08.422Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-07-29T22:55:08.422Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-07-29T22:55:08.988Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-07-29T22:55:09.921Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-07-29T22:55:10.489Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-07-29T22:55:11.055Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-07-29T22:55:11.620Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-07-29T22:55:12.555Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-07-29T22:55:13.122Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-07-29T22:55:13.380Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-07-29T22:55:13.946Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-07-29T22:55:14.512Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-07-29T22:55:15.447Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-07-29T22:55:15.705Z] docker_api_swarm_service_test.go:148: [d49f9f3c54fc8] joining swarm manager [dbe9dc6799528]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:55:16.273Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-07-29T22:55:16.531Z] docker_api_swarm_service_test.go:148: [d726b3b727141] joining swarm manager [dbe9dc6799528]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T22:55:16.788Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-07-29T22:55:17.726Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-07-29T22:55:19.099Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-07-29T22:55:19.357Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-07-29T22:55:19.940Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-07-29T22:55:20.517Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-07-29T22:55:20.517Z] === RUN TestDockerSuite/TestRunBindMounts [2022-07-29T22:55:21.890Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-07-29T22:55:22.456Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-07-29T22:55:23.023Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-07-29T22:55:23.281Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-07-29T22:55:23.847Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-07-29T22:55:23.847Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-07-29T22:55:24.413Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-07-29T22:55:24.672Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-07-29T22:55:25.237Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-07-29T22:55:25.805Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-07-29T22:55:26.064Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-07-29T22:55:26.322Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-07-29T22:55:26.581Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-07-29T22:55:26.839Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-07-29T22:55:27.773Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-07-29T22:55:28.032Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-07-29T22:55:28.599Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-07-29T22:55:29.165Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-07-29T22:55:29.165Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-07-29T22:55:29.423Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-07-29T22:55:30.355Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-07-29T22:55:31.290Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-07-29T22:55:32.223Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-07-29T22:55:32.790Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-07-29T22:55:33.357Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-07-29T22:55:33.923Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-07-29T22:55:34.182Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-07-29T22:55:35.119Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-07-29T22:55:36.494Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-07-29T22:55:38.396Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-07-29T22:55:38.396Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-07-29T22:55:38.963Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-07-29T22:55:40.339Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-07-29T22:55:41.733Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-07-29T22:55:43.636Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-07-29T22:55:45.015Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-07-29T22:55:45.015Z] docker_cli_run_test.go:4032: unmatched requirement DaemonIsWindows [2022-07-29T22:55:45.015Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-07-29T22:55:45.015Z] docker_cli_run_test.go:4051: unmatched requirement DaemonIsWindows [2022-07-29T22:55:45.015Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-07-29T22:55:45.582Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-07-29T22:55:46.518Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-07-29T22:55:47.452Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-07-29T22:55:49.353Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-07-29T22:55:49.353Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-07-29T22:55:50.729Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-07-29T22:55:50.987Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-07-29T22:55:50.987Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-07-29T22:55:50.987Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-07-29T22:55:51.246Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-07-29T22:55:52.620Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-07-29T22:55:52.620Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-07-29T22:55:52.879Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-07-29T22:55:52.879Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-07-29T22:55:53.137Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-07-29T22:55:53.703Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-07-29T22:55:54.270Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-07-29T22:55:54.270Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-07-29T22:55:54.838Z] === RUN TestDockerSuite/TestRunEnvironment [2022-07-29T22:55:55.774Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-07-29T22:55:56.342Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-07-29T22:55:56.908Z] === RUN TestDockerSuite/TestRunExitCode [2022-07-29T22:55:57.475Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-07-29T22:55:58.041Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-07-29T22:55:58.608Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-07-29T22:55:58.867Z] === RUN TestDockerSuite/TestRunExposePort [2022-07-29T22:55:59.125Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-07-29T22:55:59.383Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-07-29T22:55:59.950Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-07-29T22:56:00.885Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-07-29T22:56:01.144Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-07-29T22:56:01.144Z] docker_cli_run_test.go:4134: unmatched requirement DaemonIsWindows [2022-07-29T22:56:01.144Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-07-29T22:56:03.695Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-07-29T22:56:03.952Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-07-29T22:56:16.145Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-07-29T22:56:16.145Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-07-29T22:56:17.107Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd.exe [2022-07-29T22:56:17.107Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json [2022-07-29T22:56:17.107Z] { [2022-07-29T22:56:17.107Z] "RT_GROUP_ICON": { [2022-07-29T22:56:17.107Z] "#1": { [2022-07-29T22:56:17.107Z] "0409": "../../winresources/docker.ico" [2022-07-29T22:56:17.107Z] } [2022-07-29T22:56:17.107Z] }, [2022-07-29T22:56:17.107Z] "RT_MANIFEST": { [2022-07-29T22:56:17.107Z] "#1": { [2022-07-29T22:56:17.107Z] "0409": { [2022-07-29T22:56:17.107Z] "identity": {}, [2022-07-29T22:56:17.107Z] "description": "Docker Engine", [2022-07-29T22:56:17.107Z] "minimum-os": "vista", [2022-07-29T22:56:17.107Z] "execution-level": "", [2022-07-29T22:56:17.107Z] "ui-access": false, [2022-07-29T22:56:17.107Z] "auto-elevate": false, [2022-07-29T22:56:17.107Z] "dpi-awareness": "unaware", [2022-07-29T22:56:17.107Z] "disable-theming": false, [2022-07-29T22:56:17.107Z] "disable-window-filtering": false, [2022-07-29T22:56:17.107Z] "high-resolution-scrolling-aware": false, [2022-07-29T22:56:17.107Z] "ultra-high-resolution-scrolling-aware": false, [2022-07-29T22:56:17.107Z] "long-path-aware": false, [2022-07-29T22:56:17.107Z] "printer-driver-isolation": false, [2022-07-29T22:56:17.107Z] "gdi-scaling": false, [2022-07-29T22:56:17.107Z] "segment-heap": false, [2022-07-29T22:56:17.107Z] "use-common-controls-v6": false [2022-07-29T22:56:17.107Z] } [2022-07-29T22:56:17.107Z] } [2022-07-29T22:56:17.107Z] }, [2022-07-29T22:56:17.107Z] "RT_MESSAGETABLE": { [2022-07-29T22:56:17.107Z] "#1": { [2022-07-29T22:56:17.107Z] "0409": "../../winresources/event_messages.bin" [2022-07-29T22:56:17.107Z] } [2022-07-29T22:56:17.107Z] }, [2022-07-29T22:56:17.107Z] "RT_VERSION": { [2022-07-29T22:56:17.107Z] "#1": { [2022-07-29T22:56:17.107Z] "0409": { [2022-07-29T22:56:17.107Z] "fixed": { [2022-07-29T22:56:17.107Z] "file_version": "0.0.0.0", [2022-07-29T22:56:17.107Z] "product_version": "0.0.0.0", [2022-07-29T22:56:17.107Z] "type": "Unknown" [2022-07-29T22:56:17.107Z] }, [2022-07-29T22:56:17.107Z] "info": { [2022-07-29T22:56:17.107Z] "0000": { [2022-07-29T22:56:17.107Z] "CompanyName": "", [2022-07-29T22:56:17.107Z] "FileVersion": "dev", [2022-07-29T22:56:17.107Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-07-29T22:56:17.107Z] "OriginalFileName": "docker-proxy.exe", [2022-07-29T22:56:17.107Z] "ProductName": "", [2022-07-29T22:56:17.107Z] "ProductVersion": "dev", [2022-07-29T22:56:17.107Z] "SpecialBuild": "7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9" [2022-07-29T22:56:17.107Z] } [2022-07-29T22:56:17.107Z] } [2022-07-29T22:56:17.107Z] } [2022-07-29T22:56:17.107Z] } [2022-07-29T22:56:17.107Z] } [2022-07-29T22:56:17.107Z] } [2022-07-29T22:56:17.107Z] cmd/docker-proxy/genwinres_windows.go [2022-07-29T22:56:17.107Z] cmd/docker-proxy/main.go [2022-07-29T22:56:17.107Z] cmd/docker-proxy/network_proxy_test.go [2022-07-29T22:56:17.107Z] cmd/docker-proxy/proxy.go [2022-07-29T22:56:17.107Z] cmd/docker-proxy/sctp_proxy.go [2022-07-29T22:56:17.107Z] cmd/docker-proxy/tcp_proxy.go [2022-07-29T22:56:17.107Z] cmd/docker-proxy/udp_proxy.go [2022-07-29T22:56:17.107Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy.exe [2022-07-29T22:56:17.107Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-07-29T22:56:17.107Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy.exe [2022-07-29T22:56:17.107Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-07-29T22:56:17.107Z] remote: Enumerating objects: 23, done. [2022-07-29T22:56:17.107Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-07-29T22:56:17.107Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-07-29T22:56:17.107Z] Receiving objects: 4% (1/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-07-29T22:56:17.107Z] Receiving objects: 8% (2/23) Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2022-07-29T22:56:17.107Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-07-29T22:56:17.107Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-07-29T22:56:17.520Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-07-29T22:56:17.520Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-07-29T22:56:17.520Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-07-29T22:56:17.520Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-07-29T22:56:17.778Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-07-29T22:56:18.036Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-07-29T22:56:19.017Z] Cross building: bundles/cross/linux/ppc64le [2022-07-29T22:56:19.017Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd [2022-07-29T22:56:19.017Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-07-29T22:56:20.570Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-07-29T22:56:21.506Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-07-29T22:56:23.407Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-07-29T22:56:23.407Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-07-29T22:56:25.307Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-07-29T22:56:27.838Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-07-29T22:56:29.211Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-07-29T22:56:29.778Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-07-29T22:56:30.038Z] === RUN TestDockerSuite/TestRunModeHostname [2022-07-29T22:56:30.977Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-07-29T22:56:30.977Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-07-29T22:56:30.977Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-07-29T22:56:31.235Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-07-29T22:56:32.174Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-07-29T22:56:33.550Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-07-29T22:56:34.117Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-07-29T22:56:34.375Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-07-29T22:56:34.375Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-07-29T22:56:34.634Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-07-29T22:56:36.018Z] === RUN TestDockerSuite/TestRunMount [2022-07-29T22:56:36.952Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-07-29T22:56:41.142Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-07-29T22:56:41.142Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-07-29T22:56:41.142Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-07-29T22:56:41.707Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-07-29T22:56:43.081Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-07-29T22:56:44.983Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-07-29T22:56:45.551Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-07-29T22:56:46.485Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-07-29T22:56:49.016Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-07-29T22:56:49.582Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-07-29T22:56:50.995Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-07-29T22:56:50.995Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-07-29T22:56:51.253Z] === RUN TestDockerSuite/TestRunNetHost [2022-07-29T22:56:51.819Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-07-29T22:56:52.385Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-07-29T22:56:52.643Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-07-29T22:56:54.018Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-07-29T22:56:55.392Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-07-29T22:56:57.921Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-07-29T22:56:58.180Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-07-29T22:56:58.438Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-07-29T22:56:58.695Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-07-29T22:56:58.954Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-07-29T22:56:59.213Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-07-29T22:56:59.789Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-07-29T22:56:59.789Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-07-29T22:57:00.371Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-07-29T22:57:06.924Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-07-29T22:57:06.924Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-07-29T22:57:06.924Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-07-29T22:57:06.924Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-07-29T22:57:07.182Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-07-29T22:57:08.118Z] === RUN TestDockerSuite/TestRunPortInUse [2022-07-29T22:57:08.684Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-07-29T22:57:09.251Z] docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n" [2022-07-29T22:57:09.251Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-07-29T22:57:09.817Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-07-29T22:57:09.817Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-07-29T22:57:10.387Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-07-29T22:57:10.954Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-07-29T22:57:11.521Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-07-29T22:57:11.521Z] docker_cli_run_test.go:4117: unmatched requirement DaemonIsWindows [2022-07-29T22:57:11.521Z] === RUN TestDockerSuite/TestRunPublishPort [2022-07-29T22:57:12.088Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-07-29T22:57:12.659Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-07-29T22:57:12.659Z] docker_cli_run_test.go:2852: kernel doesn't have latency_stats configured [2022-07-29T22:57:12.659Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-07-29T22:57:13.225Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-07-29T22:57:14.600Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-07-29T22:57:14.600Z] docker_cli_run_test.go:1438: Unstable test, to be re-activated once #19937 is resolved [2022-07-29T22:57:14.600Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-07-29T22:57:17.129Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-07-29T22:57:17.695Z] === RUN TestDockerSuite/TestRunRm [2022-07-29T22:57:18.262Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-07-29T22:57:18.828Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-07-29T22:57:22.110Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-07-29T22:57:22.110Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-07-29T22:57:22.676Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-07-29T22:57:22.934Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-07-29T22:57:25.465Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-07-29T22:57:25.465Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-07-29T22:57:25.465Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-07-29T22:57:28.024Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-07-29T22:57:28.591Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-07-29T22:57:31.122Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-07-29T22:57:32.062Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-07-29T22:57:32.629Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-07-29T22:57:33.196Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-07-29T22:57:33.761Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-07-29T22:57:33.761Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-07-29T22:57:34.327Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-07-29T22:57:34.895Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-07-29T22:57:35.154Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-07-29T22:57:36.090Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-07-29T22:57:36.656Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-07-29T22:57:36.914Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-07-29T22:57:37.173Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-07-29T22:57:39.705Z] === RUN TestDockerSuite/TestRunState [2022-07-29T22:57:39.705Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-07-29T22:57:41.081Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-07-29T22:57:41.341Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-07-29T22:57:42.276Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-07-29T22:57:42.276Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-07-29T22:57:42.276Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-07-29T22:57:42.276Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-07-29T22:57:43.211Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers=== RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-07-29T22:57:43.211Z] [2022-07-29T22:57:43.470Z] === RUN TestDockerSuite/TestRunSysctls [2022-07-29T22:57:44.845Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-07-29T22:57:44.845Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-07-29T22:57:44.845Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-07-29T22:57:45.414Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-07-29T22:57:45.981Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-07-29T22:57:47.357Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-07-29T22:57:47.929Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-07-29T22:57:49.305Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-07-29T22:57:49.305Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-07-29T22:57:52.600Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-07-29T22:57:55.128Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-07-29T22:57:55.128Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-07-29T22:57:55.695Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-07-29T22:57:56.262Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-07-29T22:57:56.830Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-07-29T22:57:58.732Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-07-29T22:57:59.668Z] === RUN TestDockerSuite/TestRunUserByID [2022-07-29T22:58:00.233Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-07-29T22:58:00.492Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-07-29T22:58:00.492Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-07-29T22:58:00.492Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-07-29T22:58:01.059Z] === RUN TestDockerSuite/TestRunUserByName [2022-07-29T22:58:01.625Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-07-29T22:58:02.192Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-07-29T22:58:02.192Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-07-29T22:58:02.192Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-07-29T22:58:02.450Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-07-29T22:58:03.017Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-07-29T22:58:03.953Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-07-29T22:58:06.487Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-07-29T22:58:07.054Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-07-29T22:58:07.054Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-07-29T22:58:07.989Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-07-29T22:58:09.981Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-07-29T22:58:10.240Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-07-29T22:58:10.806Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-07-29T22:58:12.709Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-07-29T22:58:13.644Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-07-29T22:58:14.579Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-07-29T22:58:15.146Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-07-29T22:58:15.146Z] docker_cli_run_test.go:4087: unmatched requirement DaemonIsWindows [2022-07-29T22:58:15.146Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-07-29T22:58:15.146Z] docker_cli_run_test.go:4107: unmatched requirement DaemonIsWindows [2022-07-29T22:58:15.146Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-07-29T22:58:15.146Z] docker_cli_run_test.go:4097: unmatched requirement DaemonIsWindows [2022-07-29T22:58:15.146Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-07-29T22:58:15.404Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-07-29T22:58:15.404Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-07-29T22:58:15.404Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-07-29T22:58:15.971Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-07-29T22:58:16.537Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-07-29T22:58:17.471Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-07-29T22:58:18.038Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-07-29T22:58:18.296Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-07-29T22:58:18.554Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-07-29T22:58:18.554Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-07-29T22:58:19.121Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-07-29T22:58:19.121Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-07-29T22:58:19.121Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-07-29T22:58:19.121Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-07-29T22:58:19.121Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-07-29T22:58:19.121Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-07-29T22:58:19.379Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-07-29T22:58:19.379Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-07-29T22:58:19.379Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-07-29T22:58:19.379Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-07-29T22:58:19.379Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-07-29T22:58:19.379Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-07-29T22:58:19.379Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-07-29T22:58:19.379Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-07-29T22:58:19.379Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-07-29T22:58:19.637Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-07-29T22:58:20.575Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-07-29T22:58:20.575Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-07-29T22:58:21.141Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-07-29T22:58:21.399Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-07-29T22:58:21.657Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-07-29T22:58:21.915Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-07-29T22:58:21.915Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-07-29T22:58:22.482Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-07-29T22:58:23.049Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-07-29T22:58:23.049Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-07-29T22:58:23.049Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-07-29T22:58:23.984Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-07-29T22:58:24.550Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-07-29T22:58:24.808Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-07-29T22:58:25.375Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-07-29T22:58:25.375Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-07-29T22:58:25.375Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-07-29T22:58:25.526Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd [2022-07-29T22:58:25.526Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy [2022-07-29T22:58:25.526Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-07-29T22:58:25.526Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy [2022-07-29T22:58:25.526Z] Cross building: bundles/cross/linux/s390x [2022-07-29T22:58:25.526Z] Building: bundles/cross/linux/s390x-daemon/dockerd [2022-07-29T22:58:25.526Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-07-29T22:58:25.942Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-07-29T22:58:25.942Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-07-29T22:58:27.319Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-07-29T22:58:27.577Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-07-29T22:58:27.835Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-07-29T22:58:29.738Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-07-29T22:58:30.306Z] docker_cli_service_logs_test.go:248: checking task v1a4akv6vpbt [2022-07-29T22:58:30.306Z] docker_cli_service_logs_test.go:253: checking messages for v1a4akv6vpbt [2022-07-29T22:58:30.306Z] docker_cli_service_logs_test.go:248: checking task ca1bqttwuxu8 [2022-07-29T22:58:30.306Z] docker_cli_service_logs_test.go:253: checking messages for ca1bqttwuxu8 [2022-07-29T22:58:30.306Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-07-29T22:58:30.306Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-07-29T22:58:30.306Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-07-29T22:58:30.306Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-07-29T22:58:31.241Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-07-29T22:58:31.241Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-07-29T22:58:31.829Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-07-29T22:58:32.410Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-07-29T22:58:34.309Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-07-29T22:58:34.309Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-07-29T22:58:34.876Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-07-29T22:58:37.405Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-07-29T22:58:39.934Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-07-29T22:58:43.216Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-07-29T22:58:44.154Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-07-29T22:58:45.529Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-07-29T22:58:46.462Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-07-29T22:58:47.396Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-07-29T22:58:48.774Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-07-29T22:58:50.676Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-07-29T22:58:51.610Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-07-29T22:58:52.176Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-07-29T22:58:54.076Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-07-29T22:58:54.333Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-07-29T22:58:55.714Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-07-29T22:58:57.088Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-07-29T22:58:57.088Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-07-29T22:58:59.618Z] docker_cli_swarm_test.go:1895: [d55c61d2c4ceb] joining swarm manager [d5aef7762c2ac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:58:59.618Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-07-29T22:59:00.554Z] docker_cli_swarm_test.go:1896: [ddfcfbaaa8229] joining swarm manager [d5aef7762c2ac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T22:59:02.454Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-07-29T22:59:02.454Z] docker_cli_run_test.go:4432: unmatched requirement DaemonIsWindows [2022-07-29T22:59:02.454Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-07-29T22:59:02.454Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-07-29T22:59:02.454Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-07-29T22:59:03.389Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-07-29T22:59:03.963Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-07-29T22:59:04.899Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-07-29T22:59:04.899Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-07-29T22:59:05.835Z] === RUN TestDockerSuite/TestSaveImageId [2022-07-29T22:59:05.835Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-07-29T22:59:06.402Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-07-29T22:59:07.336Z] docker_cli_save_load_test.go:376: tmpdir /tmp/save-load-parents3628402961 [2022-07-29T22:59:07.593Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-07-29T22:59:07.593Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-07-29T22:59:08.966Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-07-29T22:59:08.966Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-07-29T22:59:08.966Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-07-29T22:59:09.901Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-07-29T22:59:11.275Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-07-29T22:59:13.801Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-07-29T22:59:13.801Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-07-29T22:59:14.058Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-07-29T22:59:14.058Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-07-29T22:59:15.957Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-07-29T22:59:15.957Z] docker_cli_sni_test.go:30: Flakey test [2022-07-29T22:59:15.957Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-07-29T22:59:17.856Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-07-29T22:59:21.146Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-07-29T22:59:22.079Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-07-29T22:59:23.013Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-07-29T22:59:23.580Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-07-29T22:59:25.479Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-07-29T22:59:26.412Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-07-29T22:59:28.312Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-07-29T22:59:28.312Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-07-29T22:59:28.878Z] === RUN TestDockerSuite/TestStartRecordError [2022-07-29T22:59:30.256Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-07-29T22:59:31.630Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-07-29T22:59:32.563Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-07-29T22:59:35.092Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-07-29T22:59:39.275Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-07-29T22:59:42.553Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-07-29T22:59:43.486Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-07-29T22:59:45.384Z] docker_cli_swarm_test.go:1796: [de2f1c5ec1450] joining swarm manager [dc62be4847d3c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T22:59:46.770Z] === RUN TestDockerSuite/TestStatsNoStream [2022-07-29T22:59:47.028Z] docker_cli_swarm_test.go:1797: [da5975381626e] joining swarm manager [dc62be4847d3c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T22:59:49.555Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-07-29T22:59:49.814Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-07-29T22:59:50.381Z] === RUN TestDockerSuite/TestTopPrivileged [2022-07-29T22:59:50.947Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-07-29T22:59:50.947Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows [2022-07-29T22:59:50.947Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-07-29T22:59:51.204Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-07-29T22:59:51.772Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-07-29T22:59:51.772Z] docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport [2022-07-29T22:59:51.772Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-07-29T22:59:51.772Z] docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport [2022-07-29T22:59:51.772Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-07-29T22:59:52.707Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-07-29T22:59:53.274Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-07-29T22:59:53.840Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-07-29T22:59:54.777Z] === RUN TestDockerSuite/TestUpdateStats [2022-07-29T22:59:58.959Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-07-29T22:59:59.217Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-07-29T22:59:59.217Z] docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport [2022-07-29T22:59:59.217Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-07-29T22:59:59.784Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-07-29T23:00:00.351Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-07-29T23:00:02.253Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-07-29T23:00:02.511Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-07-29T23:00:03.886Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-07-29T23:00:05.788Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-07-29T23:00:11.048Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-07-29T23:00:12.974Z] docker_cli_swarm_test.go:1315: [d0c29a5f5f719] joining swarm manager [d7cd584f9ce1d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T23:00:14.348Z] docker_cli_swarm_test.go:1316: [de74d4c033f85] joining swarm manager [d7cd584f9ce1d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T23:00:17.012Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd [2022-07-29T23:00:17.012Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy [2022-07-29T23:00:17.012Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-07-29T23:00:17.012Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy [2022-07-29T23:00:17.012Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-07-29T23:00:17.335Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-07-29T23:00:17.619Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43885/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 hack/test/unit [2022-07-29T23:00:17.879Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-07-29T23:00:17.879Z] + TESTFLAGS+=' -test.timeout=5m' [2022-07-29T23:00:17.879Z] + TESTDIRS=./... [2022-07-29T23:00:17.879Z] + exclude_paths='/vendor/|/integration' [2022-07-29T23:00:17.879Z] ++ grep -vE '(/vendor/|/integration)' [2022-07-29T23:00:17.879Z] ++ go list ./... [2022-07-29T23:00:18.821Z] + pkg_list='github.com/docker/docker/api [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/server [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/server/backend/build [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/server/httpstatus [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/server/httputils [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/server/middleware [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/server/router [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/server/router/build [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/server/router/checkpoint [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/server/router/container [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/server/router/debug [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/server/router/distribution [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/server/router/grpc [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/server/router/image [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/server/router/network [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/server/router/plugin [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/server/router/session [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/server/router/swarm [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/server/router/system [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/server/router/volume [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/types [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/types/backend [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/types/blkiodev [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/types/container [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/types/events [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/types/filters [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/types/image [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/types/mount [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/types/network [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/types/plugins/logdriver [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/types/registry [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/types/strslice [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/types/swarm [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/types/swarm/runtime [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/types/time [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/types/versions [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/types/versions/v1p19 [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/types/versions/v1p20 [2022-07-29T23:00:18.821Z] github.com/docker/docker/api/types/volume [2022-07-29T23:00:18.821Z] github.com/docker/docker/builder [2022-07-29T23:00:18.821Z] github.com/docker/docker/builder/builder-next [2022-07-29T23:00:18.821Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-07-29T23:00:18.821Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-07-29T23:00:18.821Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-07-29T23:00:18.821Z] github.com/docker/docker/builder/builder-next/exporter [2022-07-29T23:00:18.821Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-07-29T23:00:18.821Z] github.com/docker/docker/builder/builder-next/worker [2022-07-29T23:00:18.821Z] github.com/docker/docker/builder/dockerfile [2022-07-29T23:00:18.821Z] github.com/docker/docker/builder/remotecontext [2022-07-29T23:00:18.821Z] github.com/docker/docker/builder/remotecontext/git [2022-07-29T23:00:18.821Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-07-29T23:00:18.821Z] github.com/docker/docker/cli [2022-07-29T23:00:18.821Z] github.com/docker/docker/cli/config [2022-07-29T23:00:18.821Z] github.com/docker/docker/cli/debug [2022-07-29T23:00:18.821Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-07-29T23:00:18.821Z] github.com/docker/docker/cli/winresources/dockerd [2022-07-29T23:00:18.821Z] github.com/docker/docker/client [2022-07-29T23:00:18.821Z] github.com/docker/docker/cmd/docker-proxy [2022-07-29T23:00:18.821Z] github.com/docker/docker/cmd/dockerd [2022-07-29T23:00:18.821Z] github.com/docker/docker/cmd/dockerd/trap [2022-07-29T23:00:18.821Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-07-29T23:00:18.821Z] github.com/docker/docker/container [2022-07-29T23:00:18.821Z] github.com/docker/docker/container/stream [2022-07-29T23:00:18.821Z] github.com/docker/docker/contrib/apparmor [2022-07-29T23:00:18.821Z] github.com/docker/docker/contrib/docker-device-tool [2022-07-29T23:00:18.821Z] github.com/docker/docker/contrib/httpserver [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/cluster [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/cluster/convert [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/cluster/executor [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/cluster/executor/container [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/cluster/provider [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/config [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/containerd [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/events [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/events/testutils [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/exec [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/graphdriver [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/graphdriver/copy [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/graphdriver/register [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/images [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/initlayer [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/links [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/listeners [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/logger [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/logger/awslogs [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/logger/fluentd [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/logger/gcplogs [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/logger/gelf [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/logger/journald [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/logger/local [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/logger/logentries [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/logger/loggertest [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/logger/loggerutils [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/logger/splunk [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/logger/syslog [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/logger/templates [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/names [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/network [2022-07-29T23:00:18.821Z] github.com/docker/docker/daemon/stats [2022-07-29T23:00:18.821Z] github.com/docker/docker/distribution [2022-07-29T23:00:18.821Z] github.com/docker/docker/distribution/metadata [2022-07-29T23:00:18.821Z] github.com/docker/docker/distribution/utils [2022-07-29T23:00:18.821Z] github.com/docker/docker/distribution/xfer [2022-07-29T23:00:18.821Z] github.com/docker/docker/dockerversion [2022-07-29T23:00:18.821Z] github.com/docker/docker/errdefs [2022-07-29T23:00:18.821Z] github.com/docker/docker/image [2022-07-29T23:00:18.821Z] github.com/docker/docker/image/cache [2022-07-29T23:00:18.821Z] github.com/docker/docker/image/tarexport [2022-07-29T23:00:18.821Z] github.com/docker/docker/image/v1 [2022-07-29T23:00:18.821Z] github.com/docker/docker/internal/test/suite [2022-07-29T23:00:18.821Z] github.com/docker/docker/layer [2022-07-29T23:00:18.821Z] github.com/docker/docker/libcontainerd [2022-07-29T23:00:18.821Z] github.com/docker/docker/libcontainerd/queue [2022-07-29T23:00:18.821Z] github.com/docker/docker/libcontainerd/remote [2022-07-29T23:00:18.821Z] github.com/docker/docker/libcontainerd/supervisor [2022-07-29T23:00:18.821Z] github.com/docker/docker/libcontainerd/types [2022-07-29T23:00:18.821Z] github.com/docker/docker/libnetwork [2022-07-29T23:00:18.821Z] github.com/docker/docker/libnetwork/bitseq [2022-07-29T23:00:18.821Z] github.com/docker/docker/libnetwork/cluster [2022-07-29T23:00:18.821Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-07-29T23:00:18.821Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-07-29T23:00:18.821Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-07-29T23:00:18.821Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-07-29T23:00:18.821Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-07-29T23:00:18.821Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-07-29T23:00:18.821Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-07-29T23:00:18.821Z] github.com/docker/docker/libnetwork/config [2022-07-29T23:00:18.821Z] github.com/docker/docker/libnetwork/datastore [2022-07-29T23:00:18.821Z] github.com/docker/docker/libnetwork/diagnostic [2022-07-29T23:00:18.821Z] github.com/docker/docker/libnetwork/discoverapi [2022-07-29T23:00:18.821Z] github.com/docker/docker/libnetwork/driverapi [2022-07-29T23:00:18.821Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-07-29T23:00:18.821Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-07-29T23:00:18.821Z] github.com/docker/docker/libnetwork/drivers/host [2022-07-29T23:00:18.821Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-07-29T23:00:18.821Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-07-29T23:00:18.821Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-07-29T23:00:18.821Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/null [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/remote [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/windows [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drvregistry [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/etchosts [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/idm [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/internal/caller [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/ipam [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/ipamapi [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/ipams/null [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/ipams/remote [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/ipamutils [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/iptables [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/netlabel [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/netutils [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/networkdb [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/ns [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/options [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/osl [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/osl/kernel [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/portallocator [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/portmapper [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/resolvconf [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/testutils [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/types [2022-07-29T23:00:18.822Z] github.com/docker/docker/oci [2022-07-29T23:00:18.822Z] github.com/docker/docker/oci/caps [2022-07-29T23:00:18.822Z] github.com/docker/docker/opts [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/aaparser [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/archive [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/authorization [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/broadcaster [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/capabilities [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/chrootarchive [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/containerfs [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/devicemapper [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/directory [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/dmesg [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/fileutils [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/fsutils [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/homedir [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/idtools [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/ioutils [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/jsonmessage [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/longpath [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/loopback [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/namesgenerator [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/parsers [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/parsers/kernel [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/pidfile [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/platform [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/plugingetter [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/plugins [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/plugins/transport [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/pools [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/progress [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/pubsub [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/reexec [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/signal [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/stack [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/stdcopy [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/streamformatter [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/stringid [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/sysinfo [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/system [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/tailfile [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/tarsum [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/urlutil [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/useragent [2022-07-29T23:00:18.822Z] github.com/docker/docker/plugin [2022-07-29T23:00:18.822Z] github.com/docker/docker/plugin/executor/containerd [2022-07-29T23:00:18.822Z] github.com/docker/docker/plugin/v2 [2022-07-29T23:00:18.822Z] github.com/docker/docker/profiles/apparmor [2022-07-29T23:00:18.822Z] github.com/docker/docker/profiles/seccomp [2022-07-29T23:00:18.822Z] github.com/docker/docker/quota [2022-07-29T23:00:18.822Z] github.com/docker/docker/reference [2022-07-29T23:00:18.822Z] github.com/docker/docker/registry [2022-07-29T23:00:18.822Z] github.com/docker/docker/registry/resumable [2022-07-29T23:00:18.822Z] github.com/docker/docker/restartmanager [2022-07-29T23:00:18.822Z] github.com/docker/docker/rootless [2022-07-29T23:00:18.822Z] github.com/docker/docker/rootless/specconv [2022-07-29T23:00:18.822Z] github.com/docker/docker/runconfig [2022-07-29T23:00:18.822Z] github.com/docker/docker/runconfig/opts [2022-07-29T23:00:18.822Z] github.com/docker/docker/testutil [2022-07-29T23:00:18.822Z] github.com/docker/docker/testutil/daemon [2022-07-29T23:00:18.822Z] github.com/docker/docker/testutil/environment [2022-07-29T23:00:18.822Z] github.com/docker/docker/testutil/fakecontext [2022-07-29T23:00:18.822Z] github.com/docker/docker/testutil/fakegit [2022-07-29T23:00:18.822Z] github.com/docker/docker/testutil/fakestorage [2022-07-29T23:00:18.822Z] github.com/docker/docker/testutil/fixtures/load [2022-07-29T23:00:18.822Z] github.com/docker/docker/testutil/fixtures/plugin [2022-07-29T23:00:18.822Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-07-29T23:00:18.822Z] github.com/docker/docker/testutil/registry [2022-07-29T23:00:18.822Z] github.com/docker/docker/testutil/request [2022-07-29T23:00:18.822Z] github.com/docker/docker/volume [2022-07-29T23:00:18.822Z] github.com/docker/docker/volume/drivers [2022-07-29T23:00:18.822Z] github.com/docker/docker/volume/local [2022-07-29T23:00:18.822Z] github.com/docker/docker/volume/mounts [2022-07-29T23:00:18.822Z] github.com/docker/docker/volume/service [2022-07-29T23:00:18.822Z] github.com/docker/docker/volume/service/opts [2022-07-29T23:00:18.822Z] github.com/docker/docker/volume/testutils' [2022-07-29T23:00:18.822Z] ++ grep --fixed-strings -v /libnetwork [2022-07-29T23:00:18.822Z] ++ echo 'github.com/docker/docker/api [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/server [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/server/backend/build [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/server/httpstatus [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/server/httputils [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/server/middleware [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/server/router [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/server/router/build [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/server/router/checkpoint [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/server/router/container [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/server/router/debug [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/server/router/distribution [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/server/router/grpc [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/server/router/image [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/server/router/network [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/server/router/plugin [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/server/router/session [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/server/router/swarm [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/server/router/system [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/server/router/volume [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/types [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/types/backend [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/types/blkiodev [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/types/container [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/types/events [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/types/filters [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/types/image [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/types/mount [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/types/network [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/types/plugins/logdriver [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/types/registry [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/types/strslice [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/types/swarm [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/types/swarm/runtime [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/types/time [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/types/versions [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/types/versions/v1p19 [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/types/versions/v1p20 [2022-07-29T23:00:18.822Z] github.com/docker/docker/api/types/volume [2022-07-29T23:00:18.822Z] github.com/docker/docker/builder [2022-07-29T23:00:18.822Z] github.com/docker/docker/builder/builder-next [2022-07-29T23:00:18.822Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-07-29T23:00:18.822Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-07-29T23:00:18.822Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-07-29T23:00:18.822Z] github.com/docker/docker/builder/builder-next/exporter [2022-07-29T23:00:18.822Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-07-29T23:00:18.822Z] github.com/docker/docker/builder/builder-next/worker [2022-07-29T23:00:18.822Z] github.com/docker/docker/builder/dockerfile [2022-07-29T23:00:18.822Z] github.com/docker/docker/builder/remotecontext [2022-07-29T23:00:18.822Z] github.com/docker/docker/builder/remotecontext/git [2022-07-29T23:00:18.822Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-07-29T23:00:18.822Z] github.com/docker/docker/cli [2022-07-29T23:00:18.822Z] github.com/docker/docker/cli/config [2022-07-29T23:00:18.822Z] github.com/docker/docker/cli/debug [2022-07-29T23:00:18.822Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-07-29T23:00:18.822Z] github.com/docker/docker/cli/winresources/dockerd [2022-07-29T23:00:18.822Z] github.com/docker/docker/client [2022-07-29T23:00:18.822Z] github.com/docker/docker/cmd/docker-proxy [2022-07-29T23:00:18.822Z] github.com/docker/docker/cmd/dockerd [2022-07-29T23:00:18.822Z] github.com/docker/docker/cmd/dockerd/trap [2022-07-29T23:00:18.822Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-07-29T23:00:18.822Z] github.com/docker/docker/container [2022-07-29T23:00:18.822Z] github.com/docker/docker/container/stream [2022-07-29T23:00:18.822Z] github.com/docker/docker/contrib/apparmor [2022-07-29T23:00:18.822Z] github.com/docker/docker/contrib/docker-device-tool [2022-07-29T23:00:18.822Z] github.com/docker/docker/contrib/httpserver [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/cluster [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/cluster/convert [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/cluster/executor [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/cluster/executor/container [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/cluster/provider [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/config [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/containerd [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/events [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/events/testutils [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/exec [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/graphdriver [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/graphdriver/copy [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/graphdriver/register [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/images [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/initlayer [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/links [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/listeners [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/logger [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/logger/awslogs [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/logger/fluentd [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/logger/gcplogs [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/logger/gelf [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/logger/journald [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/logger/local [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/logger/logentries [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/logger/loggertest [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/logger/loggerutils [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/logger/splunk [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/logger/syslog [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/logger/templates [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/names [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/network [2022-07-29T23:00:18.822Z] github.com/docker/docker/daemon/stats [2022-07-29T23:00:18.822Z] github.com/docker/docker/distribution [2022-07-29T23:00:18.822Z] github.com/docker/docker/distribution/metadata [2022-07-29T23:00:18.822Z] github.com/docker/docker/distribution/utils [2022-07-29T23:00:18.822Z] github.com/docker/docker/distribution/xfer [2022-07-29T23:00:18.822Z] github.com/docker/docker/dockerversion [2022-07-29T23:00:18.822Z] github.com/docker/docker/errdefs [2022-07-29T23:00:18.822Z] github.com/docker/docker/image [2022-07-29T23:00:18.822Z] github.com/docker/docker/image/cache [2022-07-29T23:00:18.822Z] github.com/docker/docker/image/tarexport [2022-07-29T23:00:18.822Z] github.com/docker/docker/image/v1 [2022-07-29T23:00:18.822Z] github.com/docker/docker/internal/test/suite [2022-07-29T23:00:18.822Z] github.com/docker/docker/layer [2022-07-29T23:00:18.822Z] github.com/docker/docker/libcontainerd [2022-07-29T23:00:18.822Z] github.com/docker/docker/libcontainerd/queue [2022-07-29T23:00:18.822Z] github.com/docker/docker/libcontainerd/remote [2022-07-29T23:00:18.822Z] github.com/docker/docker/libcontainerd/supervisor [2022-07-29T23:00:18.822Z] github.com/docker/docker/libcontainerd/types [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/bitseq [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/cluster [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/config [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/datastore [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/diagnostic [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/discoverapi [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/driverapi [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/host [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/null [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/remote [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/windows [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/drvregistry [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/etchosts [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/idm [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/internal/caller [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/ipam [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/ipamapi [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/ipams/null [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/ipams/remote [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/ipamutils [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/iptables [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/netlabel [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/netutils [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/networkdb [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/ns [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/options [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/osl [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/osl/kernel [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/portallocator [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/portmapper [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/resolvconf [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/testutils [2022-07-29T23:00:18.822Z] github.com/docker/docker/libnetwork/types [2022-07-29T23:00:18.822Z] github.com/docker/docker/oci [2022-07-29T23:00:18.822Z] github.com/docker/docker/oci/caps [2022-07-29T23:00:18.822Z] github.com/docker/docker/opts [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/aaparser [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/archive [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/authorization [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/broadcaster [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/capabilities [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/chrootarchive [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/containerfs [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/devicemapper [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/directory [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/dmesg [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/fileutils [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/fsutils [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/homedir [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/idtools [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/ioutils [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/jsonmessage [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/longpath [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/loopback [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/namesgenerator [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/parsers [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/parsers/kernel [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/pidfile [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/platform [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/plugingetter [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/plugins [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/plugins/transport [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/pools [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/progress [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/pubsub [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/reexec [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/signal [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/stack [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/stdcopy [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/streamformatter [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/stringid [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/sysinfo [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/system [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/tailfile [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/tarsum [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/urlutil [2022-07-29T23:00:18.822Z] github.com/docker/docker/pkg/useragent [2022-07-29T23:00:18.822Z] github.com/docker/docker/plugin [2022-07-29T23:00:18.822Z] github.com/docker/docker/plugin/executor/containerd [2022-07-29T23:00:18.822Z] github.com/docker/docker/plugin/v2 [2022-07-29T23:00:18.822Z] github.com/docker/docker/profiles/apparmor [2022-07-29T23:00:18.822Z] github.com/docker/docker/profiles/seccomp [2022-07-29T23:00:18.822Z] github.com/docker/docker/quota [2022-07-29T23:00:18.822Z] github.com/docker/docker/reference [2022-07-29T23:00:18.822Z] github.com/docker/docker/registry [2022-07-29T23:00:18.822Z] github.com/docker/docker/registry/resumable [2022-07-29T23:00:18.822Z] github.com/docker/docker/restartmanager [2022-07-29T23:00:18.822Z] github.com/docker/docker/rootless [2022-07-29T23:00:18.822Z] github.com/docker/docker/rootless/specconv [2022-07-29T23:00:18.822Z] github.com/docker/docker/runconfig [2022-07-29T23:00:18.822Z] github.com/docker/docker/runconfig/opts [2022-07-29T23:00:18.822Z] github.com/docker/docker/testutil [2022-07-29T23:00:18.822Z] github.com/docker/docker/testutil/daemon [2022-07-29T23:00:18.822Z] github.com/docker/docker/testutil/environment [2022-07-29T23:00:18.823Z] github.com/docker/docker/testutil/fakecontext [2022-07-29T23:00:18.823Z] github.com/docker/docker/testutil/fakegit [2022-07-29T23:00:18.823Z] github.com/docker/docker/testutil/fakestorage [2022-07-29T23:00:18.823Z] github.com/docker/docker/testutil/fixtures/load [2022-07-29T23:00:18.823Z] github.com/docker/docker/testutil/fixtures/plugin [2022-07-29T23:00:18.823Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-07-29T23:00:18.823Z] github.com/docker/docker/testutil/registry [2022-07-29T23:00:18.823Z] github.com/docker/docker/testutil/request [2022-07-29T23:00:18.823Z] github.com/docker/docker/volume [2022-07-29T23:00:18.823Z] github.com/docker/docker/volume/drivers [2022-07-29T23:00:18.823Z] github.com/docker/docker/volume/local [2022-07-29T23:00:18.823Z] github.com/docker/docker/volume/mounts [2022-07-29T23:00:18.823Z] github.com/docker/docker/volume/service [2022-07-29T23:00:18.823Z] github.com/docker/docker/volume/service/opts [2022-07-29T23:00:18.823Z] github.com/docker/docker/volume/testutils' [2022-07-29T23:00:18.823Z] + base_pkg_list='github.com/docker/docker/api [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/server [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/server/backend/build [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/server/httpstatus [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/server/httputils [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/server/middleware [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/server/router [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/server/router/build [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/server/router/checkpoint [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/server/router/container [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/server/router/debug [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/server/router/distribution [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/server/router/grpc [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/server/router/image [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/server/router/network [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/server/router/plugin [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/server/router/session [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/server/router/swarm [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/server/router/system [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/server/router/volume [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/types [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/types/backend [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/types/blkiodev [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/types/container [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/types/events [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/types/filters [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/types/image [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/types/mount [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/types/network [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/types/plugins/logdriver [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/types/registry [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/types/strslice [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/types/swarm [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/types/swarm/runtime [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/types/time [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/types/versions [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/types/versions/v1p19 [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/types/versions/v1p20 [2022-07-29T23:00:18.823Z] github.com/docker/docker/api/types/volume [2022-07-29T23:00:18.823Z] github.com/docker/docker/builder [2022-07-29T23:00:18.823Z] github.com/docker/docker/builder/builder-next [2022-07-29T23:00:18.823Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-07-29T23:00:18.823Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-07-29T23:00:18.823Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-07-29T23:00:18.823Z] github.com/docker/docker/builder/builder-next/exporter [2022-07-29T23:00:18.823Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-07-29T23:00:18.823Z] github.com/docker/docker/builder/builder-next/worker [2022-07-29T23:00:18.823Z] github.com/docker/docker/builder/dockerfile [2022-07-29T23:00:18.823Z] github.com/docker/docker/builder/remotecontext [2022-07-29T23:00:18.823Z] github.com/docker/docker/builder/remotecontext/git [2022-07-29T23:00:18.823Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-07-29T23:00:18.823Z] github.com/docker/docker/cli [2022-07-29T23:00:18.823Z] github.com/docker/docker/cli/config [2022-07-29T23:00:18.823Z] github.com/docker/docker/cli/debug [2022-07-29T23:00:18.823Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-07-29T23:00:18.823Z] github.com/docker/docker/cli/winresources/dockerd [2022-07-29T23:00:18.823Z] github.com/docker/docker/client [2022-07-29T23:00:18.823Z] github.com/docker/docker/cmd/docker-proxy [2022-07-29T23:00:18.823Z] github.com/docker/docker/cmd/dockerd [2022-07-29T23:00:18.823Z] github.com/docker/docker/cmd/dockerd/trap [2022-07-29T23:00:18.823Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-07-29T23:00:18.823Z] github.com/docker/docker/container [2022-07-29T23:00:18.823Z] github.com/docker/docker/container/stream [2022-07-29T23:00:18.823Z] github.com/docker/docker/contrib/apparmor [2022-07-29T23:00:18.823Z] github.com/docker/docker/contrib/docker-device-tool [2022-07-29T23:00:18.823Z] github.com/docker/docker/contrib/httpserver [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/cluster [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/cluster/convert [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/cluster/executor [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/cluster/executor/container [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/cluster/provider [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/config [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/containerd [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/events [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/events/testutils [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/exec [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/graphdriver [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/graphdriver/copy [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/graphdriver/register [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/images [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/initlayer [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/links [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/listeners [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/logger [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/logger/awslogs [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/logger/fluentd [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/logger/gcplogs [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/logger/gelf [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/logger/journald [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/logger/local [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/logger/logentries [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/logger/loggertest [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/logger/loggerutils [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/logger/splunk [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/logger/syslog [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/logger/templates [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/names [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/network [2022-07-29T23:00:18.823Z] github.com/docker/docker/daemon/stats [2022-07-29T23:00:18.823Z] github.com/docker/docker/distribution [2022-07-29T23:00:18.823Z] github.com/docker/docker/distribution/metadata [2022-07-29T23:00:18.823Z] github.com/docker/docker/distribution/utils [2022-07-29T23:00:18.823Z] github.com/docker/docker/distribution/xfer [2022-07-29T23:00:18.823Z] github.com/docker/docker/dockerversion [2022-07-29T23:00:18.823Z] github.com/docker/docker/errdefs [2022-07-29T23:00:18.823Z] github.com/docker/docker/image [2022-07-29T23:00:18.823Z] github.com/docker/docker/image/cache [2022-07-29T23:00:18.823Z] github.com/docker/docker/image/tarexport [2022-07-29T23:00:18.823Z] github.com/docker/docker/image/v1 [2022-07-29T23:00:18.823Z] github.com/docker/docker/internal/test/suite [2022-07-29T23:00:18.823Z] github.com/docker/docker/layer [2022-07-29T23:00:18.823Z] github.com/docker/docker/libcontainerd [2022-07-29T23:00:18.823Z] github.com/docker/docker/libcontainerd/queue [2022-07-29T23:00:18.823Z] github.com/docker/docker/libcontainerd/remote [2022-07-29T23:00:18.823Z] github.com/docker/docker/libcontainerd/supervisor [2022-07-29T23:00:18.823Z] github.com/docker/docker/libcontainerd/types [2022-07-29T23:00:18.823Z] github.com/docker/docker/oci [2022-07-29T23:00:18.823Z] github.com/docker/docker/oci/caps [2022-07-29T23:00:18.823Z] github.com/docker/docker/opts [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/aaparser [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/archive [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/authorization [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/broadcaster [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/capabilities [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/chrootarchive [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/containerfs [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/devicemapper [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/directory [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/dmesg [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/fileutils [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/fsutils [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/homedir [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/idtools [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/ioutils [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/jsonmessage [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/longpath [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/loopback [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/namesgenerator [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/parsers [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/parsers/kernel [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/pidfile [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/platform [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/plugingetter [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/plugins [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/plugins/transport [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/pools [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/progress [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/pubsub [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/reexec [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/signal [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/stack [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/stdcopy [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/streamformatter [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/stringid [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/sysinfo [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/system [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/tailfile [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/tarsum [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/urlutil [2022-07-29T23:00:18.823Z] github.com/docker/docker/pkg/useragent [2022-07-29T23:00:18.823Z] github.com/docker/docker/plugin [2022-07-29T23:00:18.823Z] github.com/docker/docker/plugin/executor/containerd [2022-07-29T23:00:18.823Z] github.com/docker/docker/plugin/v2 [2022-07-29T23:00:18.823Z] github.com/docker/docker/profiles/apparmor [2022-07-29T23:00:18.823Z] github.com/docker/docker/profiles/seccomp [2022-07-29T23:00:18.823Z] github.com/docker/docker/quota [2022-07-29T23:00:18.823Z] github.com/docker/docker/reference [2022-07-29T23:00:18.823Z] github.com/docker/docker/registry [2022-07-29T23:00:18.823Z] github.com/docker/docker/registry/resumable [2022-07-29T23:00:18.823Z] github.com/docker/docker/restartmanager [2022-07-29T23:00:18.823Z] github.com/docker/docker/rootless [2022-07-29T23:00:18.823Z] github.com/docker/docker/rootless/specconv [2022-07-29T23:00:18.823Z] github.com/docker/docker/runconfig [2022-07-29T23:00:18.823Z] github.com/docker/docker/runconfig/opts [2022-07-29T23:00:18.823Z] github.com/docker/docker/testutil [2022-07-29T23:00:18.823Z] github.com/docker/docker/testutil/daemon [2022-07-29T23:00:18.823Z] github.com/docker/docker/testutil/environment [2022-07-29T23:00:18.823Z] github.com/docker/docker/testutil/fakecontext [2022-07-29T23:00:18.823Z] github.com/docker/docker/testutil/fakegit [2022-07-29T23:00:18.823Z] github.com/docker/docker/testutil/fakestorage [2022-07-29T23:00:18.823Z] github.com/docker/docker/testutil/fixtures/load [2022-07-29T23:00:18.823Z] github.com/docker/docker/testutil/fixtures/plugin [2022-07-29T23:00:18.823Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-07-29T23:00:18.823Z] github.com/docker/docker/testutil/registry [2022-07-29T23:00:18.823Z] github.com/docker/docker/testutil/request [2022-07-29T23:00:18.823Z] github.com/docker/docker/volume [2022-07-29T23:00:18.823Z] github.com/docker/docker/volume/drivers [2022-07-29T23:00:18.823Z] github.com/docker/docker/volume/local [2022-07-29T23:00:18.823Z] github.com/docker/docker/volume/mounts [2022-07-29T23:00:18.823Z] github.com/docker/docker/volume/service [2022-07-29T23:00:18.823Z] github.com/docker/docker/volume/service/opts [2022-07-29T23:00:18.823Z] github.com/docker/docker/volume/testutils' [2022-07-29T23:00:19.084Z] ++ echo 'github.com/docker/docker/api [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/server [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/server/backend/build [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/server/httpstatus [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/server/httputils [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/server/middleware [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/server/router [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/server/router/build [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/server/router/checkpoint [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/server/router/container [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/server/router/debug [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/server/router/distribution [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/server/router/grpc [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/server/router/image [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/server/router/network [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/server/router/plugin [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/server/router/session [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/server/router/swarm [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/server/router/system [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/server/router/volume [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/types [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/types/backend [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/types/blkiodev [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/types/container [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/types/events [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/types/filters [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/types/image [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/types/mount [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/types/network [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/types/plugins/logdriver [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/types/registry [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/types/strslice [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/types/swarm [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/types/swarm/runtime [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/types/time [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/types/versions [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/types/versions/v1p19 [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/types/versions/v1p20 [2022-07-29T23:00:19.084Z] github.com/docker/docker/api/types/volume [2022-07-29T23:00:19.084Z] github.com/docker/docker/builder [2022-07-29T23:00:19.084Z] github.com/docker/docker/builder/builder-next [2022-07-29T23:00:19.084Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-07-29T23:00:19.084Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-07-29T23:00:19.084Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-07-29T23:00:19.084Z] github.com/docker/docker/builder/builder-next/exporter [2022-07-29T23:00:19.084Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-07-29T23:00:19.084Z] github.com/docker/docker/builder/builder-next/worker [2022-07-29T23:00:19.084Z] github.com/docker/docker/builder/dockerfile [2022-07-29T23:00:19.084Z] github.com/docker/docker/builder/remotecontext [2022-07-29T23:00:19.084Z] github.com/docker/docker/builder/remotecontext/git [2022-07-29T23:00:19.084Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-07-29T23:00:19.084Z] github.com/docker/docker/cli [2022-07-29T23:00:19.084Z] github.com/docker/docker/cli/config [2022-07-29T23:00:19.084Z] github.com/docker/docker/cli/debug [2022-07-29T23:00:19.084Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-07-29T23:00:19.084Z] github.com/docker/docker/cli/winresources/dockerd [2022-07-29T23:00:19.084Z] github.com/docker/docker/client [2022-07-29T23:00:19.084Z] github.com/docker/docker/cmd/docker-proxy [2022-07-29T23:00:19.084Z] github.com/docker/docker/cmd/dockerd [2022-07-29T23:00:19.084Z] github.com/docker/docker/cmd/dockerd/trap [2022-07-29T23:00:19.084Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-07-29T23:00:19.084Z] github.com/docker/docker/container [2022-07-29T23:00:19.084Z] github.com/docker/docker/container/stream [2022-07-29T23:00:19.084Z] github.com/docker/docker/contrib/apparmor [2022-07-29T23:00:19.084Z] github.com/docker/docker/contrib/docker-device-tool [2022-07-29T23:00:19.084Z] github.com/docker/docker/contrib/httpserver [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/cluster [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/cluster/convert [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/cluster/executor [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/cluster/executor/container [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/cluster/provider [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/config [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/containerd [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/events [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/events/testutils [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/exec [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/graphdriver [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/graphdriver/copy [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/graphdriver/register [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/images [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/initlayer [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/links [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/listeners [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/logger [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/logger/awslogs [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/logger/fluentd [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/logger/gcplogs [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/logger/gelf [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/logger/journald [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/logger/local [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/logger/logentries [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/logger/loggertest [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/logger/loggerutils [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/logger/splunk [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/logger/syslog [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/logger/templates [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/names [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/network [2022-07-29T23:00:19.084Z] github.com/docker/docker/daemon/stats [2022-07-29T23:00:19.084Z] github.com/docker/docker/distribution [2022-07-29T23:00:19.084Z] github.com/docker/docker/distribution/metadata [2022-07-29T23:00:19.084Z] github.com/docker/docker/distribution/utils [2022-07-29T23:00:19.084Z] github.com/docker/docker/distribution/xfer [2022-07-29T23:00:19.084Z] github.com/docker/docker/dockerversion [2022-07-29T23:00:19.084Z] github.com/docker/docker/errdefs [2022-07-29T23:00:19.084Z] github.com/docker/docker/image [2022-07-29T23:00:19.084Z] github.com/docker/docker/image/cache [2022-07-29T23:00:19.084Z] github.com/docker/docker/image/tarexport [2022-07-29T23:00:19.084Z] github.com/docker/docker/image/v1 [2022-07-29T23:00:19.084Z] github.com/docker/docker/internal/test/suite [2022-07-29T23:00:19.084Z] github.com/docker/docker/layer [2022-07-29T23:00:19.084Z] github.com/docker/docker/libcontainerd [2022-07-29T23:00:19.084Z] github.com/docker/docker/libcontainerd/queue [2022-07-29T23:00:19.084Z] github.com/docker/docker/libcontainerd/remote [2022-07-29T23:00:19.084Z] github.com/docker/docker/libcontainerd/supervisor [2022-07-29T23:00:19.084Z] github.com/docker/docker/libcontainerd/types [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/bitseq [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/cluster [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/config [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/datastore [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/diagnostic [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/discoverapi [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/driverapi [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/host [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/null [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/remote [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/windows [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drvregistry [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/etchosts [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/idm [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/internal/caller [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/ipam [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/ipamapi [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/ipams/null [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/ipams/remote [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/ipamutils [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/iptables [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/netlabel [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/netutils [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/networkdb [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/ns [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/options [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/osl [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/osl/kernel [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/portallocator [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/portmapper [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/resolvconf [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/testutils [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/types [2022-07-29T23:00:19.084Z] github.com/docker/docker/oci [2022-07-29T23:00:19.084Z] github.com/docker/docker/oci/caps [2022-07-29T23:00:19.084Z] github.com/docker/docker/opts [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/aaparser [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/archive [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/authorization [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/broadcaster [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/capabilities [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/chrootarchive [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/containerfs [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/devicemapper [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/directory [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/dmesg [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/fileutils [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/fsutils [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/homedir [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/idtools [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/ioutils [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/jsonmessage [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/longpath [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/loopback [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/namesgenerator [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/parsers [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/parsers/kernel [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/pidfile [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/platform [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/plugingetter [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/plugins [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/plugins/transport [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/pools [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/progress [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/pubsub [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/reexec [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/signal [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/stack [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/stdcopy [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/streamformatter [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/stringid [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/sysinfo [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/system [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/tailfile [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/tarsum [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/urlutil [2022-07-29T23:00:19.084Z] github.com/docker/docker/pkg/useragent [2022-07-29T23:00:19.084Z] github.com/docker/docker/plugin [2022-07-29T23:00:19.084Z] github.com/docker/docker/plugin/executor/containerd [2022-07-29T23:00:19.084Z] github.com/docker/docker/plugin/v2 [2022-07-29T23:00:19.084Z] github.com/docker/docker/profiles/apparmor [2022-07-29T23:00:19.084Z] github.com/docker/docker/profiles/seccomp [2022-07-29T23:00:19.084Z] github.com/docker/docker/quota [2022-07-29T23:00:19.084Z] github.com/docker/docker/reference [2022-07-29T23:00:19.084Z] github.com/docker/docker/registry [2022-07-29T23:00:19.084Z] github.com/docker/docker/registry/resumable [2022-07-29T23:00:19.084Z] github.com/docker/docker/restartmanager [2022-07-29T23:00:19.084Z] github.com/docker/docker/rootless [2022-07-29T23:00:19.084Z] github.com/docker/docker/rootless/specconv [2022-07-29T23:00:19.084Z] github.com/docker/docker/runconfig [2022-07-29T23:00:19.084Z] github.com/docker/docker/runconfig/opts [2022-07-29T23:00:19.084Z] github.com/docker/docker/testutil [2022-07-29T23:00:19.084Z] github.com/docker/docker/testutil/daemon [2022-07-29T23:00:19.084Z] github.com/docker/docker/testutil/environment [2022-07-29T23:00:19.084Z] github.com/docker/docker/testutil/fakecontext [2022-07-29T23:00:19.084Z] github.com/docker/docker/testutil/fakegit [2022-07-29T23:00:19.084Z] github.com/docker/docker/testutil/fakestorage [2022-07-29T23:00:19.084Z] github.com/docker/docker/testutil/fixtures/load [2022-07-29T23:00:19.084Z] github.com/docker/docker/testutil/fixtures/plugin [2022-07-29T23:00:19.084Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-07-29T23:00:19.084Z] github.com/docker/docker/testutil/registry [2022-07-29T23:00:19.084Z] github.com/docker/docker/testutil/request [2022-07-29T23:00:19.084Z] github.com/docker/docker/volume [2022-07-29T23:00:19.084Z] github.com/docker/docker/volume/drivers [2022-07-29T23:00:19.084Z] github.com/docker/docker/volume/local [2022-07-29T23:00:19.084Z] github.com/docker/docker/volume/mounts [2022-07-29T23:00:19.084Z] github.com/docker/docker/volume/service [2022-07-29T23:00:19.084Z] github.com/docker/docker/volume/service/opts [2022-07-29T23:00:19.084Z] github.com/docker/docker/volume/testutils' [2022-07-29T23:00:19.084Z] ++ grep --fixed-strings /libnetwork [2022-07-29T23:00:19.084Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/bitseq [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/cluster [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/config [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/datastore [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/diagnostic [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/discoverapi [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/driverapi [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/host [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/null [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/remote [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/windows [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/drvregistry [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/etchosts [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/idm [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/internal/caller [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/ipam [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/ipamapi [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/ipams/null [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/ipams/remote [2022-07-29T23:00:19.084Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/ipamutils [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/iptables [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/netlabel [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/netutils [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/networkdb [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/ns [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/options [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/osl [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/osl/kernel [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/portallocator [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/portmapper [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/resolvconf [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/testutils [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/types' [2022-07-29T23:00:19.085Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-07-29T23:00:19.085Z] + echo 'github.com/docker/docker/libnetwork [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/bitseq [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/cluster [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/config [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/datastore [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/diagnostic [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/discoverapi [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/driverapi [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/drivers/host [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/drivers/null [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/drivers/remote [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/drivers/windows [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/drvregistry [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/etchosts [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/idm [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/internal/caller [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/ipam [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/ipamapi [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/ipams/null [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/ipams/remote [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/ipamutils [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/iptables [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/netlabel [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/netutils [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/networkdb [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/ns [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/options [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/osl [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/osl/kernel [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/portallocator [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/portmapper [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/resolvconf [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/testutils [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/types' [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-07-29T23:00:19.085Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-07-29T23:00:19.085Z] + type docker-proxy [2022-07-29T23:00:19.085Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-07-29T23:00:19.085Z] + hack/make.sh binary-proxy install-proxy [2022-07-29T23:00:19.085Z] [2022-07-29T23:00:19.085Z] Removing bundles/ [2022-07-29T23:00:19.085Z] [2022-07-29T23:00:19.085Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-07-29T23:00:19.085Z] Building: bundles/binary-proxy/docker-proxy [2022-07-29T23:00:19.085Z] GOOS="" GOARCH="" GOARM="" [2022-07-29T23:00:20.901Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-07-29T23:00:20.901Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-07-29T23:00:20.901Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-07-29T23:00:20.901Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-07-29T23:00:21.159Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-07-29T23:00:21.159Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-07-29T23:00:21.159Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-07-29T23:00:21.725Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-07-29T23:00:21.725Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-07-29T23:00:22.294Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-07-29T23:00:22.294Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-07-29T23:00:22.552Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-07-29T23:00:22.552Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-07-29T23:00:22.552Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-07-29T23:00:23.928Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-07-29T23:00:23.928Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-07-29T23:00:24.186Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-07-29T23:00:24.186Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-07-29T23:00:24.446Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-07-29T23:00:24.446Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite (1325.77s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.12s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.12s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.80s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.33s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.96s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.75s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.35s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.36s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.14s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.71s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.13s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.77s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.71s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.10s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.58s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.65s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.34s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.49s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.90s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.87s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.03s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.60s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.75s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.01s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.26s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.58s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.54s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.59s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.48s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.54s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.91s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.83s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.73s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.58s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.79s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.67s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.78s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.10s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.12s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.82s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.79s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.85s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.67s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.94s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.85s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.79s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.88s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.82s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.86s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.80s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.85s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.09s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.74s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.53s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.48s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.68s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.35s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.49s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.60s) [2022-07-29T23:00:24.446Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.47s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.60s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.49s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} (1.48s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} (1.44s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} (1.51s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} (0.70s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000e70cf0__} (1.53s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13575745345_/foo_false_____} (1.41s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13575745345_/foo_true_____} (1.49s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33540350684_/foo_false_____} (1.43s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33540350684_/foo_true_____} (1.53s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33540350684_/foo_true__0xc000e70d20___} (0.70s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000e70d38__} (1.61s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000e70d50__} (1.53s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000e70d68__} (1.49s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000e70d80__} (1.55s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.61s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.32s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.04s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.81s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.45s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.85s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.50s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.58s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.81s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.64s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.13s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.67s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.77s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.63s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.38s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.74s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.87s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.69s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.92s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.88s) [2022-07-29T23:00:24.446Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.96s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.94s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.83s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.19s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.62s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.80s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.85s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.82s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.92s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.15s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (1.17s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.90s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.97s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.98s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.90s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.95s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.04s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.72s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.43s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.76s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.81s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.75s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.83s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.53s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.93s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.06s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.72s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.78s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.75s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.09s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.14s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.81s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.85s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.02s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestAttachDetach (0.96s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.90s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.84s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.88s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.84s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (13.99s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.79s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.57s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.13s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.52s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.28s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.84s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (7.73s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.99s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.20s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.86s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.69s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.79s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.41s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.55s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.01s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.76s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddScript (1.88s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (5.65s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.95s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.85s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.49s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddTar (8.12s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.49s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.46s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.19s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.96s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.58s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.26s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.07s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.03s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.32s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.28s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.20s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.36s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (2.97s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.35s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.49s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.73s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.40s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.09s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.62s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.77s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.29s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.33s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.99s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.95s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.99s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.46s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.01s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.04s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.34s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.99s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.67s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCmd (0.44s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.47s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.45s) [2022-07-29T23:00:24.447Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.40s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.18s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.09s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.22s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.30s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.86s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.56s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.38s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.92s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.54s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.46s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.16s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.52s) [2022-07-29T23:00:24.447Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-07-29T23:00:24.447Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-07-29T23:00:24.447Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-07-29T23:00:24.447Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.05s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (5.10s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.80s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.38s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.30s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.71s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.51s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.07s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.06s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.55s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.00s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (0.95s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.03s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildDockerignore (9.03s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.05s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.53s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (9.52s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.13s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.27s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.58s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.30s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (3.45s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.47s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.65s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (10.42s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.10s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (3.35s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.31s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.21s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.50s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.16s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.31s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.28s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (1.47s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.23s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.22s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildEnv (0.84s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (0.73s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.63s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (4.68s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (15.03s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.56s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.03s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.76s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.45s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.78s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.14s) [2022-07-29T23:00:24.447Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.30s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (7.88s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildExpose (0.38s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.63s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.42s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.25s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildFails (0.63s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.75s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.48s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.52s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.14s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.35s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.70s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.20s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.64s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.24s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.55s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.32s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.05s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.38s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.47s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.53s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.43s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.62s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildLabel (0.29s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.27s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.39s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.39s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildLabels (0.44s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.29s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.88s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.85s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.09s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.19s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.97s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (0.94s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.30s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.28s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.36s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (5.93s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.19s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.88s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.87s) [2022-07-29T23:00:24.447Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (4.71s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.38s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.53s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.24s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.65s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.46s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.95s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.72s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.40s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.41s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.05s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.55s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.34s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.64s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.42s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.89s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.23s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.95s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.40s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.17s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.05s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildPATH (3.03s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.74s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.89s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.65s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.03s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.60s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildRm (2.70s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.24s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.94s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.72s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.09s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.90s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.84s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.30s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.07s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.27s) [2022-07-29T23:00:24.447Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.32s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.70s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.15s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildStderr (0.77s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.45s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.07s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.33s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.61s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.81s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.58s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildUser (1.46s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.86s) [2022-07-29T23:00:24.447Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (11.05s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.94s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.28s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.81s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.72s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.41s) [2022-07-29T23:00:24.448Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-07-29T23:00:24.448Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-07-29T23:00:24.448Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-07-29T23:00:24.448Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.14s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.56s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.44s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.60s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.94s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.21s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.81s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.38s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.65s) [2022-07-29T23:00:24.448Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.50s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.75s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.81s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCommitChange (0.98s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.75s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.80s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.79s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.98s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCommitTTY (1.23s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.32s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.71s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.21s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.23s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.67s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.98s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.08s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.84s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.69s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.90s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.89s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.71s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.58s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.97s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.78s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.80s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.75s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.04s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.94s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.70s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.03s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.62s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.80s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.80s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.74s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.75s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.32s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.50s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.74s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.59s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.30s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.71s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.07s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.42s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.56s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.83s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.65s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpToDot (0.51s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.00s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.92s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpToStdout (0.64s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.10s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.22s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.68s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.35s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.10s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCreateArgs (0.11s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.52s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.46s) [2022-07-29T23:00:24.448Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.47s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.24s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCreateRM (0.11s) [2022-07-29T23:00:24.448Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.73s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.92s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsAttach (0.55s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsCommit (0.65s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.49s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.47s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.47s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.50s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (0.95s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.07s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.09s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsCopy (0.92s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.52s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.74s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.26s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.98s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.36s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.13s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.27s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.16s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsFilters (0.97s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsFormat (1.05s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.62s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.37s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsImagePull (1.04s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s) [2022-07-29T23:00:24.448Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-07-29T23:00:24.448Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.26s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.59s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsRename (0.55s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsResize (0.79s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.41s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.58s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.52s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.69s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsTop (0.55s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.98s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.64s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.51s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExec (0.57s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.02s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecCgroup (0.84s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecEnv (0.53s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.05s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.75s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecInspectID (2.61s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecInteractive (0.57s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.55s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.55s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecParseError (0.48s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.50s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.55s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecStartFails (0.54s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.51s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecTTY (0.79s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.77s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.61s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecUlimits (0.54s) [2022-07-29T23:00:24.448Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.46s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.68s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.02s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.58s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestExecWithUser (0.78s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.28s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.24s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestHealth (19.64s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.90s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestBuildHistory (2.63s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.57s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.57s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.55s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.21s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.35s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.59s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.64s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.59s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.52s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.58s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImportBadURL (0.04s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImportDisplay (1.06s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImportFile (1.04s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.07s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImportGzipped (1.14s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.07s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.52s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.50s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.47s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.43s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.41s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.45s) [2022-07-29T23:00:24.448Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.67s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.53s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectDefault (0.46s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectHistory (0.53s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-07-29T23:00:24.448Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.45s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.47s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.44s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.49s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.30s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.49s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectStatus (0.57s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.92s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.47s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.49s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.49s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.46s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.46s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.47s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.97s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.92s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.27s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.22s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.48s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.38s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.34s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.26s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.52s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.96s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.52s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.52s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.49s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.79s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.81s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.79s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.88s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.72s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.00s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.59s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.52s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLogsSince (6.73s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.58s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.46s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLogsTail (0.52s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.44s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.46s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestNetHostname (1.30s) [2022-07-29T23:00:24.448Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.23s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.74s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.50s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (0.98s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.43s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.86s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.68s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.45s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.11s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.47s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.78s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.87s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestPluginActive (2.49s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.53s) [2022-07-29T23:00:24.449Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.58s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.82s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.39s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.84s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.11s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.09s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestPortList (7.89s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.58s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.00s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.93s) [2022-07-29T23:00:24.449Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.41s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPsByOrder (1.89s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.65s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.10s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.94s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.28s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.62s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.10s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.93s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.33s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.14s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.62s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.48s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.96s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.56s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.94s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.69s) [2022-07-29T23:00:24.708Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.43s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.39s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.00s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.86s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.48s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.43s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.98s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.69s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.11s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.08s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.22s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.12s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.75s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.45s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.98s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.51s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.73s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.25s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.14s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.72s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.14s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.70s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRmiTag (0.17s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.54s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.13s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.79s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.86s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.35s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.44s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.49s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.42s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.41s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.69s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (2.78s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.49s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.32s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.01s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (1.93s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.38s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.34s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.80s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.45s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.25s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.48s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.26s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.44s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.47s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.97s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunAddHost (0.67s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.29s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.70s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.46s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.06s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.43s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.57s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.57s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.83s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.90s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.67s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.71s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.83s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.73s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.66s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.94s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.05s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.49s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.62s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.55s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.50s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.45s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.46s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.47s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.46s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.44s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.43s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.45s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.46s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.55s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.49s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.05s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.84s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.48s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.48s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.45s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.45s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.91s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.98s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.89s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.53s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.50s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.46s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.50s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.69s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.33s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.06s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.43s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.45s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.45s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.83s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.52s) [2022-07-29T23:00:24.708Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-07-29T23:00:24.708Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.46s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.07s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.90s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.49s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.43s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.00s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.43s) [2022-07-29T23:00:24.708Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.45s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (0.98s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.44s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.46s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.47s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.49s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.61s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.76s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.72s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.57s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunExitCode (0.65s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.52s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.44s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.48s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.46s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.51s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.97s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.22s) [2022-07-29T23:00:24.708Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.24s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.63s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.05s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.60s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.62s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.03s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.59s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.26s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.38s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.63s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.87s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.50s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.53s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.92s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.18s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.94s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.07s) [2022-07-29T23:00:24.708Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.14s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.19s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.11s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunMount (4.88s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.61s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.54s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.03s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.22s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.55s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.10s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.03s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (0.99s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.43s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunNetHost (0.67s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.44s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.44s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.30s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.28s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.63s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.35s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.43s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.46s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.41s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.45s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.81s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.51s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.49s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.98s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.59s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.61s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.57s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.50s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.55s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.48s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.76s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.58s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.64s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.21s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.15s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.91s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunRm (0.76s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.62s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.52s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.52s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.94s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.51s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.91s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.57s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.51s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.59s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.62s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.48s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.55s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.48s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.65s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.74s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.61s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.48s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunState (1.17s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.46s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.76s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.22s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.78s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.46s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunSysctls (1.05s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.07s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.64s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.84s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.69s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.56s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.97s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.86s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.49s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.53s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.56s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.76s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.00s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunUserByID (0.57s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.25s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.15s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.49s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunUserByName (0.59s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.54s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.17s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.78s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.39s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.60s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.79s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.76s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.14s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.77s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.06s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.53s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.26s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.61s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.46s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.90s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.56s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.65s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.50s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.06s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.46s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.78s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.05s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.63s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.19s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.50s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.51s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.58s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.04s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.04s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.67s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.14s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.58s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.36s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.44s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.54s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.79s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.67s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.03s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.72s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.65s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.64s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.67s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.60s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.56s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.18s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.20s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.60s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.29s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.88s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.90s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.41s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.73s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.72s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.71s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.56s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.69s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.17s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.94s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.29s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.70s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.68s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.77s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.15s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.37s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.26s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.12s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.11s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.14s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.23s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.36s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.44s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.03s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.52s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.67s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.85s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.58s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.96s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.54s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestStartRecordError (1.38s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.23s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.16s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.49s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.03s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.58s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.73s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.49s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.49s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.50s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.43s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.44s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.92s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.61s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.53s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.99s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestUpdateStats (3.50s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.86s) [2022-07-29T23:00:24.709Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.68s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.59s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.61s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.75s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.61s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.48s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.49s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.58s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.45s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.20s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.10s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.13s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2022-07-29T23:00:24.709Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2022-07-29T23:00:24.709Z] === RUN TestDockerRegistrySuite [2022-07-29T23:00:24.709Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-07-29T23:00:25.644Z] check_test.go:427: [d10cb3c7d470b] daemon is not started [2022-07-29T23:00:25.644Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-07-29T23:00:27.019Z] check_test.go:427: [d0579472ad038] daemon is not started [2022-07-29T23:00:27.019Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-07-29T23:00:27.218Z] Created binary: bundles/binary-proxy/docker-proxy [2022-07-29T23:00:27.218Z] [2022-07-29T23:00:27.218Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-07-29T23:00:27.218Z] Installing docker-proxy to /usr/local/bin/ [2022-07-29T23:00:27.218Z] [2022-07-29T23:00:27.218Z] + mkdir -p bundles [2022-07-29T23:00:27.218Z] + '[' -n 'github.com/docker/docker/api [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/server [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/server/backend/build [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/server/httpstatus [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/server/httputils [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/server/middleware [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/server/router [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/server/router/build [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/server/router/checkpoint [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/server/router/container [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/server/router/debug [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/server/router/distribution [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/server/router/grpc [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/server/router/image [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/server/router/network [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/server/router/plugin [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/server/router/session [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/server/router/swarm [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/server/router/system [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/server/router/volume [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/types [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/types/backend [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/types/blkiodev [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/types/container [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/types/events [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/types/filters [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/types/image [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/types/mount [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/types/network [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/types/plugins/logdriver [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/types/registry [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/types/strslice [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/types/swarm [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/types/swarm/runtime [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/types/time [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/types/versions [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/types/versions/v1p19 [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/types/versions/v1p20 [2022-07-29T23:00:27.218Z] github.com/docker/docker/api/types/volume [2022-07-29T23:00:27.218Z] github.com/docker/docker/builder [2022-07-29T23:00:27.218Z] github.com/docker/docker/builder/builder-next [2022-07-29T23:00:27.218Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-07-29T23:00:27.218Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-07-29T23:00:27.218Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-07-29T23:00:27.218Z] github.com/docker/docker/builder/builder-next/exporter [2022-07-29T23:00:27.218Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-07-29T23:00:27.218Z] github.com/docker/docker/builder/builder-next/worker [2022-07-29T23:00:27.218Z] github.com/docker/docker/builder/dockerfile [2022-07-29T23:00:27.218Z] github.com/docker/docker/builder/remotecontext [2022-07-29T23:00:27.218Z] github.com/docker/docker/builder/remotecontext/git [2022-07-29T23:00:27.218Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-07-29T23:00:27.218Z] github.com/docker/docker/cli [2022-07-29T23:00:27.218Z] github.com/docker/docker/cli/config [2022-07-29T23:00:27.218Z] github.com/docker/docker/cli/debug [2022-07-29T23:00:27.218Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-07-29T23:00:27.218Z] github.com/docker/docker/cli/winresources/dockerd [2022-07-29T23:00:27.218Z] github.com/docker/docker/client [2022-07-29T23:00:27.218Z] github.com/docker/docker/cmd/docker-proxy [2022-07-29T23:00:27.218Z] github.com/docker/docker/cmd/dockerd [2022-07-29T23:00:27.218Z] github.com/docker/docker/cmd/dockerd/trap [2022-07-29T23:00:27.218Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-07-29T23:00:27.218Z] github.com/docker/docker/container [2022-07-29T23:00:27.218Z] github.com/docker/docker/container/stream [2022-07-29T23:00:27.218Z] github.com/docker/docker/contrib/apparmor [2022-07-29T23:00:27.218Z] github.com/docker/docker/contrib/docker-device-tool [2022-07-29T23:00:27.218Z] github.com/docker/docker/contrib/httpserver [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/cluster [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/cluster/convert [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/cluster/executor [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/cluster/executor/container [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/cluster/provider [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/config [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/containerd [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/events [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/events/testutils [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/exec [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/graphdriver [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/graphdriver/copy [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/graphdriver/register [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/images [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/initlayer [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/links [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/listeners [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/logger [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/logger/awslogs [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/logger/fluentd [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/logger/gcplogs [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/logger/gelf [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/logger/journald [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/logger/local [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/logger/logentries [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/logger/loggertest [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/logger/loggerutils [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/logger/splunk [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/logger/syslog [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/logger/templates [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/names [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/network [2022-07-29T23:00:27.218Z] github.com/docker/docker/daemon/stats [2022-07-29T23:00:27.218Z] github.com/docker/docker/distribution [2022-07-29T23:00:27.218Z] github.com/docker/docker/distribution/metadata [2022-07-29T23:00:27.218Z] github.com/docker/docker/distribution/utils [2022-07-29T23:00:27.218Z] github.com/docker/docker/distribution/xfer [2022-07-29T23:00:27.218Z] github.com/docker/docker/dockerversion [2022-07-29T23:00:27.218Z] github.com/docker/docker/errdefs [2022-07-29T23:00:27.218Z] github.com/docker/docker/image [2022-07-29T23:00:27.218Z] github.com/docker/docker/image/cache [2022-07-29T23:00:27.218Z] github.com/docker/docker/image/tarexport [2022-07-29T23:00:27.218Z] github.com/docker/docker/image/v1 [2022-07-29T23:00:27.218Z] github.com/docker/docker/internal/test/suite [2022-07-29T23:00:27.218Z] github.com/docker/docker/layer [2022-07-29T23:00:27.218Z] github.com/docker/docker/libcontainerd [2022-07-29T23:00:27.218Z] github.com/docker/docker/libcontainerd/queue [2022-07-29T23:00:27.218Z] github.com/docker/docker/libcontainerd/remote [2022-07-29T23:00:27.218Z] github.com/docker/docker/libcontainerd/supervisor [2022-07-29T23:00:27.218Z] github.com/docker/docker/libcontainerd/types [2022-07-29T23:00:27.218Z] github.com/docker/docker/oci [2022-07-29T23:00:27.218Z] github.com/docker/docker/oci/caps [2022-07-29T23:00:27.218Z] github.com/docker/docker/opts [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/aaparser [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/archive [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/authorization [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/broadcaster [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/capabilities [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/chrootarchive [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/containerfs [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/devicemapper [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/directory [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/dmesg [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/fileutils [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/fsutils [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/homedir [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/idtools [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/ioutils [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/jsonmessage [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/longpath [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/loopback [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/namesgenerator [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/parsers [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/parsers/kernel [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/pidfile [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/platform [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/plugingetter [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/plugins [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/plugins/transport [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/pools [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/progress [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/pubsub [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/reexec [2022-07-29T23:00:27.218Z] github.com/docker/docker/pkg/signal [2022-07-29T23:00:27.219Z] github.com/docker/docker/pkg/stack [2022-07-29T23:00:27.219Z] github.com/docker/docker/pkg/stdcopy [2022-07-29T23:00:27.219Z] github.com/docker/docker/pkg/streamformatter [2022-07-29T23:00:27.219Z] github.com/docker/docker/pkg/stringid [2022-07-29T23:00:27.219Z] github.com/docker/docker/pkg/sysinfo [2022-07-29T23:00:27.219Z] github.com/docker/docker/pkg/system [2022-07-29T23:00:27.219Z] github.com/docker/docker/pkg/tailfile [2022-07-29T23:00:27.219Z] github.com/docker/docker/pkg/tarsum [2022-07-29T23:00:27.219Z] github.com/docker/docker/pkg/urlutil [2022-07-29T23:00:27.219Z] github.com/docker/docker/pkg/useragent [2022-07-29T23:00:27.219Z] github.com/docker/docker/plugin [2022-07-29T23:00:27.219Z] github.com/docker/docker/plugin/executor/containerd [2022-07-29T23:00:27.219Z] github.com/docker/docker/plugin/v2 [2022-07-29T23:00:27.219Z] github.com/docker/docker/profiles/apparmor [2022-07-29T23:00:27.219Z] github.com/docker/docker/profiles/seccomp [2022-07-29T23:00:27.219Z] github.com/docker/docker/quota [2022-07-29T23:00:27.219Z] github.com/docker/docker/reference [2022-07-29T23:00:27.219Z] github.com/docker/docker/registry [2022-07-29T23:00:27.219Z] github.com/docker/docker/registry/resumable [2022-07-29T23:00:27.219Z] github.com/docker/docker/restartmanager [2022-07-29T23:00:27.219Z] github.com/docker/docker/rootless [2022-07-29T23:00:27.219Z] github.com/docker/docker/rootless/specconv [2022-07-29T23:00:27.219Z] github.com/docker/docker/runconfig [2022-07-29T23:00:27.219Z] github.com/docker/docker/runconfig/opts [2022-07-29T23:00:27.219Z] github.com/docker/docker/testutil [2022-07-29T23:00:27.219Z] github.com/docker/docker/testutil/daemon [2022-07-29T23:00:27.219Z] github.com/docker/docker/testutil/environment [2022-07-29T23:00:27.219Z] github.com/docker/docker/testutil/fakecontext [2022-07-29T23:00:27.219Z] github.com/docker/docker/testutil/fakegit [2022-07-29T23:00:27.219Z] github.com/docker/docker/testutil/fakestorage [2022-07-29T23:00:27.219Z] github.com/docker/docker/testutil/fixtures/load [2022-07-29T23:00:27.219Z] github.com/docker/docker/testutil/fixtures/plugin [2022-07-29T23:00:27.219Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-07-29T23:00:27.219Z] github.com/docker/docker/testutil/registry [2022-07-29T23:00:27.219Z] github.com/docker/docker/testutil/request [2022-07-29T23:00:27.219Z] github.com/docker/docker/volume [2022-07-29T23:00:27.219Z] github.com/docker/docker/volume/drivers [2022-07-29T23:00:27.219Z] github.com/docker/docker/volume/local [2022-07-29T23:00:27.219Z] github.com/docker/docker/volume/mounts [2022-07-29T23:00:27.219Z] github.com/docker/docker/volume/service [2022-07-29T23:00:27.219Z] github.com/docker/docker/volume/service/opts [2022-07-29T23:00:27.219Z] github.com/docker/docker/volume/testutils' ']' [2022-07-29T23:00:27.219Z] + 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/containerd 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/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-07-29T23:00:27.479Z] ? github.com/docker/docker/api [no test files] [2022-07-29T23:00:27.955Z] check_test.go:427: [d6ee18d53b38a] daemon is not started [2022-07-29T23:00:27.955Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-07-29T23:00:28.213Z] check_test.go:427: [de46910eebb6a] daemon is not started [2022-07-29T23:00:28.213Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-07-29T23:00:31.496Z] check_test.go:427: [d16c57344f50c] daemon is not started [2022-07-29T23:00:31.496Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-07-29T23:00:35.680Z] check_test.go:427: [da5a0eafa8549] daemon is not started [2022-07-29T23:00:35.680Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-07-29T23:00:38.964Z] check_test.go:427: [d5cbf6ffe131d] daemon is not started [2022-07-29T23:00:38.964Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-07-29T23:00:39.531Z] check_test.go:427: [d5453f8dd4404] daemon is not started [2022-07-29T23:00:39.531Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-07-29T23:00:40.495Z] check_test.go:427: [d01e05444fde3] daemon is not started [2022-07-29T23:00:40.495Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-07-29T23:00:41.443Z] check_test.go:427: [d52ee89886f01] daemon is not started [2022-07-29T23:00:41.443Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-07-29T23:00:42.377Z] check_test.go:427: [d861a4964acb7] daemon is not started [2022-07-29T23:00:42.377Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-07-29T23:00:43.751Z] check_test.go:427: [d0348a69fc2d6] daemon is not started [2022-07-29T23:00:43.751Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-07-29T23:00:44.686Z] check_test.go:427: [d7ee649714cb9] daemon is not started [2022-07-29T23:00:44.686Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-07-29T23:00:45.612Z] ok github.com/docker/docker/api/server 0.005s coverage: 7.9% of statements [2022-07-29T23:00:45.619Z] check_test.go:427: [da6dc57031ca0] daemon is not started [2022-07-29T23:00:45.620Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-07-29T23:00:46.552Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:e0bf48a808879b1ed0ef61ec89fa9db7e44557689846f8a32860569986931cf5 [2022-07-29T23:00:47.119Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:8687815d8c1ea6a3b9c87d081e1f68e5b8a6c23d6e73d963763bd9c5cd63d6b5 [2022-07-29T23:00:47.376Z] check_test.go:427: [dbef935566dc4] daemon is not started [2022-07-29T23:00:47.376Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-07-29T23:00:48.311Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:d6086d056b9c7b09740f92707e6d5542447c70e313273f1546eb6e958cc66925 [2022-07-29T23:00:49.244Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:5de8a3ab9630a3e691a8854b8d86f26f4ac8e254004de8a7324b7538e3a65fa0 [2022-07-29T23:00:49.244Z] check_test.go:427: [d938ef547a023] daemon is not started [2022-07-29T23:00:49.244Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-07-29T23:00:50.178Z] check_test.go:427: [d9039a4b86436] daemon is not started [2022-07-29T23:00:50.178Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-07-29T23:00:52.709Z] check_test.go:427: [db9491167e669] daemon is not started [2022-07-29T23:00:52.709Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-07-29T23:00:53.275Z] check_test.go:427: [defeae5419f98] daemon is not started [2022-07-29T23:00:53.275Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-07-29T23:00:53.275Z] check_test.go:427: [d029f1eb3445a] daemon is not started [2022-07-29T23:00:53.275Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-07-29T23:00:54.210Z] check_test.go:427: [d82fc1d98c81f] daemon is not started [2022-07-29T23:00:54.210Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-07-29T23:00:55.144Z] check_test.go:427: [d265585044b8e] daemon is not started [2022-07-29T23:00:55.144Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-07-29T23:00:56.079Z] check_test.go:427: [de4dc2dc5d19b] daemon is not started [2022-07-29T23:00:56.079Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-07-29T23:00:58.610Z] check_test.go:427: [d7d6d90751d29] daemon is not started [2022-07-29T23:00:58.610Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-07-29T23:00:58.868Z] check_test.go:427: [d971da96388e5] daemon is not started [2022-07-29T23:00:58.868Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-07-29T23:00:59.802Z] check_test.go:427: [dbc9f10da1370] daemon is not started [2022-07-29T23:00:59.802Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-07-29T23:01:00.060Z] check_test.go:427: [d0c1b6c0495b2] daemon is not started [2022-07-29T23:01:00.060Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-07-29T23:01:00.318Z] check_test.go:427: [d1a3058737283] daemon is not started [2022-07-29T23:01:00.319Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-07-29T23:01:00.576Z] check_test.go:427: [dfdc3e2a51b35] daemon is not started [2022-07-29T23:01:00.577Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-07-29T23:01:00.835Z] check_test.go:427: [de07b8c466e45] daemon is not started [2022-07-29T23:01:00.835Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-07-29T23:01:01.093Z] check_test.go:427: [dc2392f81dab2] daemon is not started [2022-07-29T23:01:01.093Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-07-29T23:01:01.351Z] check_test.go:427: [d592d532e52d4] daemon is not started [2022-07-29T23:01:01.351Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-07-29T23:01:02.285Z] check_test.go:427: [d3e21f6fb1586] daemon is not started [2022-07-29T23:01:02.285Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-07-29T23:01:03.677Z] check_test.go:427: [dd2719e74bb12] daemon is not started [2022-07-29T23:01:03.935Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-07-29T23:01:04.501Z] check_test.go:427: [d28b026348cfe] daemon is not started [2022-07-29T23:01:04.760Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-07-29T23:01:05.694Z] check_test.go:427: [de0f8d81f4399] daemon is not started [2022-07-29T23:01:05.694Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-07-29T23:01:06.628Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite (42.79s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.21s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.03s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.30s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.69s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.75s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.77s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.01s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.85s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.04s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.03s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.12s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.21s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.99s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.80s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.82s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.97s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.05s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.91s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.96s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.88s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.87s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.33s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.39s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.97s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.41s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.26s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.06s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.47s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.82s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.01s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.91s) [2022-07-29T23:01:07.194Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2022-07-29T23:01:07.194Z] === RUN TestDockerSchema1RegistrySuite [2022-07-29T23:01:07.194Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-07-29T23:01:07.452Z] check_test.go:454: [d6323d463ba69] daemon is not started [2022-07-29T23:01:07.452Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-07-29T23:01:10.737Z] check_test.go:454: [d7a6c0c1a65ae] daemon is not started [2022-07-29T23:01:10.737Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-07-29T23:01:14.921Z] check_test.go:454: [d38f877f5bb59] daemon is not started [2022-07-29T23:01:14.921Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-07-29T23:01:16.295Z] check_test.go:454: [d0a2aac5de5a2] daemon is not started [2022-07-29T23:01:16.295Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-07-29T23:01:16.295Z] check_test.go:454: [d621efeb7c1e5] daemon is not started [2022-07-29T23:01:16.295Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-07-29T23:01:17.229Z] check_test.go:454: [d4bbb37187711] daemon is not started [2022-07-29T23:01:17.229Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-07-29T23:01:18.166Z] check_test.go:454: [df83a69feda55] daemon is not started [2022-07-29T23:01:18.166Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-07-29T23:01:19.101Z] check_test.go:454: [d7bd3f2b3e369] daemon is not started [2022-07-29T23:01:19.101Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-07-29T23:01:21.633Z] check_test.go:454: [d5111d916fd0f] daemon is not started [2022-07-29T23:01:21.633Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-07-29T23:01:21.891Z] check_test.go:454: [dbd64c9dee838] daemon is not started [2022-07-29T23:01:21.891Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-07-29T23:01:22.457Z] check_test.go:454: [d4db7983a83ef] daemon is not started [2022-07-29T23:01:22.457Z] --- PASS: TestDockerSchema1RegistrySuite (15.01s) [2022-07-29T23:01:22.457Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2022-07-29T23:01:22.457Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.80s) [2022-07-29T23:01:22.457Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.72s) [2022-07-29T23:01:22.457Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.00s) [2022-07-29T23:01:22.457Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-07-29T23:01:22.457Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.00s) [2022-07-29T23:01:22.457Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.92s) [2022-07-29T23:01:22.457Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.89s) [2022-07-29T23:01:22.457Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.55s) [2022-07-29T23:01:22.457Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.43s) [2022-07-29T23:01:22.457Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.40s) [2022-07-29T23:01:22.457Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-07-29T23:01:22.457Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-07-29T23:01:23.024Z] check_test.go:483: [d4c9f6c93c946] daemon is not started [2022-07-29T23:01:23.024Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-07-29T23:01:23.591Z] check_test.go:483: [d518bc44ad6f0] daemon is not started [2022-07-29T23:01:23.591Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-07-29T23:01:23.849Z] check_test.go:483: [d9d878b5ed9c2] daemon is not started [2022-07-29T23:01:23.849Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-07-29T23:01:25.224Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-07-29T23:01:25.482Z] check_test.go:483: [dcce09fe29017] daemon is not started [2022-07-29T23:01:25.482Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-07-29T23:01:26.048Z] check_test.go:483: [df84bcf576fb5] daemon is not started [2022-07-29T23:01:26.048Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-07-29T23:01:27.000Z] check_test.go:483: [d3c29dc10c991] daemon is not started [2022-07-29T23:01:27.000Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-07-29T23:01:27.000Z] check_test.go:483: [d3be63960454f] daemon is not started [2022-07-29T23:01:27.000Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.69s) [2022-07-29T23:01:27.000Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.72s) [2022-07-29T23:01:27.000Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.58s) [2022-07-29T23:01:27.000Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2022-07-29T23:01:27.000Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.23s) [2022-07-29T23:01:27.000Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.53s) [2022-07-29T23:01:27.000Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.48s) [2022-07-29T23:01:27.000Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.84s) [2022-07-29T23:01:27.000Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2022-07-29T23:01:27.000Z] === RUN TestDockerRegistryAuthTokenSuite [2022-07-29T23:01:27.000Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-07-29T23:01:32.268Z] check_test.go:510: [d1dd077dcac9b] daemon is not started [2022-07-29T23:01:32.268Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-07-29T23:01:32.268Z] check_test.go:510: [d165a9cf43d89] daemon is not started [2022-07-29T23:01:32.268Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-07-29T23:01:32.525Z] check_test.go:510: [d4eb36c7b03b4] daemon is not started [2022-07-29T23:01:32.525Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-07-29T23:01:32.783Z] check_test.go:510: [d37bd138c40e1] daemon is not started [2022-07-29T23:01:32.783Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-07-29T23:01:32.783Z] check_test.go:510: [d26c7dacb0ef9] daemon is not started [2022-07-29T23:01:32.783Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.79s) [2022-07-29T23:01:32.783Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2022-07-29T23:01:32.783Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-07-29T23:01:32.783Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.17s) [2022-07-29T23:01:32.783Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s) [2022-07-29T23:01:32.783Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-07-29T23:01:32.783Z] === RUN TestDockerNetworkSuite [2022-07-29T23:01:32.783Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-07-29T23:01:34.158Z] docker_cli_network_unix_test.go:46: [db99d75b2914b] daemon is not started [2022-07-29T23:01:34.158Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-07-29T23:01:34.724Z] docker_cli_network_unix_test.go:46: [d0d74a2a1b565] daemon is not started [2022-07-29T23:01:34.982Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-07-29T23:01:37.511Z] docker_cli_network_unix_test.go:46: [d5d5c490230dc] daemon is not started [2022-07-29T23:01:37.771Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-07-29T23:01:39.145Z] docker_cli_network_unix_test.go:46: [d3545d4ddbfc0] daemon is not started [2022-07-29T23:01:39.403Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-07-29T23:01:39.403Z] docker_cli_network_unix_test.go:1233: [df6bb8ab97452] daemon is not started [2022-07-29T23:01:41.931Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-07-29T23:01:42.865Z] docker_cli_network_unix_test.go:46: [d5f380440a56a] daemon is not started [2022-07-29T23:01:43.430Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-07-29T23:01:48.696Z] docker_cli_network_unix_test.go:46: [d980712f7ad71] daemon is not started [2022-07-29T23:01:48.696Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-07-29T23:01:50.597Z] docker_cli_network_unix_test.go:46: [dac8bc5b68f73] daemon is not started [2022-07-29T23:01:50.855Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-07-29T23:01:52.231Z] docker_cli_network_unix_test.go:46: [d6b92286fcfd4] daemon is not started [2022-07-29T23:01:52.231Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-07-29T23:01:52.488Z] docker_cli_network_unix_test.go:46: [d2030a123076e] daemon is not started [2022-07-29T23:01:52.746Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-07-29T23:01:53.005Z] docker_cli_network_unix_test.go:46: [d31b04bac7712] daemon is not started [2022-07-29T23:01:53.005Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-07-29T23:01:53.572Z] docker_cli_network_unix_test.go:46: [df94bc8df4f24] daemon is not started [2022-07-29T23:01:53.830Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-07-29T23:01:54.410Z] docker_cli_network_unix_test.go:46: [d72f9ac5bc65b] daemon is not started [2022-07-29T23:01:54.975Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-07-29T23:01:54.975Z] docker_cli_network_unix_test.go:46: [d24864483071a] daemon is not started [2022-07-29T23:01:54.975Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-07-29T23:01:55.541Z] docker_cli_network_unix_test.go:46: [dceb55527b87f] daemon is not started [2022-07-29T23:01:55.541Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-07-29T23:01:55.800Z] docker_cli_network_unix_test.go:46: [d35c03792b053] daemon is not started [2022-07-29T23:01:56.059Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-07-29T23:01:56.318Z] docker_cli_network_unix_test.go:46: [d93dde36a4b17] daemon is not started [2022-07-29T23:01:56.318Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-07-29T23:01:56.318Z] docker_cli_network_unix_test.go:46: [dd5a91814f154] daemon is not started [2022-07-29T23:01:56.318Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-07-29T23:01:56.577Z] docker_cli_network_unix_test.go:46: [d8092705c0b9e] daemon is not started [2022-07-29T23:01:56.577Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-07-29T23:01:57.144Z] docker_cli_network_unix_test.go:46: [d735c25759da2] daemon is not started [2022-07-29T23:01:57.144Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-07-29T23:01:57.710Z] docker_cli_network_unix_test.go:46: [de64ceae3d1d4] daemon is not started [2022-07-29T23:01:58.277Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-07-29T23:01:58.277Z] docker_cli_network_unix_test.go:46: [d5d0e92e37cc1] daemon is not started [2022-07-29T23:01:58.277Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-07-29T23:01:58.536Z] docker_cli_network_unix_test.go:46: [d3ec13c43ccc8] daemon is not started [2022-07-29T23:01:58.536Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-07-29T23:01:58.536Z] docker_cli_network_unix_test.go:46: [d2d06a6abfc17] daemon is not started [2022-07-29T23:01:58.536Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-07-29T23:01:59.912Z] docker_cli_network_unix_test.go:968: [d4a8ce6be401d] daemon is not started [2022-07-29T23:02:01.287Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-07-29T23:02:01.545Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-07-29T23:02:02.482Z] docker_cli_network_unix_test.go:46: [d35cc2b1a7956] daemon is not started [2022-07-29T23:02:02.740Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-07-29T23:02:05.273Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-07-29T23:02:05.840Z] docker_cli_network_unix_test.go:1116: [d63c4dde532b3] daemon is not started [2022-07-29T23:02:10.030Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-07-29T23:02:10.030Z] docker_cli_network_unix_test.go:46: [d48b8f8141dad] daemon is not started [2022-07-29T23:02:10.030Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-07-29T23:02:11.410Z] docker_cli_network_unix_test.go:46: [d606009f96d5e] daemon is not started [2022-07-29T23:02:11.410Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-07-29T23:02:11.410Z] docker_cli_network_unix_test.go:46: [d94d0b69e186e] daemon is not started [2022-07-29T23:02:11.410Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-07-29T23:02:11.668Z] docker_cli_network_unix_test.go:46: [d634803a37944] daemon is not started [2022-07-29T23:02:11.669Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-07-29T23:02:11.669Z] docker_cli_network_unix_test.go:46: [d537044848d86] daemon is not started [2022-07-29T23:02:11.669Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-07-29T23:02:11.926Z] docker_cli_network_unix_test.go:46: [d999e6cc69466] daemon is not started [2022-07-29T23:02:11.926Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-07-29T23:02:11.926Z] docker_cli_network_unix_test.go:46: [d2da030396181] daemon is not started [2022-07-29T23:02:11.926Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-07-29T23:02:12.493Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-07-29T23:02:13.867Z] docker_cli_network_unix_test.go:46: [d2be0dfacdc1a] daemon is not started [2022-07-29T23:02:15.244Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-07-29T23:02:15.244Z] docker_cli_network_unix_test.go:46: [d22cd0e8cc601] daemon is not started [2022-07-29T23:02:15.244Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-07-29T23:02:15.244Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-07-29T23:02:15.244Z] docker_cli_network_unix_test.go:46: [dad63457a3d09] daemon is not started [2022-07-29T23:02:15.244Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-07-29T23:02:15.810Z] docker_cli_network_unix_test.go:46: [db7dd69edbd2d] daemon is not started [2022-07-29T23:02:16.068Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-07-29T23:02:20.266Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-07-29T23:02:20.524Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-07-29T23:02:22.095Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 31.9% of statements [2022-07-29T23:02:22.095Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/server/router [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-07-29T23:02:22.095Z] ok github.com/docker/docker/api/server/router/swarm 0.007s coverage: 6.0% of statements [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-07-29T23:02:22.095Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2022-07-29T23:02:22.095Z] ok github.com/docker/docker/api/server/router/volume 0.015s coverage: 67.9% of statements [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/types [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/types/container [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/types/events [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/types/image [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/types/network [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-07-29T23:02:22.095Z] ok github.com/docker/docker/api/types/registry 0.011s coverage: 54.2% of statements [2022-07-29T23:02:22.095Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-07-29T23:02:22.095Z] ok github.com/docker/docker/api/types/time 0.008s coverage: 100.0% of statements [2022-07-29T23:02:22.095Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 77.3% of statements [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/builder [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-07-29T23:02:22.095Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-07-29T23:02:22.426Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-07-29T23:02:22.426Z] docker_cli_network_unix_test.go:1084: [dcb936a73df64] daemon is not started [2022-07-29T23:02:22.664Z] ok github.com/docker/docker/builder/remotecontext 0.120s coverage: 13.7% of statements [2022-07-29T23:02:23.234Z] ok github.com/docker/docker/builder/dockerfile 0.546s coverage: 49.3% of statements [2022-07-29T23:02:23.493Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.004s coverage: 100.0% of statements [2022-07-29T23:02:24.330Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-07-29T23:02:24.330Z] docker_cli_network_unix_test.go:46: [db25dbbdbd56e] daemon is not started [2022-07-29T23:02:24.330Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-07-29T23:02:24.433Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-07-29T23:02:25.269Z] docker_cli_network_unix_test.go:46: [d2d59ef21e285] daemon is not started [2022-07-29T23:02:25.373Z] ok github.com/docker/docker/builder/remotecontext/git 1.950s coverage: 86.3% of statements [2022-07-29T23:02:25.373Z] ? github.com/docker/docker/cli [no test files] [2022-07-29T23:02:25.373Z] ? github.com/docker/docker/cli/config [no test files] [2022-07-29T23:02:25.373Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-07-29T23:02:25.373Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-07-29T23:02:25.527Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-07-29T23:02:25.943Z] ok github.com/docker/docker/cmd/docker-proxy 0.246s coverage: 67.6% of statements [2022-07-29T23:02:26.901Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-07-29T23:02:27.162Z] docker_cli_network_unix_test.go:46: [db2a444001f19] daemon is not started [2022-07-29T23:02:27.727Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-07-29T23:02:27.727Z] docker_cli_network_unix_test.go:46: [dfae5f55d9895] daemon is not started [2022-07-29T23:02:27.727Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-07-29T23:02:28.295Z] docker_cli_network_unix_test.go:46: [da27f8bfa5be6] daemon is not started [2022-07-29T23:02:28.295Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-07-29T23:02:28.860Z] docker_cli_network_unix_test.go:46: [deaf0a105497c] daemon is not started [2022-07-29T23:02:29.118Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-07-29T23:02:29.685Z] docker_cli_network_unix_test.go:46: [dcb20cc3c8b44] daemon is not started [2022-07-29T23:02:30.144Z] ok github.com/docker/docker/client 0.120s coverage: 75.9% of statements [2022-07-29T23:02:30.250Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-07-29T23:02:31.182Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-07-29T23:02:36.450Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-07-29T23:02:36.450Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-07-29T23:02:36.450Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-07-29T23:02:37.016Z] docker_cli_network_unix_test.go:46: [dc164bf358f57] daemon is not started [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite (64.30s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.33s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.72s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.86s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.60s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.56s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.44s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.37s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.23s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.18s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.52s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.39s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.93s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.97s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.32s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.71s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.15s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.71s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.06s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.25s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.58s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.45s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (7.09s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.25s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.30s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.19s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.09s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.19s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.22s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.05s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.06s) [2022-07-29T23:02:37.016Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.95s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.34s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.92s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.07s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.10s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.11s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.76s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.62s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.07s) [2022-07-29T23:02:37.016Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (7.01s) [2022-07-29T23:02:37.016Z] === RUN TestDockerHubPullSuite [2022-07-29T23:02:37.016Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-07-29T23:02:39.544Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-07-29T23:02:41.444Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-07-29T23:02:41.702Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-07-29T23:02:41.702Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-07-29T23:02:42.636Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-07-29T23:02:42.636Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-07-29T23:02:45.180Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-07-29T23:02:45.180Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-07-29T23:02:45.180Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-07-29T23:02:45.746Z] --- PASS: TestDockerHubPullSuite (8.51s) [2022-07-29T23:02:45.746Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.97s) [2022-07-29T23:02:45.746Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.55s) [2022-07-29T23:02:45.746Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (1.03s) [2022-07-29T23:02:45.746Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (2.06s) [2022-07-29T23:02:45.746Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.54s) [2022-07-29T23:02:45.746Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.36s) [2022-07-29T23:02:45.746Z] PASS [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === Skipped [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-07-29T23:02:45.746Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-07-29T23:02:45.746Z] docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-07-29T23:02:45.746Z] docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-07-29T23:02:45.746Z] docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-07-29T23:02:45.746Z] docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-07-29T23:02:45.746Z] docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-07-29T23:02:45.746Z] docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-07-29T23:02:45.746Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-07-29T23:02:45.746Z] docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-07-29T23:02:45.746Z] docker_cli_build_test.go:6028: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-07-29T23:02:45.746Z] docker_cli_build_test.go:5998: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-07-29T23:02:45.746Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-07-29T23:02:45.746Z] docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_create_test.go:83: unmatched requirement Devicemapper [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-07-29T23:02:45.746Z] docker_cli_inspect_test.go:195: unmatched requirement Devicemapper [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_inspect_test.go:177: unmatched requirement Devicemapper [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-07-29T23:02:45.746Z] docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_run_test.go:4032: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_run_test.go:4051: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-07-29T23:02:45.746Z] docker_cli_run_test.go:4134: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-07-29T23:02:45.746Z] docker_cli_run_test.go:4117: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_run_test.go:2852: kernel doesn't have latency_stats configured [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_run_test.go:1438: Unstable test, to be re-activated once #19937 is resolved [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2022-07-29T23:02:45.746Z] docker_cli_run_test.go:4087: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_run_test.go:4107: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_run_test.go:4097: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-07-29T23:02:45.746Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2022-07-29T23:02:45.746Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_run_test.go:4432: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_sni_test.go:30: Flakey test [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-07-29T23:02:45.746Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-07-29T23:02:45.746Z] docker_cli_network_unix_test.go:46: [dad63457a3d09] daemon is not started [2022-07-29T23:02:45.746Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] DONE 1265 tests, 51 skipped in 1472.973s [2022-07-29T23:02:45.746Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-07-29T23:02:45.746Z] ++++ cat bundles/test-integration/docker.pid [2022-07-29T23:02:45.746Z] +++ kill 9416 [2022-07-29T23:02:45.746Z] +++ /etc/init.d/apparmor stop [2022-07-29T23:02:45.746Z] Leaving: AppArmorNo profiles have been unloaded. [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] Unloading profiles will leave already running processes permanently [2022-07-29T23:02:45.746Z] unconfined, which can lead to unexpected situations. [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:45.746Z] To set a process to complain mode, use the command line tool [2022-07-29T23:02:45.746Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-07-29T23:02:45.746Z] +++ true [2022-07-29T23:02:45.746Z] exiting test-integration [2022-07-29T23:02:45.746Z] ++ exit 0 [2022-07-29T23:02:45.746Z] [2022-07-29T23:02:46.004Z] + for job in $(jobs -p) [2022-07-29T23:02:46.004Z] + wait 15100 [2022-07-29T23:03:16.855Z] ok github.com/docker/docker/cmd/dockerd 0.084s coverage: 31.5% of statements [2022-07-29T23:03:16.855Z] ok github.com/docker/docker/container 0.119s coverage: 37.4% of statements [2022-07-29T23:03:16.855Z] ok github.com/docker/docker/cmd/dockerd/trap 2.548s coverage: 0.0% of statements [2022-07-29T23:03:16.855Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-07-29T23:03:16.855Z] ? github.com/docker/docker/container/stream [no test files] [2022-07-29T23:03:16.855Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-07-29T23:03:16.855Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-07-29T23:03:16.855Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-07-29T23:03:23.458Z] ok github.com/docker/docker/daemon/cluster 0.057s coverage: 0.5% of statements [2022-07-29T23:03:24.838Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.014s coverage: 65.3% of statements [2022-07-29T23:03:26.220Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 36.9% of statements [2022-07-29T23:03:34.348Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.444s coverage: 13.4% of statements [2022-07-29T23:03:34.608Z] ok github.com/docker/docker/daemon/config 0.034s coverage: 81.7% of statements [2022-07-29T23:03:35.178Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-07-29T23:03:35.437Z] ok github.com/docker/docker/daemon 10.140s coverage: 16.6% of statements [2022-07-29T23:03:35.437Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-07-29T23:03:35.437Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-07-29T23:03:35.437Z] ? github.com/docker/docker/daemon/containerd [no test files] [2022-07-29T23:03:35.437Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-07-29T23:03:35.438Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-07-29T23:03:36.007Z] ok github.com/docker/docker/daemon/graphdriver 0.016s coverage: 2.2% of statements [2022-07-29T23:03:37.389Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.760s coverage: 74.8% of statements [2022-07-29T23:03:38.329Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.009s coverage: 3.0% of statements [2022-07-29T23:03:38.589Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.397s coverage: 60.7% of statements [2022-07-29T23:03:40.503Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.9% of statements [2022-07-29T23:03:41.919Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.358s coverage: 50.6% of statements [2022-07-29T23:03:42.211Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-07-29T23:03:42.211Z] docker_cli_swarm_test.go:1180: [ddaabc1fb154c] joining swarm manager [d093c904fb07e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T23:03:42.859Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.409s coverage: 45.9% of statements [2022-07-29T23:03:42.859Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-07-29T23:03:44.239Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.013s coverage: 58.5% of statements [2022-07-29T23:03:44.239Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.852s coverage: 58.5% of statements [2022-07-29T23:03:44.239Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-07-29T23:03:44.239Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-07-29T23:03:45.179Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.030s coverage: 3.0% of statements [2022-07-29T23:03:45.750Z] ok github.com/docker/docker/daemon/links 0.009s coverage: 93.0% of statements [2022-07-29T23:03:46.390Z] docker_cli_swarm_test.go:1189: [dfebef7fddfa5] joining swarm manager [d093c904fb07e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T23:03:46.691Z] ok github.com/docker/docker/daemon/images 0.037s coverage: 6.9% of statements [2022-07-29T23:03:46.691Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-07-29T23:03:46.691Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-07-29T23:03:47.633Z] ok github.com/docker/docker/daemon/logger 0.222s coverage: 43.2% of statements [2022-07-29T23:03:48.582Z] ok github.com/docker/docker/daemon/logger/awslogs 0.216s coverage: 79.9% of statements [2022-07-29T23:03:48.582Z] ok github.com/docker/docker/daemon/logger/fluentd 0.018s coverage: 53.6% of statements [2022-07-29T23:03:48.582Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-07-29T23:03:49.520Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 68.2% of statements [2022-07-29T23:03:49.520Z] ok github.com/docker/docker/daemon/logger/journald 0.007s coverage: 23.4% of statements [2022-07-29T23:03:49.779Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.014s coverage: 87.2% of statements [2022-07-29T23:03:50.719Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.205s coverage: 76.8% of statements [2022-07-29T23:03:50.719Z] ok github.com/docker/docker/daemon/logger/local 0.037s coverage: 79.4% of statements [2022-07-29T23:03:50.719Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-07-29T23:03:50.719Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-07-29T23:03:52.100Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.031s coverage: 31.5% of statements [2022-07-29T23:03:52.100Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.030s coverage: 62.0% of statements [2022-07-29T23:03:53.041Z] ok github.com/docker/docker/daemon/logger/syslog 0.008s coverage: 46.8% of statements [2022-07-29T23:03:53.301Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-07-29T23:03:53.870Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-07-29T23:03:54.811Z] ok github.com/docker/docker/daemon/logger/splunk 1.633s coverage: 82.5% of statements [2022-07-29T23:03:54.811Z] ? github.com/docker/docker/daemon/names [no test files] [2022-07-29T23:03:54.811Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-07-29T23:03:55.758Z] ok github.com/docker/docker/distribution/metadata 0.022s coverage: 44.4% of statements [2022-07-29T23:03:57.139Z] ok github.com/docker/docker/distribution 1.531s coverage: 28.0% of statements [2022-07-29T23:03:57.139Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-07-29T23:03:57.139Z] ok github.com/docker/docker/errdefs 0.005s coverage: 77.0% of statements [2022-07-29T23:03:58.082Z] ok github.com/docker/docker/image 0.023s coverage: 86.9% of statements [2022-07-29T23:03:58.082Z] ok github.com/docker/docker/distribution/xfer 1.892s coverage: 84.9% of statements [2022-07-29T23:03:58.082Z] ? github.com/docker/docker/dockerversion [no test files] [2022-07-29T23:03:58.342Z] ok github.com/docker/docker/image/cache 0.025s coverage: 19.2% of statements [2022-07-29T23:03:59.280Z] ok github.com/docker/docker/image/tarexport 0.038s coverage: 0.7% of statements [2022-07-29T23:03:59.280Z] ? github.com/docker/docker/image/v1 [no test files] [2022-07-29T23:03:59.280Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-07-29T23:03:59.849Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2022-07-29T23:04:00.420Z] ok github.com/docker/docker/oci 0.007s coverage: 46.0% of statements [2022-07-29T23:04:00.989Z] ok github.com/docker/docker/opts 0.028s coverage: 66.0% of statements [2022-07-29T23:04:00.989Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-07-29T23:04:02.901Z] ok github.com/docker/docker/pkg/archive 0.315s coverage: 82.2% of statements [2022-07-29T23:04:03.471Z] ok github.com/docker/docker/pkg/authorization 0.101s coverage: 68.3% of statements [2022-07-29T23:04:03.471Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-07-29T23:04:03.731Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2022-07-29T23:04:07.024Z] ok github.com/docker/docker/pkg/chrootarchive 2.474s coverage: 42.7% of statements [2022-07-29T23:04:07.024Z] ok github.com/docker/docker/pkg/containerfs 0.005s coverage: 6.7% of statements [2022-07-29T23:04:07.284Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-07-29T23:04:07.544Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-07-29T23:04:07.804Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 87.2% of statements [2022-07-29T23:04:08.065Z] ok github.com/docker/docker/layer 7.848s coverage: 68.9% of statements [2022-07-29T23:04:08.065Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-07-29T23:04:08.065Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-07-29T23:04:08.065Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-07-29T23:04:08.065Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-07-29T23:04:08.065Z] ? github.com/docker/docker/oci/caps [no test files] [2022-07-29T23:04:08.065Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-07-29T23:04:08.325Z] ok github.com/docker/docker/pkg/fsutils 0.156s coverage: 85.1% of statements [2022-07-29T23:04:08.325Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-07-29T23:04:09.709Z] ok github.com/docker/docker/pkg/idtools 0.555s coverage: 67.9% of statements [2022-07-29T23:04:09.709Z] ok github.com/docker/docker/pkg/ioutils 0.426s coverage: 70.1% of statements [2022-07-29T23:04:09.969Z] ok github.com/docker/docker/pkg/longpath 0.010s coverage: 100.0% of statements [2022-07-29T23:04:09.969Z] ok github.com/docker/docker/pkg/jsonmessage 0.007s coverage: 91.7% of statements [2022-07-29T23:04:09.969Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-07-29T23:04:10.229Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2022-07-29T23:04:10.229Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2022-07-29T23:04:10.817Z] ok github.com/docker/docker/pkg/parsers/kernel 0.008s coverage: 60.0% of statements [2022-07-29T23:04:10.817Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.007s coverage: 90.5% of statements [2022-07-29T23:04:11.077Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-07-29T23:04:11.077Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-07-29T23:04:11.077Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-07-29T23:04:11.647Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.012s coverage: 56.8% of statements [2022-07-29T23:04:12.216Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-07-29T23:04:12.216Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-07-29T23:04:12.476Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-07-29T23:04:13.855Z] ok github.com/docker/docker/pkg/pubsub 1.034s coverage: 75.0% of statements [2022-07-29T23:04:14.116Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2022-07-29T23:04:14.116Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-07-29T23:04:14.376Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-07-29T23:04:14.636Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-07-29T23:04:15.207Z] ok github.com/docker/docker/pkg/stringid 0.003s coverage: 70.6% of statements [2022-07-29T23:04:15.777Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.1% of statements [2022-07-29T23:04:16.037Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 42.3% of statements [2022-07-29T23:04:16.297Z] ok github.com/docker/docker/pkg/tailfile 0.047s coverage: 88.6% of statements [2022-07-29T23:04:16.867Z] ok github.com/docker/docker/pkg/tarsum 0.040s coverage: 89.3% of statements [2022-07-29T23:04:16.867Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-07-29T23:04:18.777Z] ok github.com/docker/docker/plugin 0.519s coverage: 23.2% of statements [2022-07-29T23:04:19.038Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-07-29T23:04:19.609Z] ok github.com/docker/docker/profiles/seccomp 0.010s coverage: 86.0% of statements [2022-07-29T23:04:20.550Z] ok github.com/docker/docker/quota 0.201s coverage: 71.4% of statements [2022-07-29T23:04:20.810Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-07-29T23:04:21.749Z] ok github.com/docker/docker/registry 0.053s coverage: 58.6% of statements [2022-07-29T23:04:22.269Z] ok github.com/docker/docker/registry/resumable 0.018s coverage: 100.0% of statements [2022-07-29T23:04:22.269Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-07-29T23:04:22.839Z] ok github.com/docker/docker/runconfig 0.008s coverage: 64.5% of statements [2022-07-29T23:04:23.099Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-07-29T23:04:25.009Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-07-29T23:04:25.080Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-07-29T23:04:25.581Z] ok github.com/docker/docker/volume/local 0.103s coverage: 76.8% of statements [2022-07-29T23:04:25.842Z] ok github.com/docker/docker/volume/mounts 0.011s coverage: 67.7% of statements [2022-07-29T23:04:27.223Z] ok github.com/docker/docker/volume/service 0.017s coverage: 72.3% of statements [2022-07-29T23:04:30.340Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-07-29T23:04:34.552Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-07-29T23:04:35.924Z] docker_cli_swarm_test.go:1112: [d2b4933e2a346] joining swarm manager [d922f4b54897f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T23:04:37.297Z] docker_cli_swarm_test.go:1113: [d866adb5168b4] joining swarm manager [d922f4b54897f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T23:04:45.326Z] ok github.com/docker/docker/pkg/plugins 33.640s coverage: 76.3% of statements [2022-07-29T23:04:45.326Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-07-29T23:04:45.326Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-07-29T23:04:45.326Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-07-29T23:04:45.326Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-07-29T23:04:45.326Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-07-29T23:04:45.326Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-07-29T23:04:45.326Z] ? github.com/docker/docker/rootless [no test files] [2022-07-29T23:04:45.326Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-07-29T23:04:45.326Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-07-29T23:04:45.326Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-07-29T23:04:45.326Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-07-29T23:04:45.326Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-07-29T23:04:45.326Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-07-29T23:04:45.326Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-07-29T23:04:45.326Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-07-29T23:04:45.326Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-07-29T23:04:45.326Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-07-29T23:04:45.326Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-07-29T23:04:45.326Z] ? github.com/docker/docker/testutil/request [no test files] [2022-07-29T23:04:45.326Z] ? github.com/docker/docker/volume [no test files] [2022-07-29T23:04:45.326Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-07-29T23:04:45.326Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-07-29T23:04:45.593Z] [2022-07-29T23:04:45.593Z] === Skipped [2022-07-29T23:04:45.593Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-07-29T23:04:45.593Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-07-29T23:04:45.593Z] [2022-07-29T23:04:45.593Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-07-29T23:04:45.593Z] network_proxy_test.go:208: No support for dual stack yet [2022-07-29T23:04:45.593Z] [2022-07-29T23:04:45.593Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-07-29T23:04:45.593Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-07-29T23:04:45.593Z] [2022-07-29T23:04:45.593Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-07-29T23:04:45.593Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-07-29T23:04:45.593Z] [2022-07-29T23:04:45.593Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-07-29T23:04:45.593Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-07-29T23:04:45.593Z] graphtest_unix.go:44: Driver btrfs not supported [2022-07-29T23:04:45.593Z] [2022-07-29T23:04:45.593Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-07-29T23:04:45.593Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-07-29T23:04:45.593Z] graphtest_unix.go:44: Driver btrfs not supported [2022-07-29T23:04:45.593Z] [2022-07-29T23:04:45.593Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-07-29T23:04:45.593Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-07-29T23:04:45.593Z] graphtest_unix.go:44: Driver btrfs not supported [2022-07-29T23:04:45.593Z] [2022-07-29T23:04:45.593Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-07-29T23:04:45.593Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-07-29T23:04:45.593Z] graphtest_unix.go:44: Driver btrfs not supported [2022-07-29T23:04:45.593Z] [2022-07-29T23:04:45.593Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-07-29T23:04:45.593Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-07-29T23:04:45.593Z] graphtest_unix.go:44: Driver btrfs not supported [2022-07-29T23:04:45.593Z] [2022-07-29T23:04:45.593Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-07-29T23:04:45.593Z] graphtest_unix.go:71: No driver to put! [2022-07-29T23:04:45.593Z] [2022-07-29T23:04:45.593Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-07-29T23:04:45.593Z] time="2022-07-29T23:03:40Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-07-29T23:04:45.593Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-07-29T23:04:45.593Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-07-29T23:04:45.593Z] [2022-07-29T23:04:45.593Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-07-29T23:04:45.593Z] time="2022-07-29T23:03:40Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-07-29T23:04:45.593Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-07-29T23:04:45.593Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-07-29T23:04:45.593Z] [2022-07-29T23:04:45.593Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-07-29T23:04:45.593Z] time="2022-07-29T23:03:40Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-07-29T23:04:45.593Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-07-29T23:04:45.593Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-07-29T23:04:45.593Z] [2022-07-29T23:04:45.593Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-07-29T23:04:45.593Z] time="2022-07-29T23:03:40Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-07-29T23:04:45.593Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-07-29T23:04:45.593Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-07-29T23:04:45.593Z] [2022-07-29T23:04:45.594Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-07-29T23:04:45.594Z] time="2022-07-29T23:03:40Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-07-29T23:04:45.594Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-07-29T23:04:45.594Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-07-29T23:04:45.594Z] [2022-07-29T23:04:45.594Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-07-29T23:04:45.594Z] graphtest_unix.go:71: No driver to put! [2022-07-29T23:04:45.594Z] [2022-07-29T23:04:45.594Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-07-29T23:04:45.594Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-07-29T23:04:45.594Z] [2022-07-29T23:04:45.594Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-07-29T23:04:45.594Z] overlay_test.go:50: Fails to compute changes intermittently [2022-07-29T23:04:45.594Z] [2022-07-29T23:04:45.594Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-07-29T23:04:45.594Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-07-29T23:04:45.594Z] [2022-07-29T23:04:45.594Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-07-29T23:04:45.594Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-07-29T23:04:45.594Z] [2022-07-29T23:04:45.594Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-07-29T23:04:45.594Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-07-29T23:04:45.594Z] graphtest_unix.go:44: Driver zfs not supported [2022-07-29T23:04:45.594Z] [2022-07-29T23:04:45.594Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-07-29T23:04:45.594Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-07-29T23:04:45.594Z] graphtest_unix.go:44: Driver zfs not supported [2022-07-29T23:04:45.594Z] [2022-07-29T23:04:45.594Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-07-29T23:04:45.594Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-07-29T23:04:45.594Z] graphtest_unix.go:44: Driver zfs not supported [2022-07-29T23:04:45.594Z] [2022-07-29T23:04:45.594Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-07-29T23:04:45.594Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-07-29T23:04:45.594Z] graphtest_unix.go:44: Driver zfs not supported [2022-07-29T23:04:45.594Z] [2022-07-29T23:04:45.594Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-07-29T23:04:45.594Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-07-29T23:04:45.594Z] graphtest_unix.go:44: Driver zfs not supported [2022-07-29T23:04:45.594Z] [2022-07-29T23:04:45.594Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-07-29T23:04:45.594Z] graphtest_unix.go:71: No driver to put! [2022-07-29T23:04:45.594Z] [2022-07-29T23:04:45.594Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-07-29T23:04:45.594Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-07-29T23:04:45.594Z] [2022-07-29T23:04:45.594Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-07-29T23:04:45.594Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-07-29T23:04:45.594Z] [2022-07-29T23:04:45.594Z] DONE 2828 tests, 28 skipped in 259.226s [2022-07-29T23:04:45.594Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/bitseq [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/cluster [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/config [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/datastore [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/diagnostic [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/discoverapi [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/driverapi [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/drivers/host [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/drivers/null [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/drivers/remote [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/drivers/windows [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/drvregistry [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/etchosts [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/idm [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/internal/caller [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/ipam [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/ipamapi [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/ipams/null [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/ipams/remote [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/ipamutils [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/iptables [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/netlabel [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/netutils [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/networkdb [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/ns [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/options [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/osl [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/osl/kernel [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/portallocator [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/portmapper [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/resolvconf [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/testutils [2022-07-29T23:04:45.594Z] github.com/docker/docker/libnetwork/types' ']' [2022-07-29T23:04:45.594Z] + 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-07-29T23:05:32.287Z] ok github.com/docker/docker/libnetwork 37.269s coverage: 40.6% of statements [2022-07-29T23:05:32.287Z] ok github.com/docker/docker/libnetwork/bitseq 0.121s coverage: 84.4% of statements [2022-07-29T23:05:32.287Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-07-29T23:05:32.287Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-07-29T23:05:32.287Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-07-29T23:05:32.287Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-07-29T23:05:32.287Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-07-29T23:05:32.287Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-07-29T23:05:32.287Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-07-29T23:05:32.287Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-07-29T23:05:32.287Z] ok github.com/docker/docker/libnetwork/config 0.015s coverage: 22.4% of statements [2022-07-29T23:05:32.287Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-07-29T23:05:32.287Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-07-29T23:05:32.287Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-07-29T23:05:32.287Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-07-29T23:05:33.226Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.422s coverage: 59.9% of statements [2022-07-29T23:05:33.486Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-07-29T23:05:33.486Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-07-29T23:05:34.425Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.108s coverage: 5.2% of statements [2022-07-29T23:05:34.425Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-07-29T23:05:34.686Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.7% of statements [2022-07-29T23:05:34.945Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-07-29T23:05:34.945Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-07-29T23:05:44.930Z] ok github.com/docker/docker/libnetwork/drivers/overlay 8.168s coverage: 6.6% of statements [2022-07-29T23:05:44.930Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-07-29T23:05:44.930Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-07-29T23:05:45.500Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-07-29T23:05:45.500Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-07-29T23:05:45.500Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-07-29T23:05:45.500Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-07-29T23:05:45.760Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-07-29T23:05:46.020Z] ok github.com/docker/docker/libnetwork/etchosts 0.012s coverage: 81.2% of statements [2022-07-29T23:05:46.279Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-07-29T23:05:46.539Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-07-29T23:05:58.707Z] docker_cli_swarm_test.go:1166: [dc57cb361e550] joining swarm manager [d922f4b54897f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-07-29T23:05:58.759Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.004s coverage: 100.0% of statements [2022-07-29T23:06:13.657Z] ok github.com/docker/docker/libnetwork/ipam 14.573s coverage: 85.3% of statements [2022-07-29T23:06:13.657Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-07-29T23:06:13.657Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-07-29T23:06:13.657Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-07-29T23:06:13.657Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-07-29T23:06:13.657Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-07-29T23:06:13.657Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-07-29T23:06:13.657Z] ok github.com/docker/docker/libnetwork/ipamutils 0.259s coverage: 74.0% of statements [2022-07-29T23:06:13.917Z] ok github.com/docker/docker/libnetwork/iptables 0.164s coverage: 45.0% of statements [2022-07-29T23:06:14.177Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-07-29T23:06:14.437Z] ok github.com/docker/docker/libnetwork/netutils 0.019s coverage: 44.1% of statements [2022-07-29T23:06:30.772Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-07-29T23:06:30.772Z] docker_cli_swarm_test.go:1447: [d67f0c108253d] joining swarm manager [d873a626ee000]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T23:06:30.772Z] docker_cli_swarm_test.go:1448: [dbf4ea5eac468] joining swarm manager [d873a626ee000]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-07-29T23:06:42.964Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-07-29T23:06:42.964Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-07-29T23:06:42.964Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-07-29T23:06:42.964Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-07-29T23:06:42.964Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-07-29T23:06:43.222Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-07-29T23:06:45.774Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-07-29T23:06:49.057Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-07-29T23:06:50.956Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-07-29T23:06:52.856Z] docker_cli_swarm_unix_test.go:63: [d3dbab4fc97c4] joining swarm manager [d0a252855ec2a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T23:07:49.063Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-07-29T23:07:49.063Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-07-29T23:07:49.063Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-07-29T23:07:50.962Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-07-29T23:07:54.243Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-07-29T23:07:56.773Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-07-29T23:07:58.146Z] docker_api_swarm_test.go:962: [d975a8a409d15] joining swarm manager [df853c0b9caa4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-07-29T23:08:05.908Z] ok github.com/docker/docker/libnetwork/networkdb 103.942s coverage: 60.1% of statements [2022-07-29T23:08:05.908Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-07-29T23:08:05.908Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-07-29T23:08:05.908Z] ok github.com/docker/docker/libnetwork/osl 4.307s coverage: 39.7% of statements [2022-07-29T23:08:05.908Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-07-29T23:08:05.908Z] ok github.com/docker/docker/libnetwork/portallocator 0.013s coverage: 80.7% of statements [2022-07-29T23:08:06.477Z] ok github.com/docker/docker/libnetwork/portmapper 0.595s coverage: 48.6% of statements [2022-07-29T23:08:06.738Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-07-29T23:08:06.738Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-07-29T23:08:07.005Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-07-29T23:08:07.005Z] [2022-07-29T23:08:07.005Z] === Skipped [2022-07-29T23:08:07.005Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-07-29T23:08:07.005Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-07-29T23:08:07.005Z] [2022-07-29T23:08:07.005Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-07-29T23:08:07.005Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-07-29T23:08:07.005Z] [2022-07-29T23:08:07.005Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-07-29T23:08:07.005Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-07-29T23:08:07.005Z] [2022-07-29T23:08:07.005Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-07-29T23:08:07.005Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-07-29T23:08:07.005Z] [2022-07-29T23:08:07.005Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-07-29T23:08:07.005Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-07-29T23:08:07.005Z] [2022-07-29T23:08:07.005Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-07-29T23:08:07.005Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-07-29T23:08:07.005Z] [2022-07-29T23:08:07.005Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-07-29T23:08:07.005Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-07-29T23:08:07.005Z] [2022-07-29T23:08:07.005Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-07-29T23:08:07.005Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-07-29T23:08:07.005Z] [2022-07-29T23:08:07.005Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-07-29T23:08:07.005Z] firewalld_test.go:14: firewalld is not running [2022-07-29T23:08:07.005Z] [2022-07-29T23:08:07.005Z] DONE 327 tests, 9 skipped in 201.396s Post stage [Pipeline] junit [2022-07-29T23:08:07.588Z] Recording test results [2022-07-29T23:08:07.878Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-07-29T23:08:08.212Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43885/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7ca66e3cfc60edc16f1ba6a7cc87bc4cda5166e9 hack/validate/vendor [2022-07-29T23:08:08.781Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-07-29T23:08:09.660Z] + echo Ensuring container killed. [2022-07-29T23:08:09.660Z] Ensuring container killed. [2022-07-29T23:08:09.660Z] + docker rm -vf docker-pr6 [2022-07-29T23:08:09.660Z] Error: No such container: docker-pr6 [Pipeline] sh [2022-07-29T23:08:09.949Z] + echo Chowning /workspace to jenkins user [2022-07-29T23:08:09.949Z] Chowning /workspace to jenkins user [2022-07-29T23:08:09.949Z] + id -u [2022-07-29T23:08:09.949Z] + id -g [2022-07-29T23:08:09.949Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43885:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-07-29T23:08:11.623Z] + bundleName=unit [2022-07-29T23:08:11.623Z] + echo Creating unit-bundles.tar.gz [2022-07-29T23:08:11.623Z] Creating unit-bundles.tar.gz [2022-07-29T23:08:11.623Z] + 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-07-29T23:08:11.623Z] bundles/junit-report-libnetwork.xml [2022-07-29T23:08:11.623Z] bundles/junit-report.xml [2022-07-29T23:08:11.623Z] bundles/go-test-report-libnetwork.json [2022-07-29T23:08:11.623Z] bundles/go-test-report.json [2022-07-29T23:08:11.623Z] bundles/profile-libnetwork.out [2022-07-29T23:08:11.623Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-07-29T23:08:11.635Z] Archiving artifacts [2022-07-29T23:08:12.035Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43885/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-07-29T23:08:12.342Z] + make clean [2022-07-29T23:08:12.342Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-07-29T23:08:12.342Z] docker-dev-cache [2022-07-29T23:08:12.342Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-07-29T23:08:20.086Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-07-29T23:08:30.051Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-07-29T23:08:31.426Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-07-29T23:08:33.955Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-07-29T23:08:36.483Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-07-29T23:08:43.040Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-07-29T23:08:48.302Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-07-29T23:08:50.202Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-07-29T23:08:52.730Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-07-29T23:08:55.270Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-07-29T23:08:57.798Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-07-29T23:09:00.329Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-07-29T23:09:02.857Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-07-29T23:09:59.062Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-07-29T23:10:13.925Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite (1600.00s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.21s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.14s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.13s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.52s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.04s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.71s) [2022-07-29T23:10:28.820Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.37s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.98s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.96s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (49.17s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.64s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.59s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.66s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.49s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (47.77s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.93s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.16s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.54s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (20.11s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (63.52s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (63.00s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.64s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.14s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (17.66s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.45s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.44s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.03s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.54s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.54s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.96s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.97s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (22.65s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.57s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.81s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.21s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.23s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.58s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.16s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.15s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.78s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.17s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.36s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.36s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.01s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.12s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (3.11s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.01s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.11s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.57s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.25s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.78s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.31s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.80s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.23s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.03s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.42s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.46s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.07s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.24s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.14s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.95s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.31s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (2.68s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (3.17s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.61s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.79s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.65s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.62s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.68s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (20.76s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.84s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.53s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.40s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.11s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.11s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (110.88s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.52s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.42s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.18s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.59s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.56s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (4.22s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.50s) [2022-07-29T23:10:28.820Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.59s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.70s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.75s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.28s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.60s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (42.29s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (8.91s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.20s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (113.72s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.36s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.22s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.20s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.32s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.20s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.37s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.16s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.07s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.23s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.09s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.49s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.61s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.13s) [2022-07-29T23:10:28.820Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.22s) [2022-07-29T23:10:28.821Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.25s) [2022-07-29T23:10:28.821Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.78s) [2022-07-29T23:10:28.821Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.79s) [2022-07-29T23:10:28.821Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.41s) [2022-07-29T23:10:28.821Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.44s) [2022-07-29T23:10:28.821Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.46s) [2022-07-29T23:10:28.821Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.56s) [2022-07-29T23:10:28.821Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.57s) [2022-07-29T23:10:28.821Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.95s) [2022-07-29T23:10:28.821Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.18s) [2022-07-29T23:10:28.821Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.81s) [2022-07-29T23:10:28.821Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.17s) [2022-07-29T23:10:28.821Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.15s) [2022-07-29T23:10:28.821Z] === RUN TestDockerExternalVolumeSuite [2022-07-29T23:10:28.821Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-07-29T23:10:29.080Z] docker_cli_external_volume_driver_test.go:53: [db8168ac03c68] daemon is not started [2022-07-29T23:10:47.149Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-07-29T23:11:54.814Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-07-29T23:12:01.367Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-07-29T23:12:16.231Z] docker_cli_external_volume_driver_test.go:53: [dc8aaec59dc78] daemon is not started [2022-07-29T23:12:31.116Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-07-29T23:12:49.186Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-07-29T23:13:04.048Z] docker_cli_external_volume_driver_test.go:53: [d715c769421b8] daemon is not started [2022-07-29T23:13:18.912Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-07-29T23:13:18.912Z] docker_cli_external_volume_driver_test.go:53: [dc07b2f2a63d0] daemon is not started [2022-07-29T23:13:33.794Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-07-29T23:14:05.853Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-07-29T23:14:20.717Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-07-29T23:14:35.581Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-07-29T23:15:22.247Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-07-29T23:15:40.318Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-07-29T23:16:12.375Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-07-29T23:16:44.432Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-07-29T23:16:59.297Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-07-29T23:17:17.376Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-07-29T23:17:17.376Z] docker_cli_external_volume_driver_test.go:485: [ddb17ce909750] daemon is not started [2022-07-29T23:17:32.239Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-07-29T23:17:32.239Z] docker_cli_external_volume_driver_test.go:53: [da890f274ff8d] daemon is not started [2022-07-29T23:17:47.103Z] --- PASS: TestDockerExternalVolumeSuite (437.00s) [2022-07-29T23:17:47.103Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.56s) [2022-07-29T23:17:47.103Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2022-07-29T23:17:47.103Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.17s) [2022-07-29T23:17:47.103Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2022-07-29T23:17:47.103Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-07-29T23:17:47.103Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-07-29T23:17:47.103Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-07-29T23:17:47.103Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.17s) [2022-07-29T23:17:47.103Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.18s) [2022-07-29T23:17:47.103Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2022-07-29T23:17:47.103Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2022-07-29T23:17:47.103Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.18s) [2022-07-29T23:17:47.103Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.27s) [2022-07-29T23:17:47.103Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.87s) [2022-07-29T23:17:47.103Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.17s) [2022-07-29T23:17:47.103Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.67s) [2022-07-29T23:17:47.103Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.02s) [2022-07-29T23:17:47.103Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2022-07-29T23:17:47.103Z] PASS [2022-07-29T23:17:47.103Z] [2022-07-29T23:17:47.103Z] === Skipped [2022-07-29T23:17:47.103Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-07-29T23:17:47.103Z] docker_cli_daemon_test.go:364: unmatched requirement IPv6 [2022-07-29T23:17:47.103Z] check_test.go:540: [d0f00f5bb3604] daemon is not started [2022-07-29T23:17:47.103Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-07-29T23:17:47.103Z] [2022-07-29T23:17:47.103Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-07-29T23:17:47.103Z] docker_cli_daemon_test.go:233: unmatched requirement Devicemapper [2022-07-29T23:17:47.103Z] check_test.go:540: [d05d026dcfc20] daemon is not started [2022-07-29T23:17:47.103Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-07-29T23:17:47.103Z] [2022-07-29T23:17:47.103Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-07-29T23:17:47.103Z] docker_cli_daemon_test.go:213: unmatched requirement Devicemapper [2022-07-29T23:17:47.103Z] check_test.go:540: [d32a695de36af] daemon is not started [2022-07-29T23:17:47.103Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-07-29T23:17:47.103Z] [2022-07-29T23:17:47.103Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-07-29T23:17:47.103Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-07-29T23:17:47.103Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-07-29T23:17:47.103Z] [2022-07-29T23:17:47.103Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2022-07-29T23:17:47.103Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-07-29T23:17:47.103Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2022-07-29T23:17:47.103Z] [2022-07-29T23:17:47.103Z] DONE 269 tests, 5 skipped in 2373.075s [2022-07-29T23:17:47.103Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-07-29T23:17:47.103Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d9ff83acd1325/docker.pid [2022-07-29T23:17:47.103Z] +++ kill 7154 [2022-07-29T23:17:47.103Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7154 is not a child of this shell [2022-07-29T23:17:47.103Z] warning: PID 7154 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d9ff83acd1325/docker.pid had a nonzero exit code [2022-07-29T23:17:47.103Z] ++++ cat bundles/test-integration/docker.pid [2022-07-29T23:17:47.103Z] +++ kill 9425 [2022-07-29T23:17:47.103Z] +++ /etc/init.d/apparmor stop [2022-07-29T23:17:47.103Z] Leaving: AppArmorNo profiles have been unloaded. [2022-07-29T23:17:47.103Z] [2022-07-29T23:17:47.103Z] Unloading profiles will leave already running processes permanently [2022-07-29T23:17:47.103Z] unconfined, which can lead to unexpected situations. [2022-07-29T23:17:47.103Z] [2022-07-29T23:17:47.103Z] To set a process to complain mode, use the command line tool [2022-07-29T23:17:47.103Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-07-29T23:17:47.103Z] +++ true [2022-07-29T23:17:47.103Z] exiting test-integration [2022-07-29T23:17:47.103Z] ++ exit 0 [2022-07-29T23:17:47.103Z] [2022-07-29T23:17:47.103Z] + exit 0 [2022-07-29T23:17:47.103Z] ++ jobs -p [2022-07-29T23:17:47.103Z] + pids= [2022-07-29T23:17:47.103Z] + echo 'Remaining pids to kill: []' [2022-07-29T23:17:47.103Z] Remaining pids to kill: [] [2022-07-29T23:17:47.103Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-07-29T23:17:47.116Z] Recording test results [2022-07-29T23:17:47.602Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-07-29T23:17:47.909Z] + echo Ensuring container killed. [2022-07-29T23:17:47.909Z] Ensuring container killed. [2022-07-29T23:17:47.909Z] + docker ps -aq -f name=docker-pr6-* [2022-07-29T23:17:47.909Z] + cids=e59882492c14 [2022-07-29T23:17:47.909Z] 66db13a57a5b [2022-07-29T23:17:47.909Z] 6292b4df7337 [2022-07-29T23:17:47.909Z] + [ -n e59882492c14 [2022-07-29T23:17:47.909Z] 66db13a57a5b [2022-07-29T23:17:47.909Z] 6292b4df7337 ] [2022-07-29T23:17:47.909Z] + docker rm -vf e59882492c14 66db13a57a5b 6292b4df7337 [2022-07-29T23:17:48.475Z] e59882492c14 [2022-07-29T23:17:48.475Z] 66db13a57a5b [2022-07-29T23:17:48.733Z] 6292b4df7337 [Pipeline] sh [2022-07-29T23:17:49.019Z] + echo Chowning /workspace to jenkins user [2022-07-29T23:17:49.019Z] Chowning /workspace to jenkins user [2022-07-29T23:17:49.019Z] + id -u [2022-07-29T23:17:49.019Z] + id -g [2022-07-29T23:17:49.019Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43885:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-07-29T23:17:51.841Z] + bundleName=amd64 [2022-07-29T23:17:51.841Z] + echo Creating amd64-bundles.tar.gz [2022-07-29T23:17:51.841Z] Creating amd64-bundles.tar.gz [2022-07-29T23:17:51.841Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-07-29T23:17:51.841Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2022-07-29T23:17:53.225Z] Archiving artifacts [2022-07-29T23:17:53.744Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43885/6/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-07-29T23:17:54.046Z] + make clean [2022-07-29T23:17:54.046Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-07-29T23:17:54.046Z] docker-dev-cache [2022-07-29T23:17:54.046Z] 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