Pull request #43732 updated Started by user Sebastiaan van Stijn Rebuilds build #4 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 1f187e640ca56dd1a256981b1faf1d7f775f8a9d+6cd01718680a281ba3bb6347285b35a8e455eebd (269c487df96604045007315c471132850c5d8d16) 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-43732@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-06-29T21:08:06.709Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-06-29T21:08:06.714Z] Trying to pass milestone 4 [Pipeline] milestone [2022-06-29T21:08:06.810Z] Trying to pass milestone 5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-06-29T21:08:22.017Z] Still waiting to schedule task [2022-06-29T21:08:22.019Z] ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0add905ae44da61ef)’ is offline [2022-06-29T21:09:04.402Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0add905ae44da61ef) in /home/ubuntu/workspace/moby_PR-43732 [Pipeline] { [Pipeline] checkout [2022-06-29T21:09:04.566Z] The recommended git tool is: git [2022-06-29T21:09:07.168Z] using credential docker-jenkins-github-credentials [2022-06-29T21:09:07.190Z] Cloning the remote Git repository [2022-06-29T21:09:07.190Z] Cloning with configured refspecs honoured and without tags [2022-06-29T21:09:07.388Z] Cloning repository https://github.com/moby/moby.git [2022-06-29T21:09:07.451Z] > git init /home/ubuntu/workspace/moby_PR-43732 # timeout=10 [2022-06-29T21:09:07.764Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-29T21:09:07.764Z] > git --version # timeout=10 [2022-06-29T21:09:07.802Z] > git --version # 'git version 2.17.1' [2022-06-29T21:09:07.802Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-29T21:09:07.804Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43732/head:refs/remotes/origin/PR-43732 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-29T21:09:31.288Z] Fetching without tags [2022-06-29T21:09:31.546Z] Merging remotes/origin/master commit 6cd01718680a281ba3bb6347285b35a8e455eebd into PR head commit 1f187e640ca56dd1a256981b1faf1d7f775f8a9d [2022-06-29T21:09:31.208Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-29T21:09:31.221Z] > git config --add remote.origin.fetch +refs/pull/43732/head:refs/remotes/origin/PR-43732 # timeout=10 [2022-06-29T21:09:31.243Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-29T21:09:31.265Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-29T21:09:31.297Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-29T21:09:31.297Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-29T21:09:31.298Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43732/head:refs/remotes/origin/PR-43732 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-29T21:09:31.563Z] > git config core.sparsecheckout # timeout=10 [2022-06-29T21:09:31.586Z] > git checkout -f 1f187e640ca56dd1a256981b1faf1d7f775f8a9d # timeout=10 [2022-06-29T21:09:32.445Z] > git remote # timeout=10 [2022-06-29T21:09:32.453Z] > git config --get remote.origin.url # timeout=10 [2022-06-29T21:09:32.466Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-29T21:09:32.481Z] > git merge 6cd01718680a281ba3bb6347285b35a8e455eebd # timeout=10 [2022-06-29T21:09:33.124Z] Merge succeeded, producing ba2b8f615422fe114b3a4d302dfa9fd33b581a8d [2022-06-29T21:09:33.125Z] Checking out Revision ba2b8f615422fe114b3a4d302dfa9fd33b581a8d (PR-43732) [2022-06-29T21:09:33.109Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-29T21:09:33.131Z] > git config core.sparsecheckout # timeout=10 [2022-06-29T21:09:33.146Z] > git checkout -f ba2b8f615422fe114b3a4d302dfa9fd33b581a8d # timeout=10 [2022-06-29T21:09:36.913Z] Commit message: "Merge commit '6cd01718680a281ba3bb6347285b35a8e455eebd' into HEAD" [2022-06-29T21:09:36.917Z] > git rev-list --no-walk 1f187e640ca56dd1a256981b1faf1d7f775f8a9d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T21:09:37.974Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43732:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco [2022-06-29T21:09:44.536Z] Unable to find image 'alpine:latest' locally [2022-06-29T21:09:45.100Z] latest: Pulling from library/alpine [2022-06-29T21:09:45.100Z] 2408cc74d12b: Pulling fs layer [2022-06-29T21:09:45.100Z] 2408cc74d12b: Download complete [2022-06-29T21:09:45.668Z] 2408cc74d12b: Pull complete [2022-06-29T21:09:45.668Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c [2022-06-29T21:09:45.668Z] Status: Downloaded newer image for alpine:latest [2022-06-29T21:09:52.270Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2022-06-29T21:09:53.056Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0add905ae44da61ef) in /home/ubuntu/workspace/moby_PR-43732 [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [2022-06-29T21:09:53.110Z] The recommended git tool is: git [Pipeline] // stage [2022-06-29T21:09:53.119Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] // stage [2022-06-29T21:09:53.150Z] Fetching changes from the remote Git repository [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) [2022-06-29T21:09:53.178Z] Fetching without tags Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-06-29T21:09:53.490Z] Merging remotes/origin/master commit 6cd01718680a281ba3bb6347285b35a8e455eebd into PR head commit 1f187e640ca56dd1a256981b1faf1d7f775f8a9d [2022-06-29T21:09:53.714Z] Merge succeeded, producing 6a0d5bb4d0e9efecab55a809dd4d6b58b3d35cf5 [2022-06-29T21:09:53.714Z] Checking out Revision 6a0d5bb4d0e9efecab55a809dd4d6b58b3d35cf5 (PR-43732) [2022-06-29T21:09:54.002Z] Commit message: "Merge commit '6cd01718680a281ba3bb6347285b35a8e455eebd' into HEAD" [2022-06-29T21:09:53.129Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43732/.git # timeout=10 [2022-06-29T21:09:53.153Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-29T21:09:53.181Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-29T21:09:53.181Z] > git --version # timeout=10 [2022-06-29T21:09:53.191Z] > git --version # 'git version 2.17.1' [2022-06-29T21:09:53.191Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-29T21:09:53.214Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43732/head:refs/remotes/origin/PR-43732 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-29T21:09:53.493Z] > git config core.sparsecheckout # timeout=10 [2022-06-29T21:09:53.498Z] > git checkout -f 1f187e640ca56dd1a256981b1faf1d7f775f8a9d # timeout=10 [2022-06-29T21:09:53.547Z] > git remote # timeout=10 [2022-06-29T21:09:53.556Z] > git config --get remote.origin.url # timeout=10 [2022-06-29T21:09:53.559Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-29T21:09:53.569Z] > git merge 6cd01718680a281ba3bb6347285b35a8e455eebd # timeout=10 [2022-06-29T21:09:53.695Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-29T21:09:53.716Z] > git config core.sparsecheckout # timeout=10 [2022-06-29T21:09:53.737Z] > git checkout -f 6a0d5bb4d0e9efecab55a809dd4d6b58b3d35cf5 # timeout=10 [2022-06-29T21:09:54.006Z] > git rev-list --no-walk 1f187e640ca56dd1a256981b1faf1d7f775f8a9d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T21:09:54.670Z] + [ PR != PR ] [2022-06-29T21:09:54.670Z] + [ master != master ] [2022-06-29T21:09:54.670Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-29T21:09:54.994Z] + docker version [2022-06-29T21:09:54.994Z] Client: Docker Engine - Community [2022-06-29T21:09:54.994Z] Version: 20.10.14 [2022-06-29T21:09:54.994Z] API version: 1.41 [2022-06-29T21:09:54.994Z] Go version: go1.16.15 [2022-06-29T21:09:54.994Z] Git commit: a224086 [2022-06-29T21:09:54.994Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-29T21:09:54.994Z] OS/Arch: linux/amd64 [2022-06-29T21:09:54.994Z] Context: default [2022-06-29T21:09:54.994Z] Experimental: true [2022-06-29T21:09:54.994Z] [2022-06-29T21:09:54.994Z] Server: Docker Engine - Community [2022-06-29T21:09:54.994Z] Engine: [2022-06-29T21:09:54.994Z] Version: 20.10.14 [2022-06-29T21:09:54.994Z] API version: 1.41 (minimum version 1.12) [2022-06-29T21:09:54.994Z] Go version: go1.16.15 [2022-06-29T21:09:54.994Z] Git commit: 87a90dc [2022-06-29T21:09:54.995Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-29T21:09:54.995Z] OS/Arch: linux/amd64 [2022-06-29T21:09:54.995Z] Experimental: true [2022-06-29T21:09:54.995Z] containerd: [2022-06-29T21:09:54.995Z] Version: 1.5.11 [2022-06-29T21:09:54.995Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-29T21:09:54.995Z] runc: [2022-06-29T21:09:54.995Z] Version: 1.0.3 [2022-06-29T21:09:54.995Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-29T21:09:54.995Z] docker-init: [2022-06-29T21:09:54.995Z] Version: 0.19.0 [2022-06-29T21:09:54.995Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-29T21:09:55.325Z] + docker info [2022-06-29T21:10:08.056Z] Still waiting to schedule task [2022-06-29T21:10:08.056Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0add905ae44da61ef)’ [2022-06-29T21:10:08.057Z] Still waiting to schedule task [2022-06-29T21:10:08.057Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0add905ae44da61ef)’ [2022-06-29T21:10:08.058Z] Still waiting to schedule task [2022-06-29T21:10:08.058Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline [2022-06-29T21:10:08.061Z] Still waiting to schedule task [2022-06-29T21:10:08.061Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline [2022-06-29T21:10:17.291Z] Client: [2022-06-29T21:10:17.291Z] Context: default [2022-06-29T21:10:17.291Z] Debug Mode: false [2022-06-29T21:10:17.291Z] Plugins: [2022-06-29T21:10:17.291Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-29T21:10:17.291Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-29T21:10:17.291Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-29T21:10:17.291Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-29T21:10:17.291Z] [2022-06-29T21:10:17.291Z] Server: [2022-06-29T21:10:17.291Z] Containers: 0 [2022-06-29T21:10:17.291Z] Running: 0 [2022-06-29T21:10:17.291Z] Paused: 0 [2022-06-29T21:10:17.291Z] Stopped: 0 [2022-06-29T21:10:17.291Z] Images: 1 [2022-06-29T21:10:17.291Z] Server Version: 20.10.14 [2022-06-29T21:10:17.291Z] Storage Driver: overlay2 [2022-06-29T21:10:17.291Z] Backing Filesystem: extfs [2022-06-29T21:10:17.291Z] Supports d_type: true [2022-06-29T21:10:17.291Z] Native Overlay Diff: true [2022-06-29T21:10:17.291Z] userxattr: false [2022-06-29T21:10:17.291Z] Logging Driver: json-file [2022-06-29T21:10:17.291Z] Cgroup Driver: cgroupfs [2022-06-29T21:10:17.291Z] Cgroup Version: 1 [2022-06-29T21:10:17.291Z] Plugins: [2022-06-29T21:10:17.291Z] Volume: local [2022-06-29T21:10:17.291Z] Network: bridge host ipvlan macvlan null overlay [2022-06-29T21:10:17.291Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-29T21:10:17.291Z] Swarm: inactive [2022-06-29T21:10:17.291Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-06-29T21:10:17.291Z] Default Runtime: runc [2022-06-29T21:10:17.291Z] Init Binary: docker-init [2022-06-29T21:10:17.291Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-29T21:10:17.291Z] runc version: v1.0.3-0-gf46b6ba [2022-06-29T21:10:17.291Z] init version: de40ad0 [2022-06-29T21:10:17.291Z] Security Options: [2022-06-29T21:10:17.291Z] apparmor [2022-06-29T21:10:17.291Z] seccomp [2022-06-29T21:10:17.291Z] Profile: default [2022-06-29T21:10:17.291Z] Kernel Version: 5.4.0-1071-aws [2022-06-29T21:10:17.291Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-29T21:10:17.291Z] OSType: linux [2022-06-29T21:10:17.291Z] Architecture: x86_64 [2022-06-29T21:10:17.291Z] CPUs: 2 [2022-06-29T21:10:17.291Z] Total Memory: 7.483GiB [2022-06-29T21:10:17.291Z] Name: ip-10-100-77-181 [2022-06-29T21:10:17.291Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-29T21:10:17.291Z] Docker Root Dir: /var/lib/docker [2022-06-29T21:10:17.291Z] Debug Mode: false [2022-06-29T21:10:17.291Z] Registry: https://index.docker.io/v1/ [2022-06-29T21:10:17.291Z] Labels: [2022-06-29T21:10:17.291Z] Experimental: true [2022-06-29T21:10:17.291Z] Insecure Registries: [2022-06-29T21:10:17.291Z] 127.0.0.0/8 [2022-06-29T21:10:17.291Z] Live Restore Enabled: true [2022-06-29T21:10:17.291Z] [2022-06-29T21:10:17.291Z] WARNING: No swap limit support [Pipeline] sh [2022-06-29T21:10:17.654Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-29T21:10:17.654Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-29T21:10:17.654Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43732/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-29T21:10:17.654Z] + bash /home/ubuntu/workspace/moby_PR-43732/check-config.sh [2022-06-29T21:10:17.654Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-29T21:10:17.654Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-29T21:10:17.654Z] [2022-06-29T21:10:17.654Z] Generally Necessary: [2022-06-29T21:10:17.654Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-29T21:10:17.654Z] - apparmor: enabled and tools installed [2022-06-29T21:10:17.654Z] - CONFIG_NAMESPACES: enabled [2022-06-29T21:10:17.654Z] - CONFIG_NET_NS: enabled [2022-06-29T21:10:17.654Z] - CONFIG_PID_NS: enabled [2022-06-29T21:10:17.654Z] - CONFIG_IPC_NS: enabled [2022-06-29T21:10:17.654Z] - CONFIG_UTS_NS: enabled [2022-06-29T21:10:17.654Z] - CONFIG_CGROUPS: enabled [2022-06-29T21:10:17.917Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-29T21:10:17.917Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-29T21:10:17.917Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-29T21:10:17.917Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-29T21:10:17.917Z] - CONFIG_CPUSETS: enabled [2022-06-29T21:10:17.917Z] - CONFIG_MEMCG: enabled [2022-06-29T21:10:17.917Z] - CONFIG_KEYS: enabled [2022-06-29T21:10:17.917Z] - CONFIG_VETH: enabled (as module) [2022-06-29T21:10:17.917Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-29T21:10:17.917Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-29T21:10:17.917Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-29T21:10:17.917Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-29T21:10:17.917Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-29T21:10:17.917Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-29T21:10:17.917Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-29T21:10:17.917Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-29T21:10:17.917Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-29T21:10:17.917Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-29T21:10:17.917Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-29T21:10:17.917Z] - CONFIG_CGROUP_BPF: enabled [2022-06-29T21:10:17.917Z] [2022-06-29T21:10:17.917Z] Optional Features: [2022-06-29T21:10:17.917Z] - CONFIG_USER_NS: enabled [2022-06-29T21:10:17.917Z] - CONFIG_SECCOMP: enabled [2022-06-29T21:10:17.917Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-29T21:10:17.917Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-29T21:10:17.917Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-29T21:10:17.917Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-29T21:10:17.917Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-29T21:10:17.917Z] - CONFIG_BLK_CGROUP: enabled [2022-06-29T21:10:17.917Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-29T21:10:17.917Z] - CONFIG_CGROUP_PERF: enabled [2022-06-29T21:10:17.917Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-29T21:10:17.917Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-29T21:10:17.917Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-29T21:10:17.917Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-29T21:10:17.917Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-29T21:10:17.917Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-29T21:10:17.917Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-29T21:10:17.917Z] - CONFIG_IP_VS: enabled (as module) [2022-06-29T21:10:17.917Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-29T21:10:17.917Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-29T21:10:17.917Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-29T21:10:18.180Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-29T21:10:18.180Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-29T21:10:18.180Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-29T21:10:18.180Z] - CONFIG_EXT4_FS: enabled [2022-06-29T21:10:18.180Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-29T21:10:18.180Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-29T21:10:18.180Z] - Network Drivers: [2022-06-29T21:10:18.180Z] - "overlay": [2022-06-29T21:10:18.180Z] - CONFIG_VXLAN: enabled (as module) [2022-06-29T21:10:18.180Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-29T21:10:18.180Z] Optional (for encrypted networks): [2022-06-29T21:10:18.180Z] - CONFIG_CRYPTO: enabled [2022-06-29T21:10:18.180Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-29T21:10:18.180Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-29T21:10:18.180Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-29T21:10:18.180Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-29T21:10:18.180Z] - CONFIG_XFRM: enabled [2022-06-29T21:10:18.180Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-29T21:10:18.180Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-29T21:10:18.180Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-29T21:10:18.180Z] - "ipvlan": [2022-06-29T21:10:18.180Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-29T21:10:18.180Z] - "macvlan": [2022-06-29T21:10:18.180Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-29T21:10:18.180Z] - CONFIG_DUMMY: enabled (as module) [2022-06-29T21:10:18.180Z] - "ftp,tftp client in container": [2022-06-29T21:10:18.180Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-29T21:10:18.180Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-29T21:10:18.180Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-29T21:10:18.180Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-29T21:10:18.180Z] - Storage Drivers: [2022-06-29T21:10:18.180Z] - "aufs": [2022-06-29T21:10:18.180Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-29T21:10:18.180Z] - "btrfs": [2022-06-29T21:10:18.180Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-29T21:10:18.180Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-29T21:10:18.180Z] - "devicemapper": [2022-06-29T21:10:18.180Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-29T21:10:18.180Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-29T21:10:18.180Z] - "overlay": [2022-06-29T21:10:18.180Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-29T21:10:18.180Z] - "zfs": [2022-06-29T21:10:18.180Z] - /dev/zfs: present [2022-06-29T21:10:18.180Z] - zfs command: missing [2022-06-29T21:10:18.180Z] - zpool command: missing [2022-06-29T21:10:18.180Z] [2022-06-29T21:10:18.180Z] Limits: [2022-06-29T21:10:18.180Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-29T21:10:18.180Z] [2022-06-29T21:10:18.180Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-29T21:10:18.513Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:6a0d5bb4d0e9efecab55a809dd4d6b58b3d35cf5 . [2022-06-29T21:10:18.770Z] #1 [internal] load build definition from Dockerfile [2022-06-29T21:10:18.770Z] #1 sha256:b0288a8cc584612c61213a5c45b6e853936d953e442468c76632ae982ecc0c77 [2022-06-29T21:10:18.770Z] #1 transferring dockerfile: [2022-06-29T21:10:18.770Z] #1 transferring dockerfile: 18.90kB done [2022-06-29T21:10:18.770Z] #1 DONE 0.2s [2022-06-29T21:10:18.770Z] [2022-06-29T21:10:18.770Z] #2 [internal] load .dockerignore [2022-06-29T21:10:18.770Z] #2 sha256:6536dd53212ed813902ca24d47d2521bb4b089c78da815b6c20bd8f37faf7528 [2022-06-29T21:10:18.770Z] #2 transferring context: 145B done [2022-06-29T21:10:18.770Z] #2 DONE 0.1s [2022-06-29T21:10:18.770Z] [2022-06-29T21:10:18.770Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-29T21:10:18.770Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-29T21:10:19.336Z] #3 DONE 0.4s [2022-06-29T21:10:19.336Z] [2022-06-29T21:10:19.336Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-29T21:10:19.336Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-29T21:10:19.336Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-29T21:10:19.336Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-29T21:10:19.336Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-29T21:10:19.336Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-29T21:10:19.336Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 2.10MB / 9.67MB 0.1s [2022-06-29T21:10:19.594Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-06-29T21:10:19.594Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-06-29T21:10:19.856Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-06-29T21:10:20.113Z] #4 DONE 0.8s [2022-06-29T21:10:20.370Z] [2022-06-29T21:10:20.370Z] #5 [internal] load build definition from Dockerfile [2022-06-29T21:10:20.370Z] #5 sha256:cf5dff27aa527d10aeabf640811cd299635b8618d02e90f8f9da9fed70e8e51d [2022-06-29T21:10:20.370Z] #5 DONE 0.0s [2022-06-29T21:10:20.370Z] [2022-06-29T21:10:20.370Z] #6 [internal] load .dockerignore [2022-06-29T21:10:20.370Z] #6 sha256:07f632f03da27a13cc2c3a8fc4d997b62a9d6db27840924a9509ac16a52164f0 [2022-06-29T21:10:20.370Z] #6 DONE 0.0s [2022-06-29T21:10:20.370Z] [2022-06-29T21:10:20.370Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-29T21:10:20.370Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-29T21:10:21.298Z] #10 DONE 1.0s [2022-06-29T21:10:21.298Z] [2022-06-29T21:10:21.298Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-29T21:10:21.298Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-29T21:10:21.298Z] #8 DONE 0.9s [2022-06-29T21:10:21.298Z] [2022-06-29T21:10:21.298Z] #7 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-29T21:10:21.298Z] #7 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-29T21:10:21.298Z] #7 DONE 0.9s [2022-06-29T21:10:21.298Z] [2022-06-29T21:10:21.298Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-29T21:10:21.298Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-29T21:10:21.298Z] #9 DONE 1.0s [2022-06-29T21:10:21.554Z] [2022-06-29T21:10:21.554Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:10:21.554Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:10:21.554Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 0.0s done [2022-06-29T21:10:21.554Z] #11 sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 1.86kB / 1.86kB done [2022-06-29T21:10:21.554Z] #11 sha256:ea66badd7cf7b734e2484a1905b6545bd944ef3bdeea18be833db3e2219f1153 1.80kB / 1.80kB done [2022-06-29T21:10:21.554Z] #11 sha256:46ae95f04a69e0161c554c17bc6b72b3e4851f3c9424a837e6c7fd2269e05cdb 7.10kB / 7.10kB done [2022-06-29T21:10:21.872Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 2.10MB / 10.88MB 0.3s [2022-06-29T21:10:22.130Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 10.88MB / 10.88MB 0.5s [2022-06-29T21:10:22.131Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 1.05MB / 55.01MB 0.5s [2022-06-29T21:10:22.131Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 0B / 5.16MB 0.5s [2022-06-29T21:10:22.131Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 4.19MB / 55.01MB 0.6s [2022-06-29T21:10:22.131Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 3.15MB / 5.16MB 0.6s [2022-06-29T21:10:22.392Z] #11 ... [2022-06-29T21:10:22.392Z] [2022-06-29T21:10:22.392Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-29T21:10:22.392Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-29T21:10:22.392Z] #56 DONE 0.0s [2022-06-29T21:10:22.392Z] [2022-06-29T21:10:22.392Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:10:22.392Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:10:22.392Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 10.88MB / 10.88MB 0.7s done [2022-06-29T21:10:22.392Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 5.16MB / 5.16MB 0.7s [2022-06-29T21:10:22.392Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 9.44MB / 55.01MB 0.9s [2022-06-29T21:10:22.392Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 1.05MB / 54.58MB 0.9s [2022-06-29T21:10:22.661Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 12.58MB / 55.01MB 1.0s [2022-06-29T21:10:22.661Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 5.16MB / 5.16MB 0.9s done [2022-06-29T21:10:22.661Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 5.24MB / 54.58MB 1.0s [2022-06-29T21:10:22.661Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 0B / 85.88MB 1.0s [2022-06-29T21:10:22.918Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 15.73MB / 55.01MB 1.1s [2022-06-29T21:10:22.918Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 9.44MB / 54.58MB 1.1s [2022-06-29T21:10:22.918Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 19.92MB / 55.01MB 1.3s [2022-06-29T21:10:22.918Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 17.83MB / 54.58MB 1.3s [2022-06-29T21:10:22.918Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 7.34MB / 85.88MB 1.3s [2022-06-29T21:10:23.191Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 23.07MB / 55.01MB 1.4s [2022-06-29T21:10:23.191Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 28.31MB / 55.01MB 1.5s [2022-06-29T21:10:23.191Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 23.07MB / 54.58MB 1.5s [2022-06-29T21:10:23.191Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 28.31MB / 54.58MB 1.6s [2022-06-29T21:10:23.191Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 13.63MB / 85.88MB 1.6s [2022-06-29T21:10:23.459Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 37.06MB / 55.01MB 1.8s [2022-06-29T21:10:23.459Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 33.55MB / 54.58MB 1.8s [2022-06-29T21:10:23.459Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 19.92MB / 85.88MB 1.8s [2022-06-29T21:10:23.737Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 40.89MB / 55.01MB 2.0s [2022-06-29T21:10:23.737Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 38.97MB / 54.58MB 2.0s [2022-06-29T21:10:23.737Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 29.36MB / 85.88MB 2.0s [2022-06-29T21:10:23.737Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 45.09MB / 55.01MB 2.2s [2022-06-29T21:10:23.737Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 44.04MB / 54.58MB 2.2s [2022-06-29T21:10:23.737Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 35.65MB / 85.88MB 2.2s [2022-06-29T21:10:23.995Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 53.48MB / 55.01MB 2.4s [2022-06-29T21:10:23.995Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 54.58MB / 54.58MB 2.4s [2022-06-29T21:10:23.995Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 41.99MB / 85.88MB 2.4s [2022-06-29T21:10:24.258Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 51.38MB / 85.88MB 2.7s [2022-06-29T21:10:24.526Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 58.72MB / 85.88MB 2.9s [2022-06-29T21:10:24.526Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 54.58MB / 54.58MB 2.9s done [2022-06-29T21:10:24.794Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 1.05MB / 141.75MB 3.1s [2022-06-29T21:10:25.051Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 65.01MB / 85.88MB 3.2s [2022-06-29T21:10:25.051Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 11.53MB / 141.75MB 3.4s [2022-06-29T21:10:25.308Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 3.5s done [2022-06-29T21:10:25.308Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 70.25MB / 85.88MB 3.5s [2022-06-29T21:10:25.308Z] #11 sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 0B / 156B 3.5s [2022-06-29T21:10:25.308Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 75.50MB / 85.88MB 3.7s [2022-06-29T21:10:25.308Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 18.87MB / 141.75MB 3.7s [2022-06-29T21:10:25.308Z] #11 sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 156B / 156B 3.7s [2022-06-29T21:10:25.567Z] #11 sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 156B / 156B 3.7s done [2022-06-29T21:10:25.567Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 80.74MB / 85.88MB 4.0s [2022-06-29T21:10:25.567Z] #11 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 [2022-06-29T21:10:25.824Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 85.88MB / 85.88MB 4.2s [2022-06-29T21:10:25.824Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 30.98MB / 141.75MB 4.2s [2022-06-29T21:10:26.398Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 44.04MB / 141.75MB 4.6s [2022-06-29T21:10:26.654Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 55.57MB / 141.75MB 4.9s [2022-06-29T21:10:26.654Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 85.88MB / 85.88MB 4.9s done [2022-06-29T21:10:26.654Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 63.96MB / 141.75MB 5.1s [2022-06-29T21:10:27.217Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 77.59MB / 141.75MB 5.5s [2022-06-29T21:10:27.473Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 88.08MB / 141.75MB 5.8s [2022-06-29T21:10:27.730Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 99.61MB / 141.75MB 6.0s [2022-06-29T21:10:27.730Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 112.20MB / 141.75MB 6.2s [2022-06-29T21:10:28.294Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 126.31MB / 141.75MB 6.5s [2022-06-29T21:10:28.294Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 135.27MB / 141.75MB 6.6s [2022-06-29T21:10:29.662Z] #11 ... [2022-06-29T21:10:29.662Z] [2022-06-29T21:10:29.662Z] #31 [internal] load build context [2022-06-29T21:10:29.662Z] #31 sha256:9ee9da6875f5e3c1d5fdf4522cbfba1f9f5597454e635dffa6e2c4e23d7c0caa [2022-06-29T21:10:29.662Z] #31 transferring context: 61.40MB 7.4s done [2022-06-29T21:10:29.662Z] #31 DONE 8.1s [2022-06-29T21:10:29.662Z] [2022-06-29T21:10:29.662Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-29T21:10:29.662Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-29T21:10:29.662Z] #78 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-29T21:10:29.662Z] #78 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-29T21:10:29.662Z] #78 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-29T21:10:29.662Z] #78 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-29T21:10:29.662Z] #78 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.6s done [2022-06-29T21:10:29.662Z] #78 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.2s done [2022-06-29T21:10:29.662Z] #78 DONE 8.1s [2022-06-29T21:10:29.662Z] [2022-06-29T21:10:29.662Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:10:29.662Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:10:29.662Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 141.75MB / 141.75MB 7.9s done [2022-06-29T21:10:29.662Z] #11 ... [2022-06-29T21:10:29.662Z] [2022-06-29T21:10:29.662Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-29T21:10:29.662Z] #35 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-29T21:10:29.662Z] #35 resolve docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 0.1s done [2022-06-29T21:10:29.662Z] #35 sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 1.85kB / 1.85kB done [2022-06-29T21:10:29.662Z] #35 sha256:9a67b70d0ba1d7c7690f917eedd8d24974dd8fd493205368b1e555a90c954208 529B / 529B done [2022-06-29T21:10:29.662Z] #35 sha256:d2780094a226c21142d0ee4dbfaf11bb53bd569fc9e0b7d261e43de0954c9958 1.46kB / 1.46kB done [2022-06-29T21:10:29.662Z] #35 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 3.2s done [2022-06-29T21:10:29.919Z] #35 ... [2022-06-29T21:10:29.919Z] [2022-06-29T21:10:29.919Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-29T21:10:29.919Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-29T21:10:29.919Z] #80 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-29T21:10:29.919Z] #80 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-29T21:10:29.919Z] #80 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-29T21:10:29.919Z] #80 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.0s done [2022-06-29T21:10:29.919Z] #80 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.1s done [2022-06-29T21:10:29.919Z] #80 DONE 8.2s [2022-06-29T21:10:29.919Z] [2022-06-29T21:10:29.919Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-29T21:10:29.919Z] #35 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-29T21:10:30.176Z] #35 ... [2022-06-29T21:10:30.176Z] [2022-06-29T21:10:30.176Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:10:30.176Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:10:30.739Z] #11 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 5.1s [2022-06-29T21:10:31.671Z] #11 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 5.9s done [2022-06-29T21:10:31.927Z] #11 extracting sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 0.1s [2022-06-29T21:10:31.927Z] #11 ... [2022-06-29T21:10:31.927Z] [2022-06-29T21:10:31.927Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-29T21:10:31.927Z] #35 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-29T21:10:31.927Z] #35 DONE 10.3s [2022-06-29T21:10:32.184Z] [2022-06-29T21:10:32.184Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:10:32.184Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:10:32.440Z] #11 extracting sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 0.6s done [2022-06-29T21:10:32.698Z] #11 extracting sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd [2022-06-29T21:10:33.285Z] #11 ... [2022-06-29T21:10:33.285Z] [2022-06-29T21:10:33.285Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-29T21:10:33.285Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-29T21:10:33.285Z] #79 DONE 0.7s [2022-06-29T21:10:33.285Z] [2022-06-29T21:10:33.285Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:10:33.285Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:10:33.285Z] #11 extracting sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 0.6s done [2022-06-29T21:10:33.851Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 [2022-06-29T21:10:34.780Z] #11 ... [2022-06-29T21:10:34.780Z] [2022-06-29T21:10:34.780Z] #81 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-29T21:10:34.780Z] #81 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-29T21:10:34.780Z] #81 DONE 1.2s [2022-06-29T21:10:34.780Z] [2022-06-29T21:10:34.780Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:10:34.780Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:10:39.077Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 5.1s [2022-06-29T21:10:41.598Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 7.9s done [2022-06-29T21:10:41.854Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec [2022-06-29T21:10:42.114Z] #11 ... [2022-06-29T21:10:42.114Z] [2022-06-29T21:10:42.114Z] #36 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-06-29T21:10:42.114Z] #36 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-29T21:10:42.114Z] #36 1.433 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:10:42.114Z] #36 1.447 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:10:42.114Z] #36 1.447 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:10:42.114Z] #36 1.589 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:10:42.114Z] #36 1.809 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:10:42.114Z] #36 2.233 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:10:42.114Z] #36 3.884 Fetched 8545 kB in 3s (3148 kB/s) [2022-06-29T21:10:42.114Z] #36 3.884 Reading package lists... [2022-06-29T21:10:42.114Z] #36 4.813 Reading package lists... [2022-06-29T21:10:42.114Z] #36 5.694 Building dependency tree... [2022-06-29T21:10:42.114Z] #36 6.163 The following additional packages will be installed: [2022-06-29T21:10:42.114Z] #36 6.168 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-29T21:10:42.114Z] #36 6.168 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-29T21:10:42.114Z] #36 6.168 Recommended packages: [2022-06-29T21:10:42.114Z] #36 6.168 libldap-common publicsuffix libsasl2-modules [2022-06-29T21:10:42.114Z] #36 6.324 The following NEW packages will be installed: [2022-06-29T21:10:42.114Z] #36 6.325 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-29T21:10:42.114Z] #36 6.325 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-29T21:10:42.114Z] #36 6.326 libssh2-1 openssl [2022-06-29T21:10:42.114Z] #36 6.607 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2022-06-29T21:10:42.114Z] #36 6.607 Need to get 3041 kB of archives. [2022-06-29T21:10:42.114Z] #36 6.607 After this operation, 6651 kB of additional disk space will be used. [2022-06-29T21:10:42.114Z] #36 6.607 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-29T21:10:42.114Z] #36 6.607 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB] [2022-06-29T21:10:42.114Z] #36 6.620 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-29T21:10:42.114Z] #36 6.620 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-06-29T21:10:42.114Z] #36 6.620 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-29T21:10:42.114Z] #36 6.620 Get:6 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-29T21:10:42.114Z] #36 6.620 Get:7 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-29T21:10:42.114Z] #36 6.620 Get:8 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-29T21:10:42.114Z] #36 6.620 Get:9 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-29T21:10:42.114Z] #36 6.620 Get:10 http://security.debian.org/debian-security bullseye-security/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-06-29T21:10:42.114Z] #36 6.621 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-29T21:10:42.114Z] #36 6.636 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-29T21:10:42.114Z] #36 6.636 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-29T21:10:42.114Z] #36 6.639 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-29T21:10:42.114Z] #36 6.639 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-29T21:10:42.114Z] #36 6.831 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:10:42.114Z] #36 6.888 Fetched 3041 kB in 0s (9951 kB/s) [2022-06-29T21:10:42.114Z] #36 6.920 Selecting previously unselected package openssl. [2022-06-29T21:10:42.114Z] #36 6.920 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6662 files and directories currently installed.) [2022-06-29T21:10:42.114Z] #36 6.921 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ... [2022-06-29T21:10:42.114Z] #36 6.925 Unpacking openssl (1.1.1n-0+deb11u3) ... [2022-06-29T21:10:42.114Z] #36 7.088 Selecting previously unselected package ca-certificates. [2022-06-29T21:10:42.114Z] #36 7.088 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-29T21:10:42.114Z] #36 7.093 Unpacking ca-certificates (20210119) ... [2022-06-29T21:10:42.114Z] #36 7.189 Selecting previously unselected package libbrotli1:amd64. [2022-06-29T21:10:42.114Z] #36 7.189 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-29T21:10:42.114Z] #36 7.209 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-29T21:10:42.114Z] #36 7.318 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-29T21:10:42.114Z] #36 7.318 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-29T21:10:42.114Z] #36 7.318 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-29T21:10:42.114Z] #36 7.359 Selecting previously unselected package libsasl2-2:amd64. [2022-06-29T21:10:42.114Z] #36 7.359 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-29T21:10:42.114Z] #36 7.371 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-29T21:10:42.114Z] #36 7.430 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-29T21:10:42.114Z] #36 7.430 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-29T21:10:42.114Z] #36 7.438 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-29T21:10:42.114Z] #36 7.518 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-29T21:10:42.114Z] #36 7.518 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-29T21:10:42.114Z] #36 7.523 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-29T21:10:42.114Z] #36 7.591 Selecting previously unselected package libpsl5:amd64. [2022-06-29T21:10:42.114Z] #36 7.591 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-29T21:10:42.114Z] #36 7.596 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-29T21:10:42.114Z] #36 7.646 Selecting previously unselected package librtmp1:amd64. [2022-06-29T21:10:42.114Z] #36 7.646 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-29T21:10:42.114Z] #36 7.650 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-29T21:10:42.114Z] #36 7.707 Selecting previously unselected package libssh2-1:amd64. [2022-06-29T21:10:42.114Z] #36 7.707 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-29T21:10:42.114Z] #36 7.732 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-29T21:10:42.114Z] #36 7.784 Selecting previously unselected package libcurl4:amd64. [2022-06-29T21:10:42.114Z] #36 7.784 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-29T21:10:42.114Z] #36 7.788 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-29T21:10:42.114Z] #36 7.875 Selecting previously unselected package curl. [2022-06-29T21:10:42.114Z] #36 7.875 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-29T21:10:42.114Z] #36 7.879 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-29T21:10:42.114Z] #36 7.961 Selecting previously unselected package libonig5:amd64. [2022-06-29T21:10:42.114Z] #36 7.961 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-29T21:10:42.114Z] #36 7.966 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-29T21:10:42.114Z] #36 8.040 Selecting previously unselected package libjq1:amd64. [2022-06-29T21:10:42.114Z] #36 8.040 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-29T21:10:42.114Z] #36 8.044 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-29T21:10:42.114Z] #36 8.097 Selecting previously unselected package jq. [2022-06-29T21:10:42.114Z] #36 8.097 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-29T21:10:42.114Z] #36 8.112 Unpacking jq (1.6-2.1) ... [2022-06-29T21:10:42.114Z] #36 8.149 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-29T21:10:42.114Z] #36 8.160 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-29T21:10:42.114Z] #36 8.173 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-29T21:10:42.114Z] #36 8.184 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-29T21:10:42.114Z] #36 8.196 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-29T21:10:42.114Z] #36 8.210 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-29T21:10:42.114Z] #36 8.223 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-29T21:10:42.114Z] #36 8.234 Setting up openssl (1.1.1n-0+deb11u3) ... [2022-06-29T21:10:42.114Z] #36 8.250 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-29T21:10:42.114Z] #36 8.263 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-29T21:10:42.114Z] #36 8.276 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-29T21:10:42.114Z] #36 8.290 Setting up ca-certificates (20210119) ... [2022-06-29T21:10:42.114Z] #36 8.925 Updating certificates in /etc/ssl/certs... [2022-06-29T21:10:42.114Z] #36 9.908 129 added, 0 removed; done. [2022-06-29T21:10:42.114Z] #36 9.942 Setting up jq (1.6-2.1) ... [2022-06-29T21:10:42.114Z] #36 9.957 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-29T21:10:42.114Z] #36 9.969 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-29T21:10:42.114Z] #36 9.983 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:10:42.114Z] #36 10.01 Processing triggers for ca-certificates (20210119) ... [2022-06-29T21:10:42.114Z] #36 10.02 Updating certificates in /etc/ssl/certs... [2022-06-29T21:10:42.114Z] #36 ... [2022-06-29T21:10:42.114Z] [2022-06-29T21:10:42.114Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:10:42.114Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:10:43.483Z] #11 ... [2022-06-29T21:10:43.483Z] [2022-06-29T21:10:43.483Z] #36 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-06-29T21:10:43.483Z] #36 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-29T21:10:43.483Z] #36 10.78 0 added, 0 removed; done. [2022-06-29T21:10:43.483Z] #36 10.78 Running hooks in /etc/ca-certificates/update.d... [2022-06-29T21:10:43.483Z] #36 10.79 done. [2022-06-29T21:10:43.483Z] #36 DONE 11.5s [2022-06-29T21:10:43.743Z] [2022-06-29T21:10:43.743Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-29T21:10:43.743Z] #37 sha256:8c6e8b284147f821434570495ceb9869d1d98062543978424751b25f6ce872eb [2022-06-29T21:10:43.743Z] #37 DONE 0.1s [2022-06-29T21:10:43.743Z] [2022-06-29T21:10:43.743Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:10:43.743Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:10:47.024Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 5.1s [2022-06-29T21:10:48.922Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 7.2s done [2022-06-29T21:10:49.181Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 [2022-06-29T21:10:54.441Z] #11 ... [2022-06-29T21:10:54.441Z] [2022-06-29T21:10:54.441Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-29T21:10:54.441Z] #38 sha256:82570f2244b893479f3800e2fca56741db324f46bb4ed0f59d87f36c163a6375 [2022-06-29T21:10:54.441Z] #38 1.951 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-29T21:10:54.441Z] #38 2.306 [2022-06-29T21:10:54.441Z] #38 2.527 #=#=# ######################################################################## 100.0% [2022-06-29T21:10:54.441Z] #38 2.829 [2022-06-29T21:10:54.441Z] #38 3.818 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-29T21:10:54.441Z] #38 4.175 [2022-06-29T21:10:54.441Z] #38 4.398 #=#=# ######################################################################## 100.0% [2022-06-29T21:10:54.441Z] #38 4.674 [2022-06-29T21:10:54.441Z] #38 5.752 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-29T21:10:54.441Z] #38 6.087 [2022-06-29T21:10:54.441Z] #38 6.311 #=#=# ## 3.1% ######################################## 56.2% ############################################################### 88.2% ######################################################################## 100.0% [2022-06-29T21:10:54.441Z] #38 6.956 [2022-06-29T21:10:54.441Z] #38 8.037 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-29T21:10:54.441Z] #38 8.402 [2022-06-29T21:10:54.441Z] #38 8.640 #=#=# ######################################################################## 100.0% [2022-06-29T21:10:54.441Z] #38 9.013 [2022-06-29T21:10:54.441Z] #38 9.763 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-29T21:10:54.441Z] #38 10.08 [2022-06-29T21:10:54.441Z] #38 ... [2022-06-29T21:10:54.441Z] [2022-06-29T21:10:54.441Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:10:54.441Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:10:54.441Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 5.2s [2022-06-29T21:10:54.910Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0cc43638b3e7d936c) in /home/ubuntu/workspace/moby_PR-43732 [Pipeline] { [Pipeline] checkout [2022-06-29T21:10:55.252Z] The recommended git tool is: git [2022-06-29T21:10:58.134Z] using credential docker-jenkins-github-credentials [2022-06-29T21:10:58.148Z] Cloning the remote Git repository [2022-06-29T21:10:58.148Z] Cloning with configured refspecs honoured and without tags [2022-06-29T21:10:58.667Z] #11 ... [2022-06-29T21:10:58.667Z] [2022-06-29T21:10:58.667Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-29T21:10:58.667Z] #38 sha256:82570f2244b893479f3800e2fca56741db324f46bb4ed0f59d87f36c163a6375 [2022-06-29T21:10:58.667Z] #38 10.31 #=#=# ######################################################################## 100.0% [2022-06-29T21:10:58.667Z] #38 10.65 [2022-06-29T21:10:58.667Z] #38 10.72 Download of images into '/build' complete. [2022-06-29T21:10:58.667Z] #38 10.72 Use something like the following to load the result into a Docker daemon: [2022-06-29T21:10:58.667Z] #38 10.72 tar -cC '/build' . | docker load [2022-06-29T21:10:58.667Z] #38 DONE 14.3s [2022-06-29T21:10:58.667Z] [2022-06-29T21:10:58.667Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:10:58.667Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:10:58.169Z] Cloning repository https://github.com/moby/moby.git [2022-06-29T21:10:58.234Z] > git init /home/ubuntu/workspace/moby_PR-43732 # timeout=10 [2022-06-29T21:10:58.766Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-29T21:10:58.767Z] > git --version # timeout=10 [2022-06-29T21:10:59.642Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 10.2s [2022-06-29T21:10:58.781Z] > git --version # 'git version 2.17.1' [2022-06-29T21:10:58.782Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-29T21:10:58.783Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43732/head:refs/remotes/origin/PR-43732 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-29T21:11:01.537Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 12.4s done [2022-06-29T21:11:02.103Z] #11 extracting sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 [2022-06-29T21:11:02.103Z] #11 extracting sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 done [2022-06-29T21:11:02.103Z] #11 DONE 40.7s [2022-06-29T21:11:02.359Z] [2022-06-29T21:11:02.359Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-29T21:11:02.359Z] #12 sha256:56c0305d6bbe33a7a96cb826e6c4762bb5d8ff7e72dc4f2ada49e468493dc1e1 [2022-06-29T21:11:03.290Z] #12 DONE 0.8s [2022-06-29T21:11:03.290Z] [2022-06-29T21:11:03.290Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-06-29T21:11:03.290Z] #13 sha256:663743f188ca2dfda79b667f270dccaf821b883d8518acb0f9d4d89f28bc6cb0 [2022-06-29T21:11:03.857Z] #13 DONE 0.8s [2022-06-29T21:11:03.857Z] [2022-06-29T21:11:03.857Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-29T21:11:03.857Z] #40 sha256:09a68b270824a37483c9ff9cefbf4f26ee8b85c2abcf374646920938f26ad772 [2022-06-29T21:11:03.857Z] #40 DONE 0.0s [2022-06-29T21:11:03.857Z] [2022-06-29T21:11:03.857Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-29T21:11:03.857Z] #43 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-29T21:11:03.857Z] #43 ... [2022-06-29T21:11:03.857Z] [2022-06-29T21:11:03.857Z] #53 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-29T21:11:03.857Z] #53 sha256:37cf4edcf58a040bec85551b7af266bbc97c22873b4e0a7100f2252c3cf35571 [2022-06-29T21:11:03.857Z] #53 DONE 0.2s [2022-06-29T21:11:04.040Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0814837ca90b03614) in /home/ubuntu/workspace/moby_PR-43732 [Pipeline] { [Pipeline] checkout [2022-06-29T21:11:04.115Z] [2022-06-29T21:11:04.115Z] #57 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-06-29T21:11:04.115Z] #57 sha256:3bce310255bf34d776243dd62fd338d2b44e71b74351ae035dcf63d2fb9b0307 [2022-06-29T21:11:04.115Z] #57 DONE 0.2s [2022-06-29T21:11:04.115Z] [2022-06-29T21:11:04.115Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:11:04.115Z] #58 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:11:04.153Z] The recommended git tool is: git [2022-06-29T21:11:06.768Z] using credential docker-jenkins-github-credentials [2022-06-29T21:11:06.780Z] Cloning the remote Git repository [2022-06-29T21:11:06.780Z] Cloning with configured refspecs honoured and without tags [2022-06-29T21:11:07.016Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0d0761ee7a9b16127) in /home/ubuntu/workspace/moby_PR-43732 [Pipeline] { [Pipeline] checkout [2022-06-29T21:11:07.143Z] The recommended git tool is: git [2022-06-29T21:11:06.276Z] Cloning repository https://github.com/moby/moby.git [2022-06-29T21:11:06.351Z] > git init /home/ubuntu/workspace/moby_PR-43732 # timeout=10 [2022-06-29T21:11:06.755Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-29T21:11:06.755Z] > git --version # timeout=10 [2022-06-29T21:11:06.765Z] > git --version # 'git version 2.17.1' [2022-06-29T21:11:06.765Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-29T21:11:06.767Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43732/head:refs/remotes/origin/PR-43732 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-29T21:11:08.121Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-09966b8875520a7dc) in /home/ubuntu/workspace/moby_PR-43732 [Pipeline] { [Pipeline] checkout [2022-06-29T21:11:08.280Z] The recommended git tool is: git [2022-06-29T21:11:08.295Z] #58 ... [2022-06-29T21:11:08.295Z] [2022-06-29T21:11:08.295Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-06-29T21:11:08.295Z] #14 sha256:0843e43981997d3186c3e0fa13a5c69bf735e078771d358bc17048f5bdd1d4e8 [2022-06-29T21:11:08.295Z] #14 DONE 3.9s [2022-06-29T21:11:08.295Z] [2022-06-29T21:11:08.295Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-06-29T21:11:08.295Z] #15 sha256:2d05efaa29f7d7a652b390dae5c9126381d4bdd1e6478112a650543183cfed84 [2022-06-29T21:11:09.707Z] using credential docker-jenkins-github-credentials [2022-06-29T21:11:09.718Z] Cloning the remote Git repository [2022-06-29T21:11:09.718Z] Cloning with configured refspecs honoured and without tags [2022-06-29T21:11:10.188Z] #15 DONE 2.4s [2022-06-29T21:11:10.188Z] [2022-06-29T21:11:10.188Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-06-29T21:11:10.188Z] #16 sha256:6e5bb325d2f1d8f93129253358485557d3574a0fa24a972b189e244fccf61d15 [2022-06-29T21:11:09.740Z] Cloning repository https://github.com/moby/moby.git [2022-06-29T21:11:09.797Z] > git init /home/ubuntu/workspace/moby_PR-43732 # timeout=10 [2022-06-29T21:11:10.208Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-29T21:11:10.208Z] > git --version # timeout=10 [2022-06-29T21:11:10.217Z] > git --version # 'git version 2.25.1' [2022-06-29T21:11:10.217Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-29T21:11:10.219Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43732/head:refs/remotes/origin/PR-43732 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-29T21:11:11.604Z] #16 DONE 1.6s [2022-06-29T21:11:11.604Z] [2022-06-29T21:11:11.604Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-06-29T21:11:11.604Z] #17 sha256:bea1fe45f58fdee1448a2ced80414300c0c0acc9560564c476c3297cf6812d3d [2022-06-29T21:11:12.234Z] using credential docker-jenkins-github-credentials [2022-06-29T21:11:12.244Z] Cloning the remote Git repository [2022-06-29T21:11:12.244Z] Cloning with configured refspecs honoured and without tags [2022-06-29T21:11:12.270Z] Cloning repository https://github.com/moby/moby.git [2022-06-29T21:11:12.342Z] > git init /home/ubuntu/workspace/moby_PR-43732 # timeout=10 [2022-06-29T21:11:12.770Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-29T21:11:12.770Z] > git --version # timeout=10 [2022-06-29T21:11:12.791Z] > git --version # 'git version 2.25.1' [2022-06-29T21:11:12.792Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-29T21:11:12.797Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43732/head:refs/remotes/origin/PR-43732 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-29T21:11:13.542Z] #17 DONE 1.6s [2022-06-29T21:11:13.542Z] [2022-06-29T21:11:13.542Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-06-29T21:11:13.542Z] #18 sha256:8b29296919d8bf68aa7fa37d69208ffd105a8b2185812f3f939b2bee4ce821b4 [2022-06-29T21:11:13.798Z] #18 ... [2022-06-29T21:11:13.798Z] [2022-06-29T21:11:13.798Z] #47 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-29T21:11:13.798Z] #47 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-29T21:11:13.798Z] #47 4.794 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-29T21:11:13.798Z] #47 5.605 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-29T21:11:14.057Z] #47 ... [2022-06-29T21:11:14.057Z] [2022-06-29T21:11:14.057Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-29T21:11:14.057Z] #41 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-29T21:11:14.057Z] #41 4.104 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-29T21:11:14.057Z] #41 4.104 Cloning into '.'... [2022-06-29T21:11:14.057Z] #41 ... [2022-06-29T21:11:14.057Z] [2022-06-29T21:11:14.057Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:11:14.057Z] #83 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:11:14.057Z] #83 6.013 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:11:14.057Z] #83 6.191 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:11:14.057Z] #83 6.276 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:11:14.057Z] #83 6.796 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:11:14.057Z] #83 8.454 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:11:14.314Z] #83 ... [2022-06-29T21:11:14.314Z] [2022-06-29T21:11:14.314Z] #54 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-29T21:11:14.314Z] #54 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-29T21:11:14.314Z] #54 4.347 + git clone https://github.com/docker/distribution.git . [2022-06-29T21:11:14.314Z] #54 4.347 Cloning into '.'... [2022-06-29T21:11:14.314Z] #54 ... [2022-06-29T21:11:14.314Z] [2022-06-29T21:11:14.314Z] #60 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-29T21:11:14.314Z] #60 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-29T21:11:14.314Z] #60 5.087 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-29T21:11:14.314Z] #60 6.531 go: downloading github.com/fatih/color v1.10.0 [2022-06-29T21:11:14.314Z] #60 6.655 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-29T21:11:14.314Z] #60 6.690 go: downloading golang.org/x/tools v0.1.0 [2022-06-29T21:11:14.314Z] #60 6.916 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-29T21:11:14.314Z] #60 6.954 go: downloading github.com/pkg/errors v0.9.1 [2022-06-29T21:11:14.314Z] #60 7.022 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-29T21:11:14.314Z] #60 7.058 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-29T21:11:14.314Z] #60 7.343 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-29T21:11:14.314Z] #60 7.399 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-29T21:11:14.314Z] #60 7.488 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-29T21:11:14.314Z] #60 7.550 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-29T21:11:14.314Z] #60 7.654 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-29T21:11:14.570Z] #60 ... [2022-06-29T21:11:14.570Z] [2022-06-29T21:11:14.570Z] #45 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-06-29T21:11:14.570Z] #45 sha256:799caa365c4f691d26059d2a0d78453ba7cc8efc2765ed8f1f16b60ff864d128 [2022-06-29T21:11:14.570Z] #45 5.342 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-29T21:11:14.843Z] #45 ... [2022-06-29T21:11:14.843Z] [2022-06-29T21:11:14.843Z] #64 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-29T21:11:14.843Z] #64 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-29T21:11:14.843Z] #64 5.961 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-29T21:11:14.843Z] #64 ... [2022-06-29T21:11:14.843Z] [2022-06-29T21:11:14.843Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:11:14.843Z] #62 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:11:14.843Z] #62 5.821 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-29T21:11:15.099Z] #62 ... [2022-06-29T21:11:15.099Z] [2022-06-29T21:11:15.099Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:11:15.099Z] #83 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:11:15.099Z] #83 10.99 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:11:15.099Z] #83 ... [2022-06-29T21:11:15.099Z] [2022-06-29T21:11:15.099Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-06-29T21:11:15.099Z] #18 sha256:8b29296919d8bf68aa7fa37d69208ffd105a8b2185812f3f939b2bee4ce821b4 [2022-06-29T21:11:15.099Z] #18 DONE 1.8s [2022-06-29T21:11:15.356Z] [2022-06-29T21:11:15.356Z] #47 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-29T21:11:15.356Z] #47 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-29T21:11:15.356Z] #47 11.31 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-29T21:11:15.614Z] #47 11.78 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-29T21:11:15.614Z] #47 11.83 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-29T21:11:18.898Z] #47 14.92 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-29T21:11:19.155Z] #47 15.18 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-29T21:11:19.720Z] #47 ... [2022-06-29T21:11:19.720Z] [2022-06-29T21:11:19.720Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-29T21:11:19.720Z] #43 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-29T21:11:19.720Z] #43 5.826 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-29T21:11:19.720Z] #43 ... [2022-06-29T21:11:19.720Z] [2022-06-29T21:11:19.720Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:11:19.720Z] #58 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:11:19.720Z] #58 5.757 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:11:19.720Z] #58 5.928 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:11:19.720Z] #58 6.033 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:11:19.720Z] #58 6.150 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-29T21:11:19.720Z] #58 6.809 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:11:19.720Z] #58 8.775 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:11:19.720Z] #58 11.25 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:11:19.720Z] #58 13.26 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-29T21:11:19.978Z] #58 ... [2022-06-29T21:11:19.978Z] [2022-06-29T21:11:19.978Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-29T21:11:19.978Z] #19 sha256:917bf0834aad25d25cd204588999ad2a1286424901d6429e4987625c582c85f0 [2022-06-29T21:11:19.978Z] #19 1.764 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:11:19.978Z] #19 1.816 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:11:19.978Z] #19 1.816 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:11:19.978Z] #19 2.676 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-29T21:11:19.978Z] #19 3.751 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:11:20.562Z] #19 5.329 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-29T21:11:21.387Z] Fetching without tags [2022-06-29T21:11:21.312Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-29T21:11:21.324Z] > git config --add remote.origin.fetch +refs/pull/43732/head:refs/remotes/origin/PR-43732 # timeout=10 [2022-06-29T21:11:21.335Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-29T21:11:21.356Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-29T21:11:21.663Z] Merging remotes/origin/master commit 6cd01718680a281ba3bb6347285b35a8e455eebd into PR head commit 1f187e640ca56dd1a256981b1faf1d7f775f8a9d [2022-06-29T21:11:21.934Z] #19 6.999 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-29T21:11:23.026Z] Merge succeeded, producing 3270a905dad788432c54afd3a8682a68e680fb5d [2022-06-29T21:11:23.026Z] Checking out Revision 3270a905dad788432c54afd3a8682a68e680fb5d (PR-43732) [2022-06-29T21:11:21.392Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-29T21:11:21.392Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-29T21:11:21.393Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43732/head:refs/remotes/origin/PR-43732 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-29T21:11:21.679Z] > git config core.sparsecheckout # timeout=10 [2022-06-29T21:11:21.695Z] > git checkout -f 1f187e640ca56dd1a256981b1faf1d7f775f8a9d # timeout=10 [2022-06-29T21:11:22.368Z] > git remote # timeout=10 [2022-06-29T21:11:22.380Z] > git config --get remote.origin.url # timeout=10 [2022-06-29T21:11:22.397Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-29T21:11:22.406Z] > git merge 6cd01718680a281ba3bb6347285b35a8e455eebd # timeout=10 [2022-06-29T21:11:23.006Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-29T21:11:23.030Z] > git config core.sparsecheckout # timeout=10 [2022-06-29T21:11:23.057Z] > git checkout -f 3270a905dad788432c54afd3a8682a68e680fb5d # timeout=10 [2022-06-29T21:11:23.830Z] #19 8.476 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-29T21:11:23.830Z] #19 ... [2022-06-29T21:11:23.830Z] [2022-06-29T21:11:23.830Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:11:23.830Z] #83 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:11:23.830Z] #83 19.69 Fetched 8545 kB in 14s (604 kB/s) [2022-06-29T21:11:25.731Z] #83 19.69 Reading package lists... [2022-06-29T21:11:25.731Z] #83 ... [2022-06-29T21:11:25.731Z] [2022-06-29T21:11:25.731Z] #45 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-06-29T21:11:25.731Z] #45 sha256:799caa365c4f691d26059d2a0d78453ba7cc8efc2765ed8f1f16b60ff864d128 [2022-06-29T21:11:25.731Z] #45 21.36 tomll can be used in two ways: [2022-06-29T21:11:25.731Z] #45 21.36 Writing to STDIN and reading from STDOUT: [2022-06-29T21:11:25.731Z] #45 21.36 cat file.toml | tomll > file.toml [2022-06-29T21:11:25.731Z] #45 21.36 [2022-06-29T21:11:25.731Z] #45 21.36 Reading and updating a list of files: [2022-06-29T21:11:25.731Z] #45 21.36 tomll a.toml b.toml c.toml [2022-06-29T21:11:25.731Z] #45 21.36 [2022-06-29T21:11:25.731Z] #45 21.36 When given a list of files, tomll will modify all files in place without asking. [2022-06-29T21:11:25.731Z] #45 DONE 22.0s [2022-06-29T21:11:25.987Z] [2022-06-29T21:11:25.987Z] #64 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-29T21:11:25.987Z] #64 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-29T21:11:25.987Z] #64 21.75 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-29T21:11:25.987Z] #64 21.76 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-29T21:11:25.987Z] #64 21.81 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-29T21:11:26.922Z] #64 ... [2022-06-29T21:11:26.922Z] [2022-06-29T21:11:26.922Z] #60 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-29T21:11:26.923Z] #60 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-29T21:11:26.923Z] #60 12.81 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-29T21:11:26.923Z] #60 12.82 go: downloading golang.org/x/mod v0.3.0 [2022-06-29T21:11:26.923Z] #60 ... [2022-06-29T21:11:26.923Z] [2022-06-29T21:11:26.923Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-29T21:11:26.923Z] #19 sha256:917bf0834aad25d25cd204588999ad2a1286424901d6429e4987625c582c85f0 [2022-06-29T21:11:26.923Z] #19 10.23 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-29T21:11:26.923Z] #19 11.63 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [160 kB] [2022-06-29T21:11:26.923Z] #19 11.63 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [153 kB] [2022-06-29T21:11:26.923Z] #19 11.63 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [143 kB] [2022-06-29T21:11:26.923Z] #19 11.71 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:11:26.923Z] #19 11.75 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [135 kB] [2022-06-29T21:11:26.923Z] #19 11.75 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [161 kB] [2022-06-29T21:11:26.923Z] #19 11.79 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-29T21:11:26.923Z] #19 11.79 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-29T21:11:26.923Z] #19 11.79 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-29T21:11:26.923Z] #19 11.79 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:11:26.923Z] #19 11.79 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-29T21:11:26.923Z] #19 11.79 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-29T21:11:27.560Z] Commit message: "Merge commit '6cd01718680a281ba3bb6347285b35a8e455eebd' into HEAD" [2022-06-29T21:11:27.564Z] > git rev-list --no-walk 1f187e640ca56dd1a256981b1faf1d7f775f8a9d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-29T21:11:28.804Z] + docker version [2022-06-29T21:11:30.701Z] Fetching without tags [2022-06-29T21:11:30.604Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-29T21:11:30.610Z] > git config --add remote.origin.fetch +refs/pull/43732/head:refs/remotes/origin/PR-43732 # timeout=10 [2022-06-29T21:11:30.660Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-29T21:11:30.678Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-29T21:11:30.706Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-29T21:11:30.706Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-29T21:11:30.707Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43732/head:refs/remotes/origin/PR-43732 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-29T21:11:31.023Z] Merging remotes/origin/master commit 6cd01718680a281ba3bb6347285b35a8e455eebd into PR head commit 1f187e640ca56dd1a256981b1faf1d7f775f8a9d [2022-06-29T21:11:31.145Z] #19 ... [2022-06-29T21:11:31.145Z] [2022-06-29T21:11:31.145Z] #54 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-29T21:11:31.145Z] #54 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-29T21:11:31.145Z] #54 24.32 Updating files: 61% (1329/2177) Updating files: 62% (1350/2177) Updating files: 63% (1372/2177) Updating files: 64% (1394/2177) Updating files: 65% (1416/2177) Updating files: 66% (1437/2177) Updating files: 67% (1459/2177) Updating files: 68% (1481/2177) Updating files: 69% (1503/2177) Updating files: 70% (1524/2177) Updating files: 71% (1546/2177) Updating files: 72% (1568/2177) Updating files: 73% (1590/2177) Updating files: 74% (1611/2177) Updating files: 75% (1633/2177) Updating files: 76% (1655/2177) Updating files: 77% (1677/2177) Updating files: 78% (1699/2177) Updating files: 79% (1720/2177) Updating files: 80% (1742/2177) Updating files: 81% (1764/2177) Updating files: 82% (1786/2177) Updating files: 83% (1807/2177) Updating files: 84% (1829/2177) Updating files: 85% (1851/2177) Updating files: 86% (1873/2177) Updating files: 87% (1894/2177) Updating files: 88% (1916/2177) Updating files: 89% (1938/2177) Updating files: 90% (1960/2177) Updating files: 91% (1982/2177) Updating files: 92% (2003/2177) Updating files: 93% (2025/2177) Updating files: 94% (2047/2177) Updating files: 95% (2069/2177) Updating files: 96% (2090/2177) Updating files: 97% (2112/2177) Updating files: 98% (2134/2177) Updating files: 99% (2156/2177) Updating files: 100% (2177/2177) Updating files: 100% (2177/2177), done. [2022-06-29T21:11:31.145Z] #54 25.21 + git checkout -q v2.3.0 [2022-06-29T21:11:31.145Z] #54 27.18 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-06-29T21:11:31.831Z] Fetching without tags [2022-06-29T21:11:32.070Z] Merging remotes/origin/master commit 6cd01718680a281ba3bb6347285b35a8e455eebd into PR head commit 1f187e640ca56dd1a256981b1faf1d7f775f8a9d [2022-06-29T21:11:31.752Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-29T21:11:31.781Z] > git config --add remote.origin.fetch +refs/pull/43732/head:refs/remotes/origin/PR-43732 # timeout=10 [2022-06-29T21:11:31.796Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-29T21:11:31.810Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-29T21:11:31.835Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-29T21:11:31.836Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-29T21:11:31.837Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43732/head:refs/remotes/origin/PR-43732 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-29T21:11:32.080Z] > git config core.sparsecheckout # timeout=10 [2022-06-29T21:11:32.104Z] > git checkout -f 1f187e640ca56dd1a256981b1faf1d7f775f8a9d # timeout=10 [2022-06-29T21:11:32.843Z] Merge succeeded, producing 083c062f3338904a6e460d975d57c609e1b7d955 [2022-06-29T21:11:32.844Z] Checking out Revision 083c062f3338904a6e460d975d57c609e1b7d955 (PR-43732) [2022-06-29T21:11:31.033Z] > git config core.sparsecheckout # timeout=10 [2022-06-29T21:11:31.062Z] > git checkout -f 1f187e640ca56dd1a256981b1faf1d7f775f8a9d # timeout=10 [2022-06-29T21:11:31.854Z] > git remote # timeout=10 [2022-06-29T21:11:31.882Z] > git config --get remote.origin.url # timeout=10 [2022-06-29T21:11:31.890Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-29T21:11:31.891Z] > git merge 6cd01718680a281ba3bb6347285b35a8e455eebd # timeout=10 [2022-06-29T21:11:32.828Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-29T21:11:32.847Z] > git config core.sparsecheckout # timeout=10 [2022-06-29T21:11:32.855Z] > git checkout -f 083c062f3338904a6e460d975d57c609e1b7d955 # timeout=10 [2022-06-29T21:11:33.298Z] Fetching without tags [2022-06-29T21:11:33.530Z] Merging remotes/origin/master commit 6cd01718680a281ba3bb6347285b35a8e455eebd into PR head commit 1f187e640ca56dd1a256981b1faf1d7f775f8a9d [2022-06-29T21:11:33.968Z] Merge succeeded, producing c3814ebcc2697e31f98299471e2ef63a9011cf26 [2022-06-29T21:11:33.968Z] Checking out Revision c3814ebcc2697e31f98299471e2ef63a9011cf26 (PR-43732) [2022-06-29T21:11:34.723Z] Merge succeeded, producing af47f4c2c5444a540cc9962c99dfdaf9b7532bab [2022-06-29T21:11:34.723Z] Checking out Revision af47f4c2c5444a540cc9962c99dfdaf9b7532bab (PR-43732) [2022-06-29T21:11:33.199Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-29T21:11:33.224Z] > git config --add remote.origin.fetch +refs/pull/43732/head:refs/remotes/origin/PR-43732 # timeout=10 [2022-06-29T21:11:33.254Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-29T21:11:33.279Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-06-29T21:11:33.302Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-06-29T21:11:33.302Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-29T21:11:33.303Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43732/head:refs/remotes/origin/PR-43732 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-06-29T21:11:33.538Z] > git config core.sparsecheckout # timeout=10 [2022-06-29T21:11:33.546Z] > git checkout -f 1f187e640ca56dd1a256981b1faf1d7f775f8a9d # timeout=10 [2022-06-29T21:11:34.187Z] > git remote # timeout=10 [2022-06-29T21:11:34.196Z] > git config --get remote.origin.url # timeout=10 [2022-06-29T21:11:34.201Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-29T21:11:34.202Z] > git merge 6cd01718680a281ba3bb6347285b35a8e455eebd # timeout=10 [2022-06-29T21:11:34.691Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-29T21:11:34.749Z] > git config core.sparsecheckout # timeout=10 [2022-06-29T21:11:32.978Z] > git remote # timeout=10 [2022-06-29T21:11:32.991Z] > git config --get remote.origin.url # timeout=10 [2022-06-29T21:11:33.003Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-06-29T21:11:33.004Z] > git merge 6cd01718680a281ba3bb6347285b35a8e455eebd # timeout=10 [2022-06-29T21:11:33.938Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-29T21:11:33.972Z] > git config core.sparsecheckout # timeout=10 [2022-06-29T21:11:34.002Z] > git checkout -f c3814ebcc2697e31f98299471e2ef63a9011cf26 # timeout=10 [2022-06-29T21:11:35.326Z] #54 ... [2022-06-29T21:11:35.326Z] [2022-06-29T21:11:35.326Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:11:35.326Z] #58 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:11:35.326Z] #58 21.11 Fetched 8549 kB in 16s (540 kB/s) [2022-06-29T21:11:35.326Z] #58 21.11 Reading package lists... [2022-06-29T21:11:35.326Z] #58 29.00 Reading package lists... [2022-06-29T21:11:35.326Z] #58 ... [2022-06-29T21:11:35.326Z] [2022-06-29T21:11:35.326Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-29T21:11:35.326Z] #43 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-29T21:11:35.326Z] #43 23.64 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-29T21:11:35.326Z] #43 23.64 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-29T21:11:35.326Z] #43 24.49 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-29T21:11:35.326Z] #43 24.70 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-29T21:11:35.326Z] #43 25.17 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-29T21:11:35.326Z] #43 25.41 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-29T21:11:35.326Z] #43 25.81 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-29T21:11:35.326Z] #43 25.84 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-29T21:11:35.326Z] #43 25.89 go: downloading github.com/peterh/liner v1.2.2 [2022-06-29T21:11:35.326Z] #43 26.10 go: downloading github.com/google/go-dap v0.6.0 [2022-06-29T21:11:35.326Z] #43 26.54 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-29T21:11:35.326Z] #43 26.88 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-29T21:11:35.326Z] #43 27.51 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-29T21:11:35.326Z] #43 27.82 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-29T21:11:35.326Z] #43 27.94 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-29T21:11:35.326Z] #43 29.96 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-29T21:11:35.326Z] #43 30.12 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-29T21:11:35.404Z] Client: Docker Engine - Community [2022-06-29T21:11:35.404Z] Version: 20.10.14 [2022-06-29T21:11:35.404Z] API version: 1.41 [2022-06-29T21:11:35.404Z] Go version: go1.16.15 [2022-06-29T21:11:35.404Z] Git commit: a224086 [2022-06-29T21:11:35.404Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-29T21:11:35.404Z] OS/Arch: linux/amd64 [2022-06-29T21:11:35.404Z] Context: default [2022-06-29T21:11:35.404Z] Experimental: true [2022-06-29T21:11:35.404Z] [2022-06-29T21:11:35.404Z] Server: Docker Engine - Community [2022-06-29T21:11:35.404Z] Engine: [2022-06-29T21:11:35.404Z] Version: 20.10.14 [2022-06-29T21:11:35.404Z] API version: 1.41 (minimum version 1.12) [2022-06-29T21:11:35.404Z] Go version: go1.16.15 [2022-06-29T21:11:35.404Z] Git commit: 87a90dc [2022-06-29T21:11:35.404Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-29T21:11:35.404Z] OS/Arch: linux/amd64 [2022-06-29T21:11:35.404Z] Experimental: true [2022-06-29T21:11:35.404Z] containerd: [2022-06-29T21:11:35.404Z] Version: 1.5.11 [2022-06-29T21:11:35.404Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-29T21:11:35.404Z] runc: [2022-06-29T21:11:35.404Z] Version: 1.0.3 [2022-06-29T21:11:35.404Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-29T21:11:35.404Z] docker-init: [2022-06-29T21:11:35.404Z] Version: 0.19.0 [2022-06-29T21:11:35.404Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-29T21:11:35.759Z] + docker info [2022-06-29T21:11:36.692Z] Commit message: "Merge commit '6cd01718680a281ba3bb6347285b35a8e455eebd' into HEAD" [2022-06-29T21:11:36.696Z] > git rev-list --no-walk 1f187e640ca56dd1a256981b1faf1d7f775f8a9d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-29T21:11:34.803Z] > git checkout -f af47f4c2c5444a540cc9962c99dfdaf9b7532bab # timeout=10 [2022-06-29T21:11:37.579Z] + docker version [2022-06-29T21:11:37.950Z] Commit message: "Merge commit '6cd01718680a281ba3bb6347285b35a8e455eebd' into HEAD" [2022-06-29T21:11:37.954Z] > git rev-list --no-walk 1f187e640ca56dd1a256981b1faf1d7f775f8a9d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-29T21:11:38.792Z] #43 ... [2022-06-29T21:11:38.792Z] [2022-06-29T21:11:38.792Z] #64 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-29T21:11:38.792Z] #64 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-29T21:11:38.792Z] #64 24.40 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-29T21:11:38.792Z] #64 ... [2022-06-29T21:11:38.792Z] [2022-06-29T21:11:38.792Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:11:38.792Z] #83 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:11:38.792Z] #83 19.69 Reading package lists... [2022-06-29T21:11:38.792Z] #83 27.78 Reading package lists... [2022-06-29T21:11:38.992Z] Commit message: "Merge commit '6cd01718680a281ba3bb6347285b35a8e455eebd' into HEAD" [2022-06-29T21:11:39.014Z] + docker version [2022-06-29T21:11:38.996Z] > git rev-list --no-walk 1f187e640ca56dd1a256981b1faf1d7f775f8a9d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-06-29T21:11:39.993Z] + docker version [2022-06-29T21:11:40.165Z] #83 34.91 Building dependency tree... [2022-06-29T21:11:40.165Z] #83 ... [2022-06-29T21:11:40.165Z] [2022-06-29T21:11:40.165Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:11:40.165Z] #58 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:11:40.165Z] #58 29.00 Reading package lists... [2022-06-29T21:11:42.317Z] #58 36.37 Building dependency tree... [2022-06-29T21:11:43.243Z] Client: Docker Engine - Community [2022-06-29T21:11:43.243Z] Version: 20.10.14 [2022-06-29T21:11:43.243Z] API version: 1.41 [2022-06-29T21:11:43.243Z] Go version: go1.16.15 [2022-06-29T21:11:43.243Z] Git commit: a224086 [2022-06-29T21:11:43.243Z] Built: Thu Mar 24 01:47:57 2022 [2022-06-29T21:11:43.243Z] OS/Arch: linux/amd64 [2022-06-29T21:11:43.243Z] Context: default [2022-06-29T21:11:43.243Z] Experimental: true [2022-06-29T21:11:43.243Z] [2022-06-29T21:11:43.243Z] Server: Docker Engine - Community [2022-06-29T21:11:43.243Z] Engine: [2022-06-29T21:11:43.243Z] Version: 20.10.14 [2022-06-29T21:11:43.243Z] API version: 1.41 (minimum version 1.12) [2022-06-29T21:11:43.243Z] Go version: go1.16.15 [2022-06-29T21:11:43.243Z] Git commit: 87a90dc [2022-06-29T21:11:43.243Z] Built: Thu Mar 24 01:45:46 2022 [2022-06-29T21:11:43.243Z] OS/Arch: linux/amd64 [2022-06-29T21:11:43.243Z] Experimental: true [2022-06-29T21:11:43.243Z] containerd: [2022-06-29T21:11:43.243Z] Version: 1.5.11 [2022-06-29T21:11:43.243Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-29T21:11:43.243Z] runc: [2022-06-29T21:11:43.243Z] Version: 1.0.3 [2022-06-29T21:11:43.243Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-29T21:11:43.243Z] docker-init: [2022-06-29T21:11:43.243Z] Version: 0.19.0 [2022-06-29T21:11:43.243Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-29T21:11:43.584Z] + docker info [2022-06-29T21:11:44.199Z] Client: Docker Engine - Community [2022-06-29T21:11:44.199Z] Version: 20.10.14 [2022-06-29T21:11:44.199Z] API version: 1.41 [2022-06-29T21:11:44.199Z] Go version: go1.16.15 [2022-06-29T21:11:44.199Z] Git commit: a224086 [2022-06-29T21:11:44.199Z] Built: Thu Mar 24 01:47:20 2022 [2022-06-29T21:11:44.199Z] OS/Arch: linux/arm64 [2022-06-29T21:11:44.199Z] Context: default [2022-06-29T21:11:44.199Z] Experimental: true [2022-06-29T21:11:44.199Z] [2022-06-29T21:11:44.199Z] Server: Docker Engine - Community [2022-06-29T21:11:44.199Z] Engine: [2022-06-29T21:11:44.199Z] Version: 20.10.14 [2022-06-29T21:11:44.199Z] API version: 1.41 (minimum version 1.12) [2022-06-29T21:11:44.199Z] Go version: go1.16.15 [2022-06-29T21:11:44.199Z] Git commit: 87a90dc [2022-06-29T21:11:44.199Z] Built: Thu Mar 24 01:45:39 2022 [2022-06-29T21:11:44.199Z] OS/Arch: linux/arm64 [2022-06-29T21:11:44.199Z] Experimental: true [2022-06-29T21:11:44.199Z] containerd: [2022-06-29T21:11:44.199Z] Version: 1.5.11 [2022-06-29T21:11:44.199Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-29T21:11:44.199Z] runc: [2022-06-29T21:11:44.199Z] Version: 1.0.3 [2022-06-29T21:11:44.199Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-29T21:11:44.199Z] docker-init: [2022-06-29T21:11:44.199Z] Version: 0.19.0 [2022-06-29T21:11:44.199Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-29T21:11:44.519Z] + docker info [2022-06-29T21:11:45.599Z] #58 ... [2022-06-29T21:11:45.600Z] [2022-06-29T21:11:45.600Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:11:45.600Z] #62 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:11:45.600Z] #62 39.85 go: downloading github.com/fatih/color v1.13.0 [2022-06-29T21:11:45.600Z] #62 39.86 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-29T21:11:45.600Z] #62 40.22 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-29T21:11:45.600Z] #62 40.28 go: downloading github.com/spf13/viper v1.10.1 [2022-06-29T21:11:45.600Z] #62 40.67 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-29T21:11:45.600Z] #62 41.34 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-29T21:11:45.600Z] #62 41.37 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-29T21:11:45.600Z] #62 41.41 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-29T21:11:45.600Z] #62 41.45 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-29T21:11:45.857Z] #62 42.17 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-29T21:11:46.113Z] #62 42.20 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-29T21:11:48.130Z] Client: Docker Engine - Community [2022-06-29T21:11:48.130Z] Version: 20.10.14 [2022-06-29T21:11:48.130Z] API version: 1.41 [2022-06-29T21:11:48.130Z] Go version: go1.16.15 [2022-06-29T21:11:48.130Z] Git commit: a224086 [2022-06-29T21:11:48.130Z] Built: Thu Mar 24 01:48:02 2022 [2022-06-29T21:11:48.130Z] OS/Arch: linux/amd64 [2022-06-29T21:11:48.130Z] Context: default [2022-06-29T21:11:48.130Z] Experimental: true [2022-06-29T21:11:48.130Z] [2022-06-29T21:11:48.130Z] Server: Docker Engine - Community [2022-06-29T21:11:48.130Z] Engine: [2022-06-29T21:11:48.130Z] Version: 20.10.14 [2022-06-29T21:11:48.130Z] API version: 1.41 (minimum version 1.12) [2022-06-29T21:11:48.130Z] Go version: go1.16.15 [2022-06-29T21:11:48.130Z] Git commit: 87a90dc [2022-06-29T21:11:48.130Z] Built: Thu Mar 24 01:45:53 2022 [2022-06-29T21:11:48.130Z] OS/Arch: linux/amd64 [2022-06-29T21:11:48.130Z] Experimental: true [2022-06-29T21:11:48.130Z] containerd: [2022-06-29T21:11:48.130Z] Version: 1.5.11 [2022-06-29T21:11:48.130Z] GitCommit: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-29T21:11:48.130Z] runc: [2022-06-29T21:11:48.130Z] Version: 1.0.3 [2022-06-29T21:11:48.130Z] GitCommit: v1.0.3-0-gf46b6ba [2022-06-29T21:11:48.130Z] docker-init: [2022-06-29T21:11:48.130Z] Version: 0.19.0 [2022-06-29T21:11:48.130Z] GitCommit: de40ad0 [Pipeline] sh [2022-06-29T21:11:48.444Z] + docker info [2022-06-29T21:11:50.291Z] #62 ... [2022-06-29T21:11:50.291Z] [2022-06-29T21:11:50.291Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:11:50.291Z] #83 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:11:50.291Z] #83 34.91 Building dependency tree... [2022-06-29T21:11:50.291Z] #83 40.28 python3 is already the newest version (3.9.2-3). [2022-06-29T21:11:50.291Z] #83 40.28 The following additional packages will be installed: [2022-06-29T21:11:50.291Z] #83 40.32 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-06-29T21:11:50.291Z] #83 40.32 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-06-29T21:11:50.291Z] #83 40.32 Suggested packages: [2022-06-29T21:11:50.291Z] #83 40.33 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-06-29T21:11:50.291Z] #83 40.33 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-06-29T21:11:50.291Z] #83 40.33 m4-doc ed diffutils-doc [2022-06-29T21:11:50.291Z] #83 40.33 Recommended packages: [2022-06-29T21:11:50.291Z] #83 40.33 fakeroot libalgorithm-merge-perl libltdl-dev [2022-06-29T21:11:50.291Z] #83 42.17 The following NEW packages will be installed: [2022-06-29T21:11:50.291Z] #83 42.19 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-06-29T21:11:50.291Z] #83 42.19 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-06-29T21:11:50.291Z] #83 42.19 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-06-29T21:11:50.291Z] #83 42.19 libyajl2 m4 patch xz-utils [2022-06-29T21:11:50.291Z] #83 42.70 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:11:50.291Z] #83 42.70 Need to get 5939 kB of archives. [2022-06-29T21:11:50.291Z] #83 42.70 After this operation, 18.7 MB of additional disk space will be used. [2022-06-29T21:11:50.291Z] #83 42.70 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-29T21:11:50.291Z] #83 42.71 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-29T21:11:50.291Z] #83 42.71 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-29T21:11:50.291Z] #83 42.73 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-29T21:11:50.291Z] #83 42.73 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-06-29T21:11:50.291Z] #83 42.74 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB] [2022-06-29T21:11:50.291Z] #83 42.76 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB] [2022-06-29T21:11:50.291Z] #83 42.76 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB] [2022-06-29T21:11:50.291Z] #83 42.78 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-06-29T21:11:50.291Z] #83 42.80 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB] [2022-06-29T21:11:50.291Z] #83 42.88 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-29T21:11:50.291Z] #83 42.88 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-29T21:11:50.291Z] #83 43.02 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B] [2022-06-29T21:11:50.291Z] #83 43.02 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-29T21:11:50.291Z] #83 43.02 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2022-06-29T21:11:50.291Z] #83 43.03 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-29T21:11:50.291Z] #83 43.04 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB] [2022-06-29T21:11:50.291Z] #83 43.04 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-06-29T21:11:50.291Z] #83 43.05 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-29T21:11:50.291Z] #83 43.07 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB] [2022-06-29T21:11:50.291Z] #83 43.12 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-29T21:11:50.291Z] #83 43.13 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-29T21:11:50.291Z] #83 43.14 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB] [2022-06-29T21:11:50.291Z] #83 44.75 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:11:50.291Z] #83 45.17 Fetched 5939 kB in 1s (6921 kB/s) [2022-06-29T21:11:50.291Z] #83 45.39 Selecting previously unselected package bzip2. [2022-06-29T21:11:50.291Z] #83 45.39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-29T21:11:50.291Z] #83 45.49 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ... [2022-06-29T21:11:50.291Z] #83 45.53 Unpacking bzip2 (1.0.8-4) ... [2022-06-29T21:11:50.291Z] #83 45.87 Selecting previously unselected package libmagic-mgc. [2022-06-29T21:11:50.291Z] #83 45.87 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-29T21:11:50.291Z] #83 45.93 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-29T21:11:50.856Z] #83 46.91 Selecting previously unselected package libmagic1:amd64. [2022-06-29T21:11:50.856Z] #83 46.95 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-29T21:11:50.856Z] #83 46.95 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-29T21:11:50.856Z] #83 47.20 Selecting previously unselected package file. [2022-06-29T21:11:51.113Z] #83 47.20 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ... [2022-06-29T21:11:51.113Z] #83 47.21 Unpacking file (1:5.39-3) ... [2022-06-29T21:11:51.113Z] #83 ... [2022-06-29T21:11:51.113Z] [2022-06-29T21:11:51.113Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:11:51.113Z] #62 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:11:51.113Z] #62 47.20 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-29T21:11:51.113Z] #62 47.25 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-29T21:11:51.113Z] #62 47.41 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-29T21:11:51.113Z] #62 47.45 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-29T21:11:51.370Z] #62 47.56 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-29T21:11:51.627Z] #62 47.78 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-29T21:11:51.884Z] #62 47.89 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-29T21:11:51.884Z] #62 47.90 go: downloading github.com/spf13/afero v1.6.0 [2022-06-29T21:11:51.884Z] #62 48.03 go: downloading github.com/spf13/cast v1.4.1 [2022-06-29T21:11:51.884Z] #62 48.08 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-29T21:11:51.884Z] #62 48.16 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-29T21:11:52.141Z] #62 48.18 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-29T21:11:52.141Z] #62 48.38 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-29T21:11:52.141Z] #62 48.38 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-29T21:11:52.141Z] #62 48.41 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-29T21:11:52.398Z] #62 48.52 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-29T21:11:52.398Z] #62 48.70 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-29T21:11:52.398Z] #62 48.74 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-29T21:11:52.662Z] #62 48.78 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-29T21:11:52.662Z] #62 48.82 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-29T21:11:52.662Z] #62 48.85 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-29T21:11:53.605Z] Client: [2022-06-29T21:11:53.605Z] Context: default [2022-06-29T21:11:53.605Z] Debug Mode: false [2022-06-29T21:11:53.605Z] Plugins: [2022-06-29T21:11:53.605Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-29T21:11:53.605Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-29T21:11:53.605Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-29T21:11:53.605Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-29T21:11:53.605Z] [2022-06-29T21:11:53.605Z] Server: [2022-06-29T21:11:53.605Z] Containers: 0 [2022-06-29T21:11:53.605Z] Running: 0 [2022-06-29T21:11:53.605Z] Paused: 0 [2022-06-29T21:11:53.605Z] Stopped: 0 [2022-06-29T21:11:53.605Z] Images: 0 [2022-06-29T21:11:53.605Z] Server Version: 20.10.14 [2022-06-29T21:11:53.605Z] Storage Driver: overlay2 [2022-06-29T21:11:53.605Z] Backing Filesystem: extfs [2022-06-29T21:11:53.605Z] Supports d_type: true [2022-06-29T21:11:53.605Z] Native Overlay Diff: true [2022-06-29T21:11:53.605Z] userxattr: false [2022-06-29T21:11:53.605Z] Logging Driver: json-file [2022-06-29T21:11:53.605Z] Cgroup Driver: cgroupfs [2022-06-29T21:11:53.605Z] Cgroup Version: 1 [2022-06-29T21:11:53.605Z] Plugins: [2022-06-29T21:11:53.605Z] Volume: local [2022-06-29T21:11:53.605Z] Network: bridge host ipvlan macvlan null overlay [2022-06-29T21:11:53.605Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-29T21:11:53.605Z] Swarm: inactive [2022-06-29T21:11:53.605Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-29T21:11:53.605Z] Default Runtime: runc [2022-06-29T21:11:53.605Z] Init Binary: docker-init [2022-06-29T21:11:53.605Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-29T21:11:53.605Z] runc version: v1.0.3-0-gf46b6ba [2022-06-29T21:11:53.605Z] init version: de40ad0 [2022-06-29T21:11:53.605Z] Security Options: [2022-06-29T21:11:53.605Z] apparmor [2022-06-29T21:11:53.605Z] seccomp [2022-06-29T21:11:53.605Z] Profile: default [2022-06-29T21:11:53.605Z] Kernel Version: 5.4.0-1071-aws [2022-06-29T21:11:53.605Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-29T21:11:53.605Z] OSType: linux [2022-06-29T21:11:53.605Z] Architecture: x86_64 [2022-06-29T21:11:53.605Z] CPUs: 2 [2022-06-29T21:11:53.605Z] Total Memory: 7.483GiB [2022-06-29T21:11:53.605Z] Name: ip-10-100-46-194 [2022-06-29T21:11:53.605Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-29T21:11:53.605Z] Docker Root Dir: /var/lib/docker [2022-06-29T21:11:53.605Z] Debug Mode: false [2022-06-29T21:11:53.605Z] Registry: https://index.docker.io/v1/ [2022-06-29T21:11:53.605Z] Labels: [2022-06-29T21:11:53.605Z] Experimental: true [2022-06-29T21:11:53.605Z] Insecure Registries: [2022-06-29T21:11:53.605Z] 127.0.0.0/8 [2022-06-29T21:11:53.605Z] Live Restore Enabled: true [2022-06-29T21:11:53.605Z] [2022-06-29T21:11:53.605Z] WARNING: No swap limit support [Pipeline] sh [2022-06-29T21:11:53.879Z] Client: [2022-06-29T21:11:53.879Z] Context: default [2022-06-29T21:11:53.879Z] Debug Mode: false [2022-06-29T21:11:53.879Z] Plugins: [2022-06-29T21:11:53.879Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-29T21:11:53.879Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-29T21:11:53.879Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-29T21:11:53.879Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-29T21:11:53.879Z] [2022-06-29T21:11:53.879Z] Server: [2022-06-29T21:11:53.879Z] Containers: 0 [2022-06-29T21:11:53.879Z] Running: 0 [2022-06-29T21:11:53.879Z] Paused: 0 [2022-06-29T21:11:53.879Z] Stopped: 0 [2022-06-29T21:11:53.879Z] Images: 0 [2022-06-29T21:11:53.879Z] Server Version: 20.10.14 [2022-06-29T21:11:53.879Z] Storage Driver: overlay2 [2022-06-29T21:11:53.879Z] Backing Filesystem: extfs [2022-06-29T21:11:53.879Z] Supports d_type: true [2022-06-29T21:11:53.879Z] Native Overlay Diff: true [2022-06-29T21:11:53.879Z] userxattr: false [2022-06-29T21:11:53.879Z] Logging Driver: json-file [2022-06-29T21:11:53.879Z] Cgroup Driver: cgroupfs [2022-06-29T21:11:53.879Z] Cgroup Version: 1 [2022-06-29T21:11:53.879Z] Plugins: [2022-06-29T21:11:53.879Z] Volume: local [2022-06-29T21:11:53.879Z] Network: bridge host ipvlan macvlan null overlay [2022-06-29T21:11:53.879Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-29T21:11:53.879Z] Swarm: inactive [2022-06-29T21:11:53.879Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-06-29T21:11:53.879Z] Default Runtime: runc [2022-06-29T21:11:53.879Z] Init Binary: docker-init [2022-06-29T21:11:53.879Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-29T21:11:53.879Z] runc version: v1.0.3-0-gf46b6ba [2022-06-29T21:11:53.879Z] init version: de40ad0 [2022-06-29T21:11:53.879Z] Security Options: [2022-06-29T21:11:53.879Z] apparmor [2022-06-29T21:11:53.879Z] seccomp [2022-06-29T21:11:53.879Z] Profile: default [2022-06-29T21:11:53.879Z] Kernel Version: 5.4.0-1071-aws [2022-06-29T21:11:53.879Z] Operating System: Ubuntu 18.04.6 LTS [2022-06-29T21:11:53.879Z] OSType: linux [2022-06-29T21:11:53.879Z] Architecture: x86_64 [2022-06-29T21:11:53.879Z] CPUs: 2 [2022-06-29T21:11:53.879Z] Total Memory: 7.565GiB [2022-06-29T21:11:53.879Z] Name: ip-10-100-104-134 [2022-06-29T21:11:53.879Z] ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW [2022-06-29T21:11:53.879Z] Docker Root Dir: /var/lib/docker [2022-06-29T21:11:53.879Z] Debug Mode: false [2022-06-29T21:11:53.879Z] Registry: https://index.docker.io/v1/ [2022-06-29T21:11:53.879Z] Labels: [2022-06-29T21:11:53.879Z] Experimental: true [2022-06-29T21:11:53.879Z] Insecure Registries: [2022-06-29T21:11:53.879Z] 127.0.0.0/8 [2022-06-29T21:11:53.879Z] Live Restore Enabled: true [2022-06-29T21:11:53.879Z] [2022-06-29T21:11:53.879Z] WARNING: No swap limit support [Pipeline] sh [2022-06-29T21:11:53.902Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-29T21:11:53.902Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-29T21:11:53.902Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43732/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-29T21:11:53.902Z] + bash /home/ubuntu/workspace/moby_PR-43732/check-config.sh [2022-06-29T21:11:53.902Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-29T21:11:53.902Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-29T21:11:53.902Z] [2022-06-29T21:11:53.902Z] Generally Necessary: [2022-06-29T21:11:53.902Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-29T21:11:53.902Z] - apparmor: enabled and tools installed [2022-06-29T21:11:53.902Z] - CONFIG_NAMESPACES: enabled [2022-06-29T21:11:53.902Z] - CONFIG_NET_NS: enabled [2022-06-29T21:11:53.902Z] - CONFIG_PID_NS: enabled [2022-06-29T21:11:53.902Z] - CONFIG_IPC_NS: enabled [2022-06-29T21:11:53.902Z] - CONFIG_UTS_NS: enabled [2022-06-29T21:11:53.902Z] - CONFIG_CGROUPS: enabled [2022-06-29T21:11:53.902Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-29T21:11:53.902Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-29T21:11:53.902Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-29T21:11:53.902Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-29T21:11:53.902Z] - CONFIG_CPUSETS: enabled [2022-06-29T21:11:53.902Z] - CONFIG_MEMCG: enabled [2022-06-29T21:11:53.902Z] - CONFIG_KEYS: enabled [2022-06-29T21:11:53.902Z] - CONFIG_VETH: enabled (as module) [2022-06-29T21:11:53.902Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-29T21:11:53.902Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-29T21:11:53.902Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-29T21:11:53.902Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-29T21:11:54.031Z] #62 49.96 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-29T21:11:54.031Z] #62 50.16 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-29T21:11:54.031Z] #62 50.19 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-29T21:11:54.167Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-29T21:11:54.167Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-29T21:11:54.167Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-29T21:11:54.167Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-29T21:11:54.167Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-29T21:11:54.167Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-29T21:11:54.167Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-29T21:11:54.167Z] - CONFIG_CGROUP_BPF: enabled [2022-06-29T21:11:54.167Z] [2022-06-29T21:11:54.167Z] Optional Features: [2022-06-29T21:11:54.167Z] - CONFIG_USER_NS: enabled [2022-06-29T21:11:54.167Z] - CONFIG_SECCOMP: enabled [2022-06-29T21:11:54.167Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-29T21:11:54.167Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-29T21:11:54.167Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-29T21:11:54.167Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-29T21:11:54.167Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-29T21:11:54.167Z] - CONFIG_BLK_CGROUP: enabled [2022-06-29T21:11:54.167Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-29T21:11:54.167Z] - CONFIG_CGROUP_PERF: enabled [2022-06-29T21:11:54.167Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-29T21:11:54.167Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-29T21:11:54.167Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-29T21:11:54.167Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-29T21:11:54.167Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-29T21:11:54.167Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-29T21:11:54.167Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-29T21:11:54.167Z] - CONFIG_IP_VS: enabled (as module) [2022-06-29T21:11:54.167Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-29T21:11:54.167Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-29T21:11:54.167Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-29T21:11:54.167Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-29T21:11:54.167Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-29T21:11:54.167Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-29T21:11:54.167Z] - CONFIG_EXT4_FS: enabled [2022-06-29T21:11:54.167Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-29T21:11:54.167Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-29T21:11:54.167Z] - Network Drivers: [2022-06-29T21:11:54.167Z] - "overlay": [2022-06-29T21:11:54.167Z] - CONFIG_VXLAN: enabled (as module) [2022-06-29T21:11:54.167Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-29T21:11:54.167Z] Optional (for encrypted networks): [2022-06-29T21:11:54.171Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-29T21:11:54.171Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-29T21:11:54.171Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43732/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-29T21:11:54.171Z] + bash /home/ubuntu/workspace/moby_PR-43732/check-config.sh [2022-06-29T21:11:54.171Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-29T21:11:54.171Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ... [2022-06-29T21:11:54.171Z] [2022-06-29T21:11:54.171Z] Generally Necessary: [2022-06-29T21:11:54.171Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-29T21:11:54.171Z] - apparmor: enabled and tools installed [2022-06-29T21:11:54.171Z] - CONFIG_NAMESPACES: enabled [2022-06-29T21:11:54.171Z] - CONFIG_NET_NS: enabled [2022-06-29T21:11:54.171Z] - CONFIG_PID_NS: enabled [2022-06-29T21:11:54.171Z] - CONFIG_IPC_NS: enabled [2022-06-29T21:11:54.171Z] - CONFIG_UTS_NS: enabled [2022-06-29T21:11:54.171Z] - CONFIG_CGROUPS: enabled [2022-06-29T21:11:54.171Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-29T21:11:54.171Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-29T21:11:54.171Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-29T21:11:54.171Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-29T21:11:54.171Z] - CONFIG_CPUSETS: enabled [2022-06-29T21:11:54.171Z] - CONFIG_MEMCG: enabled [2022-06-29T21:11:54.171Z] - CONFIG_KEYS: enabled [2022-06-29T21:11:54.171Z] - CONFIG_VETH: enabled (as module) [2022-06-29T21:11:54.171Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-29T21:11:54.171Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-29T21:11:54.171Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-29T21:11:54.171Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-29T21:11:54.171Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-29T21:11:54.171Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-29T21:11:54.288Z] #62 50.53 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-29T21:11:54.288Z] #62 50.64 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-29T21:11:54.430Z] - CONFIG_CRYPTO: enabled [2022-06-29T21:11:54.430Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-29T21:11:54.430Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-29T21:11:54.430Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-29T21:11:54.430Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-29T21:11:54.430Z] - CONFIG_XFRM: enabled [2022-06-29T21:11:54.430Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-29T21:11:54.430Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-29T21:11:54.430Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-29T21:11:54.430Z] - "ipvlan": [2022-06-29T21:11:54.430Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-29T21:11:54.430Z] - "macvlan": [2022-06-29T21:11:54.430Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-29T21:11:54.430Z] - CONFIG_DUMMY: enabled (as module) [2022-06-29T21:11:54.430Z] - "ftp,tftp client in container": [2022-06-29T21:11:54.430Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-29T21:11:54.430Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-29T21:11:54.430Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-29T21:11:54.430Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-29T21:11:54.430Z] - Storage Drivers: [2022-06-29T21:11:54.430Z] - "aufs": [2022-06-29T21:11:54.430Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-29T21:11:54.430Z] - "btrfs": [2022-06-29T21:11:54.430Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-29T21:11:54.430Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-29T21:11:54.430Z] - "devicemapper": [2022-06-29T21:11:54.430Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-29T21:11:54.430Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-29T21:11:54.430Z] - "overlay": [2022-06-29T21:11:54.430Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-29T21:11:54.430Z] - "zfs": [2022-06-29T21:11:54.430Z] - /dev/zfs: present [2022-06-29T21:11:54.430Z] - zfs command: missing [2022-06-29T21:11:54.430Z] - zpool command: missing [2022-06-29T21:11:54.430Z] [2022-06-29T21:11:54.430Z] Limits: [2022-06-29T21:11:54.430Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-29T21:11:54.430Z] [2022-06-29T21:11:54.430Z] + true [Pipeline] } [2022-06-29T21:11:54.448Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-29T21:11:54.448Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-29T21:11:54.448Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-29T21:11:54.448Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-29T21:11:54.448Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-29T21:11:54.448Z] - CONFIG_CGROUP_BPF: enabled [2022-06-29T21:11:54.448Z] [2022-06-29T21:11:54.448Z] Optional Features: [2022-06-29T21:11:54.448Z] - CONFIG_USER_NS: enabled [2022-06-29T21:11:54.448Z] - CONFIG_SECCOMP: enabled [2022-06-29T21:11:54.448Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-29T21:11:54.448Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-29T21:11:54.448Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-29T21:11:54.448Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-06-29T21:11:54.448Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-06-29T21:11:54.448Z] - CONFIG_BLK_CGROUP: enabled [2022-06-29T21:11:54.448Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-29T21:11:54.448Z] - CONFIG_CGROUP_PERF: enabled [2022-06-29T21:11:54.448Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-29T21:11:54.448Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-29T21:11:54.448Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-29T21:11:54.448Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-29T21:11:54.448Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-29T21:11:54.448Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-29T21:11:54.448Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-29T21:11:54.448Z] - CONFIG_IP_VS: enabled (as module) [2022-06-29T21:11:54.448Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-29T21:11:54.448Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-29T21:11:54.448Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-29T21:11:54.448Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-29T21:11:54.448Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-29T21:11:54.448Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-29T21:11:54.448Z] - CONFIG_EXT4_FS: enabled [2022-06-29T21:11:54.448Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-29T21:11:54.448Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-29T21:11:54.448Z] - Network Drivers: [2022-06-29T21:11:54.448Z] - "overlay": [2022-06-29T21:11:54.448Z] - CONFIG_VXLAN: enabled (as module) [2022-06-29T21:11:54.448Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-29T21:11:54.448Z] Optional (for encrypted networks): [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-29T21:11:54.545Z] #62 50.68 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-29T21:11:54.714Z] - CONFIG_CRYPTO: enabled [2022-06-29T21:11:54.714Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-29T21:11:54.714Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-29T21:11:54.714Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-29T21:11:54.714Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-29T21:11:54.714Z] - CONFIG_XFRM: enabled [2022-06-29T21:11:54.714Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-29T21:11:54.714Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-29T21:11:54.714Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-29T21:11:54.714Z] - "ipvlan": [2022-06-29T21:11:54.714Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-29T21:11:54.714Z] - "macvlan": [2022-06-29T21:11:54.714Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-29T21:11:54.714Z] - CONFIG_DUMMY: enabled (as module) [2022-06-29T21:11:54.714Z] - "ftp,tftp client in container": [2022-06-29T21:11:54.714Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-29T21:11:54.714Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-29T21:11:54.714Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-29T21:11:54.714Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-29T21:11:54.714Z] - Storage Drivers: [2022-06-29T21:11:54.714Z] - "aufs": [2022-06-29T21:11:54.714Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-29T21:11:54.714Z] - "btrfs": [2022-06-29T21:11:54.714Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-29T21:11:54.714Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-29T21:11:54.714Z] - "devicemapper": [2022-06-29T21:11:54.714Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-29T21:11:54.714Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-29T21:11:54.714Z] - "overlay": [2022-06-29T21:11:54.714Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-29T21:11:54.714Z] - "zfs": [2022-06-29T21:11:54.714Z] - /dev/zfs: present [2022-06-29T21:11:54.714Z] - zfs command: missing [2022-06-29T21:11:54.714Z] - zpool command: missing [2022-06-29T21:11:54.714Z] [2022-06-29T21:11:54.714Z] Limits: [2022-06-29T21:11:54.714Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-29T21:11:54.714Z] [2022-06-29T21:11:54.714Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-29T21:11:54.775Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:af47f4c2c5444a540cc9962c99dfdaf9b7532bab . [2022-06-29T21:11:55.038Z] #2 [internal] load .dockerignore [2022-06-29T21:11:55.038Z] #2 sha256:c36e430e53bc75dfea70eb96f495312f7de2fff98c5e434485d81acd7618e914 [2022-06-29T21:11:55.038Z] #2 transferring context: 145B done [2022-06-29T21:11:55.038Z] #2 DONE 0.1s [2022-06-29T21:11:55.038Z] [2022-06-29T21:11:55.038Z] #1 [internal] load build definition from Dockerfile [2022-06-29T21:11:55.038Z] #1 sha256:a43d008a56f9d2b9d783ea0922c575b644611f160c48bda90ef9e86dd32b5c63 [2022-06-29T21:11:55.038Z] #1 transferring dockerfile: 18.90kB done [2022-06-29T21:11:55.038Z] #1 DONE 0.2s [2022-06-29T21:11:55.062Z] + sudo modprobe ip_vs [2022-06-29T21:11:55.062Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:3270a905dad788432c54afd3a8682a68e680fb5d . [2022-06-29T21:11:55.301Z] [2022-06-29T21:11:55.301Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-29T21:11:55.301Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-29T21:11:55.327Z] #1 [internal] load build definition from Dockerfile [2022-06-29T21:11:55.327Z] #1 sha256:742058ff2f5984e66cdd876feaf692f7e7c97d07577b96826cd4b90f5b476663 [2022-06-29T21:11:55.327Z] #1 transferring dockerfile: 18.90kB done [2022-06-29T21:11:55.327Z] #1 DONE 0.1s [2022-06-29T21:11:55.327Z] [2022-06-29T21:11:55.327Z] #2 [internal] load .dockerignore [2022-06-29T21:11:55.327Z] #2 sha256:513d5c9869fc0aa5e4028a3a51862f400d00ec6c4f23278f9a55a6ea2ceaa655 [2022-06-29T21:11:55.327Z] #2 transferring context: 145B done [2022-06-29T21:11:55.478Z] #62 51.45 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-29T21:11:55.478Z] #62 51.62 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-29T21:11:55.478Z] #62 51.66 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-29T21:11:55.478Z] #62 51.70 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-29T21:11:55.478Z] #62 51.77 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-29T21:11:55.478Z] #62 51.77 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-29T21:11:55.478Z] #62 51.83 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-29T21:11:55.564Z] #3 DONE 0.4s [2022-06-29T21:11:55.564Z] [2022-06-29T21:11:55.564Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-29T21:11:55.564Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-29T21:11:55.564Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-29T21:11:55.564Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-29T21:11:55.564Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-29T21:11:55.564Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-29T21:11:55.564Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 7.34MB / 9.67MB 0.1s [2022-06-29T21:11:55.589Z] #2 DONE 0.1s [2022-06-29T21:11:55.589Z] [2022-06-29T21:11:55.589Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-29T21:11:55.589Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-29T21:11:55.735Z] #62 51.88 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-29T21:11:55.735Z] #62 51.94 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-29T21:11:55.735Z] #62 ... [2022-06-29T21:11:55.735Z] [2022-06-29T21:11:55.735Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:11:55.735Z] #58 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:11:55.735Z] #58 41.68 The following additional packages will be installed: [2022-06-29T21:11:55.735Z] #58 41.69 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-29T21:11:55.735Z] #58 41.69 python3-protobuf python3-six [2022-06-29T21:11:55.735Z] #58 41.71 Suggested packages: [2022-06-29T21:11:55.735Z] #58 41.71 python3-setuptools [2022-06-29T21:11:55.735Z] #58 41.72 Recommended packages: [2022-06-29T21:11:55.735Z] #58 41.72 iproute2 | iproute [2022-06-29T21:11:55.735Z] #58 42.56 The following NEW packages will be installed: [2022-06-29T21:11:55.735Z] #58 42.58 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-29T21:11:55.735Z] #58 42.59 python3-protobuf python3-six [2022-06-29T21:11:55.735Z] #58 43.14 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:11:55.735Z] #58 43.14 Need to get 2314 kB of archives. [2022-06-29T21:11:55.735Z] #58 43.14 After this operation, 11.1 MB of additional disk space will be used. [2022-06-29T21:11:55.735Z] #58 43.14 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-29T21:11:55.735Z] #58 43.18 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-29T21:11:55.735Z] #58 43.18 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-29T21:11:55.735Z] #58 43.20 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-29T21:11:55.735Z] #58 43.24 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-29T21:11:55.735Z] #58 43.25 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-29T21:11:55.735Z] #58 43.26 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-29T21:11:55.735Z] #58 45.89 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-29T21:11:55.735Z] #58 47.62 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:11:55.735Z] #58 48.01 Fetched 2314 kB in 4s (652 kB/s) [2022-06-29T21:11:55.735Z] #58 48.14 Selecting previously unselected package libprotobuf23:amd64. [2022-06-29T21:11:55.735Z] #58 48.14 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-29T21:11:55.735Z] #58 48.24 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-29T21:11:55.735Z] #58 48.25 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-29T21:11:55.735Z] #58 49.57 Selecting previously unselected package python3-pkg-resources. [2022-06-29T21:11:55.735Z] #58 49.57 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-29T21:11:55.735Z] #58 49.59 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-29T21:11:55.735Z] #58 50.15 Selecting previously unselected package python3-six. [2022-06-29T21:11:55.735Z] #58 50.16 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-29T21:11:55.735Z] #58 50.19 Unpacking python3-six (1.16.0-2) ... [2022-06-29T21:11:55.735Z] #58 50.28 Selecting previously unselected package python3-protobuf. [2022-06-29T21:11:55.735Z] #58 50.29 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-29T21:11:55.735Z] #58 50.31 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-29T21:11:55.735Z] #58 51.05 Selecting previously unselected package libnet1:amd64. [2022-06-29T21:11:55.735Z] #58 51.05 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-29T21:11:55.735Z] #58 51.09 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-29T21:11:55.735Z] #58 51.34 Selecting previously unselected package libnl-3-200:amd64. [2022-06-29T21:11:55.735Z] #58 51.34 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-29T21:11:55.735Z] #58 51.40 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-29T21:11:55.735Z] #58 51.69 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-29T21:11:55.735Z] #58 51.70 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-29T21:11:55.735Z] #58 51.71 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:11:55.735Z] #58 ... [2022-06-29T21:11:55.735Z] [2022-06-29T21:11:55.735Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:11:55.735Z] #62 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:11:55.735Z] #62 51.97 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-29T21:11:55.735Z] #62 52.05 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-29T21:11:55.829Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-06-29T21:11:55.829Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-06-29T21:11:55.829Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s [2022-06-29T21:11:55.993Z] #62 52.12 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-29T21:11:55.993Z] #62 52.22 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-29T21:11:56.249Z] #62 52.40 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-29T21:11:56.249Z] #62 52.46 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-29T21:11:56.249Z] #62 52.51 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-29T21:11:56.406Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-06-29T21:11:56.406Z] #4 DONE 0.8s [2022-06-29T21:11:56.506Z] #62 52.61 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-29T21:11:56.506Z] #62 52.68 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-29T21:11:56.506Z] #62 52.73 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-29T21:11:56.539Z] #3 DONE 0.7s [2022-06-29T21:11:56.539Z] [2022-06-29T21:11:56.539Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-29T21:11:56.539Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-29T21:11:56.539Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done [2022-06-29T21:11:56.539Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-29T21:11:56.539Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-29T21:11:56.539Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-29T21:11:56.539Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-06-29T21:11:56.668Z] [2022-06-29T21:11:56.668Z] #6 [internal] load build definition from Dockerfile [2022-06-29T21:11:56.668Z] #6 sha256:76b968f312ed735643b0ce87a2c7bb55bba4982c867f0842241c450d114d45eb [2022-06-29T21:11:56.668Z] #6 DONE 0.0s [2022-06-29T21:11:56.668Z] [2022-06-29T21:11:56.668Z] #5 [internal] load .dockerignore [2022-06-29T21:11:56.668Z] #5 sha256:b40df8077539a7a38a5a674e7ef1aaf85705f9b7043c849103d4bc3af2c16f13 [2022-06-29T21:11:56.668Z] #5 DONE 0.0s [2022-06-29T21:11:56.668Z] [2022-06-29T21:11:56.668Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-29T21:11:56.668Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-29T21:11:56.762Z] Client: [2022-06-29T21:11:56.762Z] Context: default [2022-06-29T21:11:56.762Z] Debug Mode: false [2022-06-29T21:11:56.762Z] Plugins: [2022-06-29T21:11:56.762Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-29T21:11:56.762Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-29T21:11:56.762Z] [2022-06-29T21:11:56.762Z] Server: [2022-06-29T21:11:56.762Z] Containers: 0 [2022-06-29T21:11:56.762Z] Running: 0 [2022-06-29T21:11:56.762Z] Paused: 0 [2022-06-29T21:11:56.762Z] Stopped: 0 [2022-06-29T21:11:56.762Z] Images: 0 [2022-06-29T21:11:56.762Z] Server Version: 20.10.14 [2022-06-29T21:11:56.762Z] Storage Driver: overlay2 [2022-06-29T21:11:56.762Z] Backing Filesystem: extfs [2022-06-29T21:11:56.762Z] Supports d_type: true [2022-06-29T21:11:56.762Z] Native Overlay Diff: true [2022-06-29T21:11:56.762Z] userxattr: false [2022-06-29T21:11:56.762Z] Logging Driver: json-file [2022-06-29T21:11:56.762Z] Cgroup Driver: cgroupfs [2022-06-29T21:11:56.762Z] Cgroup Version: 1 [2022-06-29T21:11:56.762Z] Plugins: [2022-06-29T21:11:56.762Z] Volume: local [2022-06-29T21:11:56.762Z] Network: bridge host ipvlan macvlan null overlay [2022-06-29T21:11:56.762Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-29T21:11:56.762Z] Swarm: inactive [2022-06-29T21:11:56.762Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-29T21:11:56.762Z] Default Runtime: runc [2022-06-29T21:11:56.762Z] Init Binary: docker-init [2022-06-29T21:11:56.762Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-29T21:11:56.762Z] runc version: v1.0.3-0-gf46b6ba [2022-06-29T21:11:56.762Z] init version: de40ad0 [2022-06-29T21:11:56.762Z] Security Options: [2022-06-29T21:11:56.762Z] apparmor [2022-06-29T21:11:56.762Z] seccomp [2022-06-29T21:11:56.762Z] Profile: default [2022-06-29T21:11:56.762Z] Kernel Version: 5.13.0-1021-aws [2022-06-29T21:11:56.762Z] Operating System: Ubuntu 20.04.4 LTS [2022-06-29T21:11:56.762Z] OSType: linux [2022-06-29T21:11:56.762Z] Architecture: aarch64 [2022-06-29T21:11:56.762Z] CPUs: 2 [2022-06-29T21:11:56.762Z] Total Memory: 7.562GiB [2022-06-29T21:11:56.762Z] Name: ip-10-100-39-22 [2022-06-29T21:11:56.762Z] ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ [2022-06-29T21:11:56.762Z] Docker Root Dir: /var/lib/docker [2022-06-29T21:11:56.762Z] Debug Mode: false [2022-06-29T21:11:56.762Z] Registry: https://index.docker.io/v1/ [2022-06-29T21:11:56.762Z] Labels: [2022-06-29T21:11:56.762Z] Experimental: true [2022-06-29T21:11:56.762Z] Insecure Registries: [2022-06-29T21:11:56.762Z] 127.0.0.0/8 [2022-06-29T21:11:56.762Z] Live Restore Enabled: true [2022-06-29T21:11:56.762Z] [2022-06-29T21:11:56.763Z] #62 52.95 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [Pipeline] sh [2022-06-29T21:11:57.030Z] #62 53.10 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-29T21:11:57.030Z] #62 53.32 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-29T21:11:57.057Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-29T21:11:57.057Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-06-29T21:11:57.057Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43732/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-06-29T21:11:57.057Z] + bash /home/ubuntu/workspace/moby_PR-43732/check-config.sh [2022-06-29T21:11:57.057Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-06-29T21:11:57.057Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ... [2022-06-29T21:11:57.057Z] [2022-06-29T21:11:57.057Z] Generally Necessary: [2022-06-29T21:11:57.057Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-06-29T21:11:57.057Z] - apparmor: enabled and tools installed [2022-06-29T21:11:57.057Z] - CONFIG_NAMESPACES: enabled [2022-06-29T21:11:57.057Z] - CONFIG_NET_NS: enabled [2022-06-29T21:11:57.057Z] - CONFIG_PID_NS: enabled [2022-06-29T21:11:57.057Z] - CONFIG_IPC_NS: enabled [2022-06-29T21:11:57.057Z] - CONFIG_UTS_NS: enabled [2022-06-29T21:11:57.057Z] - CONFIG_CGROUPS: enabled [2022-06-29T21:11:57.057Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-06-29T21:11:57.057Z] - CONFIG_CGROUP_DEVICE: enabled [2022-06-29T21:11:57.057Z] - CONFIG_CGROUP_FREEZER: enabled [2022-06-29T21:11:57.057Z] - CONFIG_CGROUP_SCHED: enabled [2022-06-29T21:11:57.057Z] - CONFIG_CPUSETS: enabled [2022-06-29T21:11:57.057Z] - CONFIG_MEMCG: enabled [2022-06-29T21:11:57.110Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.6s done [2022-06-29T21:11:57.110Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s [2022-06-29T21:11:57.241Z] #10 ... [2022-06-29T21:11:57.241Z] [2022-06-29T21:11:57.241Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-29T21:11:57.241Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-29T21:11:57.241Z] #8 DONE 0.6s [2022-06-29T21:11:57.241Z] [2022-06-29T21:11:57.241Z] #9 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-29T21:11:57.241Z] #9 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-29T21:11:57.241Z] #9 DONE 0.7s [2022-06-29T21:11:57.241Z] [2022-06-29T21:11:57.241Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-29T21:11:57.241Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-29T21:11:57.241Z] #10 DONE 0.7s [2022-06-29T21:11:57.241Z] [2022-06-29T21:11:57.241Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-29T21:11:57.241Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-29T21:11:57.241Z] #7 DONE 0.7s [2022-06-29T21:11:57.287Z] #62 53.34 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-29T21:11:57.287Z] #62 53.43 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-29T21:11:57.287Z] #62 53.46 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-29T21:11:57.287Z] #62 53.51 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-29T21:11:57.287Z] #62 53.56 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-29T21:11:57.326Z] - CONFIG_KEYS: enabled [2022-06-29T21:11:57.326Z] - CONFIG_VETH: enabled (as module) [2022-06-29T21:11:57.326Z] - CONFIG_BRIDGE: enabled (as module) [2022-06-29T21:11:57.326Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-06-29T21:11:57.326Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-06-29T21:11:57.326Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-06-29T21:11:57.326Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-06-29T21:11:57.326Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-06-29T21:11:57.326Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-06-29T21:11:57.326Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-06-29T21:11:57.326Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-06-29T21:11:57.326Z] - CONFIG_NF_NAT: enabled (as module) [2022-06-29T21:11:57.326Z] - CONFIG_POSIX_MQUEUE: enabled [2022-06-29T21:11:57.326Z] - CONFIG_CGROUP_BPF: enabled [2022-06-29T21:11:57.326Z] [2022-06-29T21:11:57.326Z] Optional Features: [2022-06-29T21:11:57.326Z] - CONFIG_USER_NS: enabled [2022-06-29T21:11:57.326Z] - CONFIG_SECCOMP: enabled [2022-06-29T21:11:57.326Z] - CONFIG_SECCOMP_FILTER: enabled [2022-06-29T21:11:57.326Z] - CONFIG_CGROUP_PIDS: enabled [2022-06-29T21:11:57.326Z] - CONFIG_MEMCG_SWAP: enabled [2022-06-29T21:11:57.326Z] (cgroup swap accounting is currently enabled) [2022-06-29T21:11:57.326Z] - CONFIG_BLK_CGROUP: enabled [2022-06-29T21:11:57.326Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-06-29T21:11:57.326Z] - CONFIG_CGROUP_PERF: enabled [2022-06-29T21:11:57.326Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-06-29T21:11:57.371Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-06-29T21:11:57.545Z] #62 53.60 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-29T21:11:57.545Z] #62 53.63 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-29T21:11:57.545Z] #62 53.67 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-29T21:11:57.545Z] #62 53.78 go: downloading github.com/julz/importas v0.1.0 [2022-06-29T21:11:57.587Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-06-29T21:11:57.587Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-06-29T21:11:57.587Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-06-29T21:11:57.587Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-06-29T21:11:57.587Z] - CONFIG_RT_GROUP_SCHED: missing [2022-06-29T21:11:57.587Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-06-29T21:11:57.587Z] - CONFIG_IP_VS: enabled (as module) [2022-06-29T21:11:57.587Z] - CONFIG_IP_VS_NFCT: enabled [2022-06-29T21:11:57.587Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-06-29T21:11:57.587Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-06-29T21:11:57.587Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-06-29T21:11:57.587Z] - CONFIG_SECURITY_SELINUX: enabled [2022-06-29T21:11:57.587Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-06-29T21:11:57.587Z] - CONFIG_EXT4_FS: enabled [2022-06-29T21:11:57.587Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-06-29T21:11:57.587Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-06-29T21:11:57.587Z] - Network Drivers: [2022-06-29T21:11:57.587Z] - "overlay": [2022-06-29T21:11:57.587Z] - CONFIG_VXLAN: enabled (as module) [2022-06-29T21:11:57.587Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-06-29T21:11:57.587Z] Optional (for encrypted networks): [2022-06-29T21:11:57.632Z] #4 DONE 1.5s [2022-06-29T21:11:57.802Z] #62 53.81 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-29T21:11:57.802Z] #62 53.96 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-29T21:11:57.802Z] #62 53.98 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-29T21:11:57.848Z] - CONFIG_CRYPTO: enabled [2022-06-29T21:11:57.848Z] - CONFIG_CRYPTO_AEAD: enabled [2022-06-29T21:11:57.848Z] - CONFIG_CRYPTO_GCM: enabled [2022-06-29T21:11:57.848Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-06-29T21:11:57.848Z] - CONFIG_CRYPTO_GHASH: enabled [2022-06-29T21:11:57.848Z] - CONFIG_XFRM: enabled [2022-06-29T21:11:57.848Z] - CONFIG_XFRM_USER: enabled (as module) [2022-06-29T21:11:57.848Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-06-29T21:11:57.848Z] - CONFIG_INET_ESP: enabled (as module) [2022-06-29T21:11:57.848Z] - "ipvlan": [2022-06-29T21:11:57.848Z] - CONFIG_IPVLAN: enabled (as module) [2022-06-29T21:11:57.848Z] - "macvlan": [2022-06-29T21:11:57.848Z] - CONFIG_MACVLAN: enabled (as module) [2022-06-29T21:11:57.848Z] - CONFIG_DUMMY: enabled (as module) [2022-06-29T21:11:57.848Z] - "ftp,tftp client in container": [2022-06-29T21:11:57.848Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-06-29T21:11:57.848Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-06-29T21:11:57.848Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-06-29T21:11:57.848Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-06-29T21:11:57.848Z] - Storage Drivers: [2022-06-29T21:11:57.848Z] - "aufs": [2022-06-29T21:11:57.848Z] - CONFIG_AUFS_FS: enabled (as module) [2022-06-29T21:11:57.848Z] - "btrfs": [2022-06-29T21:11:57.848Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-06-29T21:11:57.848Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-06-29T21:11:57.848Z] - "devicemapper": [2022-06-29T21:11:57.848Z] - CONFIG_BLK_DEV_DM: enabled [2022-06-29T21:11:57.848Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-06-29T21:11:57.848Z] - "overlay": [2022-06-29T21:11:57.848Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-06-29T21:11:57.848Z] - "zfs": [2022-06-29T21:11:57.848Z] - /dev/zfs: present [2022-06-29T21:11:57.848Z] - zfs command: missing [2022-06-29T21:11:57.848Z] - zpool command: missing [2022-06-29T21:11:57.848Z] [2022-06-29T21:11:57.848Z] Limits: [2022-06-29T21:11:57.848Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-06-29T21:11:57.848Z] [2022-06-29T21:11:57.848Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-06-29T21:11:58.060Z] #62 54.12 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-29T21:11:58.060Z] #62 54.23 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-29T21:11:58.060Z] #62 54.32 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-29T21:11:58.190Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:af47f4c2c5444a540cc9962c99dfdaf9b7532bab . [2022-06-29T21:11:58.207Z] [2022-06-29T21:11:58.207Z] #5 [internal] load .dockerignore [2022-06-29T21:11:58.207Z] #5 sha256:8db9fd91c5d9952ff3ebdb2871a23a2459909cb92600fcce3f0d0dca00e77ac8 [2022-06-29T21:11:58.207Z] #5 DONE 0.0s [2022-06-29T21:11:58.207Z] [2022-06-29T21:11:58.207Z] #6 [internal] load build definition from Dockerfile [2022-06-29T21:11:58.207Z] #6 sha256:a252e80ba32f38e459aa1b3e4423c99d289739bc678f6c030cb72c770a1062eb [2022-06-29T21:11:58.207Z] #6 DONE 0.0s [2022-06-29T21:11:58.207Z] [2022-06-29T21:11:58.207Z] #10 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-29T21:11:58.207Z] #10 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-29T21:11:58.321Z] #62 54.33 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-29T21:11:58.321Z] #62 54.43 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-29T21:11:58.321Z] #62 54.48 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-29T21:11:58.456Z] #1 [internal] load build definition from Dockerfile [2022-06-29T21:11:58.456Z] #1 sha256:213728e12a369c455b145623adff857a77dac964ece3537a83f25152642067ec [2022-06-29T21:11:58.456Z] #1 transferring dockerfile: 18.90kB 0.1s done [2022-06-29T21:11:58.456Z] #1 DONE 0.1s [2022-06-29T21:11:58.456Z] [2022-06-29T21:11:58.456Z] #2 [internal] load .dockerignore [2022-06-29T21:11:58.456Z] #2 sha256:82c83b42f89452f5a06397d4a8d8f7f64e8a8bdf54c86a0820f5cd23711d329e [2022-06-29T21:11:58.456Z] #2 transferring context: 145B done [2022-06-29T21:11:58.578Z] #62 ... [2022-06-29T21:11:58.578Z] [2022-06-29T21:11:58.578Z] #47 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-29T21:11:58.578Z] #47 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-29T21:11:58.578Z] #47 53.80 NAME: [2022-06-29T21:11:58.578Z] #47 53.80 go-winres - A tool for embedding resources in Windows executables [2022-06-29T21:11:58.578Z] #47 53.80 [2022-06-29T21:11:58.578Z] #47 53.80 USAGE: [2022-06-29T21:11:58.578Z] #47 53.80 go-winres [global options] command [command options] [arguments...] [2022-06-29T21:11:58.578Z] #47 53.80 [2022-06-29T21:11:58.578Z] #47 53.80 COMMANDS: [2022-06-29T21:11:58.578Z] #47 53.80 init Create an initial ./winres/winres.json [2022-06-29T21:11:58.578Z] #47 53.80 make Make syso files for the "go build" command [2022-06-29T21:11:58.578Z] #47 53.80 simply Make syso files for the "go build" command (simplified) [2022-06-29T21:11:58.578Z] #47 53.80 extract Extract all resources from an executable [2022-06-29T21:11:58.578Z] #47 53.80 patch Replace resources in an executable file (exe, dll) [2022-06-29T21:11:58.578Z] #47 53.80 help, h Shows a list of commands or help for one command [2022-06-29T21:11:58.578Z] #47 53.80 [2022-06-29T21:11:58.578Z] #47 53.80 GLOBAL OPTIONS: [2022-06-29T21:11:58.578Z] #47 53.80 --help, -h show help (default: false) [2022-06-29T21:11:58.578Z] #47 DONE 54.7s [2022-06-29T21:11:58.578Z] [2022-06-29T21:11:58.578Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:11:58.578Z] #62 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:11:58.578Z] #62 54.61 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-29T21:11:58.578Z] #62 54.61 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-29T21:11:58.578Z] #62 54.65 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-29T21:11:58.719Z] #2 DONE 0.1s [2022-06-29T21:11:58.719Z] [2022-06-29T21:11:58.719Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-29T21:11:58.719Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-06-29T21:11:58.793Z] #10 ... [2022-06-29T21:11:58.793Z] [2022-06-29T21:11:58.793Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-29T21:11:58.793Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-29T21:11:58.793Z] #7 DONE 0.6s [2022-06-29T21:11:58.793Z] [2022-06-29T21:11:58.793Z] #10 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-29T21:11:58.793Z] #10 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-29T21:11:58.793Z] #10 DONE 0.7s [2022-06-29T21:11:58.793Z] [2022-06-29T21:11:58.793Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-29T21:11:58.793Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-29T21:11:58.793Z] #8 DONE 0.7s [2022-06-29T21:11:58.793Z] [2022-06-29T21:11:58.793Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-29T21:11:58.793Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-29T21:11:58.793Z] #9 DONE 0.7s [2022-06-29T21:11:58.983Z] #3 DONE 0.5s [2022-06-29T21:11:59.059Z] [2022-06-29T21:11:59.059Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-29T21:11:59.059Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-29T21:11:59.059Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-29T21:11:59.059Z] #73 DONE 0.1s [2022-06-29T21:11:59.059Z] [2022-06-29T21:11:59.059Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:11:59.059Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:11:59.059Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:11:59.165Z] [2022-06-29T21:11:59.165Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-29T21:11:59.165Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-29T21:11:59.165Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-06-29T21:11:59.165Z] #73 DONE 0.0s [2022-06-29T21:11:59.165Z] [2022-06-29T21:11:59.165Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:11:59.165Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:11:59.165Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 0.1s done [2022-06-29T21:11:59.165Z] #11 sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 1.86kB / 1.86kB done [2022-06-29T21:11:59.165Z] #11 sha256:ea66badd7cf7b734e2484a1905b6545bd944ef3bdeea18be833db3e2219f1153 1.80kB / 1.80kB done [2022-06-29T21:11:59.245Z] [2022-06-29T21:11:59.245Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-29T21:11:59.245Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-06-29T21:11:59.245Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.1s done [2022-06-29T21:11:59.367Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 0.1s done [2022-06-29T21:11:59.367Z] #11 sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 1.86kB / 1.86kB done [2022-06-29T21:11:59.367Z] #11 sha256:46ae95f04a69e0161c554c17bc6b72b3e4851f3c9424a837e6c7fd2269e05cdb 7.10kB / 7.10kB done [2022-06-29T21:11:59.367Z] #11 sha256:ea66badd7cf7b734e2484a1905b6545bd944ef3bdeea18be833db3e2219f1153 1.80kB / 1.80kB done [2022-06-29T21:11:59.427Z] #11 sha256:46ae95f04a69e0161c554c17bc6b72b3e4851f3c9424a837e6c7fd2269e05cdb 7.10kB / 7.10kB done [2022-06-29T21:11:59.428Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 1.05MB / 55.01MB 0.3s [2022-06-29T21:11:59.428Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 0B / 5.16MB 0.3s [2022-06-29T21:11:59.428Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 0B / 10.88MB 0.3s [2022-06-29T21:11:59.506Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-29T21:11:59.506Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done [2022-06-29T21:11:59.506Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done [2022-06-29T21:11:59.506Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.2s [2022-06-29T21:11:59.506Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.3s done [2022-06-29T21:11:59.508Z] #62 55.53 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-29T21:11:59.508Z] #62 55.54 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-29T21:11:59.508Z] #62 55.54 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-29T21:11:59.508Z] #62 55.63 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-29T21:11:59.508Z] #62 55.73 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-29T21:11:59.634Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 3.15MB / 55.01MB 0.2s [2022-06-29T21:11:59.634Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 12.58MB / 55.01MB 0.4s [2022-06-29T21:11:59.634Z] #11 ... [2022-06-29T21:11:59.634Z] [2022-06-29T21:11:59.634Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-29T21:11:59.634Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-29T21:11:59.634Z] #49 DONE 0.0s [2022-06-29T21:11:59.634Z] [2022-06-29T21:11:59.634Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:11:59.634Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:11:59.634Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 18.23MB / 55.01MB 0.5s [2022-06-29T21:11:59.699Z] #11 ... [2022-06-29T21:11:59.699Z] [2022-06-29T21:11:59.699Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-29T21:11:59.699Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-29T21:11:59.699Z] #49 DONE 0.0s [2022-06-29T21:11:59.699Z] [2022-06-29T21:11:59.699Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:11:59.699Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:11:59.699Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 1.05MB / 5.16MB 0.4s [2022-06-29T21:11:59.699Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 6.29MB / 55.01MB 0.5s [2022-06-29T21:11:59.699Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 2.10MB / 5.16MB 0.5s [2022-06-29T21:11:59.699Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 2.10MB / 10.88MB 0.5s [2022-06-29T21:11:59.765Z] #62 55.79 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-29T21:11:59.765Z] #62 55.79 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-29T21:11:59.765Z] #62 55.82 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-29T21:11:59.765Z] #62 55.83 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-29T21:11:59.765Z] #62 56.05 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-29T21:11:59.774Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.1s [2022-06-29T21:11:59.774Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done [2022-06-29T21:11:59.895Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 26.21MB / 55.01MB 0.6s [2022-06-29T21:11:59.895Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 32.51MB / 55.01MB 0.7s [2022-06-29T21:11:59.963Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 11.37MB / 55.01MB 0.7s [2022-06-29T21:11:59.963Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 5.16MB / 5.16MB 0.7s done [2022-06-29T21:11:59.963Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 7.34MB / 10.88MB 0.7s [2022-06-29T21:12:00.022Z] #62 56.08 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-29T21:12:00.022Z] #62 56.09 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-29T21:12:00.022Z] #62 56.12 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-29T21:12:00.022Z] #62 56.13 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-29T21:12:00.022Z] #62 56.18 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-29T21:12:00.022Z] #62 56.32 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-29T21:12:00.035Z] #4 DONE 0.7s [2022-06-29T21:12:00.035Z] [2022-06-29T21:12:00.035Z] #5 [internal] load build definition from Dockerfile [2022-06-29T21:12:00.035Z] #5 sha256:bf23dc47dfdfa5388403031ebe1c31285c629b32f58043b9a48b08affeb645e1 [2022-06-29T21:12:00.035Z] #5 DONE 0.0s [2022-06-29T21:12:00.035Z] [2022-06-29T21:12:00.035Z] #6 [internal] load .dockerignore [2022-06-29T21:12:00.035Z] #6 sha256:123f204c3b15f01dbfd72268fe21a5b04a25c97075a9e7e727d53190b6d418f0 [2022-06-29T21:12:00.035Z] #6 DONE 0.0s [2022-06-29T21:12:00.036Z] [2022-06-29T21:12:00.036Z] #10 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-29T21:12:00.036Z] #10 sha256:254888d0473df42f3d8363fa8d89e38569261e00a1ef9639c42f1a611adbd0d7 [2022-06-29T21:12:00.155Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 39.16MB / 55.01MB 0.9s [2022-06-29T21:12:00.155Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 0B / 5.16MB 0.9s [2022-06-29T21:12:00.155Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 0B / 10.88MB 0.9s [2022-06-29T21:12:00.155Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 44.19MB / 55.01MB 1.0s [2022-06-29T21:12:00.155Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 1.05MB / 5.16MB 1.0s [2022-06-29T21:12:00.155Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 1.05MB / 10.88MB 1.0s [2022-06-29T21:12:00.226Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 16.78MB / 55.01MB 0.9s [2022-06-29T21:12:00.226Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 10.88MB / 10.88MB 0.9s [2022-06-29T21:12:00.226Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 1.10MB / 54.58MB 0.9s [2022-06-29T21:12:00.226Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 8.39MB / 54.58MB 1.0s [2022-06-29T21:12:00.227Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 22.02MB / 55.01MB 1.1s [2022-06-29T21:12:00.227Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 10.88MB / 10.88MB 1.0s done [2022-06-29T21:12:00.280Z] #62 56.43 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-29T21:12:00.280Z] #62 56.43 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-29T21:12:00.280Z] #62 56.49 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-29T21:12:00.280Z] #62 56.55 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-29T21:12:00.418Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 49.28MB / 55.01MB 1.1s [2022-06-29T21:12:00.418Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 3.15MB / 5.16MB 1.1s [2022-06-29T21:12:00.418Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 5.24MB / 10.88MB 1.1s [2022-06-29T21:12:00.418Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 52.43MB / 55.01MB 1.2s [2022-06-29T21:12:00.418Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 4.19MB / 5.16MB 1.2s [2022-06-29T21:12:00.418Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 7.34MB / 10.88MB 1.2s [2022-06-29T21:12:00.495Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 14.68MB / 54.58MB 1.2s [2022-06-29T21:12:00.495Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 0B / 85.88MB 1.2s [2022-06-29T21:12:00.495Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 29.36MB / 55.01MB 1.4s [2022-06-29T21:12:00.495Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 19.92MB / 54.58MB 1.4s [2022-06-29T21:12:00.539Z] #62 56.56 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-29T21:12:00.679Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 5.16MB / 5.16MB 1.4s [2022-06-29T21:12:00.679Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 9.44MB / 10.88MB 1.4s [2022-06-29T21:12:00.679Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 5.16MB / 5.16MB 1.4s done [2022-06-29T21:12:00.679Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 10.49MB / 10.88MB 1.5s [2022-06-29T21:12:00.679Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 0B / 54.58MB 1.5s [2022-06-29T21:12:00.758Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 6.29MB / 85.88MB 1.5s [2022-06-29T21:12:00.758Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 33.55MB / 55.01MB 1.6s [2022-06-29T21:12:00.758Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 24.12MB / 54.58MB 1.6s [2022-06-29T21:12:00.758Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 14.68MB / 85.88MB 1.6s [2022-06-29T21:12:00.859Z] #62 56.90 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-29T21:12:00.859Z] #62 56.93 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-29T21:12:00.859Z] #62 56.93 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-29T21:12:00.859Z] #62 56.94 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-29T21:12:00.859Z] #62 57.04 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-29T21:12:00.941Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 6.55MB / 54.58MB 1.7s [2022-06-29T21:12:01.026Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 38.80MB / 55.01MB 1.8s [2022-06-29T21:12:01.026Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 32.51MB / 54.58MB 1.8s [2022-06-29T21:12:01.026Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 20.97MB / 85.88MB 1.8s [2022-06-29T21:12:01.026Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 41.94MB / 55.01MB 1.9s [2022-06-29T21:12:01.205Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 10.49MB / 54.58MB 1.9s [2022-06-29T21:12:01.205Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 1.9s done [2022-06-29T21:12:01.205Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 13.39MB / 54.58MB 2.0s [2022-06-29T21:12:01.296Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 45.09MB / 55.01MB 2.0s [2022-06-29T21:12:01.296Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 40.89MB / 54.58MB 2.0s [2022-06-29T21:12:01.296Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 27.26MB / 85.88MB 2.0s [2022-06-29T21:12:01.296Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 45.09MB / 54.58MB 2.1s [2022-06-29T21:12:01.424Z] #10 ... [2022-06-29T21:12:01.424Z] [2022-06-29T21:12:01.424Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-29T21:12:01.424Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-29T21:12:01.424Z] #8 DONE 1.2s [2022-06-29T21:12:01.424Z] [2022-06-29T21:12:01.424Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-29T21:12:01.424Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-06-29T21:12:01.424Z] #7 DONE 1.3s [2022-06-29T21:12:01.424Z] [2022-06-29T21:12:01.424Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-29T21:12:01.424Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-29T21:12:01.424Z] #9 DONE 1.3s [2022-06-29T21:12:01.424Z] [2022-06-29T21:12:01.424Z] #10 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-29T21:12:01.424Z] #10 sha256:254888d0473df42f3d8363fa8d89e38569261e00a1ef9639c42f1a611adbd0d7 [2022-06-29T21:12:01.464Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 10.88MB / 10.88MB 2.0s done [2022-06-29T21:12:01.464Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 0B / 141.75MB 2.2s [2022-06-29T21:12:01.464Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 1.05MB / 85.88MB 2.2s [2022-06-29T21:12:01.464Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 17.83MB / 54.58MB 2.3s [2022-06-29T21:12:01.467Z] #62 57.56 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-29T21:12:01.468Z] #62 ... [2022-06-29T21:12:01.468Z] [2022-06-29T21:12:01.468Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:12:01.468Z] #83 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:12:01.468Z] #83 47.57 Selecting previously unselected package xz-utils. [2022-06-29T21:12:01.468Z] #83 47.57 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-29T21:12:01.468Z] #83 47.58 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-29T21:12:01.468Z] #83 48.04 Selecting previously unselected package libsigsegv2:amd64. [2022-06-29T21:12:01.468Z] #83 48.05 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ... [2022-06-29T21:12:01.468Z] #83 48.05 Unpacking libsigsegv2:amd64 (2.13-1) ... [2022-06-29T21:12:01.468Z] #83 48.39 Selecting previously unselected package m4. [2022-06-29T21:12:01.468Z] #83 48.40 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ... [2022-06-29T21:12:01.468Z] #83 48.44 Unpacking m4 (1.4.18-5) ... [2022-06-29T21:12:01.468Z] #83 48.90 Selecting previously unselected package autoconf. [2022-06-29T21:12:01.468Z] #83 48.90 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-06-29T21:12:01.468Z] #83 48.92 Unpacking autoconf (2.69-14) ... [2022-06-29T21:12:01.468Z] #83 49.51 Selecting previously unselected package autotools-dev. [2022-06-29T21:12:01.468Z] #83 49.51 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-06-29T21:12:01.468Z] #83 49.52 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-06-29T21:12:01.468Z] #83 49.82 Selecting previously unselected package automake. [2022-06-29T21:12:01.468Z] #83 49.82 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-06-29T21:12:01.468Z] #83 49.85 Unpacking automake (1:1.16.3-2) ... [2022-06-29T21:12:01.468Z] #83 50.73 Selecting previously unselected package patch. [2022-06-29T21:12:01.468Z] #83 50.74 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ... [2022-06-29T21:12:01.468Z] #83 50.74 Unpacking patch (2.7.6-7) ... [2022-06-29T21:12:01.468Z] #83 50.96 Selecting previously unselected package dpkg-dev. [2022-06-29T21:12:01.468Z] #83 50.97 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ... [2022-06-29T21:12:01.468Z] #83 50.97 Unpacking dpkg-dev (1.20.10) ... [2022-06-29T21:12:01.468Z] #83 52.63 Selecting previously unselected package build-essential. [2022-06-29T21:12:01.468Z] #83 52.63 Preparing to unpack .../12-build-essential_12.9_amd64.deb ... [2022-06-29T21:12:01.468Z] #83 52.64 Unpacking build-essential (12.9) ... [2022-06-29T21:12:01.468Z] #83 52.89 Selecting previously unselected package libcap2:amd64. [2022-06-29T21:12:01.468Z] #83 52.90 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-29T21:12:01.468Z] #83 52.90 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-29T21:12:01.468Z] #83 53.22 Selecting previously unselected package libcap-dev:amd64. [2022-06-29T21:12:01.468Z] #83 53.25 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ... [2022-06-29T21:12:01.468Z] #83 53.25 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2022-06-29T21:12:01.468Z] #83 53.64 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-29T21:12:01.468Z] #83 53.65 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-29T21:12:01.468Z] #83 53.65 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:12:01.468Z] #83 53.88 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-06-29T21:12:01.468Z] #83 53.88 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2022-06-29T21:12:01.468Z] #83 53.91 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-29T21:12:01.468Z] #83 54.19 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-29T21:12:01.468Z] #83 54.20 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-29T21:12:01.468Z] #83 54.33 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-29T21:12:01.468Z] #83 54.76 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-29T21:12:01.468Z] #83 54.76 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-29T21:12:01.468Z] #83 54.82 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-29T21:12:01.468Z] #83 56.19 Selecting previously unselected package libtool. [2022-06-29T21:12:01.468Z] #83 56.21 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-06-29T21:12:01.468Z] #83 56.27 Unpacking libtool (2.4.6-15) ... [2022-06-29T21:12:01.468Z] #83 56.63 Selecting previously unselected package libudev-dev:amd64. [2022-06-29T21:12:01.468Z] #83 56.66 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-29T21:12:01.468Z] #83 56.67 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-29T21:12:01.468Z] #83 57.27 Selecting previously unselected package libyajl2:amd64. [2022-06-29T21:12:01.468Z] #83 57.30 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ... [2022-06-29T21:12:01.468Z] #83 57.32 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-29T21:12:01.468Z] #83 57.53 Selecting previously unselected package libyajl-dev:amd64. [2022-06-29T21:12:01.468Z] #83 57.55 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ... [2022-06-29T21:12:01.468Z] #83 57.56 Unpacking libyajl-dev:amd64 (2.1.0-3) ... [2022-06-29T21:12:01.563Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 52.43MB / 55.01MB 2.3s [2022-06-29T21:12:01.564Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 50.33MB / 54.58MB 2.3s [2022-06-29T21:12:01.564Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 34.60MB / 85.88MB 2.3s [2022-06-29T21:12:01.564Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 54.58MB / 54.58MB 2.4s [2022-06-29T21:12:01.686Z] #10 DONE 1.4s [2022-06-29T21:12:01.724Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 20.97MB / 54.58MB 2.4s [2022-06-29T21:12:01.724Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 6.29MB / 85.88MB 2.4s [2022-06-29T21:12:01.724Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 24.06MB / 54.58MB 2.5s [2022-06-29T21:12:01.724Z] #11 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 [2022-06-29T21:12:01.724Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 27.26MB / 54.58MB 2.6s [2022-06-29T21:12:01.724Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 10.49MB / 141.75MB 2.6s [2022-06-29T21:12:01.724Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 13.63MB / 85.88MB 2.6s [2022-06-29T21:12:01.724Z] #83 57.81 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-29T21:12:01.724Z] #83 57.83 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-29T21:12:01.724Z] #83 57.86 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-29T21:12:01.724Z] #83 57.88 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-29T21:12:01.724Z] #83 57.90 Setting up file (1:5.39-3) ... [2022-06-29T21:12:01.724Z] #83 57.94 Setting up bzip2 (1.0.8-4) ... [2022-06-29T21:12:01.724Z] #83 ... [2022-06-29T21:12:01.724Z] [2022-06-29T21:12:01.724Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:12:01.724Z] #62 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:12:01.724Z] #62 57.90 go: downloading honnef.co/go/tools v0.2.2 [2022-06-29T21:12:01.829Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 40.89MB / 85.88MB 2.5s [2022-06-29T21:12:01.829Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 45.76MB / 85.88MB 2.6s [2022-06-29T21:12:01.829Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 56.80MB / 85.88MB 2.7s [2022-06-29T21:12:01.947Z] [2022-06-29T21:12:01.947Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-29T21:12:01.947Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-29T21:12:01.947Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-06-29T21:12:01.947Z] #73 DONE 0.0s [2022-06-29T21:12:01.947Z] [2022-06-29T21:12:01.947Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-29T21:12:01.947Z] #28 sha256:b57acc032f86b43cfff8f981a7f9ed950014878a4a832c841fe0b1d5c9326d8b [2022-06-29T21:12:01.947Z] #28 resolve docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 0.0s done [2022-06-29T21:12:01.947Z] #28 sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 1.85kB / 1.85kB done [2022-06-29T21:12:01.947Z] #28 sha256:bd276cb1059f6502e342d3052a4c2767f2b3a0196508f5c2c34ce6da4a15b104 529B / 529B done [2022-06-29T21:12:01.947Z] #28 sha256:30d823f645b6a496842c2cff246aae9f07801fff859e8f5dc92d3a48e7b62209 1.48kB / 1.48kB done [2022-06-29T21:12:01.983Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 33.55MB / 54.58MB 2.7s [2022-06-29T21:12:01.983Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 38.80MB / 54.58MB 2.9s [2022-06-29T21:12:01.983Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 19.92MB / 141.75MB 2.9s [2022-06-29T21:12:01.983Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 23.07MB / 85.88MB 2.9s [2022-06-29T21:12:02.092Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 61.87MB / 85.88MB 2.8s [2022-06-29T21:12:02.092Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 2.9s done [2022-06-29T21:12:02.242Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 28.31MB / 85.88MB 3.1s [2022-06-29T21:12:02.354Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 68.16MB / 85.88MB 3.1s [2022-06-29T21:12:02.507Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 45.09MB / 54.58MB 3.3s [2022-06-29T21:12:02.507Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 29.16MB / 141.75MB 3.3s [2022-06-29T21:12:02.507Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 33.55MB / 85.88MB 3.3s [2022-06-29T21:12:02.529Z] #28 sha256:f873dfbc59b181817d5bc2b9fc31d90d8f9139c8cabb2fa7264f9bd7b418b8d2 17.83MB / 53.70MB 0.4s [2022-06-29T21:12:02.529Z] #28 ... [2022-06-29T21:12:02.529Z] [2022-06-29T21:12:02.529Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-29T21:12:02.529Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-29T21:12:02.529Z] #49 DONE 0.0s [2022-06-29T21:12:02.529Z] [2022-06-29T21:12:02.529Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-29T21:12:02.529Z] #28 sha256:b57acc032f86b43cfff8f981a7f9ed950014878a4a832c841fe0b1d5c9326d8b [2022-06-29T21:12:02.529Z] #28 sha256:f873dfbc59b181817d5bc2b9fc31d90d8f9139c8cabb2fa7264f9bd7b418b8d2 25.17MB / 53.70MB 0.5s [2022-06-29T21:12:02.529Z] #28 sha256:f873dfbc59b181817d5bc2b9fc31d90d8f9139c8cabb2fa7264f9bd7b418b8d2 32.51MB / 53.70MB 0.6s [2022-06-29T21:12:02.616Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 74.45MB / 85.88MB 3.3s [2022-06-29T21:12:02.616Z] #11 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 [2022-06-29T21:12:02.616Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 79.95MB / 85.88MB 3.5s [2022-06-29T21:12:02.768Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 48.23MB / 54.58MB 3.5s [2022-06-29T21:12:02.768Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 38.80MB / 85.88MB 3.5s [2022-06-29T21:12:02.768Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 51.38MB / 54.58MB 3.6s [2022-06-29T21:12:02.813Z] #28 sha256:f873dfbc59b181817d5bc2b9fc31d90d8f9139c8cabb2fa7264f9bd7b418b8d2 47.19MB / 53.70MB 0.7s [2022-06-29T21:12:02.813Z] #28 sha256:f873dfbc59b181817d5bc2b9fc31d90d8f9139c8cabb2fa7264f9bd7b418b8d2 53.70MB / 53.70MB 0.9s [2022-06-29T21:12:02.878Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 54.58MB / 54.58MB 3.6s done [2022-06-29T21:12:02.878Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 85.88MB / 85.88MB 3.7s [2022-06-29T21:12:02.878Z] #11 sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 0B / 156B 3.7s [2022-06-29T21:12:03.031Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 54.58MB / 54.58MB 3.8s [2022-06-29T21:12:03.031Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 39.85MB / 141.75MB 3.8s [2022-06-29T21:12:03.031Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 48.23MB / 85.88MB 3.8s [2022-06-29T21:12:03.143Z] #11 sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 156B / 156B 3.8s [2022-06-29T21:12:03.143Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 675.84kB / 141.75MB 3.8s [2022-06-29T21:12:03.304Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 54.64MB / 85.88MB 4.0s [2022-06-29T21:12:03.304Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 48.23MB / 141.75MB 4.1s [2022-06-29T21:12:03.407Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 8.09MB / 141.75MB 4.2s [2022-06-29T21:12:03.570Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 54.58MB / 54.58MB 4.2s done [2022-06-29T21:12:03.570Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 59.77MB / 85.88MB 4.3s [2022-06-29T21:12:03.628Z] #62 ... [2022-06-29T21:12:03.628Z] [2022-06-29T21:12:03.628Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:12:03.628Z] #83 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:12:03.628Z] #83 57.96 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:12:03.628Z] #83 57.97 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-29T21:12:03.628Z] #83 57.99 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-29T21:12:03.628Z] #83 58.01 Setting up autotools-dev (20180224.1+nmu1) ... [2022-06-29T21:12:03.628Z] #83 58.02 Setting up libsigsegv2:amd64 (2.13-1) ... [2022-06-29T21:12:03.628Z] #83 58.03 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-29T21:12:03.628Z] #83 58.07 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-29T21:12:03.628Z] #83 58.13 Setting up patch (2.7.6-7) ... [2022-06-29T21:12:03.628Z] #83 58.19 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-29T21:12:03.628Z] #83 58.28 Setting up libyajl-dev:amd64 (2.1.0-3) ... [2022-06-29T21:12:03.628Z] #83 58.36 Setting up libcap-dev:amd64 (1:2.44-1) ... [2022-06-29T21:12:03.628Z] #83 58.37 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-29T21:12:03.628Z] #83 58.38 Setting up libtool (2.4.6-15) ... [2022-06-29T21:12:03.628Z] #83 58.39 Setting up m4 (1.4.18-5) ... [2022-06-29T21:12:03.628Z] #83 58.40 Setting up dpkg-dev (1.20.10) ... [2022-06-29T21:12:03.628Z] #83 58.42 Setting up autoconf (2.69-14) ... [2022-06-29T21:12:03.628Z] #83 58.43 Setting up build-essential (12.9) ... [2022-06-29T21:12:03.628Z] #83 58.51 Setting up automake (1:1.16.3-2) ... [2022-06-29T21:12:03.628Z] #83 58.59 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-06-29T21:12:03.628Z] #83 58.68 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:12:03.628Z] #83 DONE 59.4s [2022-06-29T21:12:03.628Z] [2022-06-29T21:12:03.628Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:12:03.628Z] #62 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:12:03.628Z] #62 59.58 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-29T21:12:03.628Z] #62 59.58 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-29T21:12:03.628Z] #62 59.73 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-29T21:12:03.628Z] #62 59.77 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-29T21:12:03.628Z] #62 59.86 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-29T21:12:03.779Z] #28 sha256:f873dfbc59b181817d5bc2b9fc31d90d8f9139c8cabb2fa7264f9bd7b418b8d2 53.70MB / 53.70MB 1.8s done [2022-06-29T21:12:03.830Z] #11 sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 156B / 156B 4.5s [2022-06-29T21:12:03.830Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 65.01MB / 85.88MB 4.7s [2022-06-29T21:12:03.830Z] #11 sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 156B / 156B 4.5s done [2022-06-29T21:12:03.886Z] #62 59.94 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-29T21:12:03.886Z] #62 60.03 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-29T21:12:03.886Z] #62 ... [2022-06-29T21:12:03.886Z] [2022-06-29T21:12:03.886Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-29T21:12:03.886Z] #41 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-29T21:12:03.886Z] #41 50.02 Updating files: 84% (1281/1521) Updating files: 85% (1293/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 96% (1470/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-06-29T21:12:03.886Z] #41 51.13 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-29T21:12:03.886Z] #41 51.63 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-29T21:12:03.986Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 19.92MB / 141.75MB 4.6s [2022-06-29T21:12:03.986Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 85.88MB / 85.88MB 4.5s done [2022-06-29T21:12:03.986Z] #11 sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 156B / 156B 4.6s done [2022-06-29T21:12:04.048Z] #28 extracting sha256:f873dfbc59b181817d5bc2b9fc31d90d8f9139c8cabb2fa7264f9bd7b418b8d2 0.1s [2022-06-29T21:12:04.090Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 56.62MB / 141.75MB 4.8s [2022-06-29T21:12:04.147Z] #41 ... [2022-06-29T21:12:04.147Z] [2022-06-29T21:12:04.147Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:12:04.147Z] #62 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:12:04.147Z] #62 60.27 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-29T21:12:04.147Z] #62 60.27 go: downloading golang.org/x/text v0.3.7 [2022-06-29T21:12:04.247Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 28.31MB / 141.75MB 4.9s [2022-06-29T21:12:04.350Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 71.30MB / 85.88MB 5.1s [2022-06-29T21:12:04.405Z] #62 ... [2022-06-29T21:12:04.405Z] [2022-06-29T21:12:04.405Z] #64 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-29T21:12:04.405Z] #64 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-29T21:12:04.405Z] #64 60.36 v3.0.2 [2022-06-29T21:12:04.405Z] #64 DONE 60.6s [2022-06-29T21:12:04.405Z] [2022-06-29T21:12:04.405Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:12:04.405Z] #58 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:12:04.405Z] #58 51.92 Selecting previously unselected package criu. [2022-06-29T21:12:04.405Z] #58 51.92 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-29T21:12:04.405Z] #58 51.93 Unpacking criu (3.17-1) ... [2022-06-29T21:12:04.405Z] #58 53.38 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-29T21:12:04.405Z] #58 55.89 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-29T21:12:04.405Z] #58 55.92 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-29T21:12:04.405Z] #58 56.00 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:12:04.405Z] #58 56.02 Setting up python3-six (1.16.0-2) ... [2022-06-29T21:12:04.405Z] #58 57.48 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-29T21:12:04.405Z] #58 57.51 Setting up python3-protobuf (3.12.4-1) ... [2022-06-29T21:12:04.511Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 37.75MB / 141.75MB 5.3s [2022-06-29T21:12:04.615Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 65.01MB / 141.75MB 5.3s [2022-06-29T21:12:04.616Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 78.64MB / 85.88MB 5.4s [2022-06-29T21:12:04.619Z] #28 ... [2022-06-29T21:12:04.619Z] [2022-06-29T21:12:04.619Z] #24 [internal] load build context [2022-06-29T21:12:04.619Z] #24 sha256:afd36c6f6f94eda8e21fed6d974fb18541efa449503b42b2a1c83d63561744a9 [2022-06-29T21:12:04.619Z] #24 transferring context: 61.40MB 2.2s done [2022-06-29T21:12:04.619Z] #24 DONE 2.6s [2022-06-29T21:12:04.619Z] [2022-06-29T21:12:04.619Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:04.619Z] #11 sha256:552459225def2b35a0395cda7aebc9172ec626cb2e8ebea02eb82c51bc8ef135 [2022-06-29T21:12:04.619Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 0.0s done [2022-06-29T21:12:04.619Z] #11 sha256:bc950948075bf8e1fe0467740895ef835b3f02433bd506557cdc0fa3e35aac1b 7.12kB / 7.12kB done [2022-06-29T21:12:04.619Z] #11 sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 1.86kB / 1.86kB done [2022-06-29T21:12:04.619Z] #11 sha256:47b9c8aa3f8b415aeca87a1e13353a611df4cf64a07e38f14b1bc9679d56a3b8 1.80kB / 1.80kB done [2022-06-29T21:12:04.619Z] #11 sha256:f873dfbc59b181817d5bc2b9fc31d90d8f9139c8cabb2fa7264f9bd7b418b8d2 53.70MB / 53.70MB 1.6s done [2022-06-29T21:12:04.619Z] #11 sha256:bc7b65e0e9cdc28c8cedaabbc5cbae4652c9b107c47684de49f01a77741a5ded 4.94MB / 4.94MB 0.5s done [2022-06-29T21:12:04.619Z] #11 sha256:b43836e7983cba8b758620a218a0ee622daf5513308b6a9e8316f94c271ecafd 10.66MB / 10.66MB 0.8s done [2022-06-29T21:12:04.619Z] #11 sha256:b1209d2973c25405a6c092fa82923495c9cbf17ea31b92f3c5f9dc06d85c19a4 54.67MB / 54.67MB 2.4s done [2022-06-29T21:12:04.619Z] #11 sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 81.09MB / 81.09MB 2.5s [2022-06-29T21:12:04.619Z] #11 sha256:68d122fd51f7aecdebb755fb8e6676014e657f64aad3f75c91b9e7f61d9ed945 126B / 126B 2.5s [2022-06-29T21:12:04.780Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 46.14MB / 141.75MB 5.7s [2022-06-29T21:12:04.876Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 73.10MB / 141.75MB 5.7s [2022-06-29T21:12:04.876Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 83.89MB / 85.88MB 5.7s [2022-06-29T21:12:05.135Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 81.79MB / 141.75MB 5.9s [2022-06-29T21:12:05.356Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 54.28MB / 141.75MB 6.0s [2022-06-29T21:12:05.356Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 63.96MB / 141.75MB 6.2s [2022-06-29T21:12:05.484Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 89.13MB / 141.75MB 6.3s [2022-06-29T21:12:05.564Z] #11 sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 81.09MB / 81.09MB 3.5s done [2022-06-29T21:12:05.621Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 75.50MB / 141.75MB 6.5s [2022-06-29T21:12:05.749Z] #11 ... [2022-06-29T21:12:05.749Z] [2022-06-29T21:12:05.749Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-29T21:12:05.749Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-29T21:12:05.749Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-29T21:12:05.749Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-29T21:12:05.749Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-29T21:12:05.749Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-29T21:12:05.749Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2022-06-29T21:12:05.749Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.7s done [2022-06-29T21:12:05.749Z] #71 DONE 6.6s [2022-06-29T21:12:05.749Z] [2022-06-29T21:12:05.749Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:05.749Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:05.749Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 96.47MB / 141.75MB 6.6s [2022-06-29T21:12:05.749Z] #11 ... [2022-06-29T21:12:05.749Z] [2022-06-29T21:12:05.749Z] #24 [internal] load build context [2022-06-29T21:12:05.749Z] #24 sha256:39bb6ffcb471c5c4f97929d919456c600617d7b196f4f1c665141b1934da3a78 [2022-06-29T21:12:05.749Z] #24 transferring context: 29.84MB 6.7s [2022-06-29T21:12:05.828Z] #11 sha256:68d122fd51f7aecdebb755fb8e6676014e657f64aad3f75c91b9e7f61d9ed945 126B / 126B 3.5s done [2022-06-29T21:12:05.828Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 0B / 108.88MB 3.6s [2022-06-29T21:12:05.828Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 13.63MB / 108.88MB 3.7s [2022-06-29T21:12:05.828Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 20.97MB / 108.88MB 3.8s [2022-06-29T21:12:05.828Z] #11 extracting sha256:bc7b65e0e9cdc28c8cedaabbc5cbae4652c9b107c47684de49f01a77741a5ded [2022-06-29T21:12:05.882Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 82.84MB / 141.75MB 6.7s [2022-06-29T21:12:06.013Z] #24 ... [2022-06-29T21:12:06.013Z] [2022-06-29T21:12:06.013Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-29T21:12:06.013Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-29T21:12:06.013Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-29T21:12:06.013Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-29T21:12:06.013Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-29T21:12:06.013Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.8s done [2022-06-29T21:12:06.013Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.3s done [2022-06-29T21:12:06.013Z] #73 DONE 6.9s [2022-06-29T21:12:06.013Z] [2022-06-29T21:12:06.013Z] #24 [internal] load build context [2022-06-29T21:12:06.013Z] #24 sha256:39bb6ffcb471c5c4f97929d919456c600617d7b196f4f1c665141b1934da3a78 [2022-06-29T21:12:06.013Z] #24 ... [2022-06-29T21:12:06.013Z] [2022-06-29T21:12:06.014Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:06.014Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:06.014Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 104.86MB / 141.75MB 6.9s [2022-06-29T21:12:06.089Z] #11 ... [2022-06-29T21:12:06.089Z] [2022-06-29T21:12:06.089Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-29T21:12:06.089Z] #28 sha256:b57acc032f86b43cfff8f981a7f9ed950014878a4a832c841fe0b1d5c9326d8b [2022-06-29T21:12:06.089Z] #28 extracting sha256:f873dfbc59b181817d5bc2b9fc31d90d8f9139c8cabb2fa7264f9bd7b418b8d2 1.8s done [2022-06-29T21:12:06.089Z] #28 DONE 4.1s [2022-06-29T21:12:06.089Z] [2022-06-29T21:12:06.089Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:06.089Z] #11 sha256:552459225def2b35a0395cda7aebc9172ec626cb2e8ebea02eb82c51bc8ef135 [2022-06-29T21:12:06.089Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 32.51MB / 108.88MB 3.9s [2022-06-29T21:12:06.089Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 39.22MB / 108.88MB 4.0s [2022-06-29T21:12:06.144Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 91.23MB / 141.75MB 6.8s [2022-06-29T21:12:06.273Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 114.29MB / 141.75MB 7.1s [2022-06-29T21:12:06.368Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 51.38MB / 108.88MB 4.2s [2022-06-29T21:12:06.368Z] #11 extracting sha256:bc7b65e0e9cdc28c8cedaabbc5cbae4652c9b107c47684de49f01a77741a5ded 0.4s done [2022-06-29T21:12:06.407Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 102.76MB / 141.75MB 7.1s [2022-06-29T21:12:06.534Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 126.88MB / 141.75MB 7.4s [2022-06-29T21:12:06.632Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 58.91MB / 108.88MB 4.4s [2022-06-29T21:12:06.632Z] #11 extracting sha256:b43836e7983cba8b758620a218a0ee622daf5513308b6a9e8316f94c271ecafd [2022-06-29T21:12:06.632Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 65.01MB / 108.88MB 4.5s [2022-06-29T21:12:06.673Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 110.10MB / 141.75MB 7.5s [2022-06-29T21:12:06.794Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 134.22MB / 141.75MB 7.7s [2022-06-29T21:12:06.894Z] #11 ... [2022-06-29T21:12:06.894Z] [2022-06-29T21:12:06.894Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-29T21:12:06.894Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-29T21:12:06.894Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-29T21:12:06.894Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-29T21:12:06.894Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-29T21:12:06.894Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-29T21:12:06.894Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.6s done [2022-06-29T21:12:06.894Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.7s done [2022-06-29T21:12:06.894Z] #71 DONE 4.9s [2022-06-29T21:12:06.894Z] [2022-06-29T21:12:06.894Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:06.894Z] #11 sha256:552459225def2b35a0395cda7aebc9172ec626cb2e8ebea02eb82c51bc8ef135 [2022-06-29T21:12:06.894Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 73.40MB / 108.88MB 4.7s [2022-06-29T21:12:06.935Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 121.63MB / 141.75MB 7.8s [2022-06-29T21:12:07.058Z] #11 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 5.2s [2022-06-29T21:12:07.058Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 141.56MB / 141.75MB 7.9s [2022-06-29T21:12:07.155Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 84.93MB / 108.88MB 5.0s [2022-06-29T21:12:07.155Z] #11 extracting sha256:b43836e7983cba8b758620a218a0ee622daf5513308b6a9e8316f94c271ecafd 0.6s done [2022-06-29T21:12:07.199Z] #11 ... [2022-06-29T21:12:07.199Z] [2022-06-29T21:12:07.199Z] #24 [internal] load build context [2022-06-29T21:12:07.199Z] #24 sha256:e86ad8488d6d98eff97a99c6181dde9c783dc23a5165b29d431f9246b137d042 [2022-06-29T21:12:07.199Z] #24 transferring context: 61.40MB 7.9s done [2022-06-29T21:12:07.199Z] #24 DONE 8.2s [2022-06-29T21:12:07.199Z] [2022-06-29T21:12:07.199Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:07.199Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:07.199Z] #11 ... [2022-06-29T21:12:07.199Z] [2022-06-29T21:12:07.199Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-29T21:12:07.199Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-29T21:12:07.199Z] #28 resolve docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 0.1s done [2022-06-29T21:12:07.199Z] #28 sha256:d2780094a226c21142d0ee4dbfaf11bb53bd569fc9e0b7d261e43de0954c9958 1.46kB / 1.46kB done [2022-06-29T21:12:07.199Z] #28 sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 1.85kB / 1.85kB done [2022-06-29T21:12:07.199Z] #28 sha256:9a67b70d0ba1d7c7690f917eedd8d24974dd8fd493205368b1e555a90c954208 529B / 529B done [2022-06-29T21:12:07.199Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 2.9s done [2022-06-29T21:12:07.417Z] #11 extracting sha256:b1209d2973c25405a6c092fa82923495c9cbf17ea31b92f3c5f9dc06d85c19a4 [2022-06-29T21:12:07.417Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 92.27MB / 108.88MB 5.3s [2022-06-29T21:12:07.462Z] #28 ... [2022-06-29T21:12:07.462Z] [2022-06-29T21:12:07.462Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:07.462Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:07.462Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 128.97MB / 141.75MB 8.1s [2022-06-29T21:12:07.462Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 140.51MB / 141.75MB 8.3s [2022-06-29T21:12:07.679Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 99.61MB / 108.88MB 5.5s [2022-06-29T21:12:07.679Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 108.88MB / 108.88MB 5.7s [2022-06-29T21:12:07.680Z] #58 63.10 Setting up criu (3.17-1) ... [2022-06-29T21:12:07.724Z] #11 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 5.1s [2022-06-29T21:12:08.674Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 141.75MB / 141.75MB 9.5s done [2022-06-29T21:12:08.674Z] #11 ... [2022-06-29T21:12:08.674Z] [2022-06-29T21:12:08.674Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-29T21:12:08.674Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-29T21:12:08.674Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-06-29T21:12:08.674Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-29T21:12:08.674Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-29T21:12:08.674Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-29T21:12:08.674Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 5.8s done [2022-06-29T21:12:08.674Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.9s done [2022-06-29T21:12:08.674Z] #71 DONE 9.7s [2022-06-29T21:12:08.674Z] [2022-06-29T21:12:08.674Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-29T21:12:08.674Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-29T21:12:08.674Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-29T21:12:08.674Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-29T21:12:08.674Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-29T21:12:08.674Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.6s done [2022-06-29T21:12:08.674Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.3s done [2022-06-29T21:12:08.674Z] #73 DONE 9.8s [2022-06-29T21:12:08.938Z] [2022-06-29T21:12:08.938Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:08.938Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:08.968Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 141.75MB / 141.75MB 9.6s done [2022-06-29T21:12:09.226Z] #11 ... [2022-06-29T21:12:09.227Z] [2022-06-29T21:12:09.227Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-29T21:12:09.227Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-29T21:12:09.227Z] #28 resolve docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 0.1s done [2022-06-29T21:12:09.227Z] #28 sha256:d2780094a226c21142d0ee4dbfaf11bb53bd569fc9e0b7d261e43de0954c9958 1.46kB / 1.46kB done [2022-06-29T21:12:09.227Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 1.9s done [2022-06-29T21:12:09.227Z] #28 sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 1.85kB / 1.85kB done [2022-06-29T21:12:09.227Z] #28 sha256:9a67b70d0ba1d7c7690f917eedd8d24974dd8fd493205368b1e555a90c954208 529B / 529B done [2022-06-29T21:12:09.227Z] #28 ... [2022-06-29T21:12:09.227Z] [2022-06-29T21:12:09.227Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-29T21:12:09.227Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-29T21:12:09.799Z] #72 ... [2022-06-29T21:12:09.799Z] [2022-06-29T21:12:09.799Z] #24 [internal] load build context [2022-06-29T21:12:09.799Z] #24 sha256:39bb6ffcb471c5c4f97929d919456c600617d7b196f4f1c665141b1934da3a78 [2022-06-29T21:12:09.799Z] #24 transferring context: 61.40MB 10.2s done [2022-06-29T21:12:09.799Z] #24 DONE 10.6s [2022-06-29T21:12:09.799Z] [2022-06-29T21:12:09.799Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:09.799Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:09.799Z] #11 ... [2022-06-29T21:12:09.799Z] [2022-06-29T21:12:09.799Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-29T21:12:09.799Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-29T21:12:09.799Z] #72 DONE 0.7s [2022-06-29T21:12:09.799Z] [2022-06-29T21:12:09.799Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:09.799Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:10.199Z] #58 65.74 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:12:10.406Z] Client: [2022-06-29T21:12:10.406Z] Context: default [2022-06-29T21:12:10.406Z] Debug Mode: false [2022-06-29T21:12:10.406Z] Plugins: [2022-06-29T21:12:10.406Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-06-29T21:12:10.406Z] buildx: Docker Buildx (Docker Inc., v0.8.1-docker) [2022-06-29T21:12:10.406Z] compose: Docker Compose (Docker Inc., v2.4.1) [2022-06-29T21:12:10.406Z] scan: Docker Scan (Docker Inc., v0.17.0) [2022-06-29T21:12:10.406Z] [2022-06-29T21:12:10.406Z] Server: [2022-06-29T21:12:10.406Z] Containers: 0 [2022-06-29T21:12:10.406Z] Running: 0 [2022-06-29T21:12:10.406Z] Paused: 0 [2022-06-29T21:12:10.406Z] Stopped: 0 [2022-06-29T21:12:10.406Z] Images: 0 [2022-06-29T21:12:10.406Z] Server Version: 20.10.14 [2022-06-29T21:12:10.406Z] Storage Driver: overlay2 [2022-06-29T21:12:10.406Z] Backing Filesystem: extfs [2022-06-29T21:12:10.406Z] Supports d_type: true [2022-06-29T21:12:10.406Z] Native Overlay Diff: true [2022-06-29T21:12:10.406Z] userxattr: false [2022-06-29T21:12:10.406Z] Logging Driver: json-file [2022-06-29T21:12:10.406Z] Cgroup Driver: systemd [2022-06-29T21:12:10.406Z] Cgroup Version: 2 [2022-06-29T21:12:10.406Z] Plugins: [2022-06-29T21:12:10.406Z] Volume: local [2022-06-29T21:12:10.406Z] Network: bridge host ipvlan macvlan null overlay [2022-06-29T21:12:10.406Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-06-29T21:12:10.406Z] Swarm: inactive [2022-06-29T21:12:10.406Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-06-29T21:12:10.406Z] Default Runtime: runc [2022-06-29T21:12:10.406Z] Init Binary: docker-init [2022-06-29T21:12:10.406Z] containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8 [2022-06-29T21:12:10.406Z] runc version: v1.0.3-0-gf46b6ba [2022-06-29T21:12:10.406Z] init version: de40ad0 [2022-06-29T21:12:10.406Z] Security Options: [2022-06-29T21:12:10.406Z] apparmor [2022-06-29T21:12:10.406Z] seccomp [2022-06-29T21:12:10.406Z] Profile: default [2022-06-29T21:12:10.406Z] cgroupns [2022-06-29T21:12:10.406Z] Kernel Version: 5.13.0-1021-aws [2022-06-29T21:12:10.406Z] Operating System: Ubuntu 20.04.4 LTS [2022-06-29T21:12:10.406Z] OSType: linux [2022-06-29T21:12:10.406Z] Architecture: x86_64 [2022-06-29T21:12:10.406Z] CPUs: 2 [2022-06-29T21:12:10.406Z] Total Memory: 7.476GiB [2022-06-29T21:12:10.406Z] Name: ip-10-100-41-112 [2022-06-29T21:12:10.406Z] ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK [2022-06-29T21:12:10.406Z] Docker Root Dir: /var/lib/docker [2022-06-29T21:12:10.406Z] Debug Mode: false [2022-06-29T21:12:10.406Z] Registry: https://index.docker.io/v1/ [2022-06-29T21:12:10.406Z] Labels: [2022-06-29T21:12:10.406Z] Experimental: true [2022-06-29T21:12:10.406Z] Insecure Registries: [2022-06-29T21:12:10.406Z] 127.0.0.0/8 [2022-06-29T21:12:10.406Z] Live Restore Enabled: true [2022-06-29T21:12:10.406Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2022-06-29T21:12:10.455Z] #58 DONE 66.2s [2022-06-29T21:12:10.456Z] [2022-06-29T21:12:10.456Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:12:10.456Z] #84 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:12:10.456Z] #84 1.643 Cloning into '/tmp/crun-build'... [Pipeline] sh [2022-06-29T21:12:10.748Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:af47f4c2c5444a540cc9962c99dfdaf9b7532bab . [2022-06-29T21:12:10.748Z] #1 [internal] load build definition from Dockerfile [2022-06-29T21:12:10.748Z] #1 sha256:82cded495696a5be79f0b4775824984dfef944687cf79fd4f25df140175d7439 [2022-06-29T21:12:11.009Z] #1 transferring dockerfile: 18.90kB done [2022-06-29T21:12:11.009Z] #1 DONE 0.2s [2022-06-29T21:12:11.009Z] [2022-06-29T21:12:11.009Z] #2 [internal] load .dockerignore [2022-06-29T21:12:11.009Z] #2 sha256:664bf8d4ab0919703e472789fc8493f5a5cfa4b6b133c69dfb8d84d680ea8686 [2022-06-29T21:12:11.009Z] #2 transferring context: 145B done [2022-06-29T21:12:11.009Z] #2 DONE 0.1s [2022-06-29T21:12:11.009Z] [2022-06-29T21:12:11.009Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-06-29T21:12:11.009Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-06-29T21:12:11.012Z] #11 ... [2022-06-29T21:12:11.013Z] [2022-06-29T21:12:11.013Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-29T21:12:11.013Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-29T21:12:11.013Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-29T21:12:11.013Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-29T21:12:11.013Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-29T21:12:11.013Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.7s [2022-06-29T21:12:11.013Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.9s done [2022-06-29T21:12:11.013Z] #73 DONE 8.7s [2022-06-29T21:12:11.013Z] [2022-06-29T21:12:11.013Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:11.013Z] #11 sha256:552459225def2b35a0395cda7aebc9172ec626cb2e8ebea02eb82c51bc8ef135 [2022-06-29T21:12:11.013Z] #11 sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 108.88MB / 108.88MB 8.5s done [2022-06-29T21:12:11.013Z] #11 extracting sha256:b1209d2973c25405a6c092fa82923495c9cbf17ea31b92f3c5f9dc06d85c19a4 3.5s done [2022-06-29T21:12:11.236Z] #11 ... [2022-06-29T21:12:11.236Z] [2022-06-29T21:12:11.236Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-29T21:12:11.236Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-29T21:12:11.236Z] #74 DONE 0.9s [2022-06-29T21:12:11.236Z] [2022-06-29T21:12:11.236Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:11.236Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:11.271Z] #3 DONE 0.3s [2022-06-29T21:12:11.271Z] [2022-06-29T21:12:11.271Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-29T21:12:11.271Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-29T21:12:11.271Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-06-29T21:12:11.271Z] #4 DONE 0.0s [2022-06-29T21:12:11.503Z] #11 ... [2022-06-29T21:12:11.503Z] [2022-06-29T21:12:11.503Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-29T21:12:11.503Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-29T21:12:11.503Z] #72 DONE 0.6s [2022-06-29T21:12:11.503Z] [2022-06-29T21:12:11.503Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:11.503Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:11.532Z] [2022-06-29T21:12:11.532Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-06-29T21:12:11.532Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-06-29T21:12:11.532Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-06-29T21:12:11.532Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-06-29T21:12:11.532Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-06-29T21:12:11.532Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 6.29MB / 9.67MB 0.1s [2022-06-29T21:12:11.532Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-06-29T21:12:11.584Z] #11 extracting sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e [2022-06-29T21:12:11.793Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-06-29T21:12:11.793Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-06-29T21:12:11.828Z] #84 ... [2022-06-29T21:12:11.828Z] [2022-06-29T21:12:11.828Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:12:11.828Z] #62 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:12:11.828Z] #62 67.97 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-29T21:12:11.828Z] #62 68.07 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-29T21:12:11.828Z] #62 68.11 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-29T21:12:11.828Z] #62 68.17 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-29T21:12:11.828Z] #62 68.18 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-29T21:12:12.054Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-06-29T21:12:12.054Z] #4 DONE 0.6s [2022-06-29T21:12:12.078Z] #11 ... [2022-06-29T21:12:12.078Z] [2022-06-29T21:12:12.078Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-29T21:12:12.078Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-29T21:12:12.078Z] #74 DONE 0.8s [2022-06-29T21:12:12.086Z] #62 68.30 go: downloading golang.org/x/mod v0.5.1 [2022-06-29T21:12:12.086Z] #62 68.40 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-29T21:12:12.227Z] #11 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 10.3s [2022-06-29T21:12:12.314Z] [2022-06-29T21:12:12.314Z] #6 [internal] load build definition from Dockerfile [2022-06-29T21:12:12.314Z] #6 sha256:a73cd57100be64c71bd006217c35d540c8f9db33cfad39a0c80cd300bf6ccdde [2022-06-29T21:12:12.314Z] #6 DONE 0.0s [2022-06-29T21:12:12.314Z] [2022-06-29T21:12:12.314Z] #5 [internal] load .dockerignore [2022-06-29T21:12:12.314Z] #5 sha256:95d5ce8b3a9d778caa176d6bfef24da95dc87e21248977dcd89abdcc8b7803dc [2022-06-29T21:12:12.314Z] #5 DONE 0.0s [2022-06-29T21:12:12.314Z] [2022-06-29T21:12:12.314Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-29T21:12:12.314Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-06-29T21:12:12.341Z] [2022-06-29T21:12:12.341Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-29T21:12:12.341Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-29T21:12:12.343Z] #62 68.48 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-29T21:12:12.343Z] #62 68.51 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-29T21:12:12.343Z] #62 68.63 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-29T21:12:12.599Z] #62 68.66 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-29T21:12:12.599Z] #62 68.77 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-29T21:12:13.162Z] #62 69.25 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-29T21:12:13.162Z] #62 69.39 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-29T21:12:13.162Z] #62 69.40 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-29T21:12:13.168Z] #11 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 11.3s done [2022-06-29T21:12:13.256Z] #10 DONE 1.0s [2022-06-29T21:12:13.256Z] [2022-06-29T21:12:13.256Z] #9 [internal] load metadata for docker.io/library/golang:1.18.3-bullseye [2022-06-29T21:12:13.256Z] #9 sha256:641397e213ee0519be092b49edd722f418a5cbf8d1a3e8b86251735430cd5049 [2022-06-29T21:12:13.256Z] #9 DONE 0.9s [2022-06-29T21:12:13.256Z] [2022-06-29T21:12:13.256Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-06-29T21:12:13.256Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-06-29T21:12:13.256Z] #7 DONE 0.9s [2022-06-29T21:12:13.256Z] [2022-06-29T21:12:13.256Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-06-29T21:12:13.256Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-06-29T21:12:13.256Z] #8 DONE 1.1s [2022-06-29T21:12:13.287Z] #28 DONE 14.0s [2022-06-29T21:12:13.287Z] [2022-06-29T21:12:13.287Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-06-29T21:12:13.287Z] #29 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-29T21:12:13.427Z] #11 ... [2022-06-29T21:12:13.427Z] [2022-06-29T21:12:13.427Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-29T21:12:13.427Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-29T21:12:13.427Z] #28 DONE 14.2s [2022-06-29T21:12:13.427Z] [2022-06-29T21:12:13.427Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:13.427Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:13.427Z] #11 extracting sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd [2022-06-29T21:12:13.724Z] #62 69.87 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-29T21:12:13.724Z] #62 69.92 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-29T21:12:13.724Z] #62 69.99 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-29T21:12:13.724Z] #62 70.00 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-29T21:12:13.724Z] #62 70.00 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-29T21:12:13.830Z] [2022-06-29T21:12:13.830Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-29T21:12:13.830Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-29T21:12:13.830Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2022-06-29T21:12:13.830Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-06-29T21:12:13.830Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-29T21:12:13.830Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-06-29T21:12:13.981Z] #62 70.08 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-29T21:12:13.998Z] #11 extracting sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 0.8s done [2022-06-29T21:12:14.099Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.10MB / 12.42MB 0.3s [2022-06-29T21:12:14.099Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 7.34MB / 12.42MB 0.4s [2022-06-29T21:12:14.237Z] #62 70.24 go: downloading github.com/prometheus/common v0.10.0 [2022-06-29T21:12:14.237Z] #62 70.44 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-29T21:12:14.258Z] #11 extracting sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd [2022-06-29T21:12:14.377Z] #73 ... [2022-06-29T21:12:14.377Z] [2022-06-29T21:12:14.377Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-06-29T21:12:14.377Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-06-29T21:12:14.377Z] #49 DONE 0.0s [2022-06-29T21:12:14.377Z] [2022-06-29T21:12:14.377Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-29T21:12:14.377Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-29T21:12:14.377Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 11.53MB / 12.42MB 0.5s [2022-06-29T21:12:14.377Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.6s [2022-06-29T21:12:14.377Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 [2022-06-29T21:12:14.494Z] #62 70.55 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-29T21:12:14.494Z] #62 70.68 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-29T21:12:14.641Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.7s done [2022-06-29T21:12:14.898Z] #11 extracting sha256:45de7579fd182b38801bac1fd07f78bcb0783b72fcfb57142857f83d2624686e 3.4s done [2022-06-29T21:12:15.210Z] #29 1.831 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:15.210Z] #29 1.836 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:15.210Z] #29 1.844 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:15.210Z] #29 2.068 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:12:15.218Z] #11 extracting sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 0.7s done [2022-06-29T21:12:15.218Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 [2022-06-29T21:12:15.469Z] #11 extracting sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c [2022-06-29T21:12:15.472Z] #29 2.284 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:12:15.733Z] #29 2.563 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:12:16.386Z] #62 72.55 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-29T21:12:16.411Z] #11 ... [2022-06-29T21:12:16.411Z] [2022-06-29T21:12:16.411Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-29T21:12:16.411Z] #72 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-06-29T21:12:16.411Z] #72 DONE 1.2s [2022-06-29T21:12:16.411Z] [2022-06-29T21:12:16.411Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:16.411Z] #11 sha256:552459225def2b35a0395cda7aebc9172ec626cb2e8ebea02eb82c51bc8ef135 [2022-06-29T21:12:16.411Z] #11 ... [2022-06-29T21:12:16.411Z] [2022-06-29T21:12:16.411Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-06-29T21:12:16.411Z] #29 sha256:1e66f1a1fcd5a0dbc23fcf2b282ab8674417f52b696abf47e94e044f8ba0d1c4 [2022-06-29T21:12:16.411Z] #29 1.323 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:16.411Z] #29 1.323 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:16.411Z] #29 1.343 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:16.411Z] #29 1.496 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [160 kB] [2022-06-29T21:12:16.411Z] #29 1.639 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-29T21:12:16.411Z] #29 1.843 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-29T21:12:16.411Z] #29 2.739 Fetched 8432 kB in 2s (5022 kB/s) [2022-06-29T21:12:16.411Z] #29 2.739 Reading package lists... [2022-06-29T21:12:16.411Z] #29 3.300 Reading package lists... [2022-06-29T21:12:16.411Z] #29 3.834 Building dependency tree... [2022-06-29T21:12:16.411Z] #29 4.204 The following additional packages will be installed: [2022-06-29T21:12:16.411Z] #29 4.204 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-29T21:12:16.411Z] #29 4.204 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-29T21:12:16.411Z] #29 4.204 Recommended packages: [2022-06-29T21:12:16.411Z] #29 4.204 libldap-common publicsuffix libsasl2-modules [2022-06-29T21:12:16.411Z] #29 4.301 The following NEW packages will be installed: [2022-06-29T21:12:16.411Z] #29 4.303 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-29T21:12:16.411Z] #29 4.303 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-29T21:12:16.411Z] #29 4.303 libssh2-1 openssl [2022-06-29T21:12:16.411Z] #29 4.583 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2022-06-29T21:12:16.411Z] #29 4.583 Need to get 2934 kB of archives. [2022-06-29T21:12:16.411Z] #29 4.583 After this operation, 6476 kB of additional disk space will be used. [2022-06-29T21:12:16.411Z] #29 4.583 Get:1 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-06-29T21:12:16.411Z] #29 4.584 Get:2 http://security.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u3 [830 kB] [2022-06-29T21:12:16.411Z] #29 4.596 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-06-29T21:12:16.411Z] #29 4.608 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB] [2022-06-29T21:12:16.411Z] #29 4.615 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2022-06-29T21:12:16.411Z] #29 4.617 Get:6 http://security.debian.org/debian-security bullseye-security/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB] [2022-06-29T21:12:16.411Z] #29 4.659 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-06-29T21:12:16.411Z] #29 4.661 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-06-29T21:12:16.411Z] #29 4.668 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-06-29T21:12:16.411Z] #29 4.693 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-06-29T21:12:16.411Z] #29 4.693 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB] [2022-06-29T21:12:16.412Z] #29 4.724 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB] [2022-06-29T21:12:16.412Z] #29 4.733 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-06-29T21:12:16.412Z] #29 4.742 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-06-29T21:12:16.412Z] #29 4.752 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-06-29T21:12:16.412Z] #29 5.217 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:12:16.412Z] #29 5.263 Fetched 2934 kB in 1s (4993 kB/s) [2022-06-29T21:12:16.412Z] #29 5.548 Selecting previously unselected package openssl. [2022-06-29T21:12:16.412Z] #29 5.548 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6654 files and directories currently installed.) [2022-06-29T21:12:16.412Z] #29 5.553 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_arm64.deb ... [2022-06-29T21:12:16.412Z] #29 5.636 Unpacking openssl (1.1.1n-0+deb11u3) ... [2022-06-29T21:12:16.412Z] #29 6.252 Selecting previously unselected package ca-certificates. [2022-06-29T21:12:16.412Z] #29 6.252 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-29T21:12:16.412Z] #29 6.263 Unpacking ca-certificates (20210119) ... [2022-06-29T21:12:16.412Z] #29 6.674 Selecting previously unselected package libbrotli1:arm64. [2022-06-29T21:12:16.412Z] #29 6.674 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-06-29T21:12:16.412Z] #29 6.693 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-06-29T21:12:16.412Z] #29 6.762 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-06-29T21:12:16.412Z] #29 6.762 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-06-29T21:12:16.412Z] #29 6.769 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-29T21:12:16.412Z] #29 6.844 Selecting previously unselected package libsasl2-2:arm64. [2022-06-29T21:12:16.412Z] #29 6.844 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-06-29T21:12:16.412Z] #29 6.848 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-29T21:12:16.412Z] #29 7.186 Selecting previously unselected package libldap-2.4-2:arm64. [2022-06-29T21:12:16.412Z] #29 7.186 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ... [2022-06-29T21:12:16.412Z] #29 7.230 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-29T21:12:16.412Z] #29 7.372 Selecting previously unselected package libnghttp2-14:arm64. [2022-06-29T21:12:16.412Z] #29 7.375 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-06-29T21:12:16.412Z] #29 7.431 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-06-29T21:12:16.412Z] #29 8.351 Selecting previously unselected package libpsl5:arm64. [2022-06-29T21:12:16.412Z] #29 8.351 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-06-29T21:12:16.412Z] #29 8.461 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-06-29T21:12:16.412Z] #29 8.858 Selecting previously unselected package librtmp1:arm64. [2022-06-29T21:12:16.412Z] #29 8.858 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-06-29T21:12:16.412Z] #29 8.863 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-29T21:12:16.412Z] #29 8.912 Selecting previously unselected package libssh2-1:arm64. [2022-06-29T21:12:16.412Z] #29 8.912 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-06-29T21:12:16.412Z] #29 8.922 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-06-29T21:12:16.412Z] #29 9.539 Selecting previously unselected package libcurl4:arm64. [2022-06-29T21:12:16.412Z] #29 9.540 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ... [2022-06-29T21:12:16.412Z] #29 9.626 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-06-29T21:12:16.412Z] #29 9.980 Selecting previously unselected package curl. [2022-06-29T21:12:16.412Z] #29 9.980 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ... [2022-06-29T21:12:16.412Z] #29 9.985 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-29T21:12:16.412Z] #29 10.05 Selecting previously unselected package libonig5:arm64. [2022-06-29T21:12:16.412Z] #29 10.05 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-06-29T21:12:16.412Z] #29 10.05 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-06-29T21:12:16.412Z] #29 ... [2022-06-29T21:12:16.412Z] [2022-06-29T21:12:16.412Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:16.412Z] #11 sha256:552459225def2b35a0395cda7aebc9172ec626cb2e8ebea02eb82c51bc8ef135 [2022-06-29T21:12:17.125Z] #29 3.914 Fetched 8545 kB in 2s (3613 kB/s) [2022-06-29T21:12:17.699Z] #29 3.914 Reading package lists... [2022-06-29T21:12:17.965Z] #73 ... [2022-06-29T21:12:17.965Z] [2022-06-29T21:12:17.965Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-29T21:12:17.965Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-06-29T21:12:17.965Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-06-29T21:12:17.965Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-06-29T21:12:17.965Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-06-29T21:12:17.965Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-06-29T21:12:17.965Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done [2022-06-29T21:12:17.965Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.2s done [2022-06-29T21:12:17.965Z] #71 DONE 4.4s [2022-06-29T21:12:17.965Z] [2022-06-29T21:12:17.965Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-29T21:12:17.965Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-29T21:12:18.334Z] #11 ... [2022-06-29T21:12:18.334Z] [2022-06-29T21:12:18.334Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-29T21:12:18.334Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-06-29T21:12:18.334Z] #74 DONE 2.0s [2022-06-29T21:12:18.334Z] [2022-06-29T21:12:18.334Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:18.334Z] #11 sha256:552459225def2b35a0395cda7aebc9172ec626cb2e8ebea02eb82c51bc8ef135 [2022-06-29T21:12:18.536Z] #29 4.718 Reading package lists... [2022-06-29T21:12:18.538Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.9s done [2022-06-29T21:12:18.798Z] #29 5.503 Building dependency tree... [2022-06-29T21:12:19.060Z] #29 5.908 The following additional packages will be installed: [2022-06-29T21:12:19.060Z] #29 5.908 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-29T21:12:19.060Z] #29 5.908 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-29T21:12:19.060Z] #29 5.908 Recommended packages: [2022-06-29T21:12:19.060Z] #29 5.908 libldap-common publicsuffix libsasl2-modules [2022-06-29T21:12:19.322Z] #29 6.045 The following NEW packages will be installed: [2022-06-29T21:12:19.323Z] #29 6.045 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-29T21:12:19.323Z] #29 6.045 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-29T21:12:19.323Z] #29 6.045 libssh2-1 openssl [2022-06-29T21:12:19.323Z] #29 6.076 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2022-06-29T21:12:19.323Z] #29 6.076 Need to get 3041 kB of archives. [2022-06-29T21:12:19.323Z] #29 6.076 After this operation, 6651 kB of additional disk space will be used. [2022-06-29T21:12:19.323Z] #29 6.076 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB] [2022-06-29T21:12:19.323Z] #29 6.089 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-06-29T21:12:19.323Z] #29 6.322 Get:3 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-29T21:12:19.323Z] #29 6.337 Get:4 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-29T21:12:19.323Z] #29 6.337 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-06-29T21:12:19.323Z] #29 6.337 Get:6 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-29T21:12:19.323Z] #29 6.337 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-29T21:12:19.323Z] #29 6.337 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-29T21:12:19.323Z] #29 6.351 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-29T21:12:19.323Z] #29 6.351 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-29T21:12:19.323Z] #29 6.351 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-29T21:12:19.323Z] #29 6.351 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-29T21:12:19.323Z] #29 6.363 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-29T21:12:19.323Z] #29 6.363 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-29T21:12:19.323Z] #29 6.363 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-29T21:12:19.483Z] #73 ... [2022-06-29T21:12:19.483Z] [2022-06-29T21:12:19.483Z] #24 [internal] load build context [2022-06-29T21:12:19.483Z] #24 sha256:66ae2ec75ac32c4970b3b33117cdb1da639b0e6f624e627e2dcaae06ae41cb1a [2022-06-29T21:12:19.483Z] #24 transferring context: 61.39MB 5.5s done [2022-06-29T21:12:19.483Z] #24 DONE 5.9s [2022-06-29T21:12:19.585Z] #29 6.646 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:12:19.660Z] #62 ... [2022-06-29T21:12:19.660Z] [2022-06-29T21:12:19.660Z] #60 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-29T21:12:19.660Z] #60 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-29T21:12:19.660Z] #60 75.79 gotestsum version dev [2022-06-29T21:12:19.745Z] [2022-06-29T21:12:19.745Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:19.745Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:19.745Z] #11 resolve docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 0.0s done [2022-06-29T21:12:19.745Z] #11 sha256:ea66badd7cf7b734e2484a1905b6545bd944ef3bdeea18be833db3e2219f1153 1.80kB / 1.80kB done [2022-06-29T21:12:19.745Z] #11 sha256:46ae95f04a69e0161c554c17bc6b72b3e4851f3c9424a837e6c7fd2269e05cdb 7.10kB / 7.10kB done [2022-06-29T21:12:19.745Z] #11 sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 1.86kB / 1.86kB done [2022-06-29T21:12:19.745Z] #11 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 1.9s done [2022-06-29T21:12:19.745Z] #11 sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 5.16MB / 5.16MB 0.9s done [2022-06-29T21:12:19.745Z] #11 sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 10.88MB / 10.88MB 1.2s done [2022-06-29T21:12:19.745Z] #11 sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 54.58MB / 54.58MB 2.7s done [2022-06-29T21:12:19.745Z] #11 sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 85.88MB / 85.88MB 4.0s done [2022-06-29T21:12:19.745Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 141.75MB / 141.75MB 5.8s [2022-06-29T21:12:19.745Z] #11 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 2.7s [2022-06-29T21:12:19.745Z] #11 sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 156B / 156B 3.1s done [2022-06-29T21:12:19.847Z] #29 6.708 Fetched 3041 kB in 0s (9809 kB/s) [2022-06-29T21:12:19.847Z] #29 6.742 Selecting previously unselected package openssl. [2022-06-29T21:12:19.847Z] #29 6.742 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6662 files and directories currently installed.) [2022-06-29T21:12:19.847Z] #29 6.744 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ... [2022-06-29T21:12:19.847Z] #29 6.747 Unpacking openssl (1.1.1n-0+deb11u3) ... [2022-06-29T21:12:20.111Z] #29 6.948 Selecting previously unselected package ca-certificates. [2022-06-29T21:12:20.111Z] #29 6.948 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-29T21:12:20.111Z] #29 6.988 Unpacking ca-certificates (20210119) ... [2022-06-29T21:12:20.255Z] #11 extracting sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 5.1s [2022-06-29T21:12:20.374Z] #29 7.105 Selecting previously unselected package libbrotli1:amd64. [2022-06-29T21:12:20.374Z] #29 7.107 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-29T21:12:20.374Z] #29 7.117 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-29T21:12:20.374Z] #29 7.280 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-29T21:12:20.374Z] #29 7.280 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-29T21:12:20.374Z] #29 7.284 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-29T21:12:20.498Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 5.0s [2022-06-29T21:12:20.589Z] #60 DONE 76.9s [2022-06-29T21:12:20.589Z] [2022-06-29T21:12:20.589Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:12:20.589Z] #84 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:12:20.589Z] #84 9.183 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-06-29T21:12:20.589Z] #84 9.191 Cloning into '/tmp/crun-build/libocispec'... [2022-06-29T21:12:20.589Z] #84 10.93 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-06-29T21:12:20.589Z] #84 11.01 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-06-29T21:12:20.589Z] #84 11.03 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-06-29T21:12:20.589Z] #84 11.04 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-06-29T21:12:20.589Z] #84 11.10 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-06-29T21:12:20.589Z] #84 13.54 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-06-29T21:12:20.589Z] #84 15.64 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-06-29T21:12:20.637Z] #29 7.451 Selecting previously unselected package libsasl2-2:amd64. [2022-06-29T21:12:20.637Z] #29 7.451 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-29T21:12:20.637Z] #29 7.455 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-29T21:12:20.637Z] #29 7.591 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-29T21:12:20.637Z] #29 7.593 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-29T21:12:20.637Z] #29 7.595 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-29T21:12:20.637Z] #29 7.700 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-29T21:12:20.637Z] #29 7.700 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-29T21:12:20.846Z] #84 17.63 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-06-29T21:12:20.908Z] #29 7.729 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-29T21:12:20.908Z] #29 7.786 Selecting previously unselected package libpsl5:amd64. [2022-06-29T21:12:20.908Z] #29 7.786 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-29T21:12:20.908Z] #29 7.842 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-29T21:12:20.908Z] #29 7.947 Selecting previously unselected package librtmp1:amd64. [2022-06-29T21:12:20.908Z] #29 7.947 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-29T21:12:21.102Z] #84 17.97 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-06-29T21:12:21.133Z] #11 ... [2022-06-29T21:12:21.133Z] [2022-06-29T21:12:21.133Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-06-29T21:12:21.133Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-06-29T21:12:21.133Z] #73 DONE 7.3s [2022-06-29T21:12:21.133Z] [2022-06-29T21:12:21.133Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:21.133Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:21.133Z] #11 sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 141.75MB / 141.75MB 7.0s done [2022-06-29T21:12:21.133Z] #11 ... [2022-06-29T21:12:21.133Z] [2022-06-29T21:12:21.133Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 [2022-06-29T21:12:21.133Z] #28 sha256:6f999a677109dc828a8b0d8341f2efbf429aa1380eaf792768ec14f747f30830 [2022-06-29T21:12:21.133Z] #28 resolve docker.io/library/debian:bullseye@sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 0.0s done [2022-06-29T21:12:21.133Z] #28 sha256:859ea45db307402ee024b153c7a63ad4888eb4751921abbef68679fc73c4c739 1.85kB / 1.85kB done [2022-06-29T21:12:21.133Z] #28 sha256:9a67b70d0ba1d7c7690f917eedd8d24974dd8fd493205368b1e555a90c954208 529B / 529B done [2022-06-29T21:12:21.133Z] #28 sha256:d2780094a226c21142d0ee4dbfaf11bb53bd569fc9e0b7d261e43de0954c9958 1.46kB / 1.46kB done [2022-06-29T21:12:21.133Z] #28 sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 55.01MB / 55.01MB 2.0s done [2022-06-29T21:12:21.133Z] #28 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 4.9s done [2022-06-29T21:12:21.171Z] #29 7.952 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-29T21:12:21.171Z] #29 8.143 Selecting previously unselected package libssh2-1:amd64. [2022-06-29T21:12:21.171Z] #29 8.144 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-29T21:12:21.171Z] #29 8.149 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-29T21:12:21.198Z] #11 extracting sha256:09213cdc9ef2023f1943ad4907183f8af30193b6720a298a5f32e45f13339f6c 5.7s done [2022-06-29T21:12:21.198Z] #11 extracting sha256:68d122fd51f7aecdebb755fb8e6676014e657f64aad3f75c91b9e7f61d9ed945 [2022-06-29T21:12:21.198Z] #11 extracting sha256:68d122fd51f7aecdebb755fb8e6676014e657f64aad3f75c91b9e7f61d9ed945 done [2022-06-29T21:12:21.401Z] #28 DONE 7.5s [2022-06-29T21:12:21.401Z] [2022-06-29T21:12:21.401Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:21.401Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:21.401Z] #11 extracting sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 0.1s [2022-06-29T21:12:21.435Z] #29 8.254 Selecting previously unselected package libcurl4:amd64. [2022-06-29T21:12:21.435Z] #29 8.254 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-29T21:12:21.435Z] #29 8.258 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-29T21:12:21.459Z] #11 ... [2022-06-29T21:12:21.459Z] [2022-06-29T21:12:21.459Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-06-29T21:12:21.459Z] #29 sha256:1e66f1a1fcd5a0dbc23fcf2b282ab8674417f52b696abf47e94e044f8ba0d1c4 [2022-06-29T21:12:21.459Z] #29 10.37 Selecting previously unselected package libjq1:arm64. [2022-06-29T21:12:21.459Z] #29 10.37 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-06-29T21:12:21.459Z] #29 10.44 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-06-29T21:12:21.459Z] #29 10.77 Selecting previously unselected package jq. [2022-06-29T21:12:21.459Z] #29 10.77 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-06-29T21:12:21.459Z] #29 10.83 Unpacking jq (1.6-2.1) ... [2022-06-29T21:12:21.459Z] #29 11.09 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-06-29T21:12:21.459Z] #29 11.41 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-06-29T21:12:21.459Z] #29 11.44 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-06-29T21:12:21.459Z] #29 11.45 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-29T21:12:21.459Z] #29 11.52 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-29T21:12:21.459Z] #29 11.73 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-29T21:12:21.459Z] #29 11.85 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-06-29T21:12:21.459Z] #29 11.93 Setting up openssl (1.1.1n-0+deb11u3) ... [2022-06-29T21:12:21.459Z] #29 11.99 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-06-29T21:12:21.459Z] #29 12.01 Setting up libjq1:arm64 (1.6-2.1) ... [2022-06-29T21:12:21.459Z] #29 12.02 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-29T21:12:21.459Z] #29 12.05 Setting up ca-certificates (20210119) ... [2022-06-29T21:12:21.459Z] #29 12.75 Updating certificates in /etc/ssl/certs... [2022-06-29T21:12:21.459Z] #29 13.65 129 added, 0 removed; done. [2022-06-29T21:12:21.459Z] #29 13.74 Setting up jq (1.6-2.1) ... [2022-06-29T21:12:21.459Z] #29 13.75 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-06-29T21:12:21.459Z] #29 13.77 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-29T21:12:21.459Z] #29 13.78 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:12:21.459Z] #29 13.80 Processing triggers for ca-certificates (20210119) ... [2022-06-29T21:12:21.459Z] #29 13.81 Updating certificates in /etc/ssl/certs... [2022-06-29T21:12:21.459Z] #29 14.57 0 added, 0 removed; done. [2022-06-29T21:12:21.459Z] #29 14.57 Running hooks in /etc/ca-certificates/update.d... [2022-06-29T21:12:21.459Z] #29 14.58 done. [2022-06-29T21:12:21.459Z] #29 DONE 15.0s [2022-06-29T21:12:21.459Z] [2022-06-29T21:12:21.459Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-29T21:12:21.459Z] #30 sha256:2decc80de668200a882dc08088612299917eb9bfe5b27b71c92112142873e628 [2022-06-29T21:12:21.459Z] #30 DONE 0.1s [2022-06-29T21:12:21.459Z] [2022-06-29T21:12:21.459Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:21.459Z] #11 sha256:552459225def2b35a0395cda7aebc9172ec626cb2e8ebea02eb82c51bc8ef135 [2022-06-29T21:12:21.459Z] #11 DONE 19.7s [2022-06-29T21:12:21.459Z] [2022-06-29T21:12:21.459Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-29T21:12:21.459Z] #31 sha256:87f96c92e31bb469a4b6e4e3d4d6f0a5a181c2e3133c3ad05e47bad95c894db4 [2022-06-29T21:12:21.663Z] #11 extracting sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 0.5s done [2022-06-29T21:12:21.663Z] #11 extracting sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd [2022-06-29T21:12:21.696Z] #84 18.34 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-06-29T21:12:21.701Z] #29 8.477 Selecting previously unselected package curl. [2022-06-29T21:12:21.701Z] #29 8.478 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-29T21:12:21.701Z] #29 8.481 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-29T21:12:21.701Z] #29 8.622 Selecting previously unselected package libonig5:amd64. [2022-06-29T21:12:21.701Z] #29 8.622 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-29T21:12:21.701Z] #29 8.626 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-29T21:12:21.925Z] #11 ... [2022-06-29T21:12:21.925Z] [2022-06-29T21:12:21.925Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-06-29T21:12:21.925Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-06-29T21:12:21.925Z] #72 DONE 0.6s [2022-06-29T21:12:21.925Z] [2022-06-29T21:12:21.925Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:21.925Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:21.964Z] #29 8.812 Selecting previously unselected package libjq1:amd64. [2022-06-29T21:12:21.965Z] #29 8.812 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-29T21:12:21.965Z] #29 8.819 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-29T21:12:21.965Z] #29 8.930 Selecting previously unselected package jq. [2022-06-29T21:12:21.965Z] #29 8.930 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-29T21:12:21.965Z] #29 8.959 Unpacking jq (1.6-2.1) ... [2022-06-29T21:12:21.965Z] #29 9.044 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-29T21:12:22.031Z] #31 ... [2022-06-29T21:12:22.031Z] [2022-06-29T21:12:22.031Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-29T21:12:22.031Z] #12 sha256:13103095655c5bba4eeebd3103180d0be73b132b813a520823528d3ca7e8775b [2022-06-29T21:12:22.031Z] #12 DONE 0.5s [2022-06-29T21:12:22.186Z] #11 extracting sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 0.4s done [2022-06-29T21:12:22.229Z] #29 9.090 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-29T21:12:22.229Z] #29 9.100 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-29T21:12:22.229Z] #29 9.109 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-29T21:12:22.229Z] #29 9.120 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-29T21:12:22.229Z] #29 9.131 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-29T21:12:22.229Z] #29 9.185 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-29T21:12:22.292Z] [2022-06-29T21:12:22.292Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-06-29T21:12:22.292Z] #13 sha256:ff9d7616fb0c727acb27c69f498c91180e8e4a46278532d09a9dd89e43efb14d [2022-06-29T21:12:22.447Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 [2022-06-29T21:12:22.491Z] #29 9.194 Setting up openssl (1.1.1n-0+deb11u3) ... [2022-06-29T21:12:22.491Z] #29 9.213 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-29T21:12:22.491Z] #29 9.227 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-29T21:12:22.491Z] #29 9.237 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-29T21:12:22.491Z] #29 9.250 Setting up ca-certificates (20210119) ... [2022-06-29T21:12:22.491Z] #29 ... [2022-06-29T21:12:22.491Z] [2022-06-29T21:12:22.491Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:22.491Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:22.491Z] #11 extracting sha256:1339eaac5b67d16d6d9f41fb7a7b96f7cebf3ba4beab36cbb60935aa772af583 10.3s done [2022-06-29T21:12:22.491Z] #11 extracting sha256:4c78fa1b97999d08408734a61040475ade5bd7e33e91c0d5170dba2c7c7a92fd 0.8s done [2022-06-29T21:12:22.491Z] #11 extracting sha256:14f0d2bd524377dc42d072443c0e5e7cafa14f5df609d39bb1f717f43817a2cd 0.7s done [2022-06-29T21:12:22.491Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 7.5s [2022-06-29T21:12:22.552Z] #13 DONE 0.5s [2022-06-29T21:12:22.552Z] [2022-06-29T21:12:22.552Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-29T21:12:22.552Z] #25 sha256:4291757b454b0d2e53748ab48cae5ec6edb8dc22646c092cace427952ac2e0ed [2022-06-29T21:12:22.708Z] #11 ... [2022-06-29T21:12:22.708Z] [2022-06-29T21:12:22.708Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-06-29T21:12:22.708Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-06-29T21:12:22.708Z] #74 DONE 0.8s [2022-06-29T21:12:22.708Z] [2022-06-29T21:12:22.708Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:22.708Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:22.818Z] #25 ... [2022-06-29T21:12:22.818Z] [2022-06-29T21:12:22.818Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-29T21:12:22.818Z] #46 sha256:b800f0abf501966fb97595329615fd15baa01c342f51b54e938e1f9eb91b45d0 [2022-06-29T21:12:22.818Z] #46 DONE 0.2s [2022-06-29T21:12:22.818Z] [2022-06-29T21:12:22.818Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-29T21:12:22.818Z] #33 sha256:66313258d20f27b9db0a53e5efb7424eaf849c6f47c74928265b14ecf1962cea [2022-06-29T21:12:22.818Z] #33 DONE 0.2s [2022-06-29T21:12:22.818Z] [2022-06-29T21:12:22.818Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-06-29T21:12:22.818Z] #50 sha256:15c133dfec257524e63bea93c84c1def8d71882a44dde00929a99bde82bd1576 [2022-06-29T21:12:22.818Z] #50 DONE 0.3s [2022-06-29T21:12:22.818Z] [2022-06-29T21:12:22.818Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-29T21:12:22.818Z] #34 sha256:449dc6255994a451bc2fd98d32079778c92338751fb4061dd74f6f74b47b33ae [2022-06-29T21:12:22.818Z] #34 ... [2022-06-29T21:12:22.818Z] [2022-06-29T21:12:22.818Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-29T21:12:22.818Z] #66 sha256:836d09abcc7dbd1466387f6d0c0c9d3435136cbe360f8f0ef26e778efbdab451 [2022-06-29T21:12:22.818Z] #66 DONE 0.4s [2022-06-29T21:12:22.818Z] [2022-06-29T21:12:22.818Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-29T21:12:22.818Z] #25 sha256:4291757b454b0d2e53748ab48cae5ec6edb8dc22646c092cace427952ac2e0ed [2022-06-29T21:12:22.818Z] #25 DONE 0.4s [2022-06-29T21:12:23.068Z] #11 ... [2022-06-29T21:12:23.068Z] [2022-06-29T21:12:23.068Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-06-29T21:12:23.068Z] #29 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-29T21:12:23.068Z] #29 10.05 Updating certificates in /etc/ssl/certs... [2022-06-29T21:12:23.081Z] [2022-06-29T21:12:23.081Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-29T21:12:23.081Z] #26 sha256:c09e74314362f18f7fd3e05cc8aabcbbe8b098dd36bb588d055ab4037eea3986 [2022-06-29T21:12:23.802Z] #11 ... [2022-06-29T21:12:23.802Z] [2022-06-29T21:12:23.802Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-06-29T21:12:23.802Z] #29 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-29T21:12:23.802Z] #29 1.637 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:23.802Z] #29 1.653 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:23.802Z] #29 1.653 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:23.802Z] #29 1.800 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:12:23.802Z] #29 2.082 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:12:23.802Z] #29 2.698 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:12:23.802Z] #29 3.928 Fetched 8545 kB in 3s (3328 kB/s) [2022-06-29T21:12:23.802Z] #29 3.928 Reading package lists... [2022-06-29T21:12:23.802Z] #29 4.742 Reading package lists... [2022-06-29T21:12:23.802Z] #29 5.526 Building dependency tree... [2022-06-29T21:12:23.802Z] #29 5.876 The following additional packages will be installed: [2022-06-29T21:12:23.802Z] #29 5.876 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-29T21:12:23.802Z] #29 5.876 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-29T21:12:23.802Z] #29 5.876 Recommended packages: [2022-06-29T21:12:23.802Z] #29 5.876 libldap-common publicsuffix libsasl2-modules [2022-06-29T21:12:23.802Z] #29 6.006 The following NEW packages will be installed: [2022-06-29T21:12:23.802Z] #29 6.018 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-29T21:12:23.802Z] #29 6.018 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-29T21:12:23.802Z] #29 6.018 libssh2-1 openssl [2022-06-29T21:12:23.802Z] #29 6.300 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2022-06-29T21:12:23.802Z] #29 6.300 Need to get 3041 kB of archives. [2022-06-29T21:12:23.802Z] #29 6.300 After this operation, 6651 kB of additional disk space will be used. [2022-06-29T21:12:23.802Z] #29 6.300 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB] [2022-06-29T21:12:23.802Z] #29 6.300 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-29T21:12:23.802Z] #29 6.312 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-29T21:12:23.802Z] #29 6.312 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-06-29T21:12:23.802Z] #29 6.312 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-06-29T21:12:23.802Z] #29 6.312 Get:6 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-29T21:12:23.802Z] #29 6.312 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-29T21:12:23.802Z] #29 6.315 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-29T21:12:23.802Z] #29 6.316 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-29T21:12:23.802Z] #29 6.318 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-29T21:12:23.802Z] #29 6.322 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-29T21:12:23.802Z] #29 6.342 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-29T21:12:23.802Z] #29 6.342 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-29T21:12:23.802Z] #29 6.342 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-29T21:12:23.802Z] #29 6.342 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-29T21:12:23.802Z] #29 6.604 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:12:23.802Z] #29 6.654 Fetched 3041 kB in 0s (9313 kB/s) [2022-06-29T21:12:23.802Z] #29 6.731 Selecting previously unselected package openssl. [2022-06-29T21:12:23.802Z] #29 6.731 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6662 files and directories currently installed.) [2022-06-29T21:12:23.802Z] #29 6.731 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ... [2022-06-29T21:12:23.802Z] #29 6.742 Unpacking openssl (1.1.1n-0+deb11u3) ... [2022-06-29T21:12:23.802Z] #29 6.989 Selecting previously unselected package ca-certificates. [2022-06-29T21:12:23.802Z] #29 6.989 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-29T21:12:23.802Z] #29 6.998 Unpacking ca-certificates (20210119) ... [2022-06-29T21:12:23.802Z] #29 7.201 Selecting previously unselected package libbrotli1:amd64. [2022-06-29T21:12:23.802Z] #29 7.201 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-29T21:12:23.802Z] #29 7.293 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-29T21:12:23.802Z] #29 7.394 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-29T21:12:23.802Z] #29 7.394 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-29T21:12:23.802Z] #29 7.399 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-29T21:12:23.802Z] #29 7.490 Selecting previously unselected package libsasl2-2:amd64. [2022-06-29T21:12:23.802Z] #29 7.490 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-29T21:12:23.802Z] #29 7.496 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-29T21:12:23.802Z] #29 7.603 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-29T21:12:23.802Z] #29 7.603 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-29T21:12:23.802Z] #29 7.636 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-29T21:12:23.802Z] #29 7.795 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-29T21:12:23.802Z] #29 7.795 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-29T21:12:23.802Z] #29 7.857 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-29T21:12:23.802Z] #29 7.956 Selecting previously unselected package libpsl5:amd64. [2022-06-29T21:12:23.802Z] #29 7.956 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-29T21:12:23.802Z] #29 7.994 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-29T21:12:23.802Z] #29 8.108 Selecting previously unselected package librtmp1:amd64. [2022-06-29T21:12:23.802Z] #29 8.108 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-29T21:12:23.802Z] #29 8.114 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-29T21:12:23.802Z] #29 8.228 Selecting previously unselected package libssh2-1:amd64. [2022-06-29T21:12:23.802Z] #29 8.228 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-29T21:12:23.802Z] #29 8.234 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-29T21:12:23.802Z] #29 8.362 Selecting previously unselected package libcurl4:amd64. [2022-06-29T21:12:23.802Z] #29 8.362 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-29T21:12:23.802Z] #29 8.370 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-29T21:12:23.802Z] #29 8.570 Selecting previously unselected package curl. [2022-06-29T21:12:23.802Z] #29 8.570 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-29T21:12:23.802Z] #29 8.578 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-29T21:12:23.802Z] #29 8.687 Selecting previously unselected package libonig5:amd64. [2022-06-29T21:12:23.802Z] #29 8.687 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-29T21:12:23.802Z] #29 8.691 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-29T21:12:23.802Z] #29 8.869 Selecting previously unselected package libjq1:amd64. [2022-06-29T21:12:23.802Z] #29 8.869 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-29T21:12:23.802Z] #29 8.873 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-29T21:12:23.802Z] #29 8.975 Selecting previously unselected package jq. [2022-06-29T21:12:23.802Z] #29 8.979 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-29T21:12:23.802Z] #29 8.982 Unpacking jq (1.6-2.1) ... [2022-06-29T21:12:23.802Z] #29 9.053 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-29T21:12:23.802Z] #29 9.065 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-29T21:12:23.802Z] #29 9.077 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-29T21:12:23.802Z] #29 9.089 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-29T21:12:23.802Z] #29 9.099 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-29T21:12:23.802Z] #29 9.110 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-29T21:12:23.802Z] #29 9.119 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-29T21:12:23.802Z] #29 9.130 Setting up openssl (1.1.1n-0+deb11u3) ... [2022-06-29T21:12:23.802Z] #29 9.146 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-29T21:12:23.802Z] #29 9.157 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-29T21:12:23.802Z] #29 9.169 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-29T21:12:23.802Z] #29 9.183 Setting up ca-certificates (20210119) ... [2022-06-29T21:12:23.802Z] #29 10.03 Updating certificates in /etc/ssl/certs... [2022-06-29T21:12:23.802Z] #29 ... [2022-06-29T21:12:23.802Z] [2022-06-29T21:12:23.802Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:23.802Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:24.017Z] #29 11.07 129 added, 0 removed; done. [2022-06-29T21:12:24.279Z] #29 11.14 Setting up jq (1.6-2.1) ... [2022-06-29T21:12:24.279Z] #29 11.15 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-29T21:12:24.279Z] #29 11.16 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-29T21:12:24.279Z] #29 11.17 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:12:24.279Z] #29 11.19 Processing triggers for ca-certificates (20210119) ... [2022-06-29T21:12:24.279Z] #29 11.20 Updating certificates in /etc/ssl/certs... [2022-06-29T21:12:24.378Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 9.0s done [2022-06-29T21:12:24.640Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec [2022-06-29T21:12:25.229Z] #29 12.16 0 added, 0 removed; done. [2022-06-29T21:12:25.229Z] #29 12.16 Running hooks in /etc/ca-certificates/update.d... [2022-06-29T21:12:25.229Z] #29 12.17 done. [2022-06-29T21:12:25.942Z] #84 ... [2022-06-29T21:12:25.942Z] [2022-06-29T21:12:25.942Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-29T21:12:25.942Z] #19 sha256:917bf0834aad25d25cd204588999ad2a1286424901d6429e4987625c582c85f0 [2022-06-29T21:12:25.942Z] #19 70.56 Fetched 49.1 MB in 1min 9s (711 kB/s) [2022-06-29T21:12:26.624Z] #29 DONE 13.2s [2022-06-29T21:12:26.625Z] [2022-06-29T21:12:26.625Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-29T21:12:26.625Z] #30 sha256:b3c188decaf2ea1b1ae700dde0d6d275f0d6cfcf3035e80698537c5e5187bbbc [2022-06-29T21:12:26.625Z] #30 DONE 0.1s [2022-06-29T21:12:26.625Z] [2022-06-29T21:12:26.625Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-29T21:12:26.625Z] #31 sha256:d7297aaecb1381c607a6a5871eecf827a247be380bfa17a92c0aa9565380885e [2022-06-29T21:12:27.196Z] #11 ... [2022-06-29T21:12:27.196Z] [2022-06-29T21:12:27.196Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-06-29T21:12:27.196Z] #29 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-29T21:12:27.196Z] #29 11.42 129 added, 0 removed; done. [2022-06-29T21:12:27.196Z] #29 11.49 Setting up jq (1.6-2.1) ... [2022-06-29T21:12:27.196Z] #29 11.50 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-29T21:12:27.196Z] #29 11.51 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-29T21:12:27.196Z] #29 11.52 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:12:27.196Z] #29 11.54 Processing triggers for ca-certificates (20210119) ... [2022-06-29T21:12:27.196Z] #29 11.55 Updating certificates in /etc/ssl/certs... [2022-06-29T21:12:27.196Z] #29 12.44 0 added, 0 removed; done. [2022-06-29T21:12:27.196Z] #29 12.44 Running hooks in /etc/ca-certificates/update.d... [2022-06-29T21:12:27.196Z] #29 12.45 done. [2022-06-29T21:12:27.196Z] #29 DONE 13.5s [2022-06-29T21:12:27.196Z] [2022-06-29T21:12:27.196Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-29T21:12:27.196Z] #30 sha256:ab45bfb1b06116f638a170c952c104e232fdaad506d76725c81fbb0c9b5e847f [2022-06-29T21:12:27.196Z] #30 DONE 0.1s [2022-06-29T21:12:27.196Z] [2022-06-29T21:12:27.196Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:27.196Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:27.290Z] #26 4.077 + RM_GOPATH=0 [2022-06-29T21:12:27.290Z] #26 4.081 + TMP_GOPATH= [2022-06-29T21:12:27.290Z] #26 4.081 + : /build [2022-06-29T21:12:27.290Z] #26 4.081 + '[' -z '' ']' [2022-06-29T21:12:27.290Z] #26 4.084 ++ mktemp -d [2022-06-29T21:12:27.290Z] #26 4.084 + export GOPATH=/tmp/tmp.aqXqO7Ewr3 [2022-06-29T21:12:27.290Z] #26 4.098 + GOPATH=/tmp/tmp.aqXqO7Ewr3 [2022-06-29T21:12:27.290Z] #26 4.098 + RM_GOPATH=1 [2022-06-29T21:12:27.290Z] #26 4.100 + case "$(go env GOARCH)" in [2022-06-29T21:12:27.290Z] #26 4.102 ++ go env GOARCH [2022-06-29T21:12:27.290Z] #26 4.155 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:12:27.290Z] #26 4.155 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:12:27.290Z] #26 4.168 ++ dirname /install.sh [2022-06-29T21:12:27.290Z] #26 4.180 + dir=/ [2022-06-29T21:12:27.290Z] #26 4.186 + bin=dockercli [2022-06-29T21:12:27.290Z] #26 4.187 + shift [2022-06-29T21:12:27.290Z] #26 4.187 + '[' '!' -f //dockercli.installer ']' [2022-06-29T21:12:27.290Z] #26 4.190 + . //dockercli.installer [2022-06-29T21:12:27.290Z] #26 4.190 ++ : stable [2022-06-29T21:12:27.290Z] #26 4.190 ++ : 17.06.2-ce [2022-06-29T21:12:27.290Z] #26 4.194 + install_dockercli [2022-06-29T21:12:27.290Z] #26 4.195 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-29T21:12:27.290Z] #26 4.197 Install docker/cli version 17.06.2-ce from stable [2022-06-29T21:12:27.290Z] #26 4.202 ++ uname -m [2022-06-29T21:12:27.290Z] #26 4.206 + arch=aarch64 [2022-06-29T21:12:27.290Z] #26 4.206 + '[' aarch64 '!=' x86_64 ']' [2022-06-29T21:12:27.290Z] #26 4.214 + '[' aarch64 '!=' s390x ']' [2022-06-29T21:12:27.290Z] #26 4.214 + '[' aarch64 '!=' armhf ']' [2022-06-29T21:12:27.290Z] #26 4.214 + build_dockercli [2022-06-29T21:12:27.290Z] #26 4.214 + git clone https://github.com/docker/docker-ce /tmp/tmp.aqXqO7Ewr3/tmp/docker-ce [2022-06-29T21:12:27.290Z] #26 4.216 Cloning into '/tmp/tmp.aqXqO7Ewr3/tmp/docker-ce'... [2022-06-29T21:12:28.005Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 4.9s done [2022-06-29T21:12:28.005Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec [2022-06-29T21:12:28.548Z] #31 2.166 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-29T21:12:29.123Z] #31 2.460 [2022-06-29T21:12:29.385Z] #31 2.678 #=#=# ######################################################################## 100.0% [2022-06-29T21:12:29.385Z] #31 2.990 [2022-06-29T21:12:29.736Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 5.0s [2022-06-29T21:12:30.678Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 5.8s done [2022-06-29T21:12:30.777Z] #31 4.055 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-29T21:12:30.777Z] #31 4.345 [2022-06-29T21:12:30.938Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 [2022-06-29T21:12:31.302Z] #31 4.575 #=#=# ######################################################################## 100.0% [2022-06-29T21:12:31.302Z] #31 4.900 [2022-06-29T21:12:31.314Z] #11 ... [2022-06-29T21:12:31.314Z] [2022-06-29T21:12:31.314Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-06-29T21:12:31.314Z] #29 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-29T21:12:31.314Z] #29 0.938 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:31.314Z] #29 0.939 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:31.314Z] #29 0.988 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:31.314Z] #29 1.083 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:12:31.314Z] #29 1.261 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:12:31.314Z] #29 1.799 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:12:31.314Z] #29 2.938 Fetched 8545 kB in 2s (3745 kB/s) [2022-06-29T21:12:31.314Z] #29 2.938 Reading package lists... [2022-06-29T21:12:31.314Z] #29 3.788 Reading package lists... [2022-06-29T21:12:31.314Z] #29 4.602 Building dependency tree... [2022-06-29T21:12:31.314Z] #29 4.983 The following additional packages will be installed: [2022-06-29T21:12:31.314Z] #29 4.983 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-06-29T21:12:31.314Z] #29 4.984 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-06-29T21:12:31.314Z] #29 4.985 Recommended packages: [2022-06-29T21:12:31.314Z] #29 4.985 libldap-common publicsuffix libsasl2-modules [2022-06-29T21:12:31.314Z] #29 5.118 The following NEW packages will be installed: [2022-06-29T21:12:31.314Z] #29 5.119 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-06-29T21:12:31.314Z] #29 5.119 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-06-29T21:12:31.314Z] #29 5.120 libssh2-1 openssl [2022-06-29T21:12:31.314Z] #29 5.403 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2022-06-29T21:12:31.314Z] #29 5.403 Need to get 3041 kB of archives. [2022-06-29T21:12:31.314Z] #29 5.403 After this operation, 6651 kB of additional disk space will be used. [2022-06-29T21:12:31.314Z] #29 5.403 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB] [2022-06-29T21:12:31.314Z] #29 5.414 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB] [2022-06-29T21:12:31.314Z] #29 5.419 Get:3 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-06-29T21:12:31.314Z] #29 5.426 Get:4 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-06-29T21:12:31.314Z] #29 5.429 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-06-29T21:12:31.314Z] #29 5.443 Get:6 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-06-29T21:12:31.314Z] #29 5.443 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-06-29T21:12:31.314Z] #29 5.444 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-06-29T21:12:31.314Z] #29 5.444 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-06-29T21:12:31.314Z] #29 5.445 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-06-29T21:12:31.314Z] #29 5.447 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-06-29T21:12:31.314Z] #29 5.462 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-06-29T21:12:31.314Z] #29 5.472 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-29T21:12:31.314Z] #29 5.475 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-29T21:12:31.314Z] #29 5.476 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-29T21:12:31.314Z] #29 5.671 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:12:31.314Z] #29 5.702 Fetched 3041 kB in 0s (8692 kB/s) [2022-06-29T21:12:31.314Z] #29 5.730 Selecting previously unselected package openssl. [2022-06-29T21:12:31.314Z] #29 5.730 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6662 files and directories currently installed.) [2022-06-29T21:12:31.314Z] #29 5.730 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ... [2022-06-29T21:12:31.314Z] #29 5.734 Unpacking openssl (1.1.1n-0+deb11u3) ... [2022-06-29T21:12:31.314Z] #29 5.889 Selecting previously unselected package ca-certificates. [2022-06-29T21:12:31.314Z] #29 5.889 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-06-29T21:12:31.314Z] #29 5.895 Unpacking ca-certificates (20210119) ... [2022-06-29T21:12:31.314Z] #29 5.964 Selecting previously unselected package libbrotli1:amd64. [2022-06-29T21:12:31.314Z] #29 5.966 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-06-29T21:12:31.314Z] #29 5.971 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-29T21:12:31.314Z] #29 6.053 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-29T21:12:31.314Z] #29 6.053 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-29T21:12:31.314Z] #29 6.056 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-29T21:12:31.314Z] #29 6.094 Selecting previously unselected package libsasl2-2:amd64. [2022-06-29T21:12:31.314Z] #29 6.094 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-06-29T21:12:31.314Z] #29 6.099 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-29T21:12:31.314Z] #29 6.150 Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-29T21:12:31.314Z] #29 6.150 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ... [2022-06-29T21:12:31.314Z] #29 6.155 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-29T21:12:31.314Z] #29 6.215 Selecting previously unselected package libnghttp2-14:amd64. [2022-06-29T21:12:31.315Z] #29 6.215 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-06-29T21:12:31.315Z] #29 6.219 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-29T21:12:31.315Z] #29 6.285 Selecting previously unselected package libpsl5:amd64. [2022-06-29T21:12:31.315Z] #29 6.285 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-06-29T21:12:31.315Z] #29 6.293 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-06-29T21:12:31.315Z] #29 6.342 Selecting previously unselected package librtmp1:amd64. [2022-06-29T21:12:31.315Z] #29 6.342 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-06-29T21:12:31.315Z] #29 6.345 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-29T21:12:31.315Z] #29 6.387 Selecting previously unselected package libssh2-1:amd64. [2022-06-29T21:12:31.315Z] #29 6.387 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-06-29T21:12:31.315Z] #29 6.391 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-06-29T21:12:31.315Z] #29 6.471 Selecting previously unselected package libcurl4:amd64. [2022-06-29T21:12:31.315Z] #29 6.471 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-29T21:12:31.315Z] #29 6.474 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-29T21:12:31.315Z] #29 6.553 Selecting previously unselected package curl. [2022-06-29T21:12:31.315Z] #29 6.553 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-06-29T21:12:31.315Z] #29 6.556 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-06-29T21:12:31.315Z] #29 6.631 Selecting previously unselected package libonig5:amd64. [2022-06-29T21:12:31.315Z] #29 6.631 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-29T21:12:31.315Z] #29 6.634 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-29T21:12:31.315Z] #29 6.709 Selecting previously unselected package libjq1:amd64. [2022-06-29T21:12:31.315Z] #29 6.711 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-06-29T21:12:31.315Z] #29 6.716 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-29T21:12:31.315Z] #29 6.762 Selecting previously unselected package jq. [2022-06-29T21:12:31.315Z] #29 6.762 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-06-29T21:12:31.315Z] #29 6.765 Unpacking jq (1.6-2.1) ... [2022-06-29T21:12:31.315Z] #29 6.811 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-06-29T21:12:31.315Z] #29 6.822 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-06-29T21:12:31.315Z] #29 6.832 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-06-29T21:12:31.315Z] #29 6.845 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-29T21:12:31.315Z] #29 6.855 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-06-29T21:12:31.315Z] #29 6.866 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-06-29T21:12:31.315Z] #29 6.877 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-06-29T21:12:31.315Z] #29 6.890 Setting up openssl (1.1.1n-0+deb11u3) ... [2022-06-29T21:12:31.315Z] #29 6.904 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-29T21:12:31.315Z] #29 6.913 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-29T21:12:31.315Z] #29 6.924 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ... [2022-06-29T21:12:31.315Z] #29 6.935 Setting up ca-certificates (20210119) ... [2022-06-29T21:12:31.315Z] #29 7.564 Updating certificates in /etc/ssl/certs... [2022-06-29T21:12:31.315Z] #29 8.277 129 added, 0 removed; done. [2022-06-29T21:12:31.315Z] #29 8.359 Setting up jq (1.6-2.1) ... [2022-06-29T21:12:31.315Z] #29 8.369 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-06-29T21:12:31.315Z] #29 8.381 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-06-29T21:12:31.315Z] #29 8.391 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:12:31.315Z] #29 8.407 Processing triggers for ca-certificates (20210119) ... [2022-06-29T21:12:31.315Z] #29 8.415 Updating certificates in /etc/ssl/certs... [2022-06-29T21:12:31.315Z] #29 8.984 0 added, 0 removed; done. [2022-06-29T21:12:31.315Z] #29 8.985 Running hooks in /etc/ca-certificates/update.d... [2022-06-29T21:12:31.315Z] #29 8.987 done. [2022-06-29T21:12:31.315Z] #29 ... [2022-06-29T21:12:31.315Z] [2022-06-29T21:12:31.315Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:31.315Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:31.575Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 3.9s done [2022-06-29T21:12:31.575Z] #11 ... [2022-06-29T21:12:31.575Z] [2022-06-29T21:12:31.575Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-06-29T21:12:31.575Z] #29 sha256:7bdf6cf138f41c9b6e963fa6a80afbf346a092a5a8ce9749a7fdc1435bee9c8b [2022-06-29T21:12:31.575Z] #29 DONE 10.4s [2022-06-29T21:12:31.575Z] [2022-06-29T21:12:31.575Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:31.575Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:31.575Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 [2022-06-29T21:12:32.518Z] #11 ... [2022-06-29T21:12:32.518Z] [2022-06-29T21:12:32.518Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-06-29T21:12:32.518Z] #30 sha256:004b1ee752ea511125fb1300053e3905c0af56d022010f2f43b664343bc6591c [2022-06-29T21:12:32.518Z] #30 DONE 0.7s [2022-06-29T21:12:32.518Z] [2022-06-29T21:12:32.518Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:32.518Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:32.592Z] #26 ... [2022-06-29T21:12:32.592Z] [2022-06-29T21:12:32.592Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-29T21:12:32.592Z] #31 sha256:87f96c92e31bb469a4b6e4e3d4d6f0a5a181c2e3133c3ad05e47bad95c894db4 [2022-06-29T21:12:32.592Z] #31 1.681 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-29T21:12:32.592Z] #31 2.018 [2022-06-29T21:12:32.592Z] #31 2.255 #=#=# ######################################################################## 100.0% [2022-06-29T21:12:32.592Z] #31 2.682 [2022-06-29T21:12:32.592Z] #31 3.964 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-29T21:12:32.592Z] #31 4.309 [2022-06-29T21:12:32.592Z] #31 4.549 #=#=# 0.7% ######################################################################## 100.0% [2022-06-29T21:12:32.592Z] #31 5.022 [2022-06-29T21:12:32.592Z] #31 8.336 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-29T21:12:32.592Z] #31 10.22 #=#=# [2022-06-29T21:12:32.592Z] #31 10.46 #=#=# ##O#-# 0.0% ####### 10.7% ########### 16.5% [2022-06-29T21:12:32.592Z] #31 ... [2022-06-29T21:12:32.592Z] [2022-06-29T21:12:32.592Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-06-29T21:12:32.592Z] #38 sha256:aaeeb049f5680a56f6fede4f78256326a8aa0b4ae7580e26fa301c6d266d5252 [2022-06-29T21:12:32.592Z] #38 4.575 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-29T21:12:32.592Z] #38 ... [2022-06-29T21:12:32.592Z] [2022-06-29T21:12:32.592Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-29T21:12:32.592Z] #57 sha256:57518f79ec97bd4ffcfece403fffe2a9a9a731f6a1fde9d139311616d3584ecd [2022-06-29T21:12:32.592Z] #57 3.389 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-29T21:12:32.592Z] #57 4.217 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-29T21:12:32.592Z] #57 4.217 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-29T21:12:32.592Z] #57 4.291 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-29T21:12:32.592Z] #57 5.813 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-29T21:12:32.592Z] #57 ... [2022-06-29T21:12:32.592Z] [2022-06-29T21:12:32.592Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-29T21:12:32.592Z] #40 sha256:fd04132605b608fbed30b132568b995cbbda9fd1d9be0c718b98b3598f145daa [2022-06-29T21:12:32.592Z] #40 4.087 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-29T21:12:32.592Z] #40 4.799 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-29T21:12:32.592Z] #40 6.045 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-29T21:12:32.592Z] #40 6.204 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-29T21:12:32.592Z] #40 6.316 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-29T21:12:32.592Z] #40 8.825 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-29T21:12:32.592Z] #40 8.998 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-29T21:12:32.696Z] #31 5.954 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-29T21:12:32.696Z] #31 6.304 [2022-06-29T21:12:32.857Z] #40 ... [2022-06-29T21:12:32.857Z] [2022-06-29T21:12:32.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.44.0" && /build/golangci-lint --version [2022-06-29T21:12:32.857Z] #55 sha256:b4112fde20f3c301e6555f609b7dc3a93d26bb370180d9cc6b11d031339a6e20 [2022-06-29T21:12:32.857Z] #55 3.587 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-29T21:12:32.857Z] #55 ... [2022-06-29T21:12:32.857Z] [2022-06-29T21:12:32.857Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:12:32.857Z] #67 sha256:4760a3e336b46382dcec18f64da2132b8ccc213751e4983ad3050d12eaca80be [2022-06-29T21:12:32.857Z] #67 4.172 + RM_GOPATH=0 [2022-06-29T21:12:32.857Z] #67 4.180 + TMP_GOPATH= [2022-06-29T21:12:32.857Z] #67 4.180 + : /build [2022-06-29T21:12:32.857Z] #67 4.180 + '[' -z '' ']' [2022-06-29T21:12:32.857Z] #67 4.180 ++ mktemp -d [2022-06-29T21:12:32.857Z] #67 4.198 + export GOPATH=/tmp/tmp.gsjOFwPgb6 [2022-06-29T21:12:32.857Z] #67 4.198 + GOPATH=/tmp/tmp.gsjOFwPgb6 [2022-06-29T21:12:32.857Z] #67 4.198 + RM_GOPATH=1 [2022-06-29T21:12:32.857Z] #67 4.198 + case "$(go env GOARCH)" in [2022-06-29T21:12:32.857Z] #67 4.198 ++ go env GOARCH [2022-06-29T21:12:32.857Z] #67 4.245 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:12:32.857Z] #67 4.245 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:12:32.857Z] #67 4.246 ++ dirname /install.sh [2022-06-29T21:12:32.857Z] #67 4.252 + dir=/ [2022-06-29T21:12:32.857Z] #67 4.252 + bin=rootlesskit [2022-06-29T21:12:32.857Z] #67 4.252 + shift [2022-06-29T21:12:32.857Z] #67 4.252 + '[' '!' -f //rootlesskit.installer ']' [2022-06-29T21:12:32.857Z] #67 4.253 + . //rootlesskit.installer [2022-06-29T21:12:32.857Z] #67 4.253 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-29T21:12:32.857Z] #67 4.254 + install_rootlesskit [2022-06-29T21:12:32.857Z] #67 4.254 + case "$1" in [2022-06-29T21:12:32.857Z] #67 4.254 + export CGO_ENABLED=0 [2022-06-29T21:12:32.857Z] #67 4.254 + CGO_ENABLED=0 [2022-06-29T21:12:32.857Z] #67 4.255 + _install_rootlesskit [2022-06-29T21:12:32.857Z] #67 4.255 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-29T21:12:32.857Z] #67 4.255 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-29T21:12:32.857Z] #67 4.255 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-29T21:12:32.857Z] #67 4.255 + GOBIN=/build [2022-06-29T21:12:32.857Z] #67 4.255 + GO111MODULE=on [2022-06-29T21:12:32.857Z] #67 4.255 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-29T21:12:32.857Z] #67 4.690 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-29T21:12:32.857Z] #67 7.154 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-29T21:12:32.857Z] #67 7.154 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-29T21:12:32.857Z] #67 7.755 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-29T21:12:32.857Z] #67 9.739 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-29T21:12:32.958Z] #31 ... [2022-06-29T21:12:32.958Z] [2022-06-29T21:12:32.958Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:32.958Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:32.958Z] #11 extracting sha256:76e5964a957d206950c8c0de99f3c491ecec78887ebe4df0ac5ab9ceb536a4d5 8.8s done [2022-06-29T21:12:32.958Z] #11 extracting sha256:0f00f9da9be9d951ac50411de5505d1e17e4a9e88cb56f15ca17f9780cff9cec 7.5s done [2022-06-29T21:12:32.958Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 0.8s [2022-06-29T21:12:32.958Z] #11 ... [2022-06-29T21:12:32.958Z] [2022-06-29T21:12:32.958Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-29T21:12:32.958Z] #31 sha256:d7297aaecb1381c607a6a5871eecf827a247be380bfa17a92c0aa9565380885e [2022-06-29T21:12:33.135Z] #67 ... [2022-06-29T21:12:33.135Z] [2022-06-29T21:12:33.135Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:12:33.135Z] #42 sha256:2ab0d219d14c868f21c3a04de71246f6452f2101d0563b630b9308cdf0e6a8a3 [2022-06-29T21:12:33.135Z] #42 4.495 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:33.135Z] #42 4.597 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:33.135Z] #42 4.602 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:33.135Z] #42 5.137 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-29T21:12:33.135Z] #42 7.462 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [160 kB] [2022-06-29T21:12:33.135Z] #42 10.59 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-29T21:12:33.135Z] #42 ... [2022-06-29T21:12:33.135Z] [2022-06-29T21:12:33.135Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-29T21:12:33.135Z] #47 sha256:ecdc8c6c8c169bea9c3b47c2801af3413909a698ac702b149b3c3adba914fdb6 [2022-06-29T21:12:33.135Z] #47 3.963 + git clone https://github.com/docker/distribution.git . [2022-06-29T21:12:33.135Z] #47 3.965 Cloning into '.'... [2022-06-29T21:12:33.135Z] #47 ... [2022-06-29T21:12:33.135Z] [2022-06-29T21:12:33.135Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:12:33.135Z] #62 sha256:faea50e88f61bdd1b1af7e9ca6d44543abcf753e15516b1eb8cebd326febc91e [2022-06-29T21:12:33.135Z] #62 5.022 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:33.135Z] #62 5.116 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:33.135Z] #62 5.117 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:33.135Z] #62 5.925 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-29T21:12:33.135Z] #62 7.881 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [160 kB] [2022-06-29T21:12:33.399Z] #62 10.81 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-29T21:12:33.399Z] #62 ... [2022-06-29T21:12:33.399Z] [2022-06-29T21:12:33.399Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-29T21:12:33.399Z] #53 sha256:90f2a3e75cec42ae99e2f666c70daa2f919afeb4c9cec71f058a76ffb78b504a [2022-06-29T21:12:33.399Z] #53 4.381 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-29T21:12:33.399Z] #53 6.196 go: downloading github.com/fatih/color v1.10.0 [2022-06-29T21:12:33.399Z] #53 6.235 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-29T21:12:33.399Z] #53 6.272 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-29T21:12:33.399Z] #53 6.340 go: downloading github.com/pkg/errors v0.9.1 [2022-06-29T21:12:33.399Z] #53 6.650 go: downloading golang.org/x/tools v0.1.0 [2022-06-29T21:12:33.399Z] #53 6.988 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-29T21:12:33.399Z] #53 7.144 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-29T21:12:33.399Z] #53 7.181 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-29T21:12:33.399Z] #53 7.462 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-29T21:12:33.399Z] #53 9.992 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-29T21:12:33.399Z] #53 10.15 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-29T21:12:33.399Z] #53 10.23 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-29T21:12:33.483Z] #31 6.530 #=#=# ############### 21.0% ########################################## 59.4% ################################################################# 91.4% ######################################################################## 100.0% [2022-06-29T21:12:33.483Z] #31 7.093 [2022-06-29T21:12:33.661Z] #53 ... [2022-06-29T21:12:33.661Z] [2022-06-29T21:12:33.661Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:12:33.661Z] #51 sha256:a555e696656a3dec1c8def1b98795693261913e1aaba4613ac6b3937231a1782 [2022-06-29T21:12:33.661Z] #51 4.654 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:33.661Z] #51 4.708 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:33.661Z] #51 4.712 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:33.661Z] #51 5.230 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-29T21:12:33.661Z] #51 5.787 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-29T21:12:33.661Z] #51 8.104 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [160 kB] [2022-06-29T21:12:33.661Z] #51 ... [2022-06-29T21:12:33.661Z] [2022-06-29T21:12:33.661Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-29T21:12:33.661Z] #36 sha256:ccf5d63b7d42e11b5f9cac632d7ef55087954b3ccbe644ab1638efdcd50070e6 [2022-06-29T21:12:33.661Z] #36 4.634 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-29T21:12:33.923Z] #36 ... [2022-06-29T21:12:33.923Z] [2022-06-29T21:12:33.923Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:12:33.923Z] #76 sha256:062e5002e7d07d7d5db086510690b2a323f810dce0baa7648aa282437616714d [2022-06-29T21:12:33.923Z] #76 4.972 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:33.923Z] #76 5.065 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:33.923Z] #76 5.078 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:33.923Z] #76 6.023 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-29T21:12:33.923Z] #76 8.542 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [160 kB] [2022-06-29T21:12:33.923Z] #76 ... [2022-06-29T21:12:33.923Z] [2022-06-29T21:12:33.923Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:12:33.923Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-29T21:12:33.923Z] #14 4.945 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:33.923Z] #14 4.958 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:33.923Z] #14 4.960 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:33.923Z] #14 6.048 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-29T21:12:33.923Z] #14 8.589 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [160 kB] [2022-06-29T21:12:33.923Z] #14 11.40 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-29T21:12:33.923Z] #14 ... [2022-06-29T21:12:33.923Z] [2022-06-29T21:12:33.923Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-29T21:12:33.923Z] #31 sha256:87f96c92e31bb469a4b6e4e3d4d6f0a5a181c2e3133c3ad05e47bad95c894db4 [2022-06-29T21:12:33.923Z] #31 10.46 #=#=# ##O#-# 0.0% ####### 10.7% ########### 16.5% ################ 23.6% ####################### 33.1% ############################ 39.6% ################################# 46.2% ####################################### 54.5% ############################################# 63.2% ##################################################### 73.7% ######################################################### 79.2% ######################################################################## 100.0% [2022-06-29T21:12:34.870Z] #31 13.35 [2022-06-29T21:12:34.872Z] #31 8.069 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-29T21:12:34.872Z] #31 8.323 [2022-06-29T21:12:35.133Z] #31 8.540 #=#=# ######################################################################## 100.0% [2022-06-29T21:12:35.395Z] #31 8.797 [2022-06-29T21:12:35.967Z] #31 9.484 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-29T21:12:36.229Z] #31 9.753 [2022-06-29T21:12:36.242Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 5.1s [2022-06-29T21:12:36.492Z] #31 9.974 #=#=# ######################################################################## 100.0% [2022-06-29T21:12:36.730Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 5.3s [2022-06-29T21:12:36.753Z] #31 10.28 [2022-06-29T21:12:36.753Z] #31 10.35 Download of images into '/build' complete. [2022-06-29T21:12:36.753Z] #31 10.35 Use something like the following to load the result into a Docker daemon: [2022-06-29T21:12:36.753Z] #31 10.35 tar -cC '/build' . | docker load [2022-06-29T21:12:36.812Z] #11 ... [2022-06-29T21:12:36.812Z] [2022-06-29T21:12:36.812Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-29T21:12:36.812Z] #31 sha256:e906652a96708fe2297e76d315f2ef745cd92d6f1eea831ef066736746e409be [2022-06-29T21:12:36.812Z] #31 1.985 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-29T21:12:36.812Z] #31 2.254 [2022-06-29T21:12:36.812Z] #31 2.463 #=#=# ######################################################################## 100.0% [2022-06-29T21:12:36.812Z] #31 2.714 [2022-06-29T21:12:36.812Z] #31 3.597 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-29T21:12:36.812Z] #31 3.874 [2022-06-29T21:12:36.812Z] #31 4.090 #=#=# ######## 12.2% ######################################################################## 100.0% [2022-06-29T21:12:36.812Z] #31 4.468 [2022-06-29T21:12:36.812Z] #31 5.506 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-29T21:12:36.812Z] #31 5.882 [2022-06-29T21:12:36.812Z] #31 6.117 #=#=# ################ 23.5% ######################################### 57.1% ################################################################ 89.1% ######################################################################## 100.0% [2022-06-29T21:12:36.812Z] #31 6.638 [2022-06-29T21:12:36.812Z] #31 7.669 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-29T21:12:36.812Z] #31 8.010 [2022-06-29T21:12:36.812Z] #31 8.251 #=#=# ######################################################################## 100.0% [2022-06-29T21:12:36.812Z] #31 8.498 [2022-06-29T21:12:36.812Z] #31 9.219 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-29T21:12:36.812Z] #31 9.576 [2022-06-29T21:12:36.812Z] #31 9.804 #=#=# ######################################################################## 100.0% [2022-06-29T21:12:37.071Z] #31 10.11 [2022-06-29T21:12:37.071Z] #31 10.19 Download of images into '/build' complete. [2022-06-29T21:12:37.071Z] #31 10.19 Use something like the following to load the result into a Docker daemon: [2022-06-29T21:12:37.071Z] #31 10.19 tar -cC '/build' . | docker load [2022-06-29T21:12:37.071Z] #31 ... [2022-06-29T21:12:37.071Z] [2022-06-29T21:12:37.071Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:37.071Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:37.437Z] #31 ... [2022-06-29T21:12:37.437Z] [2022-06-29T21:12:37.437Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-29T21:12:37.437Z] #34 sha256:449dc6255994a451bc2fd98d32079778c92338751fb4061dd74f6f74b47b33ae [2022-06-29T21:12:37.437Z] #34 4.201 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-29T21:12:37.437Z] #34 4.212 Cloning into '.'... [2022-06-29T21:12:37.437Z] #34 ... [2022-06-29T21:12:37.437Z] [2022-06-29T21:12:37.437Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-29T21:12:37.437Z] #36 sha256:ccf5d63b7d42e11b5f9cac632d7ef55087954b3ccbe644ab1638efdcd50070e6 [2022-06-29T21:12:37.437Z] #36 12.94 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-29T21:12:37.437Z] #36 12.94 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-29T21:12:37.437Z] #36 13.44 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-29T21:12:37.437Z] #36 13.59 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-29T21:12:37.437Z] #36 13.97 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-29T21:12:37.437Z] #36 14.22 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-29T21:12:37.437Z] #36 14.45 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-29T21:12:37.437Z] #36 14.51 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-29T21:12:37.437Z] #36 14.57 go: downloading github.com/peterh/liner v1.2.2 [2022-06-29T21:12:37.437Z] #36 14.78 go: downloading github.com/google/go-dap v0.6.0 [2022-06-29T21:12:37.437Z] #36 14.98 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-29T21:12:38.011Z] #36 15.32 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-29T21:12:38.274Z] #36 15.78 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-29T21:12:38.536Z] #36 15.94 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-29T21:12:38.798Z] #36 16.09 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-29T21:12:39.375Z] #36 ... [2022-06-29T21:12:39.375Z] [2022-06-29T21:12:39.375Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-06-29T21:12:39.375Z] #38 sha256:aaeeb049f5680a56f6fede4f78256326a8aa0b4ae7580e26fa301c6d266d5252 [2022-06-29T21:12:39.375Z] #38 16.11 tomll can be used in two ways: [2022-06-29T21:12:39.375Z] #38 16.11 Writing to STDIN and reading from STDOUT: [2022-06-29T21:12:39.375Z] #38 16.11 cat file.toml | tomll > file.toml [2022-06-29T21:12:39.375Z] #38 16.11 [2022-06-29T21:12:39.375Z] #38 16.11 Reading and updating a list of files: [2022-06-29T21:12:39.375Z] #38 16.11 tomll a.toml b.toml c.toml [2022-06-29T21:12:39.375Z] #38 16.11 [2022-06-29T21:12:39.375Z] #38 16.11 When given a list of files, tomll will modify all files in place without asking. [2022-06-29T21:12:39.375Z] #38 DONE 16.9s [2022-06-29T21:12:39.636Z] [2022-06-29T21:12:39.636Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:12:39.636Z] #62 sha256:faea50e88f61bdd1b1af7e9ca6d44543abcf753e15516b1eb8cebd326febc91e [2022-06-29T21:12:39.636Z] #62 16.64 Fetched 8432 kB in 12s (711 kB/s) [2022-06-29T21:12:40.034Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 8.3s done [2022-06-29T21:12:40.067Z] #31 ... [2022-06-29T21:12:40.067Z] [2022-06-29T21:12:40.067Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:40.067Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:40.067Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 7.6s [2022-06-29T21:12:40.296Z] #11 extracting sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 done [2022-06-29T21:12:40.296Z] #11 DONE 26.8s [2022-06-29T21:12:40.296Z] [2022-06-29T21:12:40.296Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-29T21:12:40.296Z] #31 sha256:0a5d9fe41b34bd26cd746f66bf07cb65adac91ecd49fab884e55be0259981dcc [2022-06-29T21:12:40.296Z] #31 1.437 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-06-29T21:12:40.296Z] #31 1.695 [2022-06-29T21:12:40.296Z] #31 1.912 #=#=# ######################################################################## 100.0% [2022-06-29T21:12:40.296Z] #31 2.157 [2022-06-29T21:12:40.296Z] #31 3.051 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-06-29T21:12:40.296Z] #31 3.324 [2022-06-29T21:12:40.296Z] #31 3.541 #=#=# ######################################################################## 100.0% [2022-06-29T21:12:40.296Z] #31 3.837 [2022-06-29T21:12:40.296Z] #31 4.743 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-06-29T21:12:40.296Z] #31 5.033 [2022-06-29T21:12:40.296Z] #31 5.245 #=#=# ############## 20.3% ################################## 48.2% ################################################################## 91.9% ######################################################################## 100.0% [2022-06-29T21:12:40.296Z] #31 5.782 [2022-06-29T21:12:40.296Z] #31 6.752 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-29T21:12:40.296Z] #31 7.004 [2022-06-29T21:12:40.296Z] #31 7.228 #=#=# ######################################################################## 100.0% [2022-06-29T21:12:40.296Z] #31 7.507 [2022-06-29T21:12:40.296Z] #31 8.154 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-29T21:12:40.560Z] #31 ... [2022-06-29T21:12:40.560Z] [2022-06-29T21:12:40.560Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-29T21:12:40.560Z] #12 sha256:56c0305d6bbe33a7a96cb826e6c4762bb5d8ff7e72dc4f2ada49e468493dc1e1 [2022-06-29T21:12:40.796Z] #19 70.56 Reading package lists... [2022-06-29T21:12:40.796Z] #19 ... [2022-06-29T21:12:40.796Z] [2022-06-29T21:12:40.796Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:12:40.796Z] #84 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:12:40.796Z] #84 37.04 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-06-29T21:12:41.024Z] #11 ... [2022-06-29T21:12:41.024Z] [2022-06-29T21:12:41.024Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-29T21:12:41.024Z] #31 sha256:d7297aaecb1381c607a6a5871eecf827a247be380bfa17a92c0aa9565380885e [2022-06-29T21:12:41.024Z] #31 DONE 14.3s [2022-06-29T21:12:41.024Z] [2022-06-29T21:12:41.024Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:41.024Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:41.278Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 10.1s [2022-06-29T21:12:41.278Z] #11 ... [2022-06-29T21:12:41.278Z] [2022-06-29T21:12:41.278Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-29T21:12:41.278Z] #31 sha256:e906652a96708fe2297e76d315f2ef745cd92d6f1eea831ef066736746e409be [2022-06-29T21:12:41.278Z] #31 DONE 14.0s [2022-06-29T21:12:41.278Z] [2022-06-29T21:12:41.278Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.3-bullseye@sha256:d146bc2ee9b0691f4f787bd9a8bf12e3c01a4618ea982d11fe9401b86211e2a7 [2022-06-29T21:12:41.278Z] #11 sha256:8c4458aeff1094b37fb2e946de80cff9d34dcc10c79c1d0f277689828afcbdd1 [2022-06-29T21:12:42.025Z] #12 DONE 1.2s [2022-06-29T21:12:42.025Z] [2022-06-29T21:12:42.025Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-29T21:12:42.025Z] #31 sha256:0a5d9fe41b34bd26cd746f66bf07cb65adac91ecd49fab884e55be0259981dcc [2022-06-29T21:12:42.025Z] #31 8.441 [2022-06-29T21:12:42.025Z] #31 8.689 #=#=# ######################################################################## 100.0% [2022-06-29T21:12:42.025Z] #31 8.868 [2022-06-29T21:12:42.025Z] #31 8.910 Download of images into '/build' complete. [2022-06-29T21:12:42.025Z] #31 8.910 Use something like the following to load the result into a Docker daemon: [2022-06-29T21:12:42.025Z] #31 8.910 tar -cC '/build' . | docker load [2022-06-29T21:12:42.025Z] #31 DONE 9.4s [2022-06-29T21:12:42.025Z] [2022-06-29T21:12:42.025Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-06-29T21:12:42.025Z] #13 sha256:663743f188ca2dfda79b667f270dccaf821b883d8518acb0f9d4d89f28bc6cb0 [2022-06-29T21:12:42.225Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 11.6s done [2022-06-29T21:12:42.624Z] #13 DONE 0.8s [2022-06-29T21:12:42.624Z] [2022-06-29T21:12:42.624Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-29T21:12:42.624Z] #33 sha256:09a68b270824a37483c9ff9cefbf4f26ee8b85c2abcf374646920938f26ad772 [2022-06-29T21:12:42.624Z] #33 DONE 0.0s [2022-06-29T21:12:42.624Z] [2022-06-29T21:12:42.624Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:12:42.624Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-29T21:12:42.624Z] #62 ... [2022-06-29T21:12:42.624Z] [2022-06-29T21:12:42.624Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-06-29T21:12:42.624Z] #50 sha256:3bce310255bf34d776243dd62fd338d2b44e71b74351ae035dcf63d2fb9b0307 [2022-06-29T21:12:42.624Z] #50 DONE 0.2s [2022-06-29T21:12:42.624Z] [2022-06-29T21:12:42.624Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-29T21:12:42.624Z] #25 sha256:12970f21f188a4d67b8e363983f52cfe0967f2afc042844199106cab33cc5eee [2022-06-29T21:12:42.624Z] #25 DONE 0.2s [2022-06-29T21:12:42.624Z] [2022-06-29T21:12:42.624Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-29T21:12:42.624Z] #46 sha256:37cf4edcf58a040bec85551b7af266bbc97c22873b4e0a7100f2252c3cf35571 [2022-06-29T21:12:42.624Z] #46 DONE 0.3s [2022-06-29T21:12:42.624Z] [2022-06-29T21:12:42.624Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-29T21:12:42.624Z] #26 sha256:bdbb7842f3ca899ea002da919821ee9c9e6c58ed719456c4459a89206670ef18 [2022-06-29T21:12:42.795Z] #11 extracting sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 [2022-06-29T21:12:42.795Z] #11 extracting sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 done [2022-06-29T21:12:42.910Z] #26 ... [2022-06-29T21:12:42.910Z] [2022-06-29T21:12:42.910Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-29T21:12:42.910Z] #66 sha256:bb1004021bdc9b427e1f8d9a3dde8667278c88f69ca0d48eaf764512019f69c2 [2022-06-29T21:12:42.910Z] #66 DONE 0.3s [2022-06-29T21:12:42.910Z] [2022-06-29T21:12:42.910Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:12:42.910Z] #67 sha256:433f29aa2a413e4c78a37ba988f3034e634990a35581c73d48c3fad06c0f1608 [2022-06-29T21:12:43.055Z] #11 DONE 43.9s [2022-06-29T21:12:43.055Z] [2022-06-29T21:12:43.055Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-29T21:12:43.055Z] #12 sha256:56c0305d6bbe33a7a96cb826e6c4762bb5d8ff7e72dc4f2ada49e468493dc1e1 [2022-06-29T21:12:43.056Z] #11 extracting sha256:691e33f10d2fcc5dbbed7061bd38f67acbbacf8eb32c3f81c29e877e08e57050 10.7s done [2022-06-29T21:12:43.322Z] #11 extracting sha256:faf2829ac3538e681c1c4738fe706f3e165a649d056882221ada493085e65f95 done [2022-06-29T21:12:43.322Z] #11 DONE 44.3s [2022-06-29T21:12:43.322Z] [2022-06-29T21:12:43.322Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-06-29T21:12:43.322Z] #12 sha256:56c0305d6bbe33a7a96cb826e6c4762bb5d8ff7e72dc4f2ada49e468493dc1e1 [2022-06-29T21:12:43.625Z] #12 DONE 0.6s [2022-06-29T21:12:43.856Z] #62 16.64 Reading package lists... [2022-06-29T21:12:43.856Z] #62 ... [2022-06-29T21:12:43.856Z] [2022-06-29T21:12:43.856Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:12:43.856Z] #67 sha256:4760a3e336b46382dcec18f64da2132b8ccc213751e4983ad3050d12eaca80be [2022-06-29T21:12:43.856Z] #67 10.91 go: downloading github.com/google/uuid v1.3.0 [2022-06-29T21:12:43.856Z] #67 10.95 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-29T21:12:43.856Z] #67 11.05 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-29T21:12:43.856Z] #67 11.41 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-29T21:12:43.856Z] #67 11.51 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-29T21:12:43.856Z] #67 11.67 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-29T21:12:43.856Z] #67 12.31 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-29T21:12:43.856Z] #67 12.48 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-29T21:12:43.856Z] #67 12.58 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-29T21:12:43.856Z] #67 14.18 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-29T21:12:43.856Z] #67 ... [2022-06-29T21:12:43.856Z] [2022-06-29T21:12:43.856Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:12:43.856Z] #51 sha256:a555e696656a3dec1c8def1b98795693261913e1aaba4613ac6b3937231a1782 [2022-06-29T21:12:43.856Z] #51 10.99 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-29T21:12:43.856Z] #51 13.63 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-29T21:12:43.856Z] #51 17.64 Fetched 8436 kB in 13s (636 kB/s) [2022-06-29T21:12:43.884Z] [2022-06-29T21:12:43.884Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-06-29T21:12:43.884Z] #13 sha256:663743f188ca2dfda79b667f270dccaf821b883d8518acb0f9d4d89f28bc6cb0 [2022-06-29T21:12:43.941Z] #12 DONE 0.7s [2022-06-29T21:12:44.118Z] #51 17.64 Reading package lists... [2022-06-29T21:12:44.118Z] #51 ... [2022-06-29T21:12:44.118Z] [2022-06-29T21:12:44.118Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:12:44.118Z] #76 sha256:062e5002e7d07d7d5db086510690b2a323f810dce0baa7648aa282437616714d [2022-06-29T21:12:44.118Z] #76 11.62 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-29T21:12:44.118Z] #76 16.71 Fetched 8432 kB in 12s (701 kB/s) [2022-06-29T21:12:44.118Z] #76 16.71 Reading package lists... [2022-06-29T21:12:44.118Z] #76 ... [2022-06-29T21:12:44.118Z] [2022-06-29T21:12:44.118Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-29T21:12:44.118Z] #31 sha256:87f96c92e31bb469a4b6e4e3d4d6f0a5a181c2e3133c3ad05e47bad95c894db4 [2022-06-29T21:12:44.118Z] #31 18.87 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-06-29T21:12:44.118Z] #31 20.09 [2022-06-29T21:12:44.118Z] #31 20.43 #=#=# ######################################################################## 100.0% [2022-06-29T21:12:44.118Z] #31 21.73 [2022-06-29T21:12:44.144Z] #13 DONE 0.6s [2022-06-29T21:12:44.207Z] [2022-06-29T21:12:44.207Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-06-29T21:12:44.207Z] #13 sha256:663743f188ca2dfda79b667f270dccaf821b883d8518acb0f9d4d89f28bc6cb0 [2022-06-29T21:12:44.406Z] [2022-06-29T21:12:44.406Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-29T21:12:44.406Z] #46 sha256:37cf4edcf58a040bec85551b7af266bbc97c22873b4e0a7100f2252c3cf35571 [2022-06-29T21:12:44.406Z] #46 DONE 0.1s [2022-06-29T21:12:44.406Z] [2022-06-29T21:12:44.406Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-29T21:12:44.406Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-29T21:12:44.406Z] #47 ... [2022-06-29T21:12:44.406Z] [2022-06-29T21:12:44.406Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-29T21:12:44.406Z] #33 sha256:09a68b270824a37483c9ff9cefbf4f26ee8b85c2abcf374646920938f26ad772 [2022-06-29T21:12:44.406Z] #33 DONE 0.3s [2022-06-29T21:12:44.666Z] [2022-06-29T21:12:44.666Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-06-29T21:12:44.666Z] #50 sha256:3bce310255bf34d776243dd62fd338d2b44e71b74351ae035dcf63d2fb9b0307 [2022-06-29T21:12:44.666Z] #50 DONE 0.4s [2022-06-29T21:12:44.666Z] [2022-06-29T21:12:44.666Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-29T21:12:44.666Z] #25 sha256:dcb18594c96a8406544b621994dd34b1c37e1bae8b88b4f6630793f19b6d7533 [2022-06-29T21:12:44.666Z] #25 DONE 0.4s [2022-06-29T21:12:44.666Z] [2022-06-29T21:12:44.666Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:12:44.666Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:12:44.666Z] #51 ... [2022-06-29T21:12:44.666Z] [2022-06-29T21:12:44.666Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-29T21:12:44.666Z] #66 sha256:dd5615160ef454c3b16939729e85cddec0158a2602dec940e407c51369e54840 [2022-06-29T21:12:44.666Z] #66 DONE 0.4s [2022-06-29T21:12:44.783Z] #13 DONE 0.6s [2022-06-29T21:12:44.783Z] [2022-06-29T21:12:44.783Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-06-29T21:12:44.783Z] #38 sha256:799caa365c4f691d26059d2a0d78453ba7cc8efc2765ed8f1f16b60ff864d128 [2022-06-29T21:12:44.926Z] [2022-06-29T21:12:44.926Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:12:44.926Z] #67 sha256:a82b28b866715b1e24503b9138ab6db1f5e9bf183d78ca0f1381c9d5bccdb102 [2022-06-29T21:12:45.049Z] #38 ... [2022-06-29T21:12:45.049Z] [2022-06-29T21:12:45.049Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-06-29T21:12:45.049Z] #33 sha256:09a68b270824a37483c9ff9cefbf4f26ee8b85c2abcf374646920938f26ad772 [2022-06-29T21:12:45.049Z] #33 DONE 0.1s [2022-06-29T21:12:45.049Z] [2022-06-29T21:12:45.049Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-06-29T21:12:45.049Z] #46 sha256:37cf4edcf58a040bec85551b7af266bbc97c22873b4e0a7100f2252c3cf35571 [2022-06-29T21:12:45.049Z] #46 DONE 0.3s [2022-06-29T21:12:45.049Z] [2022-06-29T21:12:45.049Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-06-29T21:12:45.049Z] #50 sha256:3bce310255bf34d776243dd62fd338d2b44e71b74351ae035dcf63d2fb9b0307 [2022-06-29T21:12:45.049Z] #50 DONE 0.3s [2022-06-29T21:12:45.049Z] [2022-06-29T21:12:45.049Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-29T21:12:45.049Z] #66 sha256:3e009116d7a91b5c94d7b060bf09074dc175c5b2629bf41fce63ddfeef7b0d0b [2022-06-29T21:12:45.049Z] #66 DONE 0.3s [2022-06-29T21:12:45.049Z] [2022-06-29T21:12:45.049Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-29T21:12:45.049Z] #25 sha256:2f31ecef2035029896d6afc6a6488494c0bf0b6a2614b9735548ee2c9ddd84b3 [2022-06-29T21:12:45.049Z] #25 DONE 0.3s [2022-06-29T21:12:45.049Z] [2022-06-29T21:12:45.049Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-29T21:12:45.049Z] #26 sha256:cfe12bebac8e9d3751e42b772cc5dc30f0d58ea58094b2f5f3e65f59120ad862 [2022-06-29T21:12:45.063Z] #31 ... [2022-06-29T21:12:45.063Z] [2022-06-29T21:12:45.063Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-29T21:12:45.063Z] #53 sha256:90f2a3e75cec42ae99e2f666c70daa2f919afeb4c9cec71f058a76ffb78b504a [2022-06-29T21:12:45.063Z] #53 12.48 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-29T21:12:45.063Z] #53 12.59 go: downloading golang.org/x/mod v0.3.0 [2022-06-29T21:12:45.063Z] #53 ... [2022-06-29T21:12:45.063Z] [2022-06-29T21:12:45.063Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-29T21:12:45.063Z] #47 sha256:ecdc8c6c8c169bea9c3b47c2801af3413909a698ac702b149b3c3adba914fdb6 [2022-06-29T21:12:45.063Z] #47 21.98 Updating files: 80% (1749/2177) Updating files: 81% (1764/2177) Updating files: 82% (1786/2177) Updating files: 83% (1807/2177) Updating files: 84% (1829/2177) Updating files: 85% (1851/2177) Updating files: 86% (1873/2177) Updating files: 87% (1894/2177) Updating files: 88% (1916/2177) Updating files: 89% (1938/2177) Updating files: 90% (1960/2177) Updating files: 91% (1982/2177) Updating files: 92% (2003/2177) Updating files: 93% (2025/2177) Updating files: 94% (2047/2177) Updating files: 95% (2069/2177) Updating files: 96% (2090/2177) Updating files: 97% (2112/2177) Updating files: 98% (2134/2177) Updating files: 99% (2156/2177) Updating files: 100% (2177/2177) Updating files: 100% (2177/2177), done. [2022-06-29T21:12:45.063Z] #47 22.34 + git checkout -q v2.3.0 [2022-06-29T21:12:47.740Z] #47 24.74 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-06-29T21:12:47.740Z] #47 ... [2022-06-29T21:12:47.740Z] [2022-06-29T21:12:47.740Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:12:47.740Z] #42 sha256:2ab0d219d14c868f21c3a04de71246f6452f2101d0563b630b9308cdf0e6a8a3 [2022-06-29T21:12:47.740Z] #42 15.21 Fetched 8432 kB in 11s (770 kB/s) [2022-06-29T21:12:47.740Z] #42 15.21 Reading package lists... [2022-06-29T21:12:47.740Z] #42 20.62 Reading package lists... [2022-06-29T21:12:47.740Z] #42 ... [2022-06-29T21:12:47.740Z] [2022-06-29T21:12:47.740Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:12:47.740Z] #55 sha256:b4112fde20f3c301e6555f609b7dc3a93d26bb370180d9cc6b11d031339a6e20 [2022-06-29T21:12:47.740Z] #55 22.59 go: downloading github.com/fatih/color v1.13.0 [2022-06-29T21:12:47.740Z] #55 22.60 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-29T21:12:47.740Z] #55 22.67 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-29T21:12:47.740Z] #55 22.75 go: downloading github.com/spf13/viper v1.10.1 [2022-06-29T21:12:47.740Z] #55 23.00 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-29T21:12:47.740Z] #55 23.07 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-29T21:12:47.740Z] #55 23.11 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-29T21:12:47.740Z] #55 23.24 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-29T21:12:47.740Z] #55 23.28 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-29T21:12:47.740Z] #55 24.37 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-29T21:12:47.740Z] #55 24.39 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-29T21:12:48.228Z] #67 ... [2022-06-29T21:12:48.228Z] [2022-06-29T21:12:48.228Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:12:48.228Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:12:48.228Z] #14 5.168 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:48.228Z] #14 5.205 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:48.228Z] #14 5.230 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:48.228Z] #14 5.641 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:12:49.163Z] #55 ... [2022-06-29T21:12:49.163Z] [2022-06-29T21:12:49.163Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:12:49.163Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-29T21:12:49.163Z] #14 16.33 Fetched 8432 kB in 12s (723 kB/s) [2022-06-29T21:12:49.163Z] #14 16.33 Reading package lists... [2022-06-29T21:12:49.163Z] #14 21.69 Reading package lists... [2022-06-29T21:12:49.163Z] #14 26.54 Building dependency tree... [2022-06-29T21:12:49.163Z] #14 ... [2022-06-29T21:12:49.163Z] [2022-06-29T21:12:49.163Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-06-29T21:12:49.163Z] #31 sha256:87f96c92e31bb469a4b6e4e3d4d6f0a5a181c2e3133c3ad05e47bad95c894db4 [2022-06-29T21:12:49.163Z] #31 24.40 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-06-29T21:12:49.163Z] #31 26.02 [2022-06-29T21:12:49.163Z] #31 26.37 #=#=# ######################################################################## 100.0% [2022-06-29T21:12:49.172Z] #14 ... [2022-06-29T21:12:49.172Z] [2022-06-29T21:12:49.172Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-29T21:12:49.172Z] #26 sha256:bdbb7842f3ca899ea002da919821ee9c9e6c58ed719456c4459a89206670ef18 [2022-06-29T21:12:49.172Z] #26 6.445 + RM_GOPATH=0 [2022-06-29T21:12:49.172Z] #26 6.447 + TMP_GOPATH= [2022-06-29T21:12:49.172Z] #26 6.447 + : /build [2022-06-29T21:12:49.172Z] #26 6.448 + '[' -z '' ']' [2022-06-29T21:12:49.172Z] #26 6.449 ++ mktemp -d [2022-06-29T21:12:49.172Z] #26 6.458 + export GOPATH=/tmp/tmp.KlsjtXNKWn [2022-06-29T21:12:49.172Z] #26 6.458 + GOPATH=/tmp/tmp.KlsjtXNKWn [2022-06-29T21:12:49.172Z] #26 6.458 + RM_GOPATH=1 [2022-06-29T21:12:49.172Z] #26 6.458 + case "$(go env GOARCH)" in [2022-06-29T21:12:49.172Z] #26 6.466 ++ go env GOARCH [2022-06-29T21:12:49.172Z] #26 6.480 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:12:49.172Z] #26 6.481 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:12:49.172Z] #26 6.482 ++ dirname /install.sh [2022-06-29T21:12:49.172Z] #26 6.489 + dir=/ [2022-06-29T21:12:49.172Z] #26 6.489 + bin=dockercli [2022-06-29T21:12:49.172Z] #26 6.489 + shift [2022-06-29T21:12:49.172Z] #26 6.489 + '[' '!' -f //dockercli.installer ']' [2022-06-29T21:12:49.172Z] #26 6.490 + . //dockercli.installer [2022-06-29T21:12:49.172Z] #26 6.490 ++ : stable [2022-06-29T21:12:49.172Z] #26 6.490 ++ : 17.06.2-ce [2022-06-29T21:12:49.172Z] #26 6.490 + install_dockercli [2022-06-29T21:12:49.172Z] #26 6.494 Install docker/cli version 17.06.2-ce from stable [2022-06-29T21:12:49.172Z] #26 6.495 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-29T21:12:49.172Z] #26 6.495 ++ uname -m [2022-06-29T21:12:49.172Z] #26 6.499 + arch=x86_64 [2022-06-29T21:12:49.172Z] #26 6.499 + '[' x86_64 '!=' x86_64 ']' [2022-06-29T21:12:49.172Z] #26 6.499 + url=https://download.docker.com/linux/static [2022-06-29T21:12:49.172Z] #26 6.501 + tar -xz docker/docker [2022-06-29T21:12:49.172Z] #26 6.501 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-29T21:12:49.433Z] #31 27.83 [2022-06-29T21:12:49.695Z] #31 28.26 Download of images into '/build' complete. [2022-06-29T21:12:49.695Z] #31 28.27 Use something like the following to load the result into a Docker daemon: [2022-06-29T21:12:49.695Z] #31 28.27 tar -cC '/build' . | docker load [2022-06-29T21:12:49.956Z] #31 DONE 28.6s [2022-06-29T21:12:49.956Z] [2022-06-29T21:12:49.956Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:12:49.956Z] #55 sha256:b4112fde20f3c301e6555f609b7dc3a93d26bb370180d9cc6b11d031339a6e20 [2022-06-29T21:12:49.956Z] #55 27.51 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-29T21:12:49.956Z] #55 27.51 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-29T21:12:50.217Z] #55 27.72 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-29T21:12:50.217Z] #55 27.83 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-29T21:12:50.217Z] #55 ... [2022-06-29T21:12:50.217Z] [2022-06-29T21:12:50.217Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-29T21:12:50.217Z] #36 sha256:ccf5d63b7d42e11b5f9cac632d7ef55087954b3ccbe644ab1638efdcd50070e6 [2022-06-29T21:12:50.217Z] #36 17.79 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-29T21:12:50.350Z] #26 ... [2022-06-29T21:12:50.350Z] [2022-06-29T21:12:50.351Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-29T21:12:50.351Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-29T21:12:50.351Z] #34 5.164 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-29T21:12:50.351Z] #34 5.166 Cloning into '.'... [2022-06-29T21:12:50.478Z] #36 ... [2022-06-29T21:12:50.478Z] [2022-06-29T21:12:50.478Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:12:50.478Z] #55 sha256:b4112fde20f3c301e6555f609b7dc3a93d26bb370180d9cc6b11d031339a6e20 [2022-06-29T21:12:50.478Z] #55 27.97 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-29T21:12:50.478Z] #55 27.98 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-29T21:12:50.478Z] #55 28.03 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-29T21:12:50.478Z] #55 28.06 go: downloading github.com/spf13/afero v1.6.0 [2022-06-29T21:12:50.478Z] #55 28.11 go: downloading github.com/spf13/cast v1.4.1 [2022-06-29T21:12:50.740Z] #55 28.16 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-29T21:12:50.740Z] #55 28.20 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-29T21:12:50.740Z] #55 28.20 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-29T21:12:50.740Z] #55 28.23 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-29T21:12:50.801Z] #84 ... [2022-06-29T21:12:50.801Z] [2022-06-29T21:12:50.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-06-29T21:12:50.801Z] #19 sha256:917bf0834aad25d25cd204588999ad2a1286424901d6429e4987625c582c85f0 [2022-06-29T21:12:50.801Z] #19 70.56 Reading package lists... [2022-06-29T21:12:51.001Z] #55 28.44 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-29T21:12:51.001Z] #55 28.53 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-29T21:12:51.001Z] #55 28.57 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-29T21:12:51.001Z] #55 28.58 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-29T21:12:51.001Z] #55 28.65 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-29T21:12:51.263Z] #55 28.76 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-29T21:12:51.263Z] #55 28.86 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-29T21:12:51.503Z] #67 ... [2022-06-29T21:12:51.503Z] [2022-06-29T21:12:51.503Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:12:51.503Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-29T21:12:51.503Z] #62 6.340 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:51.503Z] #62 6.357 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:51.503Z] #62 6.357 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:51.503Z] #62 ... [2022-06-29T21:12:51.503Z] [2022-06-29T21:12:51.504Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-29T21:12:51.504Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-29T21:12:51.504Z] #47 6.492 + git clone https://github.com/docker/distribution.git . [2022-06-29T21:12:51.504Z] #47 6.492 Cloning into '.'... [2022-06-29T21:12:51.524Z] #55 28.88 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-29T21:12:51.748Z] #34 ... [2022-06-29T21:12:51.748Z] [2022-06-29T21:12:51.749Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:12:51.749Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:12:51.749Z] #42 6.066 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:51.749Z] #42 6.100 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:51.749Z] #42 6.100 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:51.749Z] #42 6.684 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:12:51.749Z] #42 ... [2022-06-29T21:12:51.749Z] [2022-06-29T21:12:51.749Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:12:51.749Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:12:51.749Z] #76 6.976 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:51.749Z] #76 7.006 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:51.749Z] #76 7.007 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:52.097Z] #55 29.56 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-29T21:12:52.097Z] #55 29.69 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-29T21:12:52.324Z] #76 ... [2022-06-29T21:12:52.324Z] [2022-06-29T21:12:52.324Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-29T21:12:52.324Z] #26 sha256:cfe12bebac8e9d3751e42b772cc5dc30f0d58ea58094b2f5f3e65f59120ad862 [2022-06-29T21:12:52.324Z] #26 7.174 + RM_GOPATH=0 [2022-06-29T21:12:52.324Z] #26 7.174 + TMP_GOPATH= [2022-06-29T21:12:52.324Z] #26 7.174 + : /build [2022-06-29T21:12:52.324Z] #26 7.174 + '[' -z '' ']' [2022-06-29T21:12:52.324Z] #26 7.174 ++ mktemp -d [2022-06-29T21:12:52.324Z] #26 7.191 + export GOPATH=/tmp/tmp.rJb2wwWGx2 [2022-06-29T21:12:52.324Z] #26 7.192 + GOPATH=/tmp/tmp.rJb2wwWGx2 [2022-06-29T21:12:52.324Z] #26 7.193 + RM_GOPATH=1 [2022-06-29T21:12:52.324Z] #26 7.193 + case "$(go env GOARCH)" in [2022-06-29T21:12:52.324Z] #26 7.193 ++ go env GOARCH [2022-06-29T21:12:52.324Z] #26 7.210 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:12:52.324Z] #26 7.210 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:12:52.324Z] #26 7.211 ++ dirname /install.sh [2022-06-29T21:12:52.324Z] #26 7.213 + dir=/ [2022-06-29T21:12:52.324Z] #26 7.214 + bin=dockercli [2022-06-29T21:12:52.324Z] #26 7.216 + shift [2022-06-29T21:12:52.324Z] #26 7.216 + '[' '!' -f //dockercli.installer ']' [2022-06-29T21:12:52.324Z] #26 7.217 + . //dockercli.installer [2022-06-29T21:12:52.324Z] #26 7.217 ++ : stable [2022-06-29T21:12:52.324Z] #26 7.218 ++ : 17.06.2-ce [2022-06-29T21:12:52.324Z] #26 7.229 + install_dockercli [2022-06-29T21:12:52.324Z] #26 7.229 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-29T21:12:52.324Z] #26 7.229 Install docker/cli version 17.06.2-ce from stable [2022-06-29T21:12:52.324Z] #26 7.230 ++ uname -m [2022-06-29T21:12:52.324Z] #26 7.238 + arch=x86_64 [2022-06-29T21:12:52.324Z] #26 7.239 + '[' x86_64 '!=' x86_64 ']' [2022-06-29T21:12:52.324Z] #26 7.244 + url=https://download.docker.com/linux/static [2022-06-29T21:12:52.324Z] #26 7.246 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-29T21:12:52.324Z] #26 7.248 + tar -xz docker/docker [2022-06-29T21:12:52.358Z] #55 29.75 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-29T21:12:52.358Z] #55 29.78 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-29T21:12:52.358Z] #55 29.87 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-29T21:12:52.486Z] #26 ... [2022-06-29T21:12:52.486Z] [2022-06-29T21:12:52.486Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:12:52.486Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:12:52.486Z] #42 5.105 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:52.486Z] #42 5.139 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:52.486Z] #42 5.139 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:52.486Z] #42 5.463 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:12:52.486Z] #42 7.404 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:12:52.620Z] #55 29.91 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-29T21:12:52.748Z] #42 10.14 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:12:52.748Z] #42 ... [2022-06-29T21:12:52.748Z] [2022-06-29T21:12:52.748Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-29T21:12:52.748Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-29T21:12:52.748Z] #34 3.320 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-29T21:12:52.748Z] #34 3.320 Cloning into '.'... [2022-06-29T21:12:52.748Z] #34 ... [2022-06-29T21:12:52.748Z] [2022-06-29T21:12:52.748Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-29T21:12:52.748Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-29T21:12:52.748Z] #40 6.994 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-29T21:12:52.748Z] #40 7.998 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-29T21:12:52.748Z] #40 9.993 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-29T21:12:52.748Z] #40 10.37 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-29T21:12:52.881Z] #55 30.45 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-29T21:12:53.011Z] #40 10.40 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-29T21:12:53.011Z] #40 ... [2022-06-29T21:12:53.011Z] [2022-06-29T21:12:53.011Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:12:53.011Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:12:53.011Z] #76 6.665 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:53.011Z] #76 6.705 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:53.011Z] #76 6.932 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:53.011Z] #76 7.738 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:12:53.011Z] #76 10.57 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:12:53.011Z] #76 ... [2022-06-29T21:12:53.011Z] [2022-06-29T21:12:53.011Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:12:53.011Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:12:53.011Z] #51 6.885 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:53.011Z] #51 6.923 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:53.011Z] #51 6.928 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:53.011Z] #51 7.491 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-29T21:12:53.011Z] #51 8.170 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:12:53.142Z] #55 30.50 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-29T21:12:53.142Z] #55 30.55 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-29T21:12:53.142Z] #55 30.57 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-29T21:12:53.142Z] #55 30.61 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-29T21:12:53.142Z] #55 30.62 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-29T21:12:53.142Z] #55 30.66 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-29T21:12:53.272Z] #51 ... [2022-06-29T21:12:53.272Z] [2022-06-29T21:12:53.272Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-29T21:12:53.272Z] #57 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-29T21:12:53.272Z] #57 7.098 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-29T21:12:53.272Z] #57 8.411 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-29T21:12:53.272Z] #57 8.417 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-29T21:12:53.272Z] #57 8.517 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-29T21:12:53.272Z] #57 ... [2022-06-29T21:12:53.272Z] [2022-06-29T21:12:53.272Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:12:53.272Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:12:53.272Z] #55 5.660 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-29T21:12:53.404Z] #55 30.73 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-29T21:12:53.404Z] #55 30.74 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-29T21:12:53.404Z] #55 30.79 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-29T21:12:53.404Z] #55 30.82 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-29T21:12:53.404Z] #55 30.84 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-29T21:12:53.405Z] #55 30.90 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-29T21:12:53.405Z] #55 30.90 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-29T21:12:53.405Z] #55 30.92 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-29T21:12:53.405Z] #55 30.98 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-29T21:12:53.405Z] #55 31.00 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-29T21:12:53.405Z] #55 31.04 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-29T21:12:53.533Z] #55 ... [2022-06-29T21:12:53.533Z] [2022-06-29T21:12:53.533Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-06-29T21:12:53.533Z] #38 sha256:799caa365c4f691d26059d2a0d78453ba7cc8efc2765ed8f1f16b60ff864d128 [2022-06-29T21:12:53.533Z] #38 5.382 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-29T21:12:53.666Z] #55 31.05 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-29T21:12:53.666Z] #55 31.15 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-29T21:12:53.795Z] #38 ... [2022-06-29T21:12:53.795Z] [2022-06-29T21:12:53.795Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-29T21:12:53.795Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-29T21:12:53.795Z] #47 5.461 + git clone https://github.com/docker/distribution.git . [2022-06-29T21:12:53.795Z] #47 5.461 Cloning into '.'... [2022-06-29T21:12:53.795Z] #47 ... [2022-06-29T21:12:53.795Z] [2022-06-29T21:12:53.795Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-29T21:12:53.795Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-29T21:12:53.795Z] #36 5.972 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-29T21:12:53.932Z] #55 31.27 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-29T21:12:53.932Z] #55 31.35 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-29T21:12:53.932Z] #55 31.37 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-29T21:12:53.932Z] #55 31.39 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-29T21:12:53.932Z] #55 ... [2022-06-29T21:12:53.932Z] [2022-06-29T21:12:53.932Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-29T21:12:53.932Z] #57 sha256:57518f79ec97bd4ffcfece403fffe2a9a9a731f6a1fde9d139311616d3584ecd [2022-06-29T21:12:53.932Z] #57 31.27 v3.0.2 [2022-06-29T21:12:53.932Z] #57 DONE 31.5s [2022-06-29T21:12:53.932Z] [2022-06-29T21:12:53.932Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:12:53.932Z] #55 sha256:b4112fde20f3c301e6555f609b7dc3a93d26bb370180d9cc6b11d031339a6e20 [2022-06-29T21:12:53.932Z] #55 31.42 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-29T21:12:53.932Z] #55 31.52 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-29T21:12:54.056Z] #36 ... [2022-06-29T21:12:54.056Z] [2022-06-29T21:12:54.056Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-29T21:12:54.056Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-29T21:12:54.056Z] #53 5.613 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-29T21:12:54.056Z] #53 7.543 go: downloading github.com/fatih/color v1.10.0 [2022-06-29T21:12:54.056Z] #53 7.590 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-29T21:12:54.056Z] #53 7.627 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-29T21:12:54.056Z] #53 7.704 go: downloading github.com/pkg/errors v0.9.1 [2022-06-29T21:12:54.056Z] #53 8.020 go: downloading golang.org/x/tools v0.1.0 [2022-06-29T21:12:54.056Z] #53 8.021 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-29T21:12:54.056Z] #53 8.196 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-29T21:12:54.056Z] #53 8.788 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-29T21:12:54.056Z] #53 8.926 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-29T21:12:54.056Z] #53 ... [2022-06-29T21:12:54.056Z] [2022-06-29T21:12:54.056Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:12:54.056Z] #67 sha256:433f29aa2a413e4c78a37ba988f3034e634990a35581c73d48c3fad06c0f1608 [2022-06-29T21:12:54.056Z] #67 6.406 + RM_GOPATH=0 [2022-06-29T21:12:54.056Z] #67 6.406 + TMP_GOPATH= [2022-06-29T21:12:54.056Z] #67 6.406 + : /build [2022-06-29T21:12:54.056Z] #67 6.406 + '[' -z '' ']' [2022-06-29T21:12:54.056Z] #67 6.415 ++ mktemp -d [2022-06-29T21:12:54.056Z] #67 6.423 + export GOPATH=/tmp/tmp.kOnbicveQf [2022-06-29T21:12:54.056Z] #67 6.425 + GOPATH=/tmp/tmp.kOnbicveQf [2022-06-29T21:12:54.056Z] #67 6.425 + RM_GOPATH=1 [2022-06-29T21:12:54.056Z] #67 6.427 + case "$(go env GOARCH)" in [2022-06-29T21:12:54.056Z] #67 6.438 ++ go env GOARCH [2022-06-29T21:12:54.056Z] #67 6.459 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:12:54.056Z] #67 6.460 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:12:54.056Z] #67 6.460 ++ dirname /install.sh [2022-06-29T21:12:54.056Z] #67 6.482 + dir=/ [2022-06-29T21:12:54.056Z] #67 6.493 + bin=rootlesskit [2022-06-29T21:12:54.056Z] #67 6.494 + shift [2022-06-29T21:12:54.056Z] #67 6.494 + '[' '!' -f //rootlesskit.installer ']' [2022-06-29T21:12:54.056Z] #67 6.494 + . //rootlesskit.installer [2022-06-29T21:12:54.056Z] #67 6.495 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-29T21:12:54.056Z] #67 6.496 + install_rootlesskit [2022-06-29T21:12:54.056Z] #67 6.496 + case "$1" in [2022-06-29T21:12:54.056Z] #67 6.496 + export CGO_ENABLED=0 [2022-06-29T21:12:54.056Z] #67 6.497 + CGO_ENABLED=0 [2022-06-29T21:12:54.056Z] #67 6.497 + _install_rootlesskit [2022-06-29T21:12:54.056Z] #67 6.503 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-29T21:12:54.056Z] #67 6.503 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-29T21:12:54.056Z] #67 6.503 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-29T21:12:54.056Z] #67 6.503 + GOBIN=/build [2022-06-29T21:12:54.056Z] #67 6.503 + GO111MODULE=on [2022-06-29T21:12:54.056Z] #67 6.503 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-29T21:12:54.056Z] #67 7.078 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-29T21:12:54.056Z] #67 10.13 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-29T21:12:54.056Z] #67 10.14 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-29T21:12:54.056Z] #67 11.03 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-29T21:12:54.194Z] #55 31.57 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-29T21:12:54.194Z] #55 31.63 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-29T21:12:54.194Z] #55 31.65 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-29T21:12:54.456Z] #55 31.75 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-29T21:12:54.456Z] #55 31.79 go: downloading github.com/julz/importas v0.1.0 [2022-06-29T21:12:54.456Z] #55 31.83 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-29T21:12:54.456Z] #55 ... [2022-06-29T21:12:54.456Z] [2022-06-29T21:12:54.456Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:12:54.456Z] #62 sha256:faea50e88f61bdd1b1af7e9ca6d44543abcf753e15516b1eb8cebd326febc91e [2022-06-29T21:12:54.456Z] #62 16.64 Reading package lists... [2022-06-29T21:12:54.456Z] #62 22.00 Reading package lists... [2022-06-29T21:12:54.456Z] #62 26.62 Building dependency tree... [2022-06-29T21:12:54.456Z] #62 30.71 The following additional packages will be installed: [2022-06-29T21:12:54.456Z] #62 30.73 libbtrfs0 [2022-06-29T21:12:54.456Z] #62 30.90 The following NEW packages will be installed: [2022-06-29T21:12:54.456Z] #62 30.92 libbtrfs-dev libbtrfs0 [2022-06-29T21:12:54.456Z] #62 31.42 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:12:54.456Z] #62 31.42 Need to get 454 kB of archives. [2022-06-29T21:12:54.456Z] #62 31.42 After this operation, 1275 kB of additional disk space will be used. [2022-06-29T21:12:54.456Z] #62 31.42 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-06-29T21:12:54.456Z] #62 31.44 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-06-29T21:12:54.456Z] #62 ... [2022-06-29T21:12:54.456Z] [2022-06-29T21:12:54.456Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:12:54.456Z] #76 sha256:062e5002e7d07d7d5db086510690b2a323f810dce0baa7648aa282437616714d [2022-06-29T21:12:54.456Z] #76 21.92 Reading package lists... [2022-06-29T21:12:54.456Z] #76 26.85 Building dependency tree... [2022-06-29T21:12:54.456Z] #76 30.94 python3 is already the newest version (3.9.2-3). [2022-06-29T21:12:54.456Z] #76 30.94 The following additional packages will be installed: [2022-06-29T21:12:54.456Z] #76 30.95 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-06-29T21:12:54.456Z] #76 30.96 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-06-29T21:12:54.456Z] #76 30.97 Suggested packages: [2022-06-29T21:12:54.456Z] #76 30.97 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-06-29T21:12:54.456Z] #76 30.97 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-06-29T21:12:54.456Z] #76 30.97 m4-doc ed diffutils-doc [2022-06-29T21:12:54.456Z] #76 30.97 Recommended packages: [2022-06-29T21:12:54.456Z] #76 30.97 fakeroot libalgorithm-merge-perl libltdl-dev [2022-06-29T21:12:54.719Z] #76 ... [2022-06-29T21:12:54.719Z] [2022-06-29T21:12:54.719Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:12:54.719Z] #55 sha256:b4112fde20f3c301e6555f609b7dc3a93d26bb370180d9cc6b11d031339a6e20 [2022-06-29T21:12:54.719Z] #55 31.96 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-29T21:12:54.719Z] #55 32.05 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-29T21:12:54.719Z] #55 32.11 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-29T21:12:54.719Z] #55 32.20 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-29T21:12:54.719Z] #55 32.23 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-29T21:12:54.719Z] #55 32.25 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-29T21:12:54.719Z] #55 32.33 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-29T21:12:54.804Z] #47 ... [2022-06-29T21:12:54.804Z] [2022-06-29T21:12:54.804Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-29T21:12:54.804Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-29T21:12:54.804Z] #53 8.192 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-29T21:12:54.804Z] #53 ... [2022-06-29T21:12:54.804Z] [2022-06-29T21:12:54.804Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-29T21:12:54.804Z] #57 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-29T21:12:54.804Z] #57 7.152 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-29T21:12:54.804Z] #57 9.186 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-29T21:12:54.804Z] #57 9.202 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-29T21:12:54.804Z] #57 9.530 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-29T21:12:54.804Z] #57 ... [2022-06-29T21:12:54.804Z] [2022-06-29T21:12:54.804Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:12:54.804Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:12:54.804Z] #42 7.801 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:54.804Z] #42 7.837 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:54.804Z] #42 7.845 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:54.804Z] #42 9.324 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:12:54.804Z] #42 ... [2022-06-29T21:12:54.804Z] [2022-06-29T21:12:54.804Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-29T21:12:54.804Z] #26 sha256:7af0a80aea2e658ad3f050eb79e509603fbb7fbe60aadcc75dca3ed398ff1847 [2022-06-29T21:12:54.804Z] #26 6.126 + RM_GOPATH=0 [2022-06-29T21:12:54.804Z] #26 6.126 + TMP_GOPATH= [2022-06-29T21:12:54.804Z] #26 6.126 + : /build [2022-06-29T21:12:54.804Z] #26 6.126 + '[' -z '' ']' [2022-06-29T21:12:54.804Z] #26 6.126 ++ mktemp -d [2022-06-29T21:12:54.804Z] #26 6.126 + export GOPATH=/tmp/tmp.mjQPn62XyR [2022-06-29T21:12:54.804Z] #26 6.126 + GOPATH=/tmp/tmp.mjQPn62XyR [2022-06-29T21:12:54.804Z] #26 6.126 + RM_GOPATH=1 [2022-06-29T21:12:54.804Z] #26 6.126 + case "$(go env GOARCH)" in [2022-06-29T21:12:54.804Z] #26 6.126 ++ go env GOARCH [2022-06-29T21:12:54.804Z] #26 6.186 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:12:54.804Z] #26 6.186 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:12:54.804Z] #26 6.186 ++ dirname /install.sh [2022-06-29T21:12:54.804Z] #26 6.195 + dir=/ [2022-06-29T21:12:54.804Z] #26 6.195 + bin=dockercli [2022-06-29T21:12:54.804Z] #26 6.195 + shift [2022-06-29T21:12:54.804Z] #26 6.195 + '[' '!' -f //dockercli.installer ']' [2022-06-29T21:12:54.804Z] #26 6.195 + . //dockercli.installer [2022-06-29T21:12:54.804Z] #26 6.195 ++ : stable [2022-06-29T21:12:54.804Z] #26 6.195 ++ : 17.06.2-ce [2022-06-29T21:12:54.804Z] #26 6.195 + install_dockercli [2022-06-29T21:12:54.804Z] #26 6.195 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-29T21:12:54.804Z] #26 6.195 ++ uname -m [2022-06-29T21:12:54.804Z] #26 6.195 + arch=x86_64 [2022-06-29T21:12:54.804Z] #26 6.195 + '[' x86_64 '!=' x86_64 ']' [2022-06-29T21:12:54.804Z] #26 6.195 + url=https://download.docker.com/linux/static [2022-06-29T21:12:54.804Z] #26 6.195 + tar -xz docker/docker [2022-06-29T21:12:54.804Z] #26 6.195 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-29T21:12:54.804Z] #26 6.195 Install docker/cli version 17.06.2-ce from stable [2022-06-29T21:12:54.804Z] #26 ... [2022-06-29T21:12:54.804Z] [2022-06-29T21:12:54.804Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-29T21:12:54.804Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-29T21:12:54.804Z] #36 8.155 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-29T21:12:54.880Z] #26 ... [2022-06-29T21:12:54.880Z] [2022-06-29T21:12:54.880Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:12:54.880Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:12:54.880Z] #14 7.118 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:54.880Z] #14 7.188 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:54.880Z] #14 7.188 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:54.880Z] #14 9.543 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:12:54.880Z] #14 ... [2022-06-29T21:12:54.880Z] [2022-06-29T21:12:54.880Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-29T21:12:54.880Z] #57 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-29T21:12:54.880Z] #57 8.000 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-06-29T21:12:54.880Z] #57 10.15 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-06-29T21:12:54.880Z] #57 10.21 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-06-29T21:12:54.880Z] #57 10.31 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-06-29T21:12:54.880Z] #57 ... [2022-06-29T21:12:54.880Z] [2022-06-29T21:12:54.880Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-29T21:12:54.880Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-29T21:12:54.880Z] #36 7.904 go: downloading github.com/go-delve/delve v1.8.1 [2022-06-29T21:12:54.980Z] #55 32.37 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-29T21:12:54.980Z] #55 32.42 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-29T21:12:54.981Z] #55 32.49 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-29T21:12:54.981Z] #55 32.50 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-29T21:12:54.981Z] #55 ... [2022-06-29T21:12:54.981Z] [2022-06-29T21:12:54.981Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:12:54.981Z] #51 sha256:a555e696656a3dec1c8def1b98795693261913e1aaba4613ac6b3937231a1782 [2022-06-29T21:12:54.981Z] #51 17.64 Reading package lists... [2022-06-29T21:12:54.981Z] #51 22.35 Reading package lists... [2022-06-29T21:12:54.981Z] #51 27.42 Building dependency tree... [2022-06-29T21:12:54.981Z] #51 30.95 The following additional packages will be installed: [2022-06-29T21:12:54.981Z] #51 30.95 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-29T21:12:54.981Z] #51 30.96 python3-protobuf python3-six [2022-06-29T21:12:54.981Z] #51 30.97 Suggested packages: [2022-06-29T21:12:54.981Z] #51 30.97 python3-setuptools [2022-06-29T21:12:54.981Z] #51 30.97 Recommended packages: [2022-06-29T21:12:54.981Z] #51 30.97 iproute2 | iproute [2022-06-29T21:12:54.981Z] #51 31.43 The following NEW packages will be installed: [2022-06-29T21:12:54.981Z] #51 31.43 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-29T21:12:54.981Z] #51 31.43 python3-protobuf python3-six [2022-06-29T21:12:54.981Z] #51 32.10 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:12:54.981Z] #51 32.10 Need to get 2136 kB of archives. [2022-06-29T21:12:54.981Z] #51 32.10 After this operation, 10.8 MB of additional disk space will be used. [2022-06-29T21:12:54.981Z] #51 32.10 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-06-29T21:12:54.981Z] #51 32.11 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-29T21:12:54.981Z] #51 32.11 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-29T21:12:54.981Z] #51 32.12 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-06-29T21:12:54.981Z] #51 32.12 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-06-29T21:12:54.981Z] #51 32.12 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-06-29T21:12:54.981Z] #51 32.13 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-06-29T21:12:55.065Z] #36 ... [2022-06-29T21:12:55.065Z] [2022-06-29T21:12:55.065Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:12:55.065Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:12:55.065Z] #14 6.548 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:55.065Z] #14 6.585 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:55.065Z] #14 6.585 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:55.065Z] #14 7.712 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:12:55.065Z] #14 ... [2022-06-29T21:12:55.065Z] [2022-06-29T21:12:55.065Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-29T21:12:55.065Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-29T21:12:55.065Z] #40 7.847 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-29T21:12:55.065Z] #40 8.914 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-29T21:12:55.143Z] #36 ... [2022-06-29T21:12:55.143Z] [2022-06-29T21:12:55.143Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:12:55.143Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:12:55.143Z] #55 8.134 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-29T21:12:55.244Z] #51 ... [2022-06-29T21:12:55.244Z] [2022-06-29T21:12:55.244Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:12:55.244Z] #62 sha256:faea50e88f61bdd1b1af7e9ca6d44543abcf753e15516b1eb8cebd326febc91e [2022-06-29T21:12:55.244Z] #62 32.69 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:12:55.328Z] #40 ... [2022-06-29T21:12:55.328Z] [2022-06-29T21:12:55.328Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:12:55.328Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:12:55.328Z] #55 6.434 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-06-29T21:12:55.328Z] #55 ... [2022-06-29T21:12:55.328Z] [2022-06-29T21:12:55.328Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:12:55.328Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:12:55.328Z] #76 7.790 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:55.328Z] #76 7.831 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:55.328Z] #76 7.840 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:55.328Z] #76 9.290 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:12:55.406Z] #55 ... [2022-06-29T21:12:55.406Z] [2022-06-29T21:12:55.406Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-29T21:12:55.406Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-29T21:12:55.406Z] #53 7.926 go: downloading gotest.tools/gotestsum v1.8.1 [2022-06-29T21:12:55.406Z] #53 ... [2022-06-29T21:12:55.406Z] [2022-06-29T21:12:55.406Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-29T21:12:55.406Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-29T21:12:55.406Z] #40 7.515 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-06-29T21:12:55.406Z] #40 9.631 go: downloading github.com/tc-hib/winres v0.1.5 [2022-06-29T21:12:55.447Z] #67 ... [2022-06-29T21:12:55.447Z] [2022-06-29T21:12:55.447Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:12:55.447Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:12:55.447Z] #76 13.06 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:12:55.506Z] #62 33.05 Fetched 454 kB in 0s (1132 kB/s) [2022-06-29T21:12:55.594Z] #76 ... [2022-06-29T21:12:55.594Z] [2022-06-29T21:12:55.594Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-06-29T21:12:55.594Z] #38 sha256:799caa365c4f691d26059d2a0d78453ba7cc8efc2765ed8f1f16b60ff864d128 [2022-06-29T21:12:55.594Z] #38 7.491 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-29T21:12:55.669Z] #40 ... [2022-06-29T21:12:55.669Z] [2022-06-29T21:12:55.669Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:12:55.669Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:12:55.669Z] #51 7.899 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:55.669Z] #51 8.004 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:55.669Z] #51 8.004 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:55.669Z] #51 8.446 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-29T21:12:55.669Z] #51 ... [2022-06-29T21:12:55.669Z] [2022-06-29T21:12:55.669Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:12:55.669Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-29T21:12:55.669Z] #62 8.343 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:55.669Z] #62 8.392 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:55.669Z] #62 8.392 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:55.669Z] #62 9.935 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:12:55.768Z] #62 33.17 Selecting previously unselected package libbtrfs0:arm64. [2022-06-29T21:12:55.768Z] #62 33.17 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-06-29T21:12:55.768Z] #62 33.25 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-06-29T21:12:55.855Z] #38 ... [2022-06-29T21:12:55.855Z] [2022-06-29T21:12:55.855Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-29T21:12:55.855Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-29T21:12:55.855Z] #34 7.419 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-06-29T21:12:55.855Z] #34 7.419 Cloning into '.'... [2022-06-29T21:12:55.855Z] #34 ... [2022-06-29T21:12:55.855Z] [2022-06-29T21:12:55.855Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-29T21:12:55.855Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-29T21:12:55.855Z] #53 10.91 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-29T21:12:55.855Z] #53 10.92 go: downloading github.com/fatih/color v1.10.0 [2022-06-29T21:12:55.855Z] #53 11.07 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-29T21:12:55.855Z] #53 11.07 go: downloading github.com/pkg/errors v0.9.1 [2022-06-29T21:12:55.931Z] #62 ... [2022-06-29T21:12:55.932Z] [2022-06-29T21:12:55.932Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:12:55.932Z] #67 sha256:48a68a771439dd8e44aae707026da471be4cacb961708fb8856141b8f25be536 [2022-06-29T21:12:55.932Z] #67 7.217 + RM_GOPATH=0 [2022-06-29T21:12:55.932Z] #67 7.217 + TMP_GOPATH= [2022-06-29T21:12:55.932Z] #67 7.217 + : /build [2022-06-29T21:12:55.932Z] #67 7.217 + '[' -z '' ']' [2022-06-29T21:12:55.932Z] #67 7.217 ++ mktemp -d [2022-06-29T21:12:55.932Z] #67 7.230 + export GOPATH=/tmp/tmp.Ibf1yH1wcT [2022-06-29T21:12:55.932Z] #67 7.230 + GOPATH=/tmp/tmp.Ibf1yH1wcT [2022-06-29T21:12:55.932Z] #67 7.230 + RM_GOPATH=1 [2022-06-29T21:12:55.932Z] #67 7.230 + case "$(go env GOARCH)" in [2022-06-29T21:12:55.932Z] #67 7.230 ++ go env GOARCH [2022-06-29T21:12:55.932Z] #67 7.378 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:12:55.932Z] #67 7.378 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:12:55.932Z] #67 7.378 ++ dirname /install.sh [2022-06-29T21:12:55.932Z] #67 7.388 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-29T21:12:55.932Z] #67 7.391 + dir=/ [2022-06-29T21:12:55.932Z] #67 7.391 + bin=rootlesskit [2022-06-29T21:12:55.932Z] #67 7.391 + shift [2022-06-29T21:12:55.932Z] #67 7.391 + '[' '!' -f //rootlesskit.installer ']' [2022-06-29T21:12:55.932Z] #67 7.391 + . //rootlesskit.installer [2022-06-29T21:12:55.932Z] #67 7.391 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-29T21:12:55.932Z] #67 7.391 + install_rootlesskit [2022-06-29T21:12:55.932Z] #67 7.391 + case "$1" in [2022-06-29T21:12:55.932Z] #67 7.391 + export CGO_ENABLED=0 [2022-06-29T21:12:55.932Z] #67 7.391 + CGO_ENABLED=0 [2022-06-29T21:12:55.932Z] #67 7.391 + _install_rootlesskit [2022-06-29T21:12:55.932Z] #67 7.391 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-29T21:12:55.932Z] #67 7.391 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-29T21:12:55.932Z] #67 7.391 + GOBIN=/build [2022-06-29T21:12:55.932Z] #67 7.391 + GO111MODULE=on [2022-06-29T21:12:55.932Z] #67 7.391 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-29T21:12:55.932Z] #67 8.063 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-29T21:12:55.932Z] #67 ... [2022-06-29T21:12:55.932Z] [2022-06-29T21:12:55.932Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-29T21:12:55.932Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-29T21:12:55.932Z] #47 5.206 + git clone https://github.com/docker/distribution.git . [2022-06-29T21:12:55.932Z] #47 5.206 Cloning into '.'... [2022-06-29T21:12:56.030Z] #62 33.48 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-06-29T21:12:56.055Z] #19 94.64 Reading package lists... [2022-06-29T21:12:56.055Z] #19 ... [2022-06-29T21:12:56.055Z] [2022-06-29T21:12:56.055Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:12:56.055Z] #84 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:12:56.055Z] #84 50.80 libtoolize: putting auxiliary files in '.'. [2022-06-29T21:12:56.055Z] #84 50.80 libtoolize: copying file './ltmain.sh' [2022-06-29T21:12:56.055Z] #84 51.92 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-06-29T21:12:56.055Z] #84 51.92 libtoolize: and rerunning libtoolize and aclocal. [2022-06-29T21:12:56.055Z] #84 51.92 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-29T21:12:56.194Z] #47 ... [2022-06-29T21:12:56.194Z] [2022-06-29T21:12:56.194Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-29T21:12:56.194Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-29T21:12:56.194Z] #53 10.79 go: downloading github.com/fatih/color v1.10.0 [2022-06-29T21:12:56.194Z] #53 11.32 go: downloading github.com/dnephin/pflag v1.0.7 [2022-06-29T21:12:56.194Z] #53 11.35 go: downloading golang.org/x/tools v0.1.0 [2022-06-29T21:12:56.292Z] #62 33.71 Selecting previously unselected package libbtrfs-dev:arm64. [2022-06-29T21:12:56.292Z] #62 33.71 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-06-29T21:12:56.292Z] #62 33.72 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-29T21:12:56.426Z] #53 12.19 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-29T21:12:56.426Z] #53 12.20 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-29T21:12:56.426Z] #53 12.29 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-29T21:12:56.685Z] #53 12.37 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-29T21:12:56.685Z] #53 12.53 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-29T21:12:56.868Z] #62 34.14 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-06-29T21:12:56.868Z] #62 34.16 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-29T21:12:56.868Z] #62 34.18 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:12:56.946Z] #53 12.60 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-29T21:12:56.946Z] #53 12.68 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-29T21:12:57.596Z] #53 12.55 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-06-29T21:12:57.596Z] #53 12.75 go: downloading github.com/pkg/errors v0.9.1 [2022-06-29T21:12:57.825Z] #62 DONE 35.2s [2022-06-29T21:12:57.825Z] [2022-06-29T21:12:57.825Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-29T21:12:57.825Z] #40 sha256:fd04132605b608fbed30b132568b995cbbda9fd1d9be0c718b98b3598f145daa [2022-06-29T21:12:57.825Z] #40 35.20 NAME: [2022-06-29T21:12:57.825Z] #40 35.26 go-winres - A tool for embedding resources in Windows executables [2022-06-29T21:12:57.825Z] #40 35.26 [2022-06-29T21:12:57.825Z] #40 35.26 USAGE: [2022-06-29T21:12:57.825Z] #40 35.26 go-winres [global options] command [command options] [arguments...] [2022-06-29T21:12:57.825Z] #40 35.26 [2022-06-29T21:12:57.825Z] #40 35.26 COMMANDS: [2022-06-29T21:12:57.825Z] #40 35.26 init Create an initial ./winres/winres.json [2022-06-29T21:12:57.825Z] #40 35.26 make Make syso files for the "go build" command [2022-06-29T21:12:57.825Z] #40 35.26 simply Make syso files for the "go build" command (simplified) [2022-06-29T21:12:57.825Z] #40 35.26 extract Extract all resources from an executable [2022-06-29T21:12:57.825Z] #40 35.26 patch Replace resources in an executable file (exe, dll) [2022-06-29T21:12:57.825Z] #40 35.26 help, h Shows a list of commands or help for one command [2022-06-29T21:12:57.825Z] #40 35.26 [2022-06-29T21:12:57.825Z] #40 35.26 GLOBAL OPTIONS: [2022-06-29T21:12:57.825Z] #40 35.26 --help, -h show help (default: false) [2022-06-29T21:12:57.825Z] #40 ... [2022-06-29T21:12:57.825Z] [2022-06-29T21:12:57.825Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:12:57.825Z] #42 sha256:2ab0d219d14c868f21c3a04de71246f6452f2101d0563b630b9308cdf0e6a8a3 [2022-06-29T21:12:57.825Z] #42 25.37 Building dependency tree... [2022-06-29T21:12:57.825Z] #42 29.59 The following additional packages will be installed: [2022-06-29T21:12:57.825Z] #42 29.60 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-29T21:12:57.825Z] #42 29.64 Suggested packages: [2022-06-29T21:12:57.825Z] #42 29.64 cmake-doc ninja-build lrzip [2022-06-29T21:12:57.825Z] #42 29.64 Recommended packages: [2022-06-29T21:12:57.825Z] #42 29.64 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-29T21:12:57.825Z] #42 30.39 The following NEW packages will be installed: [2022-06-29T21:12:57.825Z] #42 30.39 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-29T21:12:57.825Z] #42 30.41 vim-common xxd [2022-06-29T21:12:57.825Z] #42 30.83 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:12:57.825Z] #42 30.83 Need to get 15.6 MB of archives. [2022-06-29T21:12:57.825Z] #42 30.83 After this operation, 67.4 MB of additional disk space will be used. [2022-06-29T21:12:57.825Z] #42 30.83 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-29T21:12:57.825Z] #42 30.84 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-29T21:12:57.825Z] #42 30.84 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-29T21:12:57.825Z] #42 30.90 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-06-29T21:12:57.825Z] #42 31.19 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u2 [629 kB] [2022-06-29T21:12:57.825Z] #42 31.19 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB] [2022-06-29T21:12:57.825Z] #42 31.21 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-06-29T21:12:57.825Z] #42 31.21 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-06-29T21:12:57.825Z] #42 31.22 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-06-29T21:12:57.825Z] #42 31.23 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-06-29T21:12:57.825Z] #42 32.70 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:12:57.825Z] #42 32.93 Fetched 15.6 MB in 1s (17.0 MB/s) [2022-06-29T21:12:57.825Z] #42 33.02 Selecting previously unselected package xxd. [2022-06-29T21:12:57.825Z] #42 33.02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-06-29T21:12:57.825Z] #42 33.08 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-06-29T21:12:57.825Z] #42 33.09 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:12:57.825Z] #42 33.54 Selecting previously unselected package vim-common. [2022-06-29T21:12:57.825Z] #42 33.54 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-29T21:12:57.825Z] #42 33.60 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:12:57.825Z] #42 33.89 Selecting previously unselected package cmake-data. [2022-06-29T21:12:57.825Z] #42 33.89 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-29T21:12:57.825Z] #42 33.90 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-29T21:12:57.859Z] #53 13.06 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-06-29T21:12:57.859Z] #53 13.15 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-29T21:12:57.886Z] #53 13.43 go: downloading golang.org/x/tools v0.1.0 [2022-06-29T21:12:58.091Z] #42 ... [2022-06-29T21:12:58.091Z] [2022-06-29T21:12:58.091Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-29T21:12:58.091Z] #40 sha256:fd04132605b608fbed30b132568b995cbbda9fd1d9be0c718b98b3598f145daa [2022-06-29T21:12:58.091Z] #40 DONE 35.5s [2022-06-29T21:12:58.091Z] [2022-06-29T21:12:58.091Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:12:58.091Z] #76 sha256:062e5002e7d07d7d5db086510690b2a323f810dce0baa7648aa282437616714d [2022-06-29T21:12:58.091Z] #76 32.55 The following NEW packages will be installed: [2022-06-29T21:12:58.091Z] #76 32.56 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-06-29T21:12:58.091Z] #76 32.57 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-06-29T21:12:58.091Z] #76 32.57 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-06-29T21:12:58.091Z] #76 32.57 libyajl2 m4 patch xz-utils [2022-06-29T21:12:58.091Z] #76 32.95 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:12:58.091Z] #76 32.95 Need to get 5914 kB of archives. [2022-06-29T21:12:58.091Z] #76 32.95 After this operation, 18.6 MB of additional disk space will be used. [2022-06-29T21:12:58.091Z] #76 32.95 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-06-29T21:12:58.091Z] #76 32.96 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB] [2022-06-29T21:12:58.091Z] #76 32.96 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB] [2022-06-29T21:12:58.091Z] #76 32.97 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB] [2022-06-29T21:12:58.091Z] #76 32.97 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] [2022-06-29T21:12:58.091Z] #76 32.98 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB] [2022-06-29T21:12:58.091Z] #76 32.98 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB] [2022-06-29T21:12:58.091Z] #76 32.98 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB] [2022-06-29T21:12:58.091Z] #76 33.01 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-06-29T21:12:58.091Z] #76 33.02 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB] [2022-06-29T21:12:58.091Z] #76 33.08 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-06-29T21:12:58.091Z] #76 33.08 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-29T21:12:58.091Z] #76 33.13 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B] [2022-06-29T21:12:58.091Z] #76 33.13 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-06-29T21:12:58.091Z] #76 33.13 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB] [2022-06-29T21:12:58.091Z] #76 33.14 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-06-29T21:12:58.091Z] #76 33.14 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB] [2022-06-29T21:12:58.091Z] #76 33.15 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-06-29T21:12:58.091Z] #76 33.15 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB] [2022-06-29T21:12:58.091Z] #76 33.16 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB] [2022-06-29T21:12:58.091Z] #76 33.20 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB] [2022-06-29T21:12:58.091Z] #76 33.20 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB] [2022-06-29T21:12:58.091Z] #76 33.20 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB] [2022-06-29T21:12:58.091Z] #76 34.06 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:12:58.091Z] #76 34.36 Fetched 5914 kB in 1s (9918 kB/s) [2022-06-29T21:12:58.091Z] #76 34.52 Selecting previously unselected package bzip2. [2022-06-29T21:12:58.091Z] #76 34.52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-06-29T21:12:58.091Z] #76 34.56 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ... [2022-06-29T21:12:58.091Z] #76 34.71 Unpacking bzip2 (1.0.8-4) ... [2022-06-29T21:12:58.091Z] #76 34.89 Selecting previously unselected package libmagic-mgc. [2022-06-29T21:12:58.091Z] #76 34.90 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_arm64.deb ... [2022-06-29T21:12:58.091Z] #76 34.92 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-29T21:12:58.352Z] #76 ... [2022-06-29T21:12:58.352Z] [2022-06-29T21:12:58.352Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-29T21:12:58.352Z] #63 sha256:e6e064a3c1881b94c4dea6a6a0df7409ef354741fcdc198e0713b875230803fe [2022-06-29T21:12:58.352Z] #63 DONE 0.6s [2022-06-29T21:12:58.352Z] [2022-06-29T21:12:58.352Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:12:58.352Z] #55 sha256:b4112fde20f3c301e6555f609b7dc3a93d26bb370180d9cc6b11d031339a6e20 [2022-06-29T21:12:58.352Z] #55 32.85 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-29T21:12:58.352Z] #55 32.93 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-29T21:12:58.352Z] #55 32.98 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-29T21:12:58.352Z] #55 33.09 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-29T21:12:58.352Z] #55 33.11 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-29T21:12:58.352Z] #55 33.14 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-29T21:12:58.352Z] #55 33.16 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-29T21:12:58.352Z] #55 33.19 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-29T21:12:58.352Z] #55 33.21 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-29T21:12:58.352Z] #55 33.50 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-29T21:12:58.352Z] #55 33.52 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-29T21:12:58.352Z] #55 33.54 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-29T21:12:58.352Z] #55 33.55 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-29T21:12:58.352Z] #55 33.56 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-29T21:12:58.352Z] #55 33.59 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-29T21:12:58.352Z] #55 33.64 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-29T21:12:58.352Z] #55 33.76 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-29T21:12:58.352Z] #55 33.80 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-29T21:12:58.352Z] #55 33.81 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-29T21:12:58.352Z] #55 33.83 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-29T21:12:58.352Z] #55 33.84 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-29T21:12:58.352Z] #55 34.05 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-29T21:12:58.352Z] #55 34.06 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-29T21:12:58.352Z] #55 34.06 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-29T21:12:58.352Z] #55 34.10 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-29T21:12:58.352Z] #55 34.14 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-29T21:12:58.352Z] #55 34.23 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-29T21:12:58.352Z] #55 34.41 go: downloading honnef.co/go/tools v0.2.2 [2022-06-29T21:12:58.352Z] #55 35.55 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-29T21:12:58.352Z] #55 35.55 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-29T21:12:58.352Z] #55 35.65 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-29T21:12:58.352Z] #55 35.87 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-29T21:12:58.352Z] #55 35.87 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-29T21:12:58.434Z] #53 13.71 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-29T21:12:58.613Z] #55 35.95 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-29T21:12:58.613Z] #55 36.08 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-29T21:12:58.875Z] #55 36.34 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-29T21:12:58.875Z] #55 36.43 go: downloading golang.org/x/text v0.3.7 [2022-06-29T21:12:59.010Z] #53 14.15 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-29T21:12:59.272Z] #53 14.41 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-29T21:12:59.272Z] #53 14.48 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-06-29T21:12:59.536Z] #53 14.79 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-06-29T21:12:59.656Z] #76 ... [2022-06-29T21:12:59.656Z] [2022-06-29T21:12:59.656Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-29T21:12:59.656Z] #26 sha256:bdbb7842f3ca899ea002da919821ee9c9e6c58ed719456c4459a89206670ef18 [2022-06-29T21:12:59.656Z] #26 15.88 + mkdir -p /build [2022-06-29T21:12:59.656Z] #26 15.89 + mv docker/docker /build/ [2022-06-29T21:12:59.656Z] #26 15.91 + rmdir docker [2022-06-29T21:12:59.656Z] #26 DONE 16.7s [2022-06-29T21:12:59.656Z] [2022-06-29T21:12:59.656Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-29T21:12:59.656Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-29T21:12:59.656Z] #36 16.17 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-29T21:12:59.656Z] #36 16.17 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-29T21:12:59.656Z] #36 16.91 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-29T21:12:59.656Z] #36 17.22 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-29T21:12:59.656Z] #36 ... [2022-06-29T21:12:59.656Z] [2022-06-29T21:12:59.656Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:12:59.656Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-29T21:12:59.656Z] #62 7.169 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:12:59.656Z] #62 7.230 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:12:59.656Z] #62 7.234 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:12:59.656Z] #62 8.309 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:12:59.657Z] #62 11.06 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:12:59.657Z] #62 13.67 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:12:59.918Z] #62 ... [2022-06-29T21:12:59.918Z] [2022-06-29T21:12:59.918Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:12:59.918Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:12:59.918Z] #14 7.411 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:12:59.918Z] #14 9.796 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:12:59.918Z] #14 ... [2022-06-29T21:12:59.918Z] [2022-06-29T21:12:59.918Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-29T21:12:59.918Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-29T21:12:59.918Z] #36 17.58 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-29T21:13:00.489Z] #36 18.07 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-29T21:13:00.751Z] #36 18.28 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-29T21:13:00.751Z] #36 18.39 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-29T21:13:01.012Z] #36 18.50 go: downloading github.com/peterh/liner v1.2.2 [2022-06-29T21:13:01.188Z] #53 ... [2022-06-29T21:13:01.188Z] [2022-06-29T21:13:01.188Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:13:01.188Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-29T21:13:01.188Z] #62 6.991 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:13:01.188Z] #62 10.22 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:13:01.188Z] #62 16.28 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:13:01.273Z] #36 18.77 go: downloading github.com/google/go-dap v0.6.0 [2022-06-29T21:13:01.424Z] #55 ... [2022-06-29T21:13:01.424Z] [2022-06-29T21:13:01.424Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:13:01.424Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-29T21:13:01.424Z] #14 26.54 Building dependency tree... [2022-06-29T21:13:01.424Z] #14 30.37 The following additional packages will be installed: [2022-06-29T21:13:01.424Z] #14 30.37 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-29T21:13:01.424Z] #14 30.37 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-29T21:13:01.424Z] #14 30.37 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-29T21:13:01.424Z] #14 30.37 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-29T21:13:01.424Z] #14 30.38 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-29T21:13:01.424Z] #14 30.38 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-29T21:13:01.424Z] #14 30.38 mingw-w64-common mingw-w64-x86-64-dev [2022-06-29T21:13:01.424Z] #14 30.39 Suggested packages: [2022-06-29T21:13:01.424Z] #14 30.40 gcc-10-locales seccomp wine64 [2022-06-29T21:13:01.424Z] #14 31.68 The following NEW packages will be installed: [2022-06-29T21:13:01.424Z] #14 31.68 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-29T21:13:01.424Z] #14 31.68 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-29T21:13:01.424Z] #14 31.68 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-29T21:13:01.424Z] #14 31.68 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-29T21:13:01.424Z] #14 31.74 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-29T21:13:01.424Z] #14 31.74 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-29T21:13:01.424Z] #14 31.75 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-29T21:13:01.424Z] #14 31.75 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-29T21:13:01.424Z] #14 31.75 mingw-w64-x86-64-dev [2022-06-29T21:13:01.424Z] #14 32.23 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:13:01.424Z] #14 32.23 Need to get 108 MB of archives. [2022-06-29T21:13:01.424Z] #14 32.23 After this operation, 620 MB of additional disk space will be used. [2022-06-29T21:13:01.424Z] #14 32.23 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB] [2022-06-29T21:13:01.424Z] #14 32.44 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB] [2022-06-29T21:13:01.424Z] #14 32.53 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-06-29T21:13:01.424Z] #14 32.57 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB] [2022-06-29T21:13:01.424Z] #14 32.57 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2022-06-29T21:13:01.424Z] #14 32.57 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-29T21:13:01.424Z] #14 32.73 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-06-29T21:13:01.424Z] #14 32.82 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB] [2022-06-29T21:13:01.424Z] #14 32.83 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB] [2022-06-29T21:13:01.424Z] #14 33.49 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB] [2022-06-29T21:13:01.424Z] #14 34.70 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB] [2022-06-29T21:13:01.424Z] #14 35.03 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB] [2022-06-29T21:13:01.424Z] #14 35.52 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB] [2022-06-29T21:13:01.424Z] #14 37.06 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB] [2022-06-29T21:13:01.424Z] #14 37.46 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-06-29T21:13:01.424Z] #14 37.46 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-06-29T21:13:01.424Z] #14 37.47 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-06-29T21:13:01.424Z] #14 37.47 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-06-29T21:13:01.424Z] #14 37.48 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-06-29T21:13:01.424Z] #14 37.48 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB] [2022-06-29T21:13:01.424Z] #14 37.50 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB] [2022-06-29T21:13:01.424Z] #14 37.50 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-06-29T21:13:01.424Z] #14 37.51 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2022-06-29T21:13:01.424Z] #14 37.52 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2022-06-29T21:13:01.424Z] #14 37.53 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2022-06-29T21:13:01.424Z] #14 37.53 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2022-06-29T21:13:01.424Z] #14 37.55 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-06-29T21:13:01.424Z] #14 37.56 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB] [2022-06-29T21:13:01.424Z] #14 37.56 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-06-29T21:13:01.424Z] #14 37.56 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB] [2022-06-29T21:13:01.424Z] #14 38.49 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:13:01.424Z] #14 ... [2022-06-29T21:13:01.424Z] [2022-06-29T21:13:01.424Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:13:01.424Z] #76 sha256:062e5002e7d07d7d5db086510690b2a323f810dce0baa7648aa282437616714d [2022-06-29T21:13:01.424Z] #76 35.88 Selecting previously unselected package libmagic1:arm64. [2022-06-29T21:13:01.424Z] #76 35.88 Preparing to unpack .../02-libmagic1_1%3a5.39-3_arm64.deb ... [2022-06-29T21:13:01.424Z] #76 35.96 Unpacking libmagic1:arm64 (1:5.39-3) ... [2022-06-29T21:13:01.424Z] #76 36.22 Selecting previously unselected package file. [2022-06-29T21:13:01.424Z] #76 36.24 Preparing to unpack .../03-file_1%3a5.39-3_arm64.deb ... [2022-06-29T21:13:01.424Z] #76 36.25 Unpacking file (1:5.39-3) ... [2022-06-29T21:13:01.424Z] #76 36.55 Selecting previously unselected package xz-utils. [2022-06-29T21:13:01.424Z] #76 36.55 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-06-29T21:13:01.424Z] #76 36.56 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-29T21:13:01.424Z] #76 37.33 Selecting previously unselected package libsigsegv2:arm64. [2022-06-29T21:13:01.424Z] #76 37.34 Preparing to unpack .../05-libsigsegv2_2.13-1_arm64.deb ... [2022-06-29T21:13:01.424Z] #76 37.47 Unpacking libsigsegv2:arm64 (2.13-1) ... [2022-06-29T21:13:01.424Z] #76 37.57 Selecting previously unselected package m4. [2022-06-29T21:13:01.424Z] #76 37.57 Preparing to unpack .../06-m4_1.4.18-5_arm64.deb ... [2022-06-29T21:13:01.424Z] #76 37.58 Unpacking m4 (1.4.18-5) ... [2022-06-29T21:13:01.424Z] #76 37.73 Selecting previously unselected package autoconf. [2022-06-29T21:13:01.424Z] #76 37.76 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-06-29T21:13:01.424Z] #76 37.78 Unpacking autoconf (2.69-14) ... [2022-06-29T21:13:01.424Z] #76 38.15 Selecting previously unselected package autotools-dev. [2022-06-29T21:13:01.424Z] #76 38.15 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-06-29T21:13:01.424Z] #76 38.16 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-06-29T21:13:01.424Z] #76 38.33 Selecting previously unselected package automake. [2022-06-29T21:13:01.424Z] #76 38.33 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-06-29T21:13:01.424Z] #76 38.34 Unpacking automake (1:1.16.3-2) ... [2022-06-29T21:13:01.424Z] #76 38.88 Selecting previously unselected package patch. [2022-06-29T21:13:01.424Z] #76 38.88 Preparing to unpack .../10-patch_2.7.6-7_arm64.deb ... [2022-06-29T21:13:01.424Z] #76 38.89 Unpacking patch (2.7.6-7) ... [2022-06-29T21:13:01.451Z] #62 ... [2022-06-29T21:13:01.451Z] [2022-06-29T21:13:01.451Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:13:01.451Z] #67 sha256:a82b28b866715b1e24503b9138ab6db1f5e9bf183d78ca0f1381c9d5bccdb102 [2022-06-29T21:13:01.451Z] #67 7.365 + RM_GOPATH=0 [2022-06-29T21:13:01.451Z] #67 7.365 + TMP_GOPATH= [2022-06-29T21:13:01.451Z] #67 7.366 + : /build [2022-06-29T21:13:01.451Z] #67 7.366 + '[' -z '' ']' [2022-06-29T21:13:01.451Z] #67 7.370 ++ mktemp -d [2022-06-29T21:13:01.451Z] #67 7.415 + export GOPATH=/tmp/tmp.RSyevaDlAf [2022-06-29T21:13:01.451Z] #67 7.415 + GOPATH=/tmp/tmp.RSyevaDlAf [2022-06-29T21:13:01.451Z] #67 7.415 + RM_GOPATH=1 [2022-06-29T21:13:01.451Z] #67 7.416 + case "$(go env GOARCH)" in [2022-06-29T21:13:01.451Z] #67 7.416 ++ go env GOARCH [2022-06-29T21:13:01.451Z] #67 7.456 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:13:01.451Z] #67 7.456 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:13:01.451Z] #67 7.456 ++ dirname /install.sh [2022-06-29T21:13:01.451Z] #67 7.456 + dir=/ [2022-06-29T21:13:01.451Z] #67 7.456 + bin=rootlesskit [2022-06-29T21:13:01.451Z] #67 7.456 + shift [2022-06-29T21:13:01.451Z] #67 7.456 + '[' '!' -f //rootlesskit.installer ']' [2022-06-29T21:13:01.451Z] #67 7.456 + . //rootlesskit.installer [2022-06-29T21:13:01.451Z] #67 7.456 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-29T21:13:01.451Z] #67 7.456 + install_rootlesskit [2022-06-29T21:13:01.451Z] #67 7.456 + case "$1" in [2022-06-29T21:13:01.451Z] #67 7.456 + export CGO_ENABLED=0 [2022-06-29T21:13:01.451Z] #67 7.456 + CGO_ENABLED=0 [2022-06-29T21:13:01.451Z] #67 7.456 + _install_rootlesskit [2022-06-29T21:13:01.451Z] #67 7.471 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-29T21:13:01.451Z] #67 7.471 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-29T21:13:01.451Z] #67 7.471 + GOBIN=/build [2022-06-29T21:13:01.451Z] #67 7.471 + GO111MODULE=on [2022-06-29T21:13:01.451Z] #67 7.471 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-29T21:13:01.451Z] #67 7.471 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-29T21:13:01.451Z] #67 7.975 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-29T21:13:01.451Z] #67 12.01 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-29T21:13:01.451Z] #67 12.07 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-29T21:13:01.451Z] #67 13.19 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-29T21:13:01.534Z] #36 19.11 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-29T21:13:01.686Z] #76 39.01 Selecting previously unselected package dpkg-dev. [2022-06-29T21:13:01.686Z] #76 39.01 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ... [2022-06-29T21:13:01.686Z] #76 39.01 Unpacking dpkg-dev (1.20.10) ... [2022-06-29T21:13:02.106Z] #36 19.54 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-29T21:13:02.391Z] #67 ... [2022-06-29T21:13:02.391Z] [2022-06-29T21:13:02.391Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:02.391Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:13:02.391Z] #51 7.691 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:13:02.391Z] #51 7.873 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:13:02.391Z] #51 7.873 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:13:02.391Z] #51 8.456 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-06-29T21:13:02.391Z] #51 9.718 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:13:02.391Z] #51 14.96 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:13:02.632Z] #76 40.09 Selecting previously unselected package build-essential. [2022-06-29T21:13:02.632Z] #76 40.10 Preparing to unpack .../12-build-essential_12.9_arm64.deb ... [2022-06-29T21:13:02.632Z] #76 40.12 Unpacking build-essential (12.9) ... [2022-06-29T21:13:02.686Z] #36 20.19 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-29T21:13:02.686Z] #36 ... [2022-06-29T21:13:02.686Z] [2022-06-29T21:13:02.686Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-06-29T21:13:02.686Z] #38 sha256:799caa365c4f691d26059d2a0d78453ba7cc8efc2765ed8f1f16b60ff864d128 [2022-06-29T21:13:02.686Z] #38 19.87 tomll can be used in two ways: [2022-06-29T21:13:02.686Z] #38 19.87 Writing to STDIN and reading from STDOUT: [2022-06-29T21:13:02.686Z] #38 19.87 cat file.toml | tomll > file.toml [2022-06-29T21:13:02.686Z] #38 19.87 [2022-06-29T21:13:02.686Z] #38 19.87 Reading and updating a list of files: [2022-06-29T21:13:02.686Z] #38 19.87 tomll a.toml b.toml c.toml [2022-06-29T21:13:02.686Z] #38 19.87 [2022-06-29T21:13:02.686Z] #38 19.87 When given a list of files, tomll will modify all files in place without asking. [2022-06-29T21:13:02.686Z] #38 DONE 20.3s [2022-06-29T21:13:02.853Z] #53 ... [2022-06-29T21:13:02.853Z] [2022-06-29T21:13:02.853Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-06-29T21:13:02.853Z] #38 sha256:799caa365c4f691d26059d2a0d78453ba7cc8efc2765ed8f1f16b60ff864d128 [2022-06-29T21:13:02.853Z] #38 7.762 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-06-29T21:13:02.853Z] #38 ... [2022-06-29T21:13:02.853Z] [2022-06-29T21:13:02.853Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-29T21:13:02.853Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-29T21:13:02.853Z] #40 12.20 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-29T21:13:02.853Z] #40 12.84 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-29T21:13:02.853Z] #40 13.01 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-29T21:13:02.853Z] #40 ... [2022-06-29T21:13:02.853Z] [2022-06-29T21:13:02.853Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:13:02.853Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:13:02.853Z] #76 8.234 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:13:02.853Z] #76 12.15 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:13:02.853Z] #76 15.54 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:13:02.893Z] #76 40.25 Selecting previously unselected package libcap2:arm64. [2022-06-29T21:13:02.893Z] #76 40.26 Preparing to unpack .../13-libcap2_1%3a2.44-1_arm64.deb ... [2022-06-29T21:13:02.893Z] #76 40.26 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-06-29T21:13:02.893Z] #76 40.38 Selecting previously unselected package libcap-dev:arm64. [2022-06-29T21:13:02.893Z] #76 40.38 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_arm64.deb ... [2022-06-29T21:13:02.893Z] #76 40.39 Unpacking libcap-dev:arm64 (1:2.44-1) ... [2022-06-29T21:13:02.948Z] [2022-06-29T21:13:02.948Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:13:02.948Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:13:02.948Z] #42 20.05 Fetched 8545 kB in 15s (559 kB/s) [2022-06-29T21:13:03.116Z] #76 ... [2022-06-29T21:13:03.116Z] [2022-06-29T21:13:03.116Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:13:03.116Z] #67 sha256:48a68a771439dd8e44aae707026da471be4cacb961708fb8856141b8f25be536 [2022-06-29T21:13:03.116Z] #67 11.77 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-29T21:13:03.116Z] #67 11.78 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-29T21:13:03.116Z] #67 12.91 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-29T21:13:03.154Z] #76 40.59 Selecting previously unselected package libprotobuf-c1:arm64. [2022-06-29T21:13:03.154Z] #76 40.59 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-06-29T21:13:03.154Z] #76 40.60 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-29T21:13:03.330Z] #51 ... [2022-06-29T21:13:03.330Z] [2022-06-29T21:13:03.330Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:13:03.331Z] #67 sha256:a82b28b866715b1e24503b9138ab6db1f5e9bf183d78ca0f1381c9d5bccdb102 [2022-06-29T21:13:03.331Z] #67 18.63 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-29T21:13:03.416Z] #76 40.70 Selecting previously unselected package libprotobuf-c-dev:arm64. [2022-06-29T21:13:03.416Z] #76 40.71 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ... [2022-06-29T21:13:03.416Z] #76 40.72 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... [2022-06-29T21:13:03.416Z] #76 40.84 Selecting previously unselected package libseccomp-dev:arm64. [2022-06-29T21:13:03.416Z] #76 40.87 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-06-29T21:13:03.416Z] #76 40.88 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-29T21:13:03.520Z] #42 20.05 Reading package lists... [2022-06-29T21:13:03.520Z] #42 ... [2022-06-29T21:13:03.520Z] [2022-06-29T21:13:03.520Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:03.520Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:13:03.520Z] #51 10.86 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:13:03.520Z] #51 13.85 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:13:03.520Z] #51 16.58 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-29T21:13:03.520Z] #51 ... [2022-06-29T21:13:03.520Z] [2022-06-29T21:13:03.520Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-29T21:13:03.520Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-29T21:13:03.520Z] #36 20.60 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-29T21:13:03.520Z] #36 20.65 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-29T21:13:03.677Z] #76 41.08 Selecting previously unselected package libsystemd-dev:arm64. [2022-06-29T21:13:03.677Z] #76 41.09 Preparing to unpack .../18-libsystemd-dev_247.3-7_arm64.deb ... [2022-06-29T21:13:03.677Z] #76 41.09 Unpacking libsystemd-dev:arm64 (247.3-7) ... [2022-06-29T21:13:03.695Z] #67 18.53 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-29T21:13:03.782Z] #36 ... [2022-06-29T21:13:03.782Z] [2022-06-29T21:13:03.782Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-29T21:13:03.782Z] #57 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-29T21:13:03.782Z] #57 11.31 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-29T21:13:03.962Z] #67 ... [2022-06-29T21:13:03.962Z] [2022-06-29T21:13:03.962Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-29T21:13:03.962Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-29T21:13:03.962Z] #40 19.17 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-29T21:13:03.962Z] #40 19.30 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-29T21:13:04.043Z] #57 ... [2022-06-29T21:13:04.043Z] [2022-06-29T21:13:04.043Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:13:04.043Z] #67 sha256:433f29aa2a413e4c78a37ba988f3034e634990a35581c73d48c3fad06c0f1608 [2022-06-29T21:13:04.043Z] #67 14.16 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-29T21:13:04.043Z] #67 15.09 go: downloading github.com/google/uuid v1.3.0 [2022-06-29T21:13:04.043Z] #67 15.17 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-29T21:13:04.043Z] #67 16.61 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-29T21:13:04.043Z] #67 16.85 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-29T21:13:04.043Z] #67 16.99 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-29T21:13:04.043Z] #67 17.16 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-29T21:13:04.043Z] #67 17.74 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-29T21:13:04.043Z] #67 17.79 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-29T21:13:04.043Z] #67 17.94 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-29T21:13:04.043Z] #67 18.88 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-29T21:13:04.249Z] #76 41.77 Selecting previously unselected package libtool. [2022-06-29T21:13:04.511Z] #76 41.80 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-06-29T21:13:04.511Z] #76 41.81 Unpacking libtool (2.4.6-15) ... [2022-06-29T21:13:04.616Z] #67 ... [2022-06-29T21:13:04.616Z] [2022-06-29T21:13:04.616Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-29T21:13:04.616Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-29T21:13:04.616Z] #36 22.04 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-29T21:13:04.616Z] #36 22.10 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-29T21:13:04.772Z] #76 42.08 Selecting previously unselected package libudev-dev:arm64. [2022-06-29T21:13:04.772Z] #76 42.09 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ... [2022-06-29T21:13:04.772Z] #76 42.09 Unpacking libudev-dev:arm64 (247.3-7) ... [2022-06-29T21:13:04.772Z] #76 42.31 Selecting previously unselected package libyajl2:arm64. [2022-06-29T21:13:04.909Z] #40 ... [2022-06-29T21:13:04.909Z] [2022-06-29T21:13:04.909Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:13:04.909Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:13:04.909Z] #42 10.23 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:13:04.909Z] #42 14.10 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:13:05.033Z] #76 42.31 Preparing to unpack .../21-libyajl2_2.1.0-3_arm64.deb ... [2022-06-29T21:13:05.033Z] #76 42.33 Unpacking libyajl2:arm64 (2.1.0-3) ... [2022-06-29T21:13:05.033Z] #76 42.45 Selecting previously unselected package libyajl-dev:arm64. [2022-06-29T21:13:05.033Z] #76 42.45 Preparing to unpack .../22-libyajl-dev_2.1.0-3_arm64.deb ... [2022-06-29T21:13:05.033Z] #76 42.46 Unpacking libyajl-dev:arm64 (2.1.0-3) ... [2022-06-29T21:13:05.171Z] #42 ... [2022-06-29T21:13:05.171Z] [2022-06-29T21:13:05.171Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:13:05.171Z] #67 sha256:48a68a771439dd8e44aae707026da471be4cacb961708fb8856141b8f25be536 [2022-06-29T21:13:05.171Z] #67 19.79 go: downloading github.com/google/uuid v1.3.0 [2022-06-29T21:13:05.171Z] #67 19.81 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-29T21:13:05.171Z] #67 19.90 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-29T21:13:05.239Z] #67 20.47 go: downloading github.com/google/uuid v1.3.0 [2022-06-29T21:13:05.239Z] #67 20.48 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-29T21:13:05.239Z] #67 20.63 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-29T21:13:05.294Z] #76 42.72 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-29T21:13:05.294Z] #76 42.77 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-29T21:13:05.294Z] #76 42.81 Setting up libyajl2:arm64 (2.1.0-3) ... [2022-06-29T21:13:05.433Z] #67 20.36 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-29T21:13:05.499Z] #67 ... [2022-06-29T21:13:05.499Z] [2022-06-29T21:13:05.499Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-29T21:13:05.499Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-29T21:13:05.499Z] #40 11.15 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-06-29T21:13:05.499Z] #40 11.79 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-06-29T21:13:05.499Z] #40 11.91 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-06-29T21:13:05.499Z] #40 19.06 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-29T21:13:05.499Z] #40 19.37 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-29T21:13:05.499Z] #40 ... [2022-06-29T21:13:05.499Z] [2022-06-29T21:13:05.499Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:13:05.499Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:13:05.499Z] #14 11.17 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:13:05.499Z] #14 16.42 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:13:05.557Z] #76 42.82 Setting up libmagic1:arm64 (1:5.39-3) ... [2022-06-29T21:13:05.557Z] #76 42.85 Setting up file (1:5.39-3) ... [2022-06-29T21:13:05.557Z] #76 42.86 Setting up bzip2 (1.0.8-4) ... [2022-06-29T21:13:05.557Z] #76 42.88 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-29T21:13:05.557Z] #76 42.90 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... [2022-06-29T21:13:05.557Z] #76 42.95 Setting up libcap2:arm64 (1:2.44-1) ... [2022-06-29T21:13:05.557Z] #76 43.00 Setting up autotools-dev (20180224.1+nmu1) ... [2022-06-29T21:13:05.557Z] #76 43.04 Setting up libsigsegv2:arm64 (2.13-1) ... [2022-06-29T21:13:05.557Z] #76 43.07 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-29T21:13:05.557Z] #76 43.11 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-29T21:13:05.557Z] #76 43.14 Setting up patch (2.7.6-7) ... [2022-06-29T21:13:05.696Z] #67 20.70 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-29T21:13:05.762Z] #14 ... [2022-06-29T21:13:05.762Z] [2022-06-29T21:13:05.762Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:13:05.762Z] #67 sha256:a82b28b866715b1e24503b9138ab6db1f5e9bf183d78ca0f1381c9d5bccdb102 [2022-06-29T21:13:05.762Z] #67 21.02 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-29T21:13:05.820Z] #76 43.19 Setting up libudev-dev:arm64 (247.3-7) ... [2022-06-29T21:13:05.820Z] #76 43.20 Setting up libyajl-dev:arm64 (2.1.0-3) ... [2022-06-29T21:13:05.820Z] #76 43.23 Setting up libcap-dev:arm64 (1:2.44-1) ... [2022-06-29T21:13:05.820Z] #76 43.26 Setting up libsystemd-dev:arm64 (247.3-7) ... [2022-06-29T21:13:05.820Z] #76 43.28 Setting up libtool (2.4.6-15) ... [2022-06-29T21:13:05.820Z] #76 43.31 Setting up m4 (1.4.18-5) ... [2022-06-29T21:13:05.820Z] #76 43.34 Setting up dpkg-dev (1.20.10) ... [2022-06-29T21:13:05.958Z] #67 ... [2022-06-29T21:13:05.958Z] [2022-06-29T21:13:05.958Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:05.958Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:13:05.958Z] #51 10.81 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:13:05.958Z] #51 14.42 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:13:05.958Z] #51 19.81 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:13:05.958Z] #51 ... [2022-06-29T21:13:05.958Z] [2022-06-29T21:13:05.958Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-29T21:13:05.958Z] #26 sha256:cfe12bebac8e9d3751e42b772cc5dc30f0d58ea58094b2f5f3e65f59120ad862 [2022-06-29T21:13:05.958Z] #26 20.91 + mkdir -p /build [2022-06-29T21:13:05.958Z] #26 20.92 + mv docker/docker /build/ [2022-06-29T21:13:05.958Z] #26 20.94 + rmdir docker [2022-06-29T21:13:06.003Z] #36 ... [2022-06-29T21:13:06.003Z] [2022-06-29T21:13:06.003Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-29T21:13:06.003Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-29T21:13:06.003Z] #53 13.36 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-06-29T21:13:06.003Z] #53 13.41 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-06-29T21:13:06.003Z] #53 13.53 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-06-29T21:13:06.003Z] #53 15.90 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-29T21:13:06.003Z] #53 15.96 go: downloading golang.org/x/mod v0.3.0 [2022-06-29T21:13:06.003Z] #53 ... [2022-06-29T21:13:06.003Z] [2022-06-29T21:13:06.003Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:13:06.003Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-29T21:13:06.003Z] #62 23.15 Fetched 8545 kB in 16s (525 kB/s) [2022-06-29T21:13:06.021Z] #67 21.16 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-29T21:13:06.083Z] #76 43.43 Setting up autoconf (2.69-14) ... [2022-06-29T21:13:06.083Z] #76 43.47 Setting up build-essential (12.9) ... [2022-06-29T21:13:06.083Z] #76 43.50 Setting up automake (1:1.16.3-2) ... [2022-06-29T21:13:06.083Z] #76 43.51 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-06-29T21:13:06.083Z] #76 43.56 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:13:06.282Z] #67 21.60 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-29T21:13:06.575Z] #62 23.15 Reading package lists... [2022-06-29T21:13:06.575Z] #62 ... [2022-06-29T21:13:06.575Z] [2022-06-29T21:13:06.575Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-29T21:13:06.575Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-29T21:13:06.575Z] #40 14.18 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-06-29T21:13:06.575Z] #40 14.46 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-29T21:13:06.836Z] #40 ... [2022-06-29T21:13:06.836Z] [2022-06-29T21:13:06.836Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:06.836Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:13:06.836Z] #51 23.92 Fetched 8549 kB in 17s (494 kB/s) [2022-06-29T21:13:06.851Z] #67 ... [2022-06-29T21:13:06.851Z] [2022-06-29T21:13:06.851Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-29T21:13:06.851Z] #26 sha256:7af0a80aea2e658ad3f050eb79e509603fbb7fbe60aadcc75dca3ed398ff1847 [2022-06-29T21:13:06.851Z] #26 20.28 + mkdir -p /build [2022-06-29T21:13:06.851Z] #26 20.31 + mv docker/docker /build/ [2022-06-29T21:13:06.851Z] #26 20.32 + rmdir docker [2022-06-29T21:13:06.851Z] #26 DONE 21.9s [2022-06-29T21:13:06.851Z] [2022-06-29T21:13:06.851Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:06.851Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:13:06.851Z] #51 19.70 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:13:06.905Z] #26 DONE 21.8s [2022-06-29T21:13:06.905Z] [2022-06-29T21:13:06.905Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:13:06.905Z] #67 sha256:48a68a771439dd8e44aae707026da471be4cacb961708fb8856141b8f25be536 [2022-06-29T21:13:06.905Z] #67 21.30 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-29T21:13:07.111Z] #51 22.38 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-29T21:13:07.168Z] #67 22.08 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-29T21:13:07.430Z] #67 22.36 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-29T21:13:07.616Z] #76 ... [2022-06-29T21:13:07.616Z] [2022-06-29T21:13:07.616Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:07.616Z] #51 sha256:a555e696656a3dec1c8def1b98795693261913e1aaba4613ac6b3937231a1782 [2022-06-29T21:13:07.616Z] #51 34.42 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [630 kB] [2022-06-29T21:13:07.616Z] #51 36.22 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:13:07.616Z] #51 36.70 Fetched 2136 kB in 3s (664 kB/s) [2022-06-29T21:13:07.616Z] #51 36.91 Selecting previously unselected package libprotobuf23:arm64. [2022-06-29T21:13:07.616Z] #51 36.91 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-06-29T21:13:07.616Z] #51 36.98 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-06-29T21:13:07.616Z] #51 37.11 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-06-29T21:13:07.616Z] #51 37.70 Selecting previously unselected package python3-pkg-resources. [2022-06-29T21:13:07.616Z] #51 37.70 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-29T21:13:07.616Z] #51 37.71 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-29T21:13:07.616Z] #51 37.97 Selecting previously unselected package python3-six. [2022-06-29T21:13:07.616Z] #51 37.98 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-29T21:13:07.616Z] #51 37.99 Unpacking python3-six (1.16.0-2) ... [2022-06-29T21:13:07.616Z] #51 38.13 Selecting previously unselected package python3-protobuf. [2022-06-29T21:13:07.616Z] #51 38.13 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-06-29T21:13:07.616Z] #51 38.13 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-29T21:13:07.616Z] #51 38.63 Selecting previously unselected package libnet1:arm64. [2022-06-29T21:13:07.616Z] #51 38.65 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-06-29T21:13:07.616Z] #51 38.66 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-29T21:13:07.616Z] #51 38.78 Selecting previously unselected package libnl-3-200:arm64. [2022-06-29T21:13:07.616Z] #51 38.79 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-06-29T21:13:07.616Z] #51 38.79 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-29T21:13:07.616Z] #51 38.96 Selecting previously unselected package libprotobuf-c1:arm64. [2022-06-29T21:13:07.616Z] #51 38.96 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-06-29T21:13:07.616Z] #51 38.97 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-29T21:13:07.616Z] #51 39.08 Selecting previously unselected package criu. [2022-06-29T21:13:07.616Z] #51 39.08 Preparing to unpack .../7-criu_3.17-1_arm64.deb ... [2022-06-29T21:13:07.616Z] #51 39.09 Unpacking criu (3.17-1) ... [2022-06-29T21:13:07.616Z] #51 39.83 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-29T21:13:07.616Z] #51 41.40 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-06-29T21:13:07.616Z] #51 41.42 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-29T21:13:07.616Z] #51 41.43 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-29T21:13:07.616Z] #51 41.45 Setting up python3-six (1.16.0-2) ... [2022-06-29T21:13:07.616Z] #51 42.54 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-29T21:13:07.616Z] #51 42.62 Setting up python3-protobuf (3.12.4-1) ... [2022-06-29T21:13:08.050Z] #51 ... [2022-06-29T21:13:08.050Z] [2022-06-29T21:13:08.050Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-29T21:13:08.050Z] #57 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-29T21:13:08.050Z] #57 13.51 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-29T21:13:08.050Z] #57 ... [2022-06-29T21:13:08.050Z] [2022-06-29T21:13:08.050Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:13:08.050Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:13:08.050Z] #76 13.60 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:13:08.050Z] #76 17.27 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:13:08.189Z] #51 ... [2022-06-29T21:13:08.189Z] [2022-06-29T21:13:08.189Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:13:08.189Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-29T21:13:08.189Z] #14 38.73 Fetched 108 MB in 6s (18.9 MB/s) [2022-06-29T21:13:08.189Z] #14 38.79 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-29T21:13:08.189Z] #14 38.79 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-06-29T21:13:08.189Z] #14 38.85 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-06-29T21:13:08.189Z] #14 38.86 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-29T21:13:08.189Z] #14 41.11 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-29T21:13:08.189Z] #14 41.13 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-06-29T21:13:08.189Z] #14 41.15 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-29T21:13:08.189Z] #14 43.47 Selecting previously unselected package binutils-mingw-w64. [2022-06-29T21:13:08.189Z] #14 43.47 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-29T21:13:08.189Z] #14 43.49 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-29T21:13:08.189Z] #14 43.63 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-06-29T21:13:08.189Z] #14 43.63 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-06-29T21:13:08.189Z] #14 43.65 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-29T21:13:08.189Z] #14 44.30 Selecting previously unselected package dmsetup. [2022-06-29T21:13:08.189Z] #14 44.30 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-06-29T21:13:08.189Z] #14 44.78 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-29T21:13:08.189Z] #14 45.59 Selecting previously unselected package mingw-w64-common. [2022-06-29T21:13:08.189Z] #14 45.60 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-29T21:13:08.189Z] #14 45.64 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-29T21:13:08.241Z] #84 64.23 configure.ac:7: installing './compile' [2022-06-29T21:13:08.241Z] #84 64.24 configure.ac:11: installing './config.guess' [2022-06-29T21:13:08.241Z] #84 64.24 configure.ac:11: installing './config.sub' [2022-06-29T21:13:08.241Z] #84 64.24 configure.ac:8: installing './install-sh' [2022-06-29T21:13:08.241Z] #84 64.25 configure.ac:8: installing './missing' [2022-06-29T21:13:08.241Z] #84 64.37 Makefile.am: installing './depcomp' [2022-06-29T21:13:08.310Z] #76 ... [2022-06-29T21:13:08.310Z] [2022-06-29T21:13:08.310Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:13:08.310Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:13:08.310Z] #42 13.81 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:13:08.310Z] #42 17.94 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:13:08.310Z] #42 ... [2022-06-29T21:13:08.310Z] [2022-06-29T21:13:08.310Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:13:08.310Z] #67 sha256:a82b28b866715b1e24503b9138ab6db1f5e9bf183d78ca0f1381c9d5bccdb102 [2022-06-29T21:13:08.310Z] #67 22.42 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-29T21:13:08.310Z] #67 22.82 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-29T21:13:08.377Z] #67 ... [2022-06-29T21:13:08.377Z] [2022-06-29T21:13:08.377Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-29T21:13:08.377Z] #57 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-29T21:13:08.377Z] #57 13.54 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-06-29T21:13:08.377Z] #57 ... [2022-06-29T21:13:08.377Z] [2022-06-29T21:13:08.377Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:13:08.377Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:13:08.377Z] #14 13.44 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:13:08.377Z] #14 17.16 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:13:08.450Z] #14 ... [2022-06-29T21:13:08.450Z] [2022-06-29T21:13:08.450Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:13:08.450Z] #64 sha256:6b48fbae9549dca484874d56148079b251dc8c0b1728c9fe64782e3248d05f12 [2022-06-29T21:13:08.450Z] #64 1.010 + RM_GOPATH=0 [2022-06-29T21:13:08.450Z] #64 1.010 + TMP_GOPATH= [2022-06-29T21:13:08.450Z] #64 1.010 + : /build [2022-06-29T21:13:08.450Z] #64 1.010 + '[' -z '' ']' [2022-06-29T21:13:08.450Z] #64 1.010 ++ mktemp -d [2022-06-29T21:13:08.450Z] #64 1.117 + export GOPATH=/tmp/tmp.zxvwuK4AQw [2022-06-29T21:13:08.450Z] #64 1.117 + GOPATH=/tmp/tmp.zxvwuK4AQw [2022-06-29T21:13:08.450Z] #64 1.117 + RM_GOPATH=1 [2022-06-29T21:13:08.450Z] #64 1.117 + case "$(go env GOARCH)" in [2022-06-29T21:13:08.450Z] #64 1.117 ++ go env GOARCH [2022-06-29T21:13:08.450Z] #64 1.134 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:13:08.450Z] #64 1.138 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:13:08.450Z] #64 1.143 ++ dirname /install.sh [2022-06-29T21:13:08.450Z] #64 1.156 + dir=/ [2022-06-29T21:13:08.450Z] #64 1.156 + bin=containerd [2022-06-29T21:13:08.450Z] #64 1.156 + shift [2022-06-29T21:13:08.450Z] #64 1.157 + '[' '!' -f //containerd.installer ']' [2022-06-29T21:13:08.450Z] #64 1.157 + . //containerd.installer [2022-06-29T21:13:08.450Z] #64 1.157 ++ set -e [2022-06-29T21:13:08.450Z] #64 1.157 ++ : v1.6.6 [2022-06-29T21:13:08.450Z] #64 1.157 + install_containerd [2022-06-29T21:13:08.450Z] #64 1.160 + echo 'Install containerd version v1.6.6' [2022-06-29T21:13:08.450Z] #64 1.165 Install containerd version v1.6.6 [2022-06-29T21:13:08.450Z] #64 1.165 + git clone https://github.com/containerd/containerd.git /tmp/tmp.zxvwuK4AQw/src/github.com/containerd/containerd [2022-06-29T21:13:08.450Z] #64 1.174 Cloning into '/tmp/tmp.zxvwuK4AQw/src/github.com/containerd/containerd'... [2022-06-29T21:13:08.450Z] #64 ... [2022-06-29T21:13:08.450Z] [2022-06-29T21:13:08.450Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:13:08.450Z] #76 sha256:062e5002e7d07d7d5db086510690b2a323f810dce0baa7648aa282437616714d [2022-06-29T21:13:08.450Z] #76 DONE 46.0s [2022-06-29T21:13:08.450Z] [2022-06-29T21:13:08.450Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:13:08.450Z] #55 sha256:b4112fde20f3c301e6555f609b7dc3a93d26bb370180d9cc6b11d031339a6e20 [2022-06-29T21:13:08.450Z] #55 40.42 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-29T21:13:08.450Z] #55 40.50 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-29T21:13:08.450Z] #55 40.50 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-29T21:13:08.450Z] #55 40.58 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-29T21:13:08.450Z] #55 40.68 go: downloading golang.org/x/mod v0.5.1 [2022-06-29T21:13:08.450Z] #55 40.68 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-29T21:13:08.450Z] #55 40.75 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-29T21:13:08.450Z] #55 40.87 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-29T21:13:08.450Z] #55 40.91 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-29T21:13:08.450Z] #55 40.96 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-29T21:13:08.450Z] #55 40.99 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-29T21:13:08.450Z] #55 41.05 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-29T21:13:08.450Z] #55 41.28 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-29T21:13:08.450Z] #55 41.44 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-29T21:13:08.450Z] #55 41.56 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-29T21:13:08.450Z] #55 41.69 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-29T21:13:08.450Z] #55 41.78 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-29T21:13:08.450Z] #55 41.95 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-29T21:13:08.450Z] #55 42.01 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-29T21:13:08.450Z] #55 42.05 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-29T21:13:08.450Z] #55 42.07 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-29T21:13:08.450Z] #55 42.24 go: downloading github.com/prometheus/common v0.10.0 [2022-06-29T21:13:08.450Z] #55 42.40 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-29T21:13:08.450Z] #55 42.54 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-29T21:13:08.450Z] #55 42.62 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-29T21:13:08.450Z] #55 43.91 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-29T21:13:08.639Z] #14 ... [2022-06-29T21:13:08.639Z] [2022-06-29T21:13:08.639Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:13:08.639Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-29T21:13:08.639Z] #62 13.94 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:13:08.639Z] #62 18.52 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:13:09.217Z] #62 ... [2022-06-29T21:13:09.217Z] [2022-06-29T21:13:09.217Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-29T21:13:09.217Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-29T21:13:09.217Z] #53 24.55 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-29T21:13:09.487Z] #53 24.70 go: downloading golang.org/x/mod v0.3.0 [2022-06-29T21:13:09.612Z] #84 66.05 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-29T21:13:09.612Z] #84 66.05 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-29T21:13:09.612Z] #84 66.24 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-29T21:13:09.612Z] #84 66.24 libtoolize: copying file 'm4/libtool.m4' [2022-06-29T21:13:09.870Z] #84 66.51 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-29T21:13:10.127Z] #84 66.88 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-29T21:13:10.375Z] #55 ... [2022-06-29T21:13:10.375Z] [2022-06-29T21:13:10.375Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:10.375Z] #51 sha256:a555e696656a3dec1c8def1b98795693261913e1aaba4613ac6b3937231a1782 [2022-06-29T21:13:10.375Z] #51 47.22 Setting up criu (3.17-1) ... [2022-06-29T21:13:10.636Z] #51 ... [2022-06-29T21:13:10.636Z] [2022-06-29T21:13:10.636Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:13:10.636Z] #42 sha256:2ab0d219d14c868f21c3a04de71246f6452f2101d0563b630b9308cdf0e6a8a3 [2022-06-29T21:13:10.636Z] #42 38.02 Selecting previously unselected package libicu67:arm64. [2022-06-29T21:13:10.636Z] #42 38.09 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-06-29T21:13:10.636Z] #42 38.12 Unpacking libicu67:arm64 (67.1-7) ... [2022-06-29T21:13:10.636Z] #42 43.52 Selecting previously unselected package libxml2:arm64. [2022-06-29T21:13:10.636Z] #42 43.52 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_arm64.deb ... [2022-06-29T21:13:10.636Z] #42 43.55 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-29T21:13:10.636Z] #42 45.23 Selecting previously unselected package libarchive13:arm64. [2022-06-29T21:13:10.636Z] #42 45.23 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ... [2022-06-29T21:13:10.636Z] #42 45.24 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-06-29T21:13:10.636Z] #42 45.75 Selecting previously unselected package libjsoncpp24:arm64. [2022-06-29T21:13:10.636Z] #42 45.75 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-06-29T21:13:10.636Z] #42 45.76 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-06-29T21:13:10.636Z] #42 46.01 Selecting previously unselected package librhash0:arm64. [2022-06-29T21:13:10.636Z] #42 46.01 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-06-29T21:13:10.636Z] #42 46.02 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-06-29T21:13:10.636Z] #42 46.33 Selecting previously unselected package libuv1:arm64. [2022-06-29T21:13:10.636Z] #42 46.35 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-06-29T21:13:10.636Z] #42 46.36 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-06-29T21:13:10.636Z] #42 46.60 Selecting previously unselected package cmake. [2022-06-29T21:13:10.636Z] #42 46.61 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-06-29T21:13:10.636Z] #42 46.64 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-29T21:13:10.735Z] #84 67.34 libtoolize: copying file 'm4/ltversion.m4' [2022-06-29T21:13:10.992Z] #84 67.69 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-29T21:13:10.992Z] #84 67.84 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-29T21:13:11.580Z] #42 ... [2022-06-29T21:13:11.580Z] [2022-06-29T21:13:11.580Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-29T21:13:11.580Z] #34 sha256:449dc6255994a451bc2fd98d32079778c92338751fb4061dd74f6f74b47b33ae [2022-06-29T21:13:11.580Z] #34 38.56 Updating files: 96% (1464/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-06-29T21:13:11.580Z] #34 38.66 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-29T21:13:11.580Z] #34 38.84 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-29T21:13:11.580Z] #34 ... [2022-06-29T21:13:11.580Z] [2022-06-29T21:13:11.580Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:13:11.580Z] #42 sha256:2ab0d219d14c868f21c3a04de71246f6452f2101d0563b630b9308cdf0e6a8a3 [2022-06-29T21:13:11.580Z] #42 49.03 Setting up libicu67:arm64 (67.1-7) ... [2022-06-29T21:13:11.580Z] #42 49.07 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:13:11.580Z] #42 49.09 Setting up libuv1:arm64 (1.40.0-2) ... [2022-06-29T21:13:11.580Z] #42 49.11 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:13:11.758Z] #67 26.73 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-29T21:13:11.758Z] #67 27.04 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-29T21:13:11.842Z] #42 49.18 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-06-29T21:13:11.842Z] #42 49.22 Setting up librhash0:arm64 (1.4.1-2) ... [2022-06-29T21:13:11.842Z] #42 49.25 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-29T21:13:11.842Z] #42 49.28 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-29T21:13:11.842Z] #42 49.29 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-06-29T21:13:11.842Z] #42 49.31 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-29T21:13:11.842Z] #42 49.32 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:13:12.124Z] #51 23.92 Reading package lists... [2022-06-29T21:13:12.124Z] #51 ... [2022-06-29T21:13:12.124Z] [2022-06-29T21:13:12.124Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:13:12.124Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:13:12.124Z] #14 18.99 Fetched 8545 kB in 14s (608 kB/s) [2022-06-29T21:13:12.124Z] #14 18.99 Reading package lists... [2022-06-29T21:13:12.124Z] #14 25.65 Reading package lists... [2022-06-29T21:13:12.124Z] #14 ... [2022-06-29T21:13:12.124Z] [2022-06-29T21:13:12.124Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-29T21:13:12.124Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-29T21:13:12.124Z] #47 27.17 Updating files: 70% (1526/2177) Updating files: 71% (1546/2177) Updating files: 72% (1568/2177) Updating files: 73% (1590/2177) Updating files: 74% (1611/2177) Updating files: 75% (1633/2177) Updating files: 76% (1655/2177) Updating files: 77% (1677/2177) Updating files: 78% (1699/2177) Updating files: 79% (1720/2177) Updating files: 80% (1742/2177) Updating files: 81% (1764/2177) Updating files: 82% (1786/2177) Updating files: 83% (1807/2177) Updating files: 84% (1829/2177) Updating files: 85% (1851/2177) Updating files: 86% (1873/2177) Updating files: 87% (1894/2177) Updating files: 88% (1916/2177) Updating files: 89% (1938/2177) Updating files: 90% (1960/2177) Updating files: 91% (1982/2177) Updating files: 92% (2003/2177) Updating files: 93% (2025/2177) Updating files: 94% (2047/2177) Updating files: 95% (2069/2177) Updating files: 96% (2090/2177) Updating files: 97% (2112/2177) Updating files: 98% (2134/2177) Updating files: 99% (2156/2177) Updating files: 100% (2177/2177) Updating files: 100% (2177/2177), done. [2022-06-29T21:13:12.124Z] #47 28.01 + git checkout -q v2.3.0 [2022-06-29T21:13:12.888Z] #84 ... [2022-06-29T21:13:12.888Z] [2022-06-29T21:13:12.888Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-29T21:13:12.888Z] #19 sha256:917bf0834aad25d25cd204588999ad2a1286424901d6429e4987625c582c85f0 [2022-06-29T21:13:12.888Z] #19 94.64 Reading package lists... [2022-06-29T21:13:13.066Z] #47 30.42 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-06-29T21:13:13.229Z] #42 DONE 50.7s [2022-06-29T21:13:13.229Z] [2022-06-29T21:13:13.229Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:13.229Z] #51 sha256:a555e696656a3dec1c8def1b98795693261913e1aaba4613ac6b3937231a1782 [2022-06-29T21:13:13.229Z] #51 49.07 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:13:13.229Z] #51 DONE 50.3s [2022-06-29T21:13:13.229Z] [2022-06-29T21:13:13.229Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-29T21:13:13.229Z] #43 sha256:8a998705ca083366214c008cb3b1d47d908fcd9be28c995660cce37a94425b6e [2022-06-29T21:13:13.490Z] #43 DONE 0.3s [2022-06-29T21:13:13.490Z] [2022-06-29T21:13:13.490Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-06-29T21:13:13.490Z] #44 sha256:f23e883528aae290de1ae14b697768bd8edebb77ab579391485f0e34d34a7dc7 [2022-06-29T21:13:13.672Z] #67 ... [2022-06-29T21:13:13.672Z] [2022-06-29T21:13:13.672Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-29T21:13:13.672Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-29T21:13:13.672Z] #36 23.34 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-29T21:13:13.672Z] #36 23.34 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-29T21:13:13.672Z] #36 24.62 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-29T21:13:13.672Z] #36 24.84 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-29T21:13:13.672Z] #36 25.72 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-29T21:13:13.672Z] #36 26.25 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-29T21:13:13.672Z] #36 26.31 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-29T21:13:13.672Z] #36 26.43 go: downloading github.com/peterh/liner v1.2.2 [2022-06-29T21:13:13.672Z] #36 26.66 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-29T21:13:13.672Z] #36 27.37 go: downloading github.com/google/go-dap v0.6.0 [2022-06-29T21:13:13.672Z] #36 27.88 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-29T21:13:13.672Z] #36 29.00 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-29T21:13:13.672Z] #36 29.23 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-29T21:13:13.932Z] #36 ... [2022-06-29T21:13:13.932Z] [2022-06-29T21:13:13.932Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:13:13.932Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-29T21:13:13.932Z] #62 29.61 Fetched 8545 kB in 23s (364 kB/s) [2022-06-29T21:13:14.433Z] #44 0.857 + RM_GOPATH=0 [2022-06-29T21:13:14.433Z] #44 0.858 + TMP_GOPATH= [2022-06-29T21:13:14.433Z] #44 0.858 + : /build [2022-06-29T21:13:14.433Z] #44 0.858 + '[' -z '' ']' [2022-06-29T21:13:14.433Z] #44 0.861 ++ mktemp -d [2022-06-29T21:13:14.433Z] #44 0.871 + export GOPATH=/tmp/tmp.hpyBb6DhXt [2022-06-29T21:13:14.433Z] #44 0.871 + GOPATH=/tmp/tmp.hpyBb6DhXt [2022-06-29T21:13:14.433Z] #44 0.872 + RM_GOPATH=1 [2022-06-29T21:13:14.433Z] #44 0.872 + case "$(go env GOARCH)" in [2022-06-29T21:13:14.433Z] #44 0.873 ++ go env GOARCH [2022-06-29T21:13:14.433Z] #44 0.899 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:13:14.433Z] #44 0.899 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:13:14.433Z] #44 0.901 ++ dirname /install.sh [2022-06-29T21:13:14.433Z] #44 0.903 + dir=/ [2022-06-29T21:13:14.433Z] #44 0.905 + bin=tini [2022-06-29T21:13:14.433Z] #44 0.906 + shift [2022-06-29T21:13:14.433Z] #44 0.906 + '[' '!' -f //tini.installer ']' [2022-06-29T21:13:14.433Z] #44 0.907 + . //tini.installer [2022-06-29T21:13:14.433Z] #44 0.907 ++ : v0.19.0 [2022-06-29T21:13:14.433Z] #44 0.909 + install_tini [2022-06-29T21:13:14.433Z] #44 0.910 + echo 'Install tini version v0.19.0' [2022-06-29T21:13:14.433Z] #44 0.911 Install tini version v0.19.0 [2022-06-29T21:13:14.433Z] #44 0.911 + git clone https://github.com/krallin/tini.git /tmp/tmp.hpyBb6DhXt/tini [2022-06-29T21:13:14.433Z] #44 0.915 Cloning into '/tmp/tmp.hpyBb6DhXt/tini'... [2022-06-29T21:13:14.795Z] #53 ... [2022-06-29T21:13:14.795Z] [2022-06-29T21:13:14.795Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-06-29T21:13:14.795Z] #38 sha256:799caa365c4f691d26059d2a0d78453ba7cc8efc2765ed8f1f16b60ff864d128 [2022-06-29T21:13:14.795Z] #38 29.38 tomll can be used in two ways: [2022-06-29T21:13:14.795Z] #38 29.38 Writing to STDIN and reading from STDOUT: [2022-06-29T21:13:14.795Z] #38 29.38 cat file.toml | tomll > file.toml [2022-06-29T21:13:14.795Z] #38 29.38 [2022-06-29T21:13:14.795Z] #38 29.38 Reading and updating a list of files: [2022-06-29T21:13:14.795Z] #38 29.38 tomll a.toml b.toml c.toml [2022-06-29T21:13:14.795Z] #38 29.38 [2022-06-29T21:13:14.795Z] #38 29.38 When given a list of files, tomll will modify all files in place without asking. [2022-06-29T21:13:14.795Z] #38 DONE 29.7s [2022-06-29T21:13:14.795Z] [2022-06-29T21:13:14.795Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-29T21:13:14.795Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-29T21:13:14.795Z] #36 24.93 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-06-29T21:13:14.795Z] #36 24.93 go: downloading github.com/spf13/cobra v1.1.3 [2022-06-29T21:13:14.795Z] #36 25.67 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-06-29T21:13:14.795Z] #36 25.90 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-06-29T21:13:14.795Z] #36 26.58 go: downloading github.com/spf13/pflag v1.0.5 [2022-06-29T21:13:14.795Z] #36 27.31 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-29T21:13:14.795Z] #36 27.69 go: downloading github.com/cosiner/argv v0.1.0 [2022-06-29T21:13:14.795Z] #36 27.80 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-06-29T21:13:14.795Z] #36 27.86 go: downloading github.com/peterh/liner v1.2.2 [2022-06-29T21:13:14.795Z] #36 28.32 go: downloading github.com/google/go-dap v0.6.0 [2022-06-29T21:13:14.795Z] #36 29.12 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-06-29T21:13:14.795Z] #36 29.69 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-06-29T21:13:14.873Z] #62 29.61 Reading package lists... [2022-06-29T21:13:14.873Z] #62 ... [2022-06-29T21:13:14.873Z] [2022-06-29T21:13:14.873Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-06-29T21:13:14.873Z] #38 sha256:799caa365c4f691d26059d2a0d78453ba7cc8efc2765ed8f1f16b60ff864d128 [2022-06-29T21:13:14.873Z] #38 30.14 tomll can be used in two ways: [2022-06-29T21:13:14.873Z] #38 30.14 Writing to STDIN and reading from STDOUT: [2022-06-29T21:13:14.873Z] #38 30.14 cat file.toml | tomll > file.toml [2022-06-29T21:13:14.873Z] #38 30.14 [2022-06-29T21:13:14.873Z] #38 30.14 Reading and updating a list of files: [2022-06-29T21:13:14.873Z] #38 30.14 tomll a.toml b.toml c.toml [2022-06-29T21:13:14.873Z] #38 30.14 [2022-06-29T21:13:14.873Z] #38 30.14 When given a list of files, tomll will modify all files in place without asking. [2022-06-29T21:13:14.873Z] #38 DONE 30.4s [2022-06-29T21:13:14.873Z] [2022-06-29T21:13:14.873Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:13:14.873Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:13:14.873Z] #76 30.47 Fetched 8545 kB in 23s (373 kB/s) [2022-06-29T21:13:15.371Z] #36 30.61 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-06-29T21:13:15.379Z] #44 1.800 + cd /tmp/tmp.hpyBb6DhXt/tini [2022-06-29T21:13:15.380Z] #44 1.802 + git checkout -q v0.19.0 [2022-06-29T21:13:15.380Z] #44 1.808 + cmake . [2022-06-29T21:13:15.619Z] #47 ... [2022-06-29T21:13:15.619Z] [2022-06-29T21:13:15.619Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:13:15.619Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:13:15.619Z] #76 22.94 Fetched 8545 kB in 17s (515 kB/s) [2022-06-29T21:13:15.619Z] #76 22.94 Reading package lists... [2022-06-29T21:13:15.619Z] #76 29.72 Reading package lists... [2022-06-29T21:13:15.619Z] #76 ... [2022-06-29T21:13:15.619Z] [2022-06-29T21:13:15.619Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:13:15.619Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:13:15.619Z] #55 32.57 go: downloading github.com/fatih/color v1.13.0 [2022-06-29T21:13:15.619Z] #55 32.57 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-29T21:13:15.619Z] #55 32.61 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-29T21:13:15.619Z] #55 32.61 go: downloading github.com/spf13/viper v1.10.1 [2022-06-29T21:13:15.619Z] #55 33.03 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-29T21:13:15.634Z] #36 30.94 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-29T21:13:15.634Z] #36 31.02 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-29T21:13:15.880Z] #55 33.57 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-29T21:13:15.880Z] #55 33.60 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-29T21:13:15.954Z] #44 2.340 -- The C compiler identification is GNU 10.2.1 [2022-06-29T21:13:15.955Z] #44 2.393 -- Detecting C compiler ABI info [2022-06-29T21:13:16.141Z] #55 33.67 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-29T21:13:16.141Z] #55 33.67 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-29T21:13:16.525Z] #44 3.058 -- Detecting C compiler ABI info - done [2022-06-29T21:13:16.789Z] #44 3.164 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-29T21:13:16.789Z] #44 3.172 -- Detecting C compile features [2022-06-29T21:13:16.789Z] #44 3.175 -- Detecting C compile features - done [2022-06-29T21:13:16.789Z] #44 3.249 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-29T21:13:17.025Z] #36 ... [2022-06-29T21:13:17.025Z] [2022-06-29T21:13:17.025Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:13:17.025Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:13:17.025Z] #14 32.11 Fetched 8545 kB in 25s (338 kB/s) [2022-06-29T21:13:17.049Z] #44 3.454 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-29T21:13:17.049Z] #44 3.516 -- Configuring done [2022-06-29T21:13:17.049Z] #44 3.557 -- Generating done [2022-06-29T21:13:17.049Z] #44 3.565 -- Build files have been written to: /tmp/tmp.hpyBb6DhXt/tini [2022-06-29T21:13:17.049Z] #44 3.592 + make tini-static [2022-06-29T21:13:17.312Z] #44 3.942 Scanning dependencies of target tini-static [2022-06-29T21:13:17.574Z] #44 4.007 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-29T21:13:18.056Z] #55 35.26 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-29T21:13:18.056Z] #55 35.26 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-29T21:13:18.519Z] #44 ... [2022-06-29T21:13:18.519Z] [2022-06-29T21:13:18.519Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:13:18.519Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-29T21:13:18.519Z] #77 0.679 Cloning into '/tmp/crun-build'... [2022-06-29T21:13:18.519Z] #77 5.833 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-06-29T21:13:18.519Z] #77 5.868 Cloning into '/tmp/crun-build/libocispec'... [2022-06-29T21:13:18.519Z] #77 7.072 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-06-29T21:13:18.519Z] #77 7.086 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-06-29T21:13:18.519Z] #77 7.101 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-06-29T21:13:18.519Z] #77 7.106 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-06-29T21:13:18.519Z] #77 7.152 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-06-29T21:13:18.519Z] #77 8.849 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-06-29T21:13:18.781Z] #77 ... [2022-06-29T21:13:18.781Z] [2022-06-29T21:13:18.781Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-29T21:13:18.781Z] #53 sha256:90f2a3e75cec42ae99e2f666c70daa2f919afeb4c9cec71f058a76ffb78b504a [2022-06-29T21:13:18.781Z] #53 54.98 gotestsum version dev [2022-06-29T21:13:18.781Z] #53 DONE 56.2s [2022-06-29T21:13:18.781Z] [2022-06-29T21:13:18.781Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:13:18.781Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-29T21:13:18.781Z] #14 52.49 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-29T21:13:18.781Z] #14 52.50 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-29T21:13:18.781Z] #14 52.52 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-29T21:13:19.080Z] #76 30.47 Reading package lists... [2022-06-29T21:13:19.080Z] #76 ... [2022-06-29T21:13:19.080Z] [2022-06-29T21:13:19.080Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-29T21:13:19.080Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-29T21:13:19.080Z] #53 24.15 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-06-29T21:13:19.080Z] #53 24.25 go: downloading golang.org/x/mod v0.3.0 [2022-06-29T21:13:19.080Z] #53 ... [2022-06-29T21:13:19.080Z] [2022-06-29T21:13:19.080Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:19.080Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:13:19.080Z] #51 32.95 Fetched 8549 kB in 26s (334 kB/s) [2022-06-29T21:13:19.443Z] #19 117.8 Building dependency tree... [2022-06-29T21:13:19.445Z] #55 ... [2022-06-29T21:13:19.445Z] [2022-06-29T21:13:19.445Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:13:19.445Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:13:19.445Z] #42 20.05 Reading package lists... [2022-06-29T21:13:19.445Z] #42 27.06 Reading package lists... [2022-06-29T21:13:19.445Z] #42 33.66 Building dependency tree... [2022-06-29T21:13:19.445Z] #42 ... [2022-06-29T21:13:19.445Z] [2022-06-29T21:13:19.445Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:13:19.445Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:13:19.445Z] #76 29.72 Reading package lists... [2022-06-29T21:13:19.579Z] #14 32.11 Reading package lists... [2022-06-29T21:13:19.579Z] #14 ... [2022-06-29T21:13:19.579Z] [2022-06-29T21:13:19.579Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:19.579Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:13:19.579Z] #51 24.62 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2159 B] [2022-06-29T21:13:19.841Z] #51 ... [2022-06-29T21:13:19.841Z] [2022-06-29T21:13:19.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-06-29T21:13:19.841Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-29T21:13:20.366Z] #47 33.72 Updating files: 43% (956/2177) Updating files: 44% (958/2177) Updating files: 45% (980/2177) Updating files: 46% (1002/2177) Updating files: 47% (1024/2177) Updating files: 48% (1045/2177) Updating files: 49% (1067/2177) Updating files: 50% (1089/2177) Updating files: 51% (1111/2177) Updating files: 52% (1133/2177) Updating files: 53% (1154/2177) Updating files: 54% (1176/2177) Updating files: 55% (1198/2177) Updating files: 56% (1220/2177) Updating files: 57% (1241/2177) Updating files: 58% (1263/2177) Updating files: 59% (1285/2177) Updating files: 60% (1307/2177) Updating files: 61% (1328/2177) Updating files: 62% (1350/2177) Updating files: 63% (1372/2177) Updating files: 64% (1394/2177) Updating files: 65% (1416/2177) Updating files: 66% (1437/2177) Updating files: 67% (1459/2177) Updating files: 68% (1481/2177) Updating files: 69% (1503/2177) Updating files: 70% (1524/2177) Updating files: 71% (1546/2177) Updating files: 72% (1568/2177) Updating files: 73% (1590/2177) Updating files: 74% (1611/2177) Updating files: 75% (1633/2177) Updating files: 76% (1655/2177) Updating files: 77% (1677/2177) Updating files: 78% (1699/2177) Updating files: 79% (1720/2177) Updating files: 80% (1742/2177) Updating files: 81% (1764/2177) Updating files: 82% (1786/2177) Updating files: 83% (1807/2177) Updating files: 84% (1829/2177) Updating files: 85% (1851/2177) Updating files: 86% (1873/2177) Updating files: 87% (1894/2177) Updating files: 88% (1916/2177) Updating files: 89% (1938/2177) Updating files: 90% (1960/2177) Updating files: 91% (1982/2177) Updating files: 92% (2003/2177) Updating files: 93% (2025/2177) Updating files: 94% (2047/2177) Updating files: 95% (2069/2177) Updating files: 96% (2090/2177) Updating files: 97% (2112/2177) Updating files: 98% (2134/2177) Updating files: 99% (2156/2177) Updating files: 100% (2177/2177) Updating files: 100% (2177/2177), done. [2022-06-29T21:13:20.629Z] #47 35.50 + git checkout -q v2.3.0 [2022-06-29T21:13:20.696Z] #14 ... [2022-06-29T21:13:20.696Z] [2022-06-29T21:13:20.696Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-06-29T21:13:20.696Z] #44 sha256:f23e883528aae290de1ae14b697768bd8edebb77ab579391485f0e34d34a7dc7 [2022-06-29T21:13:20.696Z] #44 5.540 [100%] Linking C executable tini-static [2022-06-29T21:13:20.696Z] #44 6.380 [100%] Built target tini-static [2022-06-29T21:13:20.696Z] #44 6.492 + mkdir -p /build [2022-06-29T21:13:20.696Z] #44 6.498 + cp tini-static /build/docker-init [2022-06-29T21:13:20.696Z] #44 DONE 6.8s [2022-06-29T21:13:20.696Z] [2022-06-29T21:13:20.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-06-29T21:13:20.696Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-29T21:13:20.696Z] #77 10.36 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-06-29T21:13:20.696Z] #77 11.58 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-06-29T21:13:20.696Z] #77 11.91 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-06-29T21:13:20.696Z] #77 12.18 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-06-29T21:13:20.832Z] #76 36.45 Building dependency tree... [2022-06-29T21:13:20.891Z] #47 ... [2022-06-29T21:13:20.892Z] [2022-06-29T21:13:20.892Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:13:20.892Z] #67 sha256:48a68a771439dd8e44aae707026da471be4cacb961708fb8856141b8f25be536 [2022-06-29T21:13:20.892Z] #67 25.90 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-29T21:13:20.892Z] #67 26.68 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-29T21:13:20.892Z] #67 ... [2022-06-29T21:13:20.892Z] [2022-06-29T21:13:20.892Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:20.892Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:13:20.892Z] #51 34.92 Fetched 8549 kB in 27s (312 kB/s) [2022-06-29T21:13:22.218Z] #76 ... [2022-06-29T21:13:22.218Z] [2022-06-29T21:13:22.219Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:13:22.219Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-29T21:13:22.219Z] #62 23.15 Reading package lists... [2022-06-29T21:13:22.219Z] #62 29.78 Reading package lists... [2022-06-29T21:13:22.219Z] #62 35.83 Building dependency tree... [2022-06-29T21:13:22.219Z] #62 ... [2022-06-29T21:13:22.219Z] [2022-06-29T21:13:22.219Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:13:22.219Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:13:22.219Z] #55 38.67 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-29T21:13:22.219Z] #55 38.70 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-29T21:13:22.219Z] #55 38.85 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-29T21:13:22.219Z] #55 38.88 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-29T21:13:22.219Z] #55 38.94 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-29T21:13:22.219Z] #55 38.95 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-29T21:13:22.219Z] #55 39.06 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-29T21:13:22.219Z] #55 39.06 go: downloading github.com/spf13/afero v1.6.0 [2022-06-29T21:13:22.219Z] #55 39.09 go: downloading github.com/spf13/cast v1.4.1 [2022-06-29T21:13:22.219Z] #55 39.11 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-29T21:13:22.219Z] #55 39.16 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-29T21:13:22.219Z] #55 39.26 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-29T21:13:22.219Z] #55 39.38 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-29T21:13:22.219Z] #55 39.58 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-29T21:13:22.219Z] #55 39.61 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-29T21:13:22.219Z] #55 39.63 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-29T21:13:22.219Z] #55 39.70 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-29T21:13:22.219Z] #55 39.75 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-29T21:13:22.219Z] #55 39.83 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-29T21:13:22.296Z] #51 34.92 Reading package lists... [2022-06-29T21:13:22.296Z] #51 ... [2022-06-29T21:13:22.296Z] [2022-06-29T21:13:22.296Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:13:22.296Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:13:22.296Z] #42 27.39 Fetched 8545 kB in 21s (398 kB/s) [2022-06-29T21:13:22.296Z] #42 27.39 Reading package lists... [2022-06-29T21:13:22.296Z] #42 36.74 Reading package lists... [2022-06-29T21:13:22.296Z] #42 ... [2022-06-29T21:13:22.296Z] [2022-06-29T21:13:22.296Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-29T21:13:22.296Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-29T21:13:22.296Z] #36 33.13 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-29T21:13:22.296Z] #36 33.28 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-29T21:13:22.480Z] #55 39.99 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-29T21:13:22.480Z] #55 40.10 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-29T21:13:22.872Z] #36 ... [2022-06-29T21:13:22.872Z] [2022-06-29T21:13:22.872Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-29T21:13:22.872Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-29T21:13:22.872Z] #47 37.86 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-06-29T21:13:23.299Z] #51 32.95 Reading package lists... [2022-06-29T21:13:23.299Z] #51 ... [2022-06-29T21:13:23.299Z] [2022-06-29T21:13:23.299Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:13:23.299Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-29T21:13:23.299Z] #62 29.61 Reading package lists... [2022-06-29T21:13:23.424Z] #55 41.06 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-29T21:13:23.424Z] #55 ... [2022-06-29T21:13:23.424Z] [2022-06-29T21:13:23.424Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:23.424Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:13:23.424Z] #51 23.92 Reading package lists... [2022-06-29T21:13:23.424Z] #51 31.04 Reading package lists... [2022-06-29T21:13:23.424Z] #51 37.71 Building dependency tree... [2022-06-29T21:13:23.619Z] #19 128.4 The following additional packages will be installed: [2022-06-29T21:13:23.619Z] #19 128.4 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-06-29T21:13:23.619Z] #19 128.4 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-06-29T21:13:23.619Z] #19 128.4 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-06-29T21:13:23.619Z] #19 128.4 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-06-29T21:13:23.619Z] #19 128.4 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-06-29T21:13:23.619Z] #19 128.4 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-06-29T21:13:23.619Z] #19 128.4 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-06-29T21:13:23.619Z] #19 128.4 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-06-29T21:13:23.619Z] #19 128.4 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-06-29T21:13:23.619Z] #19 128.4 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-06-29T21:13:23.619Z] #19 128.4 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-06-29T21:13:23.619Z] #19 128.4 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-06-29T21:13:23.619Z] #19 128.4 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-06-29T21:13:23.619Z] #19 128.4 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-06-29T21:13:23.619Z] #19 128.4 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-06-29T21:13:23.619Z] #19 128.4 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-06-29T21:13:23.619Z] #19 128.4 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-06-29T21:13:23.619Z] #19 128.4 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-06-29T21:13:23.619Z] #19 128.4 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-06-29T21:13:23.619Z] #19 128.4 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-06-29T21:13:23.619Z] #19 128.4 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-06-29T21:13:23.619Z] #19 128.4 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-06-29T21:13:23.619Z] #19 128.4 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-06-29T21:13:23.619Z] #19 128.4 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-06-29T21:13:23.619Z] #19 128.4 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-06-29T21:13:23.619Z] #19 128.4 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-06-29T21:13:23.619Z] #19 128.4 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-06-29T21:13:23.619Z] #19 128.4 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-06-29T21:13:23.619Z] #19 128.4 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-06-29T21:13:23.619Z] #19 128.4 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-06-29T21:13:23.619Z] #19 128.4 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-06-29T21:13:23.619Z] #19 128.4 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-06-29T21:13:23.619Z] #19 128.4 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-06-29T21:13:23.619Z] #19 128.4 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-06-29T21:13:23.619Z] #19 128.4 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-06-29T21:13:23.619Z] #19 128.4 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-06-29T21:13:23.619Z] #19 128.4 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-06-29T21:13:23.619Z] #19 128.4 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-06-29T21:13:23.619Z] #19 128.4 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-06-29T21:13:23.619Z] #19 128.4 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-06-29T21:13:23.619Z] #19 128.4 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-06-29T21:13:23.619Z] #19 128.4 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-06-29T21:13:23.619Z] #19 128.4 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-06-29T21:13:23.619Z] #19 128.5 linux-libc-dev-s390x-cross patch xz-utils [2022-06-29T21:13:23.619Z] #19 128.5 Suggested packages: [2022-06-29T21:13:23.619Z] #19 128.5 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-06-29T21:13:23.619Z] #19 128.5 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-06-29T21:13:23.619Z] #19 128.5 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-06-29T21:13:23.619Z] #19 128.5 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-06-29T21:13:23.619Z] #19 128.5 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-06-29T21:13:23.619Z] #19 128.5 libyaml-shell-perl ed diffutils-doc [2022-06-29T21:13:23.619Z] #19 128.5 Recommended packages: [2022-06-29T21:13:23.619Z] #19 128.5 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-06-29T21:13:23.619Z] #19 128.5 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-06-29T21:13:23.685Z] #51 ... [2022-06-29T21:13:23.685Z] [2022-06-29T21:13:23.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-06-29T21:13:23.685Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-29T21:13:23.685Z] #34 40.13 Updating files: 85% (1298/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-06-29T21:13:23.685Z] #34 40.95 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-29T21:13:23.685Z] #34 41.22 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-29T21:13:24.130Z] #62 39.32 Reading package lists... [2022-06-29T21:13:24.130Z] #62 ... [2022-06-29T21:13:24.130Z] [2022-06-29T21:13:24.130Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-29T21:13:24.130Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-29T21:13:24.130Z] #36 29.80 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-29T21:13:24.130Z] #36 29.81 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-06-29T21:13:24.130Z] #36 32.39 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-06-29T21:13:24.130Z] #36 32.42 go: downloading github.com/cilium/ebpf v0.7.0 [2022-06-29T21:13:24.130Z] #36 ... [2022-06-29T21:13:24.130Z] [2022-06-29T21:13:24.130Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-29T21:13:24.130Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-29T21:13:24.390Z] #47 39.29 Updating files: 45% (994/2177) Updating files: 46% (1002/2177) Updating files: 47% (1024/2177) Updating files: 48% (1045/2177) Updating files: 49% (1067/2177) Updating files: 50% (1089/2177) Updating files: 51% (1111/2177) Updating files: 52% (1133/2177) Updating files: 53% (1154/2177) Updating files: 54% (1176/2177) Updating files: 55% (1198/2177) Updating files: 56% (1220/2177) Updating files: 57% (1241/2177) Updating files: 58% (1263/2177) Updating files: 59% (1285/2177) Updating files: 60% (1307/2177) Updating files: 61% (1328/2177) Updating files: 62% (1350/2177) Updating files: 63% (1372/2177) Updating files: 64% (1394/2177) Updating files: 65% (1416/2177) Updating files: 66% (1437/2177) Updating files: 67% (1459/2177) Updating files: 68% (1481/2177) Updating files: 69% (1503/2177) Updating files: 70% (1524/2177) Updating files: 71% (1546/2177) Updating files: 72% (1568/2177) Updating files: 73% (1590/2177) Updating files: 74% (1611/2177) Updating files: 75% (1633/2177) Updating files: 76% (1655/2177) [2022-06-29T21:13:24.390Z] #47 ... [2022-06-29T21:13:24.390Z] [2022-06-29T21:13:24.390Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:13:24.390Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:13:24.390Z] #42 30.13 Fetched 8545 kB in 23s (379 kB/s) [2022-06-29T21:13:24.650Z] #42 30.13 Reading package lists... [2022-06-29T21:13:24.650Z] #42 ... [2022-06-29T21:13:24.650Z] [2022-06-29T21:13:24.650Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-29T21:13:24.650Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-29T21:13:25.144Z] #34 ... [2022-06-29T21:13:25.144Z] [2022-06-29T21:13:25.144Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:13:25.144Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:13:25.144Z] #14 25.65 Reading package lists... [2022-06-29T21:13:25.144Z] #14 32.56 Building dependency tree... [2022-06-29T21:13:25.144Z] #14 37.01 The following additional packages will be installed: [2022-06-29T21:13:25.144Z] #14 37.03 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-29T21:13:25.144Z] #14 37.03 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-29T21:13:25.144Z] #14 37.03 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-29T21:13:25.144Z] #14 37.03 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-29T21:13:25.144Z] #14 37.04 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-29T21:13:25.144Z] #14 37.04 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-29T21:13:25.144Z] #14 37.04 mingw-w64-common mingw-w64-x86-64-dev [2022-06-29T21:13:25.144Z] #14 37.05 Suggested packages: [2022-06-29T21:13:25.144Z] #14 37.07 gcc-10-locales seccomp wine64 [2022-06-29T21:13:25.144Z] #14 38.70 The following NEW packages will be installed: [2022-06-29T21:13:25.144Z] #14 38.70 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-29T21:13:25.144Z] #14 38.70 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-29T21:13:25.144Z] #14 38.70 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-29T21:13:25.144Z] #14 38.70 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-29T21:13:25.144Z] #14 38.71 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-29T21:13:25.144Z] #14 38.71 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-29T21:13:25.144Z] #14 38.71 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-29T21:13:25.144Z] #14 38.71 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-29T21:13:25.144Z] #14 38.71 mingw-w64-x86-64-dev [2022-06-29T21:13:25.144Z] #14 39.13 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:13:25.144Z] #14 39.13 Need to get 115 MB of archives. [2022-06-29T21:13:25.144Z] #14 39.13 After this operation, 645 MB of additional disk space will be used. [2022-06-29T21:13:25.144Z] #14 39.13 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-06-29T21:13:25.144Z] #14 39.27 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-06-29T21:13:25.144Z] #14 39.46 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-06-29T21:13:25.144Z] #14 39.47 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-06-29T21:13:25.144Z] #14 39.48 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-06-29T21:13:25.144Z] #14 39.50 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-29T21:13:25.144Z] #14 39.82 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-06-29T21:13:25.144Z] #14 40.07 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-06-29T21:13:25.144Z] #14 40.07 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-06-29T21:13:25.144Z] #14 40.86 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-06-29T21:13:25.144Z] #14 ... [2022-06-29T21:13:25.144Z] [2022-06-29T21:13:25.144Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:25.144Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:13:25.144Z] #51 42.04 The following additional packages will be installed: [2022-06-29T21:13:25.144Z] #51 42.05 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-29T21:13:25.144Z] #51 42.06 python3-protobuf python3-six [2022-06-29T21:13:25.144Z] #51 42.07 Suggested packages: [2022-06-29T21:13:25.144Z] #51 42.10 python3-setuptools [2022-06-29T21:13:25.144Z] #51 42.10 Recommended packages: [2022-06-29T21:13:25.144Z] #51 42.10 iproute2 | iproute [2022-06-29T21:13:25.178Z] #47 39.29 Updating files: 45% (994/2177) Updating files: 46% (1002/2177) Updating files: 47% (1024/2177) Updating files: 48% (1045/2177) Updating files: 49% (1067/2177) Updating files: 50% (1089/2177) Updating files: 51% (1111/2177) Updating files: 52% (1133/2177) Updating files: 53% (1154/2177) Updating files: 54% (1176/2177) Updating files: 55% (1198/2177) Updating files: 56% (1220/2177) Updating files: 57% (1241/2177) Updating files: 58% (1263/2177) Updating files: 59% (1285/2177) Updating files: 60% (1307/2177) Updating files: 61% (1328/2177) Updating files: 62% (1350/2177) Updating files: 63% (1372/2177) Updating files: 64% (1394/2177) Updating files: 65% (1416/2177) Updating files: 66% (1437/2177) Updating files: 67% (1459/2177) Updating files: 68% (1481/2177) Updating files: 69% (1503/2177) Updating files: 70% (1524/2177) Updating files: 71% (1546/2177) Updating files: 72% (1568/2177) Updating files: 73% (1590/2177) Updating files: 74% (1611/2177) Updating files: 75% (1633/2177) Updating files: 76% (1655/2177) Updating files: 77% (1677/2177) Updating files: 78% (1699/2177) Updating files: 79% (1720/2177) Updating files: 79% (1729/2177) Updating files: 80% (1742/2177) Updating files: 81% (1764/2177) Updating files: 82% (1786/2177) Updating files: 83% (1807/2177) Updating files: 84% (1829/2177) Updating files: 85% (1851/2177) Updating files: 86% (1873/2177) Updating files: 87% (1894/2177) Updating files: 88% (1916/2177) Updating files: 89% (1938/2177) Updating files: 90% (1960/2177) Updating files: 91% (1982/2177) Updating files: 92% (2003/2177) Updating files: 93% (2025/2177) Updating files: 94% (2047/2177) Updating files: 95% (2069/2177) Updating files: 96% (2090/2177) Updating files: 97% (2112/2177) Updating files: 98% (2134/2177) Updating files: 99% (2156/2177) Updating files: 100% (2177/2177) Updating files: 100% (2177/2177), done. [2022-06-29T21:13:25.178Z] #47 40.95 + git checkout -q v2.3.0 [2022-06-29T21:13:25.178Z] #47 ... [2022-06-29T21:13:25.178Z] [2022-06-29T21:13:25.178Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:13:25.178Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:13:25.178Z] #14 30.94 Fetched 8545 kB in 25s (347 kB/s) [2022-06-29T21:13:25.178Z] #14 30.94 Reading package lists... [2022-06-29T21:13:25.427Z] #47 ... [2022-06-29T21:13:25.427Z] [2022-06-29T21:13:25.428Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:13:25.428Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:13:25.428Z] #76 30.45 Fetched 8545 kB in 24s (361 kB/s) [2022-06-29T21:13:25.428Z] #76 30.45 Reading package lists... [2022-06-29T21:13:25.438Z] #14 40.74 Reading package lists... [2022-06-29T21:13:25.438Z] #14 ... [2022-06-29T21:13:25.438Z] [2022-06-29T21:13:25.438Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:13:25.438Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:13:25.438Z] #42 30.13 Reading package lists... [2022-06-29T21:13:25.690Z] #76 39.95 Reading package lists... [2022-06-29T21:13:25.690Z] #76 ... [2022-06-29T21:13:25.690Z] [2022-06-29T21:13:25.690Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:13:25.690Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:13:25.690Z] #14 32.11 Reading package lists... [2022-06-29T21:13:25.718Z] #51 42.88 The following NEW packages will be installed: [2022-06-29T21:13:25.718Z] #51 42.91 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-29T21:13:25.718Z] #51 42.92 python3-protobuf python3-six [2022-06-29T21:13:25.983Z] #51 43.46 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:13:25.983Z] #51 43.46 Need to get 2314 kB of archives. [2022-06-29T21:13:25.983Z] #51 43.46 After this operation, 11.1 MB of additional disk space will be used. [2022-06-29T21:13:25.983Z] #51 43.46 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-29T21:13:26.013Z] #77 ... [2022-06-29T21:13:26.013Z] [2022-06-29T21:13:26.013Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:13:26.013Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-29T21:13:26.013Z] #14 59.38 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-29T21:13:26.013Z] #14 59.40 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-06-29T21:13:26.013Z] #14 59.41 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-29T21:13:26.013Z] #14 59.55 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-29T21:13:26.013Z] #14 59.55 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-06-29T21:13:26.013Z] #14 59.56 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-29T21:13:26.250Z] #51 43.59 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-29T21:13:26.250Z] #51 43.59 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-29T21:13:26.250Z] #51 43.59 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-29T21:13:26.250Z] #51 43.61 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-29T21:13:26.251Z] #51 43.61 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-29T21:13:26.251Z] #51 43.62 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-29T21:13:26.522Z] #51 ... [2022-06-29T21:13:26.522Z] [2022-06-29T21:13:26.522Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-29T21:13:26.522Z] #57 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-29T21:13:26.522Z] #57 43.34 v3.0.2 [2022-06-29T21:13:26.522Z] #57 DONE 44.0s [2022-06-29T21:13:26.522Z] [2022-06-29T21:13:26.523Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:13:26.523Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:13:26.523Z] #76 40.70 python3 is already the newest version (3.9.2-3). [2022-06-29T21:13:26.523Z] #76 40.70 The following additional packages will be installed: [2022-06-29T21:13:26.523Z] #76 40.72 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-06-29T21:13:26.523Z] #76 40.72 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-06-29T21:13:26.523Z] #76 40.76 Suggested packages: [2022-06-29T21:13:26.523Z] #76 40.76 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-06-29T21:13:26.523Z] #76 40.76 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-06-29T21:13:26.523Z] #76 40.76 m4-doc ed diffutils-doc [2022-06-29T21:13:26.523Z] #76 40.76 Recommended packages: [2022-06-29T21:13:26.523Z] #76 40.76 fakeroot libalgorithm-merge-perl libltdl-dev [2022-06-29T21:13:26.523Z] #76 42.46 The following NEW packages will be installed: [2022-06-29T21:13:26.523Z] #76 42.47 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-06-29T21:13:26.523Z] #76 42.48 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-06-29T21:13:26.523Z] #76 42.48 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-06-29T21:13:26.523Z] #76 42.49 libyajl2 m4 patch xz-utils [2022-06-29T21:13:26.523Z] #76 42.96 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:13:26.523Z] #76 42.96 Need to get 5939 kB of archives. [2022-06-29T21:13:26.523Z] #76 42.96 After this operation, 18.7 MB of additional disk space will be used. [2022-06-29T21:13:26.523Z] #76 42.96 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-29T21:13:26.523Z] #76 42.97 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-29T21:13:26.523Z] #76 42.98 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-29T21:13:26.523Z] #76 42.98 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-29T21:13:26.523Z] #76 42.98 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-06-29T21:13:26.523Z] #76 42.99 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB] [2022-06-29T21:13:26.523Z] #76 42.99 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB] [2022-06-29T21:13:26.523Z] #76 42.99 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB] [2022-06-29T21:13:26.523Z] #76 43.01 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-06-29T21:13:26.523Z] #76 43.02 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB] [2022-06-29T21:13:26.523Z] #76 43.07 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-29T21:13:26.523Z] #76 43.09 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-29T21:13:26.523Z] #76 43.21 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B] [2022-06-29T21:13:26.523Z] #76 43.22 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-29T21:13:26.523Z] #76 43.23 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2022-06-29T21:13:26.523Z] #76 43.23 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-29T21:13:26.523Z] #76 43.24 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB] [2022-06-29T21:13:26.523Z] #76 43.25 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-06-29T21:13:26.523Z] #76 43.25 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-29T21:13:26.523Z] #76 43.27 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB] [2022-06-29T21:13:26.523Z] #76 43.30 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-29T21:13:26.523Z] #76 43.32 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-29T21:13:26.523Z] #76 43.32 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB] [2022-06-29T21:13:27.099Z] #76 ... [2022-06-29T21:13:27.099Z] [2022-06-29T21:13:27.099Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:13:27.099Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-29T21:13:27.099Z] #62 40.01 The following additional packages will be installed: [2022-06-29T21:13:27.099Z] #62 40.04 libbtrfs0 [2022-06-29T21:13:27.099Z] #62 40.25 The following NEW packages will be installed: [2022-06-29T21:13:27.099Z] #62 40.29 libbtrfs-dev libbtrfs0 [2022-06-29T21:13:27.099Z] #62 40.74 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:13:27.099Z] #62 40.74 Need to get 460 kB of archives. [2022-06-29T21:13:27.099Z] #62 40.74 After this operation, 1237 kB of additional disk space will be used. [2022-06-29T21:13:27.099Z] #62 40.74 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-29T21:13:27.099Z] #62 40.74 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-29T21:13:27.099Z] #62 42.06 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:13:27.099Z] #62 42.39 Fetched 460 kB in 0s (1321 kB/s) [2022-06-29T21:13:27.099Z] #62 42.53 Selecting previously unselected package libbtrfs0:amd64. [2022-06-29T21:13:27.099Z] #62 42.53 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-29T21:13:27.099Z] #62 42.62 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-29T21:13:27.099Z] #62 42.92 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-29T21:13:27.099Z] #62 43.19 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-29T21:13:27.099Z] #62 43.19 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-29T21:13:27.099Z] #62 43.19 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-29T21:13:27.099Z] #62 43.81 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-29T21:13:27.099Z] #62 43.94 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-29T21:13:27.099Z] #62 44.02 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:13:27.099Z] #62 DONE 44.6s [2022-06-29T21:13:27.099Z] [2022-06-29T21:13:27.099Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:13:27.099Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:13:27.099Z] #76 44.58 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:13:27.219Z] #14 41.37 Reading package lists... [2022-06-29T21:13:27.219Z] #14 ... [2022-06-29T21:13:27.219Z] [2022-06-29T21:13:27.219Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:13:27.219Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-29T21:13:27.219Z] #62 32.35 Fetched 8545 kB in 24s (350 kB/s) [2022-06-29T21:13:27.219Z] #62 32.35 Reading package lists... [2022-06-29T21:13:27.397Z] #14 64.64 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-29T21:13:27.398Z] #14 64.64 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-06-29T21:13:27.398Z] #14 64.64 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-29T21:13:27.420Z] #76 44.93 Fetched 5939 kB in 1s (8413 kB/s) [2022-06-29T21:13:27.420Z] #76 44.99 Selecting previously unselected package bzip2. [2022-06-29T21:13:27.683Z] #76 44.99 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-29T21:13:27.683Z] #76 45.06 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ... [2022-06-29T21:13:27.683Z] #76 45.26 Unpacking bzip2 (1.0.8-4) ... [2022-06-29T21:13:27.683Z] #76 45.41 Selecting previously unselected package libmagic-mgc. [2022-06-29T21:13:27.683Z] #76 45.41 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-29T21:13:27.796Z] #19 ... [2022-06-29T21:13:27.796Z] [2022-06-29T21:13:27.796Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:13:27.796Z] #84 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:13:27.796Z] #84 84.09 configure.ac:7: installing 'build-aux/compile' [2022-06-29T21:13:27.796Z] #84 84.11 configure.ac:9: installing 'build-aux/config.guess' [2022-06-29T21:13:27.796Z] #84 84.11 configure.ac:9: installing 'build-aux/config.sub' [2022-06-29T21:13:27.796Z] #84 84.13 configure.ac:11: installing 'build-aux/install-sh' [2022-06-29T21:13:27.796Z] #84 84.14 configure.ac:11: installing 'build-aux/missing' [2022-06-29T21:13:27.796Z] #84 84.48 Makefile.am: installing 'build-aux/depcomp' [2022-06-29T21:13:27.796Z] #84 84.70 parallel-tests: installing 'build-aux/test-driver' [2022-06-29T21:13:27.945Z] #76 45.44 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-29T21:13:28.209Z] #76 45.83 Selecting previously unselected package libmagic1:amd64. [2022-06-29T21:13:28.209Z] #76 45.83 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-29T21:13:28.470Z] #76 ... [2022-06-29T21:13:28.470Z] [2022-06-29T21:13:28.470Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-29T21:13:28.470Z] #63 sha256:3ebc3e03ba2b1e53a9d4bab6dba72b7bafbb43d4d07d7c034a4a4f84416f2e2f [2022-06-29T21:13:28.470Z] #63 DONE 1.3s [2022-06-29T21:13:28.470Z] [2022-06-29T21:13:28.470Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:13:28.470Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:13:28.470Z] #76 45.85 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-29T21:13:28.731Z] #76 46.11 Selecting previously unselected package file. [2022-06-29T21:13:28.731Z] #76 46.11 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ... [2022-06-29T21:13:28.731Z] #76 46.13 Unpacking file (1:5.39-3) ... [2022-06-29T21:13:28.731Z] #76 46.40 Selecting previously unselected package xz-utils. [2022-06-29T21:13:28.731Z] #76 46.40 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-29T21:13:28.993Z] #76 46.42 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-29T21:13:29.158Z] #62 41.80 Reading package lists... [2022-06-29T21:13:29.158Z] #62 ... [2022-06-29T21:13:29.158Z] [2022-06-29T21:13:29.158Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:29.158Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:13:29.158Z] #51 34.92 Reading package lists... [2022-06-29T21:13:29.259Z] #76 46.73 Selecting previously unselected package libsigsegv2:amd64. [2022-06-29T21:13:29.259Z] #76 46.73 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ... [2022-06-29T21:13:29.259Z] #76 46.73 Unpacking libsigsegv2:amd64 (2.13-1) ... [2022-06-29T21:13:29.259Z] #76 46.86 Selecting previously unselected package m4. [2022-06-29T21:13:29.259Z] #76 46.88 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ... [2022-06-29T21:13:29.521Z] #76 47.03 Unpacking m4 (1.4.18-5) ... [2022-06-29T21:13:29.783Z] #76 47.28 Selecting previously unselected package autoconf. [2022-06-29T21:13:29.783Z] #76 47.28 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-06-29T21:13:29.783Z] #76 47.28 Unpacking autoconf (2.69-14) ... [2022-06-29T21:13:30.357Z] #76 ... [2022-06-29T21:13:30.357Z] [2022-06-29T21:13:30.357Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-29T21:13:30.357Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-29T21:13:30.357Z] #40 47.24 NAME: [2022-06-29T21:13:30.357Z] #40 47.24 go-winres - A tool for embedding resources in Windows executables [2022-06-29T21:13:30.357Z] #40 47.24 [2022-06-29T21:13:30.357Z] #40 47.24 USAGE: [2022-06-29T21:13:30.357Z] #40 47.24 go-winres [global options] command [command options] [arguments...] [2022-06-29T21:13:30.357Z] #40 47.24 [2022-06-29T21:13:30.357Z] #40 47.24 COMMANDS: [2022-06-29T21:13:30.357Z] #40 47.24 init Create an initial ./winres/winres.json [2022-06-29T21:13:30.357Z] #40 47.24 make Make syso files for the "go build" command [2022-06-29T21:13:30.357Z] #40 47.24 simply Make syso files for the "go build" command (simplified) [2022-06-29T21:13:30.357Z] #40 47.24 extract Extract all resources from an executable [2022-06-29T21:13:30.357Z] #40 47.24 patch Replace resources in an executable file (exe, dll) [2022-06-29T21:13:30.357Z] #40 47.24 help, h Shows a list of commands or help for one command [2022-06-29T21:13:30.357Z] #40 47.24 [2022-06-29T21:13:30.357Z] #40 47.24 GLOBAL OPTIONS: [2022-06-29T21:13:30.357Z] #40 47.24 --help, -h show help (default: false) [2022-06-29T21:13:30.357Z] #40 DONE 47.9s [2022-06-29T21:13:30.357Z] [2022-06-29T21:13:30.357Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:13:30.357Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:13:30.357Z] #76 47.80 Selecting previously unselected package autotools-dev. [2022-06-29T21:13:30.357Z] #76 47.83 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-06-29T21:13:30.357Z] #76 47.85 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-06-29T21:13:30.357Z] #76 ... [2022-06-29T21:13:30.357Z] [2022-06-29T21:13:30.357Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:13:30.357Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:13:30.357Z] #42 37.79 The following additional packages will be installed: [2022-06-29T21:13:30.357Z] #42 37.83 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-29T21:13:30.357Z] #42 37.85 Suggested packages: [2022-06-29T21:13:30.357Z] #42 37.86 cmake-doc ninja-build lrzip [2022-06-29T21:13:30.357Z] #42 37.86 Recommended packages: [2022-06-29T21:13:30.357Z] #42 37.86 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-29T21:13:30.357Z] #42 38.78 The following NEW packages will be installed: [2022-06-29T21:13:30.357Z] #42 38.82 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-29T21:13:30.357Z] #42 38.83 vim-common xxd [2022-06-29T21:13:30.357Z] #42 39.29 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:13:30.357Z] #42 39.29 Need to get 17.7 MB of archives. [2022-06-29T21:13:30.357Z] #42 39.29 After this operation, 70.7 MB of additional disk space will be used. [2022-06-29T21:13:30.357Z] #42 39.29 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-29T21:13:30.357Z] #42 39.30 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-29T21:13:30.357Z] #42 39.30 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-29T21:13:30.357Z] #42 39.38 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-29T21:13:30.357Z] #42 39.99 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB] [2022-06-29T21:13:30.357Z] #42 40.02 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-29T21:13:30.357Z] #42 40.05 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-29T21:13:30.357Z] #42 40.06 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-29T21:13:30.357Z] #42 40.08 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-29T21:13:30.357Z] #42 40.09 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-29T21:13:30.357Z] #42 41.86 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:13:30.357Z] #42 42.21 Fetched 17.7 MB in 1s (12.0 MB/s) [2022-06-29T21:13:30.357Z] #42 42.31 Selecting previously unselected package xxd. [2022-06-29T21:13:30.357Z] #42 42.31 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-29T21:13:30.357Z] #42 42.40 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-29T21:13:30.357Z] #42 42.41 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:13:30.357Z] #42 42.95 Selecting previously unselected package vim-common. [2022-06-29T21:13:30.357Z] #42 42.95 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-29T21:13:30.357Z] #42 43.01 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:13:30.357Z] #42 43.66 Selecting previously unselected package cmake-data. [2022-06-29T21:13:30.357Z] #42 43.67 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-29T21:13:30.357Z] #42 43.73 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-29T21:13:30.357Z] #42 48.00 Selecting previously unselected package libicu67:amd64. [2022-06-29T21:13:30.357Z] #42 48.00 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-06-29T21:13:30.357Z] #42 48.02 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-29T21:13:30.357Z] #42 ... [2022-06-29T21:13:30.357Z] [2022-06-29T21:13:30.357Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:13:30.357Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:13:30.357Z] #55 41.13 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-29T21:13:30.357Z] #55 41.33 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-29T21:13:30.357Z] #55 41.38 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-29T21:13:30.357Z] #55 41.46 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-29T21:13:30.357Z] #55 41.65 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-29T21:13:30.357Z] #55 42.69 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-29T21:13:30.357Z] #55 42.92 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-29T21:13:30.357Z] #55 42.94 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-29T21:13:30.357Z] #55 43.04 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-29T21:13:30.357Z] #55 43.05 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-29T21:13:30.357Z] #55 43.06 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-29T21:13:30.357Z] #55 43.09 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-29T21:13:30.357Z] #55 43.11 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-29T21:13:30.357Z] #55 43.19 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-29T21:13:30.357Z] #55 43.23 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-29T21:13:30.357Z] #55 43.24 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-29T21:13:30.357Z] #55 43.29 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-29T21:13:30.357Z] #55 43.36 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-29T21:13:30.357Z] #55 43.39 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-29T21:13:30.357Z] #55 43.47 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-29T21:13:30.357Z] #55 43.49 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-29T21:13:30.357Z] #55 43.56 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-29T21:13:30.357Z] #55 43.72 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-29T21:13:30.357Z] #55 43.73 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-29T21:13:30.357Z] #55 43.75 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-29T21:13:30.357Z] #55 43.94 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-29T21:13:30.357Z] #55 44.23 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-29T21:13:30.357Z] #55 44.24 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-29T21:13:30.357Z] #55 44.36 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-29T21:13:30.357Z] #55 44.40 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-29T21:13:30.357Z] #55 44.50 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-29T21:13:30.357Z] #55 44.51 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-29T21:13:30.357Z] #55 44.54 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-29T21:13:30.357Z] #55 44.58 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-29T21:13:30.357Z] #55 44.62 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-29T21:13:30.357Z] #55 44.64 go: downloading github.com/julz/importas v0.1.0 [2022-06-29T21:13:30.357Z] #55 44.69 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-29T21:13:30.357Z] #55 44.79 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-29T21:13:30.357Z] #55 44.85 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-29T21:13:30.357Z] #55 44.85 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-29T21:13:30.357Z] #55 44.85 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-29T21:13:30.357Z] #55 44.98 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-29T21:13:30.357Z] #55 45.02 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-29T21:13:30.357Z] #55 45.02 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-29T21:13:30.357Z] #55 45.19 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-29T21:13:30.357Z] #55 45.26 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-29T21:13:30.357Z] #55 45.29 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-29T21:13:30.357Z] #55 45.29 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-29T21:13:30.357Z] #55 46.10 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-29T21:13:30.357Z] #55 46.10 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-29T21:13:30.357Z] #55 46.10 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-29T21:13:30.357Z] #55 46.10 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-29T21:13:30.357Z] #55 46.17 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-29T21:13:30.357Z] #55 46.19 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-29T21:13:30.357Z] #55 46.31 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-29T21:13:30.357Z] #55 46.34 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-29T21:13:30.357Z] #55 46.43 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-29T21:13:30.357Z] #55 46.84 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-29T21:13:30.357Z] #55 46.84 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-29T21:13:30.357Z] #55 46.84 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-29T21:13:30.357Z] #55 46.88 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-29T21:13:30.357Z] #55 47.03 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-29T21:13:30.357Z] #55 47.07 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-29T21:13:30.357Z] #55 47.15 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-29T21:13:30.357Z] #55 47.18 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-29T21:13:30.357Z] #55 47.25 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-29T21:13:30.357Z] #55 47.25 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-29T21:13:30.357Z] #55 47.38 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-29T21:13:30.357Z] #55 47.42 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-29T21:13:30.357Z] #55 47.46 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-29T21:13:30.357Z] #55 47.47 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-29T21:13:30.357Z] #55 47.53 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-29T21:13:30.357Z] #55 47.60 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-29T21:13:30.357Z] #55 47.63 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-29T21:13:30.619Z] #55 48.20 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-29T21:13:30.723Z] #42 40.70 Reading package lists... [2022-06-29T21:13:30.723Z] #42 ... [2022-06-29T21:13:30.723Z] [2022-06-29T21:13:30.723Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-29T21:13:30.723Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-29T21:13:30.723Z] #47 43.62 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-06-29T21:13:30.881Z] #55 48.32 go: downloading honnef.co/go/tools v0.2.2 [2022-06-29T21:13:31.071Z] #84 87.47 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-29T21:13:31.071Z] #84 87.47 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-29T21:13:32.001Z] #84 88.65 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-29T21:13:32.001Z] #84 88.65 libtoolize: copying file 'm4/libtool.m4' [2022-06-29T21:13:32.001Z] #84 88.76 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-29T21:13:32.258Z] #84 88.93 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-29T21:13:32.270Z] #55 49.52 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-29T21:13:32.270Z] #55 49.59 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-29T21:13:32.270Z] #55 49.64 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-29T21:13:32.270Z] #55 49.72 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-29T21:13:32.270Z] #55 49.77 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-29T21:13:32.270Z] #55 49.82 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-29T21:13:32.270Z] #55 49.85 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-29T21:13:32.515Z] #84 89.25 libtoolize: copying file 'm4/ltversion.m4' [2022-06-29T21:13:32.515Z] #84 ... [2022-06-29T21:13:32.515Z] [2022-06-29T21:13:32.515Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-29T21:13:32.515Z] #19 sha256:917bf0834aad25d25cd204588999ad2a1286424901d6429e4987625c582c85f0 [2022-06-29T21:13:32.515Z] #19 136.5 The following NEW packages will be installed: [2022-06-29T21:13:32.515Z] #19 136.5 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-06-29T21:13:32.515Z] #19 136.5 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-06-29T21:13:32.515Z] #19 136.5 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-06-29T21:13:32.516Z] #19 136.5 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-06-29T21:13:32.516Z] #19 136.5 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-06-29T21:13:32.516Z] #19 136.5 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-06-29T21:13:32.516Z] #19 136.5 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-06-29T21:13:32.516Z] #19 136.5 crossbuild-essential-armel crossbuild-essential-armhf [2022-06-29T21:13:32.516Z] #19 136.5 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-06-29T21:13:32.516Z] #19 136.5 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-06-29T21:13:32.516Z] #19 136.5 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-06-29T21:13:32.516Z] #19 136.5 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-06-29T21:13:32.516Z] #19 136.5 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-06-29T21:13:32.516Z] #19 136.5 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-06-29T21:13:32.516Z] #19 136.5 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-06-29T21:13:32.516Z] #19 136.5 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-06-29T21:13:32.516Z] #19 136.5 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-06-29T21:13:32.516Z] #19 136.5 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-06-29T21:13:32.516Z] #19 136.5 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-06-29T21:13:32.516Z] #19 136.5 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-06-29T21:13:32.516Z] #19 136.5 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-06-29T21:13:32.516Z] #19 136.5 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-06-29T21:13:32.516Z] #19 136.5 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-06-29T21:13:32.516Z] #19 136.5 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-06-29T21:13:32.516Z] #19 136.5 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-06-29T21:13:32.516Z] #19 136.5 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-06-29T21:13:32.516Z] #19 136.5 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-06-29T21:13:32.516Z] #19 136.5 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-06-29T21:13:32.516Z] #19 136.5 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-06-29T21:13:32.516Z] #19 136.5 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-06-29T21:13:32.516Z] #19 136.5 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-06-29T21:13:32.516Z] #19 136.5 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-06-29T21:13:32.516Z] #19 136.5 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-06-29T21:13:32.516Z] #19 136.5 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-06-29T21:13:32.516Z] #19 136.5 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-06-29T21:13:32.516Z] #19 136.5 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-06-29T21:13:32.516Z] #19 136.6 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-06-29T21:13:32.516Z] #19 136.6 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-06-29T21:13:32.516Z] #19 136.6 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-06-29T21:13:32.516Z] #19 136.6 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-06-29T21:13:32.516Z] #19 136.6 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-06-29T21:13:32.516Z] #19 136.6 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-06-29T21:13:32.516Z] #19 136.6 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-06-29T21:13:32.516Z] #19 136.6 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-06-29T21:13:32.516Z] #19 136.6 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-06-29T21:13:32.516Z] #19 136.6 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-06-29T21:13:32.516Z] #19 136.6 linux-libc-dev-s390x-cross patch xz-utils [2022-06-29T21:13:32.772Z] #19 137.7 0 upgraded, 133 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:13:32.772Z] #19 137.7 Need to get 788 MB of archives. [2022-06-29T21:13:32.772Z] #19 137.7 After this operation, 3385 MB of additional disk space will be used. [2022-06-29T21:13:32.772Z] #19 137.7 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2022-06-29T21:13:32.772Z] #19 137.7 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-29T21:13:32.772Z] #19 137.7 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-29T21:13:32.772Z] #19 137.7 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-29T21:13:32.772Z] #19 137.7 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-29T21:13:32.772Z] #19 137.7 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-06-29T21:13:32.772Z] #19 137.7 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2022-06-29T21:13:32.772Z] #19 137.8 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2022-06-29T21:13:32.843Z] #55 50.31 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-29T21:13:32.843Z] #55 50.31 go: downloading golang.org/x/text v0.3.7 [2022-06-29T21:13:33.030Z] #19 137.9 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-06-29T21:13:33.030Z] #19 138.1 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2022-06-29T21:13:33.265Z] #47 ... [2022-06-29T21:13:33.265Z] [2022-06-29T21:13:33.265Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:13:33.265Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-29T21:13:33.265Z] #62 39.32 Reading package lists... [2022-06-29T21:13:33.287Z] #19 138.2 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2022-06-29T21:13:33.287Z] #19 138.2 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-06-29T21:13:33.287Z] #19 138.2 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB] [2022-06-29T21:13:33.790Z] #62 49.20 Building dependency tree... [2022-06-29T21:13:33.790Z] #62 ... [2022-06-29T21:13:33.790Z] [2022-06-29T21:13:33.790Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:13:33.790Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:13:33.790Z] #76 30.47 Reading package lists... [2022-06-29T21:13:33.988Z] #14 ... [2022-06-29T21:13:33.988Z] [2022-06-29T21:13:33.988Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:13:33.988Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-29T21:13:33.988Z] #77 24.61 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-06-29T21:13:34.051Z] #76 40.08 Reading package lists... [2022-06-29T21:13:34.051Z] #76 ... [2022-06-29T21:13:34.051Z] [2022-06-29T21:13:34.051Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:13:34.051Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:13:34.051Z] #55 47.41 go: downloading github.com/fatih/color v1.13.0 [2022-06-29T21:13:34.051Z] #55 47.41 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-29T21:13:34.051Z] #55 47.60 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-29T21:13:34.051Z] #55 47.67 go: downloading github.com/spf13/viper v1.10.1 [2022-06-29T21:13:34.051Z] #55 48.24 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-29T21:13:34.051Z] #55 48.96 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-29T21:13:34.051Z] #55 48.96 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-29T21:13:34.051Z] #55 48.98 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-29T21:13:34.051Z] #55 49.08 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-29T21:13:34.732Z] #51 44.34 Reading package lists... [2022-06-29T21:13:34.732Z] #51 ... [2022-06-29T21:13:34.732Z] [2022-06-29T21:13:34.732Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:13:34.732Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:13:34.732Z] #76 39.95 Reading package lists... [2022-06-29T21:13:35.402Z] #55 ... [2022-06-29T21:13:35.402Z] [2022-06-29T21:13:35.403Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:13:35.403Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:13:35.403Z] #76 48.05 Selecting previously unselected package automake. [2022-06-29T21:13:35.403Z] #76 48.05 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-06-29T21:13:35.403Z] #76 48.05 Unpacking automake (1:1.16.3-2) ... [2022-06-29T21:13:35.403Z] #76 48.61 Selecting previously unselected package patch. [2022-06-29T21:13:35.403Z] #76 48.61 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ... [2022-06-29T21:13:35.403Z] #76 48.63 Unpacking patch (2.7.6-7) ... [2022-06-29T21:13:35.403Z] #76 48.78 Selecting previously unselected package dpkg-dev. [2022-06-29T21:13:35.403Z] #76 48.80 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ... [2022-06-29T21:13:35.403Z] #76 48.80 Unpacking dpkg-dev (1.20.10) ... [2022-06-29T21:13:35.403Z] #76 49.85 Selecting previously unselected package build-essential. [2022-06-29T21:13:35.403Z] #76 49.85 Preparing to unpack .../12-build-essential_12.9_amd64.deb ... [2022-06-29T21:13:35.403Z] #76 49.90 Unpacking build-essential (12.9) ... [2022-06-29T21:13:35.403Z] #76 50.00 Selecting previously unselected package libcap2:amd64. [2022-06-29T21:13:35.403Z] #76 50.00 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-29T21:13:35.403Z] #76 50.01 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-29T21:13:35.403Z] #76 50.18 Selecting previously unselected package libcap-dev:amd64. [2022-06-29T21:13:35.403Z] #76 50.21 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ... [2022-06-29T21:13:35.403Z] #76 50.21 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2022-06-29T21:13:35.403Z] #76 50.42 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-29T21:13:35.403Z] #76 50.42 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-29T21:13:35.403Z] #76 50.42 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:13:35.403Z] #76 50.59 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-06-29T21:13:35.403Z] #76 50.59 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2022-06-29T21:13:35.403Z] #76 50.59 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-29T21:13:35.403Z] #76 50.71 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-29T21:13:35.403Z] #76 50.75 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-29T21:13:35.403Z] #76 50.75 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-29T21:13:35.403Z] #76 51.00 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-29T21:13:35.403Z] #76 51.00 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-29T21:13:35.403Z] #76 51.00 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-29T21:13:35.403Z] #76 51.70 Selecting previously unselected package libtool. [2022-06-29T21:13:35.403Z] #76 51.70 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-06-29T21:13:35.403Z] #76 51.70 Unpacking libtool (2.4.6-15) ... [2022-06-29T21:13:35.403Z] #76 51.98 Selecting previously unselected package libudev-dev:amd64. [2022-06-29T21:13:35.403Z] #76 52.01 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-29T21:13:35.403Z] #76 52.04 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-29T21:13:35.403Z] #76 52.24 Selecting previously unselected package libyajl2:amd64. [2022-06-29T21:13:35.403Z] #76 52.28 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ... [2022-06-29T21:13:35.403Z] #76 52.28 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-29T21:13:35.403Z] #76 52.38 Selecting previously unselected package libyajl-dev:amd64. [2022-06-29T21:13:35.403Z] #76 52.38 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ... [2022-06-29T21:13:35.403Z] #76 52.38 Unpacking libyajl-dev:amd64 (2.1.0-3) ... [2022-06-29T21:13:35.403Z] #76 52.52 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-29T21:13:35.403Z] #76 52.53 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-29T21:13:35.403Z] #76 52.54 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-29T21:13:35.403Z] #76 52.55 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-29T21:13:35.403Z] #76 52.57 Setting up file (1:5.39-3) ... [2022-06-29T21:13:35.403Z] #76 52.59 Setting up bzip2 (1.0.8-4) ... [2022-06-29T21:13:35.403Z] #76 52.60 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:13:35.403Z] #76 52.62 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-29T21:13:35.403Z] #76 52.65 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-29T21:13:35.403Z] #76 52.65 Setting up autotools-dev (20180224.1+nmu1) ... [2022-06-29T21:13:35.403Z] #76 52.67 Setting up libsigsegv2:amd64 (2.13-1) ... [2022-06-29T21:13:35.403Z] #76 52.68 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-29T21:13:35.403Z] #76 52.69 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-29T21:13:35.403Z] #76 52.71 Setting up patch (2.7.6-7) ... [2022-06-29T21:13:35.403Z] #76 52.72 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-29T21:13:35.403Z] #76 52.74 Setting up libyajl-dev:amd64 (2.1.0-3) ... [2022-06-29T21:13:35.403Z] #76 52.74 Setting up libcap-dev:amd64 (1:2.44-1) ... [2022-06-29T21:13:35.403Z] #76 52.76 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-29T21:13:35.403Z] #76 52.77 Setting up libtool (2.4.6-15) ... [2022-06-29T21:13:35.403Z] #76 52.78 Setting up m4 (1.4.18-5) ... [2022-06-29T21:13:35.403Z] #76 52.81 Setting up dpkg-dev (1.20.10) ... [2022-06-29T21:13:35.403Z] #76 52.86 Setting up autoconf (2.69-14) ... [2022-06-29T21:13:35.403Z] #76 52.90 Setting up build-essential (12.9) ... [2022-06-29T21:13:35.403Z] #76 ... [2022-06-29T21:13:35.403Z] [2022-06-29T21:13:35.403Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:13:35.403Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:13:35.403Z] #14 42.93 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-06-29T21:13:35.403Z] #14 43.64 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-06-29T21:13:35.403Z] #14 44.53 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-06-29T21:13:35.403Z] #14 46.30 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-06-29T21:13:35.403Z] #14 47.03 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-06-29T21:13:35.403Z] #14 47.03 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-29T21:13:35.403Z] #14 47.04 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-29T21:13:35.403Z] #14 47.04 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-29T21:13:35.403Z] #14 47.04 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-29T21:13:35.403Z] #14 47.09 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-06-29T21:13:35.403Z] #14 47.09 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-29T21:13:35.403Z] #14 47.09 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-29T21:13:35.403Z] #14 47.12 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-29T21:13:35.403Z] #14 47.15 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-29T21:13:35.403Z] #14 47.17 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-29T21:13:35.403Z] #14 47.17 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-29T21:13:35.403Z] #14 47.24 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-29T21:13:35.403Z] #14 47.24 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-06-29T21:13:35.403Z] #14 47.24 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-06-29T21:13:35.403Z] #14 47.24 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-29T21:13:35.403Z] #14 48.24 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:13:35.403Z] #14 48.42 Fetched 115 MB in 8s (13.5 MB/s) [2022-06-29T21:13:35.403Z] #14 48.52 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-29T21:13:35.403Z] #14 48.52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-29T21:13:35.403Z] #14 48.58 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-29T21:13:35.403Z] #14 48.59 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-29T21:13:35.403Z] #14 51.05 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-29T21:13:35.403Z] #14 51.05 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-29T21:13:35.403Z] #14 51.05 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-29T21:13:35.403Z] #14 ... [2022-06-29T21:13:35.403Z] [2022-06-29T21:13:35.403Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:13:35.403Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:13:35.403Z] #76 52.97 Setting up automake (1:1.16.3-2) ... [2022-06-29T21:13:35.403Z] #76 53.01 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-06-29T21:13:35.403Z] #76 53.01 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:13:35.433Z] #55 51.12 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-29T21:13:35.433Z] #55 51.15 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-29T21:13:35.811Z] #19 140.7 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB] [2022-06-29T21:13:35.811Z] #19 140.7 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB] [2022-06-29T21:13:36.792Z] #76 DONE 54.5s [2022-06-29T21:13:36.792Z] [2022-06-29T21:13:36.792Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:13:36.792Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:13:37.326Z] #76 49.41 Building dependency tree... [2022-06-29T21:13:37.344Z] #55 ... [2022-06-29T21:13:37.344Z] [2022-06-29T21:13:37.344Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:37.344Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:13:37.344Z] #51 32.95 Reading package lists... [2022-06-29T21:13:37.344Z] #51 42.84 Reading package lists... [2022-06-29T21:13:37.344Z] #51 ... [2022-06-29T21:13:37.344Z] [2022-06-29T21:13:37.344Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:13:37.344Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:13:37.344Z] #14 40.74 Reading package lists... [2022-06-29T21:13:37.344Z] #14 50.39 Building dependency tree... [2022-06-29T21:13:38.213Z] #77 ... [2022-06-29T21:13:38.213Z] [2022-06-29T21:13:38.213Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:13:38.213Z] #64 sha256:6b48fbae9549dca484874d56148079b251dc8c0b1728c9fe64782e3248d05f12 [2022-06-29T21:13:38.376Z] #19 143.3 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB] [2022-06-29T21:13:38.376Z] #19 143.4 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB] [2022-06-29T21:13:38.711Z] #77 ... [2022-06-29T21:13:38.711Z] [2022-06-29T21:13:38.711Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:13:38.711Z] #64 sha256:67dbbdfdcd43275ab72726c41a1d2d58e4927a24af9d9be20dcf08e7e00c3b2b [2022-06-29T21:13:38.711Z] #64 7.519 + RM_GOPATH=0 [2022-06-29T21:13:38.711Z] #64 7.519 + TMP_GOPATH= [2022-06-29T21:13:38.711Z] #64 7.519 + : /build [2022-06-29T21:13:38.711Z] #64 7.519 + '[' -z '' ']' [2022-06-29T21:13:38.711Z] #64 7.519 ++ mktemp -d [2022-06-29T21:13:38.711Z] #64 7.519 + export GOPATH=/tmp/tmp.VIgVU92tzx [2022-06-29T21:13:38.711Z] #64 7.519 + GOPATH=/tmp/tmp.VIgVU92tzx [2022-06-29T21:13:38.711Z] #64 7.519 + RM_GOPATH=1 [2022-06-29T21:13:38.711Z] #64 7.519 + case "$(go env GOARCH)" in [2022-06-29T21:13:38.711Z] #64 7.519 ++ go env GOARCH [2022-06-29T21:13:38.711Z] #64 7.530 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:13:38.711Z] #64 7.530 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:13:38.711Z] #64 7.530 ++ dirname /install.sh [2022-06-29T21:13:38.711Z] #64 7.533 + dir=/ [2022-06-29T21:13:38.711Z] #64 7.533 + bin=containerd [2022-06-29T21:13:38.711Z] #64 7.533 + shift [2022-06-29T21:13:38.711Z] #64 7.533 + '[' '!' -f //containerd.installer ']' [2022-06-29T21:13:38.711Z] #64 7.533 + . //containerd.installer [2022-06-29T21:13:38.711Z] #64 7.535 ++ set -e [2022-06-29T21:13:38.711Z] #64 7.535 ++ : v1.6.6 [2022-06-29T21:13:38.711Z] #64 7.535 + install_containerd [2022-06-29T21:13:38.711Z] #64 7.535 + echo 'Install containerd version v1.6.6' [2022-06-29T21:13:38.711Z] #64 7.535 + git clone https://github.com/containerd/containerd.git /tmp/tmp.VIgVU92tzx/src/github.com/containerd/containerd [2022-06-29T21:13:38.711Z] #64 7.535 Install containerd version v1.6.6 [2022-06-29T21:13:38.711Z] #64 7.576 Cloning into '/tmp/tmp.VIgVU92tzx/src/github.com/containerd/containerd'... [2022-06-29T21:13:38.711Z] #64 ... [2022-06-29T21:13:38.711Z] [2022-06-29T21:13:38.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-06-29T21:13:38.711Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:13:38.711Z] #42 54.87 Selecting previously unselected package libxml2:amd64. [2022-06-29T21:13:38.711Z] #42 54.87 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-29T21:13:38.711Z] #42 54.87 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-29T21:13:38.711Z] #42 55.44 Selecting previously unselected package libarchive13:amd64. [2022-06-29T21:13:38.711Z] #42 55.44 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-29T21:13:38.711Z] #42 55.49 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-29T21:13:38.711Z] #42 55.83 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-29T21:13:38.711Z] #42 55.83 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-29T21:13:38.711Z] #42 55.83 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-29T21:13:38.711Z] #42 55.97 Selecting previously unselected package librhash0:amd64. [2022-06-29T21:13:38.711Z] #42 55.97 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-06-29T21:13:38.711Z] #42 55.97 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-29T21:13:38.711Z] #42 56.15 Selecting previously unselected package libuv1:amd64. [2022-06-29T21:13:38.711Z] #42 56.15 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-06-29T21:13:38.711Z] #42 56.15 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-29T21:13:38.711Z] #42 ... [2022-06-29T21:13:38.711Z] [2022-06-29T21:13:38.711Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:38.711Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:13:38.711Z] #51 45.93 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-29T21:13:38.711Z] #51 47.64 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:13:38.711Z] #51 47.90 Fetched 2314 kB in 3s (725 kB/s) [2022-06-29T21:13:38.711Z] #51 48.04 Selecting previously unselected package libprotobuf23:amd64. [2022-06-29T21:13:38.711Z] #51 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 ... 15718 files and directories currently installed.) [2022-06-29T21:13:38.711Z] #51 48.10 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-29T21:13:38.711Z] #51 48.13 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-29T21:13:38.711Z] #51 48.93 Selecting previously unselected package python3-pkg-resources. [2022-06-29T21:13:38.711Z] #51 49.00 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-29T21:13:38.711Z] #51 49.00 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-29T21:13:38.711Z] #51 49.19 Selecting previously unselected package python3-six. [2022-06-29T21:13:38.711Z] #51 49.22 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-29T21:13:38.711Z] #51 49.22 Unpacking python3-six (1.16.0-2) ... [2022-06-29T21:13:38.711Z] #51 49.30 Selecting previously unselected package python3-protobuf. [2022-06-29T21:13:38.711Z] #51 49.30 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-29T21:13:38.711Z] #51 49.31 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-29T21:13:38.711Z] #51 49.84 Selecting previously unselected package libnet1:amd64. [2022-06-29T21:13:38.711Z] #51 49.84 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-29T21:13:38.711Z] #51 49.84 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-29T21:13:38.711Z] #51 49.99 Selecting previously unselected package libnl-3-200:amd64. [2022-06-29T21:13:38.711Z] #51 49.99 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-29T21:13:38.711Z] #51 50.02 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-29T21:13:38.711Z] #51 50.23 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-29T21:13:38.711Z] #51 50.23 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-29T21:13:38.711Z] #51 50.23 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:13:38.711Z] #51 50.28 Selecting previously unselected package criu. [2022-06-29T21:13:38.711Z] #51 50.28 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-29T21:13:38.711Z] #51 50.28 Unpacking criu (3.17-1) ... [2022-06-29T21:13:38.711Z] #51 51.14 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-29T21:13:38.711Z] #51 52.92 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-29T21:13:38.711Z] #51 52.92 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-29T21:13:38.711Z] #51 52.92 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:13:38.711Z] #51 52.96 Setting up python3-six (1.16.0-2) ... [2022-06-29T21:13:38.711Z] #51 54.44 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-29T21:13:38.711Z] #51 54.44 Setting up python3-protobuf (3.12.4-1) ... [2022-06-29T21:13:38.711Z] #51 ... [2022-06-29T21:13:38.711Z] [2022-06-29T21:13:38.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-06-29T21:13:38.711Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:13:38.711Z] #42 56.37 Selecting previously unselected package cmake. [2022-06-29T21:13:38.711Z] #42 56.37 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-29T21:13:38.711Z] #42 56.39 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-29T21:13:38.738Z] #64 39.38 Updating files: 66% (3158/4778) Updating files: 67% (3202/4778) Updating files: 68% (3250/4778) Updating files: 69% (3297/4778) Updating files: 70% (3345/4778) Updating files: 71% (3393/4778) Updating files: 72% (3441/4778) Updating files: 73% (3488/4778) Updating files: 74% (3536/4778) Updating files: 75% (3584/4778) Updating files: 76% (3632/4778) Updating files: 77% (3680/4778) Updating files: 78% (3727/4778) Updating files: 79% (3775/4778) Updating files: 80% (3823/4778) Updating files: 81% (3871/4778) Updating files: 82% (3918/4778) Updating files: 83% (3966/4778) Updating files: 84% (4014/4778) Updating files: 85% (4062/4778) Updating files: 86% (4110/4778) Updating files: 87% (4157/4778) Updating files: 88% (4205/4778) Updating files: 89% (4253/4778) Updating files: 90% (4301/4778) Updating files: 91% (4348/4778) Updating files: 92% (4396/4778) Updating files: 93% (4444/4778) Updating files: 94% (4492/4778) Updating files: 95% (4540/4778) Updating files: 96% (4587/4778) Updating files: 97% (4635/4778) Updating files: 98% (4683/4778) Updating files: 99% (4731/4778) Updating files: 100% (4778/4778) Updating files: 100% (4778/4778), done. [2022-06-29T21:13:38.738Z] #64 40.39 + cd /tmp/tmp.zxvwuK4AQw/src/github.com/containerd/containerd [2022-06-29T21:13:38.738Z] #64 40.39 + git checkout -q v1.6.6 [2022-06-29T21:13:39.273Z] #76 ... [2022-06-29T21:13:39.273Z] [2022-06-29T21:13:39.273Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:39.273Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:13:39.273Z] #51 44.34 Reading package lists... [2022-06-29T21:13:40.124Z] #64 41.78 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-29T21:13:40.124Z] #64 41.79 + BUILDTAGS='netgo osusergo static_build' [2022-06-29T21:13:40.124Z] #64 41.79 + export EXTRA_FLAGS=-buildmode=pie [2022-06-29T21:13:40.124Z] #64 41.79 + EXTRA_FLAGS=-buildmode=pie [2022-06-29T21:13:40.124Z] #64 41.79 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-29T21:13:40.124Z] #64 41.79 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-29T21:13:40.124Z] #64 41.79 + '[' '' = dynamic ']' [2022-06-29T21:13:40.124Z] #64 41.79 + make [2022-06-29T21:13:40.217Z] #51 54.17 Building dependency tree... [2022-06-29T21:13:40.217Z] #51 ... [2022-06-29T21:13:40.217Z] [2022-06-29T21:13:40.217Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:13:40.217Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:13:40.217Z] #42 36.74 Reading package lists... [2022-06-29T21:13:40.217Z] #42 45.59 Building dependency tree... [2022-06-29T21:13:40.217Z] #42 52.23 The following additional packages will be installed: [2022-06-29T21:13:40.217Z] #42 52.24 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-29T21:13:40.217Z] #42 52.32 Suggested packages: [2022-06-29T21:13:40.217Z] #42 52.34 cmake-doc ninja-build lrzip [2022-06-29T21:13:40.217Z] #42 52.34 Recommended packages: [2022-06-29T21:13:40.217Z] #42 52.34 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-29T21:13:40.217Z] #42 53.78 The following NEW packages will be installed: [2022-06-29T21:13:40.217Z] #42 53.80 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-29T21:13:40.217Z] #42 53.81 vim-common xxd [2022-06-29T21:13:40.217Z] #42 54.29 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:13:40.217Z] #42 54.29 Need to get 17.7 MB of archives. [2022-06-29T21:13:40.217Z] #42 54.29 After this operation, 70.7 MB of additional disk space will be used. [2022-06-29T21:13:40.217Z] #42 54.29 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-29T21:13:40.217Z] #42 54.35 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-29T21:13:40.217Z] #42 54.36 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-29T21:13:40.217Z] #42 54.49 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-29T21:13:40.217Z] #42 55.55 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB] [2022-06-29T21:13:40.217Z] #42 55.60 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-29T21:13:40.217Z] #42 55.67 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-29T21:13:40.217Z] #42 ... [2022-06-29T21:13:40.217Z] [2022-06-29T21:13:40.217Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:13:40.217Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:13:40.217Z] #55 49.59 go: downloading github.com/fatih/color v1.13.0 [2022-06-29T21:13:40.217Z] #55 49.59 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-29T21:13:40.217Z] #55 49.68 go: downloading github.com/spf13/cobra v1.3.0 [2022-06-29T21:13:40.217Z] #55 49.74 go: downloading github.com/spf13/viper v1.10.1 [2022-06-29T21:13:40.217Z] #55 50.26 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-29T21:13:40.217Z] #55 50.64 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-29T21:13:40.217Z] #55 50.67 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-29T21:13:40.217Z] #55 50.70 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-06-29T21:13:40.217Z] #55 50.77 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-06-29T21:13:40.217Z] #55 53.16 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-29T21:13:40.217Z] #55 53.23 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-06-29T21:13:40.276Z] #19 145.2 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-06-29T21:13:40.276Z] #19 145.2 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB] [2022-06-29T21:13:40.479Z] #55 ... [2022-06-29T21:13:40.479Z] [2022-06-29T21:13:40.479Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:13:40.479Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:13:40.479Z] #42 55.67 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-29T21:13:40.479Z] #42 55.71 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-29T21:13:40.479Z] #42 55.72 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-29T21:13:40.648Z] #14 ... [2022-06-29T21:13:40.648Z] [2022-06-29T21:13:40.648Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:40.648Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:13:40.648Z] #51 42.84 Reading package lists... [2022-06-29T21:13:40.648Z] #51 53.16 Building dependency tree... [2022-06-29T21:13:42.048Z] #64 43.63 + bin/ctr [2022-06-29T21:13:42.181Z] #19 147.2 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-06-29T21:13:42.181Z] #19 147.2 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB] [2022-06-29T21:13:42.748Z] #19 ... [2022-06-29T21:13:42.748Z] [2022-06-29T21:13:42.748Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:13:42.748Z] #84 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:13:42.748Z] #84 89.56 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-29T21:13:43.029Z] #42 58.16 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:13:43.190Z] #51 ... [2022-06-29T21:13:43.190Z] [2022-06-29T21:13:43.190Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:13:43.190Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:13:43.190Z] #55 57.59 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-29T21:13:43.190Z] #55 57.63 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-29T21:13:43.190Z] #55 57.95 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-29T21:13:43.190Z] #55 58.09 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-29T21:13:43.190Z] #55 58.38 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-29T21:13:43.190Z] #55 58.55 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-29T21:13:43.190Z] #55 58.57 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-29T21:13:43.190Z] #55 58.75 go: downloading github.com/spf13/afero v1.6.0 [2022-06-29T21:13:43.190Z] #55 58.78 go: downloading github.com/spf13/cast v1.4.1 [2022-06-29T21:13:43.190Z] #55 58.95 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-29T21:13:43.450Z] #55 59.05 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-29T21:13:43.450Z] #55 59.23 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-29T21:13:43.710Z] #55 59.44 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-29T21:13:43.710Z] #55 59.53 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-29T21:13:43.977Z] #55 59.62 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-29T21:13:43.980Z] #42 58.97 Fetched 17.7 MB in 2s (7649 kB/s) [2022-06-29T21:13:43.980Z] #42 59.19 Selecting previously unselected package xxd. [2022-06-29T21:13:43.980Z] #42 59.21 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-29T21:13:43.980Z] #42 59.32 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-29T21:13:43.980Z] #42 59.34 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:13:44.010Z] #42 61.18 Setting up libicu67:amd64 (67.1-7) ... [2022-06-29T21:13:44.010Z] #42 61.21 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:13:44.010Z] #42 61.23 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-29T21:13:44.010Z] #42 61.23 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:13:44.010Z] #42 61.25 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-29T21:13:44.010Z] #42 61.33 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-29T21:13:44.010Z] #42 61.45 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-29T21:13:44.010Z] #42 61.51 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-29T21:13:44.010Z] #42 61.55 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-29T21:13:44.011Z] #42 61.62 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-29T21:13:44.011Z] #42 61.64 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:13:44.196Z] #84 ... [2022-06-29T21:13:44.196Z] [2022-06-29T21:13:44.196Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-29T21:13:44.196Z] #19 sha256:917bf0834aad25d25cd204588999ad2a1286424901d6429e4987625c582c85f0 [2022-06-29T21:13:44.196Z] #19 149.2 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-06-29T21:13:44.238Z] #55 59.72 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-29T21:13:44.238Z] #55 59.74 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-29T21:13:44.238Z] #55 60.01 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-29T21:13:44.238Z] #55 60.02 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-29T21:13:44.238Z] #55 ... [2022-06-29T21:13:44.238Z] [2022-06-29T21:13:44.238Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:13:44.238Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:13:44.238Z] #76 49.99 Building dependency tree... [2022-06-29T21:13:44.238Z] #76 56.92 python3 is already the newest version (3.9.2-3). [2022-06-29T21:13:44.238Z] #76 56.92 The following additional packages will be installed: [2022-06-29T21:13:44.238Z] #76 56.94 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-06-29T21:13:44.238Z] #76 56.95 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-06-29T21:13:44.238Z] #76 56.98 Suggested packages: [2022-06-29T21:13:44.238Z] #76 56.98 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-06-29T21:13:44.238Z] #76 56.98 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-06-29T21:13:44.238Z] #76 56.98 m4-doc ed diffutils-doc [2022-06-29T21:13:44.238Z] #76 56.98 Recommended packages: [2022-06-29T21:13:44.238Z] #76 56.98 fakeroot libalgorithm-merge-perl libltdl-dev [2022-06-29T21:13:44.238Z] #76 59.55 The following NEW packages will be installed: [2022-06-29T21:13:44.238Z] #76 59.55 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-06-29T21:13:44.238Z] #76 59.55 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-06-29T21:13:44.238Z] #76 59.56 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-06-29T21:13:44.238Z] #76 59.56 libyajl2 m4 patch xz-utils [2022-06-29T21:13:44.271Z] #42 ... [2022-06-29T21:13:44.271Z] [2022-06-29T21:13:44.271Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:44.271Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:13:44.271Z] #51 58.86 Setting up criu (3.17-1) ... [2022-06-29T21:13:44.271Z] #51 60.90 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:13:44.271Z] #51 DONE 61.5s [2022-06-29T21:13:44.271Z] [2022-06-29T21:13:44.271Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:13:44.271Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:13:44.271Z] #77 7.220 Cloning into '/tmp/crun-build'... [2022-06-29T21:13:44.459Z] #19 149.2 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB] [2022-06-29T21:13:44.459Z] #19 149.2 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB] [2022-06-29T21:13:44.459Z] #19 149.2 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-06-29T21:13:44.459Z] #19 149.2 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-06-29T21:13:44.459Z] #19 149.2 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-06-29T21:13:44.459Z] #19 149.2 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-06-29T21:13:44.459Z] #19 149.2 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-06-29T21:13:44.459Z] #19 149.3 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB] [2022-06-29T21:13:44.459Z] #19 149.3 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2022-06-29T21:13:44.459Z] #19 149.3 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2022-06-29T21:13:44.459Z] #19 149.3 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-06-29T21:13:44.459Z] #19 149.3 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-06-29T21:13:44.459Z] #19 149.4 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-06-29T21:13:44.459Z] #19 149.5 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-06-29T21:13:44.499Z] #76 60.09 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:13:44.499Z] #76 60.09 Need to get 5939 kB of archives. [2022-06-29T21:13:44.499Z] #76 60.09 After this operation, 18.7 MB of additional disk space will be used. [2022-06-29T21:13:44.499Z] #76 60.09 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-29T21:13:44.499Z] #76 60.10 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-29T21:13:44.499Z] #76 60.11 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-29T21:13:44.499Z] #76 60.13 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-29T21:13:44.499Z] #76 60.14 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-06-29T21:13:44.499Z] #76 60.15 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB] [2022-06-29T21:13:44.499Z] #76 60.15 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB] [2022-06-29T21:13:44.499Z] #76 ... [2022-06-29T21:13:44.499Z] [2022-06-29T21:13:44.499Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:13:44.499Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:13:44.499Z] #42 40.70 Reading package lists... [2022-06-29T21:13:44.499Z] #42 50.19 Building dependency tree... [2022-06-29T21:13:44.499Z] #42 57.03 The following additional packages will be installed: [2022-06-29T21:13:44.499Z] #42 57.04 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-06-29T21:13:44.499Z] #42 57.05 Suggested packages: [2022-06-29T21:13:44.499Z] #42 57.05 cmake-doc ninja-build lrzip [2022-06-29T21:13:44.499Z] #42 57.05 Recommended packages: [2022-06-29T21:13:44.499Z] #42 57.05 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-29T21:13:44.499Z] #42 58.27 The following NEW packages will be installed: [2022-06-29T21:13:44.499Z] #42 58.30 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-06-29T21:13:44.499Z] #42 58.33 vim-common xxd [2022-06-29T21:13:44.499Z] #42 58.90 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:13:44.499Z] #42 58.90 Need to get 17.7 MB of archives. [2022-06-29T21:13:44.499Z] #42 58.90 After this operation, 70.7 MB of additional disk space will be used. [2022-06-29T21:13:44.499Z] #42 58.90 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-29T21:13:44.499Z] #42 58.91 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-29T21:13:44.499Z] #42 58.93 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-29T21:13:44.499Z] #42 59.10 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-29T21:13:44.499Z] #42 59.87 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB] [2022-06-29T21:13:44.499Z] #42 59.90 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-29T21:13:44.499Z] #42 59.94 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-29T21:13:44.499Z] #42 59.95 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-29T21:13:44.499Z] #42 59.96 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-29T21:13:44.499Z] #42 59.99 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-29T21:13:44.499Z] #42 ... [2022-06-29T21:13:44.499Z] [2022-06-29T21:13:44.499Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:13:44.499Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:13:44.499Z] #76 60.21 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB] [2022-06-29T21:13:44.499Z] #76 60.26 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-06-29T21:13:44.499Z] #76 60.28 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB] [2022-06-29T21:13:44.555Z] #42 59.89 Selecting previously unselected package vim-common. [2022-06-29T21:13:44.555Z] #42 59.89 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-29T21:13:44.555Z] #42 59.95 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:13:44.719Z] #19 149.6 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2022-06-29T21:13:44.719Z] #19 149.6 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-06-29T21:13:44.719Z] #19 149.6 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB] [2022-06-29T21:13:44.719Z] #19 149.6 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB] [2022-06-29T21:13:44.759Z] #76 60.39 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-29T21:13:44.759Z] #76 60.39 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-29T21:13:44.843Z] #77 ... [2022-06-29T21:13:44.843Z] [2022-06-29T21:13:44.843Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:13:44.843Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:13:44.843Z] #42 DONE 62.5s [2022-06-29T21:13:45.023Z] #76 60.67 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B] [2022-06-29T21:13:45.023Z] #76 60.74 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-29T21:13:45.023Z] #76 60.74 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2022-06-29T21:13:45.023Z] #76 60.74 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-29T21:13:45.104Z] [2022-06-29T21:13:45.104Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-29T21:13:45.104Z] #43 sha256:8437b7a40fde826295c5c03957a65e829a7530e83b68d90415bfca25cd096842 [2022-06-29T21:13:45.283Z] #76 60.85 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB] [2022-06-29T21:13:45.283Z] #76 60.87 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-06-29T21:13:45.283Z] #76 60.87 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-29T21:13:45.283Z] #76 60.93 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB] [2022-06-29T21:13:45.283Z] #76 61.00 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-29T21:13:45.283Z] #76 61.04 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-29T21:13:45.283Z] #76 61.05 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB] [2022-06-29T21:13:45.502Z] #42 60.55 Selecting previously unselected package cmake-data. [2022-06-29T21:13:45.502Z] #42 60.56 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-29T21:13:45.502Z] #42 60.62 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-29T21:13:45.502Z] #42 ... [2022-06-29T21:13:45.502Z] [2022-06-29T21:13:45.502Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:13:45.502Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:13:45.502Z] #14 41.37 Reading package lists... [2022-06-29T21:13:45.502Z] #14 51.05 Building dependency tree... [2022-06-29T21:13:45.502Z] #14 57.80 The following additional packages will be installed: [2022-06-29T21:13:45.502Z] #14 57.81 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-29T21:13:45.502Z] #14 57.81 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-29T21:13:45.502Z] #14 57.81 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-29T21:13:45.502Z] #14 57.82 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-29T21:13:45.502Z] #14 57.82 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-29T21:13:45.502Z] #14 57.84 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-29T21:13:45.502Z] #14 57.84 mingw-w64-common mingw-w64-x86-64-dev [2022-06-29T21:13:45.502Z] #14 57.88 Suggested packages: [2022-06-29T21:13:45.502Z] #14 57.89 gcc-10-locales seccomp wine64 [2022-06-29T21:13:45.502Z] #14 60.16 The following NEW packages will be installed: [2022-06-29T21:13:45.502Z] #14 60.17 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-29T21:13:45.502Z] #14 60.17 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-29T21:13:45.502Z] #14 60.17 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-29T21:13:45.502Z] #14 60.17 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-29T21:13:45.502Z] #14 60.18 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-29T21:13:45.502Z] #14 60.18 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-29T21:13:45.502Z] #14 60.19 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-29T21:13:45.502Z] #14 60.19 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-29T21:13:45.502Z] #14 60.20 mingw-w64-x86-64-dev [2022-06-29T21:13:45.502Z] #14 60.77 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:13:45.502Z] #14 60.77 Need to get 115 MB of archives. [2022-06-29T21:13:45.502Z] #14 60.77 After this operation, 645 MB of additional disk space will be used. [2022-06-29T21:13:45.502Z] #14 60.77 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-06-29T21:13:45.502Z] #14 60.95 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-06-29T21:13:45.502Z] #14 ... [2022-06-29T21:13:45.502Z] [2022-06-29T21:13:45.502Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:13:45.502Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:13:45.502Z] #55 58.95 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-29T21:13:45.502Z] #55 59.02 go: downloading github.com/stretchr/testify v1.7.0 [2022-06-29T21:13:45.502Z] #55 59.37 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-06-29T21:13:45.502Z] #55 59.41 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-06-29T21:13:45.502Z] #55 59.50 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-06-29T21:13:45.502Z] #55 59.60 go: downloading github.com/magiconair/properties v1.8.5 [2022-06-29T21:13:45.502Z] #55 59.64 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-29T21:13:45.502Z] #55 59.73 go: downloading github.com/spf13/afero v1.6.0 [2022-06-29T21:13:45.502Z] #55 59.91 go: downloading github.com/spf13/cast v1.4.1 [2022-06-29T21:13:45.502Z] #55 60.10 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-06-29T21:13:45.502Z] #55 60.16 go: downloading github.com/subosito/gotenv v1.2.0 [2022-06-29T21:13:45.502Z] #55 60.20 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-06-29T21:13:45.502Z] #55 60.37 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-06-29T21:13:45.502Z] #55 60.50 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-06-29T21:13:45.502Z] #55 60.72 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-06-29T21:13:45.502Z] #55 60.78 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-06-29T21:13:45.502Z] #55 60.84 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-06-29T21:13:45.502Z] #55 60.88 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-06-29T21:13:45.502Z] #55 60.91 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-06-29T21:13:45.676Z] #43 DONE 0.6s [2022-06-29T21:13:45.676Z] [2022-06-29T21:13:45.676Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-06-29T21:13:45.676Z] #44 sha256:20f72ea14739dac7c80543c2e45206e436fe678d97ba3a3bf9317054c70c3490 [2022-06-29T21:13:45.763Z] #55 61.13 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-29T21:13:46.025Z] #55 61.30 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-29T21:13:46.025Z] #55 ... [2022-06-29T21:13:46.025Z] [2022-06-29T21:13:46.025Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:13:46.025Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-29T21:13:46.025Z] #62 41.80 Reading package lists... [2022-06-29T21:13:46.025Z] #62 51.62 Building dependency tree... [2022-06-29T21:13:46.025Z] #62 58.05 The following additional packages will be installed: [2022-06-29T21:13:46.025Z] #62 58.05 libbtrfs0 [2022-06-29T21:13:46.025Z] #62 58.39 The following NEW packages will be installed: [2022-06-29T21:13:46.025Z] #62 58.40 libbtrfs-dev libbtrfs0 [2022-06-29T21:13:46.025Z] #62 58.89 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:13:46.025Z] #62 58.89 Need to get 460 kB of archives. [2022-06-29T21:13:46.025Z] #62 58.89 After this operation, 1237 kB of additional disk space will be used. [2022-06-29T21:13:46.025Z] #62 58.89 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-29T21:13:46.025Z] #62 58.91 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-29T21:13:46.025Z] #62 61.22 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:13:46.025Z] #62 ... [2022-06-29T21:13:46.025Z] [2022-06-29T21:13:46.025Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:13:46.025Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:13:46.025Z] #14 61.27 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-06-29T21:13:46.025Z] #14 61.29 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-06-29T21:13:46.025Z] #14 61.33 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-06-29T21:13:46.025Z] #14 61.34 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-29T21:13:46.226Z] #76 ... [2022-06-29T21:13:46.226Z] [2022-06-29T21:13:46.226Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:13:46.226Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-29T21:13:46.226Z] #62 49.20 Building dependency tree... [2022-06-29T21:13:46.226Z] #62 56.25 The following additional packages will be installed: [2022-06-29T21:13:46.226Z] #62 56.26 libbtrfs0 [2022-06-29T21:13:46.226Z] #62 56.71 The following NEW packages will be installed: [2022-06-29T21:13:46.226Z] #62 56.71 libbtrfs-dev libbtrfs0 [2022-06-29T21:13:46.226Z] #62 57.16 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:13:46.226Z] #62 57.16 Need to get 460 kB of archives. [2022-06-29T21:13:46.226Z] #62 57.16 After this operation, 1237 kB of additional disk space will be used. [2022-06-29T21:13:46.226Z] #62 57.16 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-29T21:13:46.226Z] #62 57.18 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-29T21:13:46.226Z] #62 58.90 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:13:46.226Z] #62 59.48 Fetched 460 kB in 0s (1410 kB/s) [2022-06-29T21:13:46.226Z] #62 59.94 Selecting previously unselected package libbtrfs0:amd64. [2022-06-29T21:13:46.226Z] #62 59.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-29T21:13:46.226Z] #62 60.13 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-29T21:13:46.226Z] #62 60.18 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-29T21:13:46.226Z] #62 60.85 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-29T21:13:46.226Z] #62 60.88 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-29T21:13:46.226Z] #62 60.89 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-29T21:13:46.226Z] #62 61.55 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-29T21:13:46.226Z] #62 61.57 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-29T21:13:46.226Z] #62 61.65 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:13:46.226Z] #62 ... [2022-06-29T21:13:46.226Z] [2022-06-29T21:13:46.226Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:46.226Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:13:46.226Z] #51 59.66 The following additional packages will be installed: [2022-06-29T21:13:46.226Z] #51 59.67 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-29T21:13:46.226Z] #51 59.67 python3-protobuf python3-six [2022-06-29T21:13:46.226Z] #51 59.69 Suggested packages: [2022-06-29T21:13:46.226Z] #51 59.71 python3-setuptools [2022-06-29T21:13:46.226Z] #51 59.71 Recommended packages: [2022-06-29T21:13:46.226Z] #51 59.71 iproute2 | iproute [2022-06-29T21:13:46.226Z] #51 60.96 The following NEW packages will be installed: [2022-06-29T21:13:46.226Z] #51 61.00 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-29T21:13:46.226Z] #51 61.02 python3-protobuf python3-six [2022-06-29T21:13:46.226Z] #51 61.72 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:13:46.226Z] #51 61.72 Need to get 2314 kB of archives. [2022-06-29T21:13:46.226Z] #51 61.72 After this operation, 11.1 MB of additional disk space will be used. [2022-06-29T21:13:46.226Z] #51 61.72 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-29T21:13:46.487Z] #51 61.79 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-29T21:13:46.487Z] #51 61.82 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-29T21:13:46.487Z] #51 61.83 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-29T21:13:46.487Z] #51 61.89 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-29T21:13:46.487Z] #51 61.89 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-29T21:13:46.487Z] #51 61.90 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-29T21:13:46.598Z] #14 61.84 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-06-29T21:13:46.696Z] #44 ... [2022-06-29T21:13:46.696Z] [2022-06-29T21:13:46.697Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:13:46.697Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:13:46.697Z] #14 53.95 Selecting previously unselected package binutils-mingw-w64. [2022-06-29T21:13:46.697Z] #14 53.96 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-29T21:13:46.697Z] #14 53.98 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-29T21:13:46.697Z] #14 54.28 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-29T21:13:46.697Z] #14 54.28 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-29T21:13:46.697Z] #14 54.30 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:13:46.697Z] #14 54.51 Selecting previously unselected package dmsetup. [2022-06-29T21:13:46.697Z] #14 54.51 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-29T21:13:46.697Z] #14 54.51 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-29T21:13:46.697Z] #14 54.74 Selecting previously unselected package mingw-w64-common. [2022-06-29T21:13:46.697Z] #14 54.74 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-29T21:13:46.697Z] #14 54.74 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-29T21:13:46.697Z] #14 60.68 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-29T21:13:46.697Z] #14 60.68 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-29T21:13:46.697Z] #14 60.68 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-29T21:13:46.697Z] #14 ... [2022-06-29T21:13:46.697Z] [2022-06-29T21:13:46.697Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:13:46.697Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:13:46.697Z] #55 56.24 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-29T21:13:46.697Z] #55 56.33 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-29T21:13:46.697Z] #55 56.43 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-29T21:13:46.697Z] #55 56.43 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-29T21:13:46.697Z] #55 56.44 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-29T21:13:46.697Z] #55 56.47 go: downloading golang.org/x/mod v0.5.1 [2022-06-29T21:13:46.697Z] #55 56.61 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-29T21:13:46.697Z] #55 56.69 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-29T21:13:46.697Z] #55 56.72 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-29T21:13:46.697Z] #55 56.79 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-29T21:13:46.697Z] #55 56.82 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-29T21:13:46.697Z] #55 56.99 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-29T21:13:46.697Z] #55 57.39 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-29T21:13:46.697Z] #55 57.39 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-29T21:13:46.697Z] #55 57.68 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-29T21:13:46.697Z] #55 57.76 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-29T21:13:46.697Z] #55 57.94 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-29T21:13:46.697Z] #55 58.10 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-29T21:13:46.697Z] #55 58.11 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-29T21:13:46.697Z] #55 58.17 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-29T21:13:46.697Z] #55 58.25 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-29T21:13:46.697Z] #55 58.57 go: downloading github.com/prometheus/common v0.10.0 [2022-06-29T21:13:46.697Z] #55 58.81 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-29T21:13:46.697Z] #55 58.81 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-29T21:13:46.697Z] #55 59.25 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-29T21:13:46.697Z] #55 60.67 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-29T21:13:46.860Z] #14 62.15 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-06-29T21:13:46.860Z] #14 62.20 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-06-29T21:13:47.058Z] #51 ... [2022-06-29T21:13:47.058Z] [2022-06-29T21:13:47.058Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:13:47.058Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-29T21:13:47.058Z] #62 DONE 62.8s [2022-06-29T21:13:47.058Z] [2022-06-29T21:13:47.058Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-29T21:13:47.058Z] #63 sha256:cf167e0962ffb828bde9912618bd2dc146ef90acc59a11815382bd6ef68b3356 [2022-06-29T21:13:47.058Z] #63 DONE 0.1s [2022-06-29T21:13:47.058Z] [2022-06-29T21:13:47.058Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:13:47.058Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:13:47.058Z] #14 56.98 The following additional packages will be installed: [2022-06-29T21:13:47.058Z] #14 56.98 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-29T21:13:47.058Z] #14 56.99 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-29T21:13:47.058Z] #14 56.99 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-29T21:13:47.058Z] #14 56.99 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-29T21:13:47.058Z] #14 57.00 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-29T21:13:47.058Z] #14 57.00 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-29T21:13:47.058Z] #14 57.00 mingw-w64-common mingw-w64-x86-64-dev [2022-06-29T21:13:47.058Z] #14 57.00 Suggested packages: [2022-06-29T21:13:47.058Z] #14 57.00 gcc-10-locales seccomp wine64 [2022-06-29T21:13:47.058Z] #14 59.47 The following NEW packages will be installed: [2022-06-29T21:13:47.058Z] #14 59.48 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-29T21:13:47.058Z] #14 59.48 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-29T21:13:47.058Z] #14 59.49 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-29T21:13:47.058Z] #14 59.49 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-29T21:13:47.058Z] #14 59.49 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-29T21:13:47.058Z] #14 59.49 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-29T21:13:47.058Z] #14 59.49 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-29T21:13:47.058Z] #14 59.49 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-29T21:13:47.058Z] #14 59.49 mingw-w64-x86-64-dev [2022-06-29T21:13:47.058Z] #14 60.15 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:13:47.058Z] #14 60.15 Need to get 115 MB of archives. [2022-06-29T21:13:47.058Z] #14 60.15 After this operation, 645 MB of additional disk space will be used. [2022-06-29T21:13:47.058Z] #14 60.15 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-06-29T21:13:47.058Z] #14 60.43 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-06-29T21:13:47.058Z] #14 60.72 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-06-29T21:13:47.058Z] #14 60.84 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-06-29T21:13:47.058Z] #14 60.86 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-06-29T21:13:47.058Z] #14 60.88 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-29T21:13:47.058Z] #14 61.39 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-06-29T21:13:47.058Z] #14 61.63 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-06-29T21:13:47.058Z] #14 61.65 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-06-29T21:13:47.058Z] #14 62.72 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-06-29T21:13:47.244Z] #19 152.2 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B] [2022-06-29T21:13:47.244Z] #19 152.2 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB] [2022-06-29T21:13:47.244Z] #19 152.2 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-06-29T21:13:47.244Z] #19 152.3 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB] [2022-06-29T21:13:47.318Z] #14 ... [2022-06-29T21:13:47.318Z] [2022-06-29T21:13:47.318Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:13:47.318Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:13:47.318Z] #42 62.99 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:13:47.500Z] #19 152.3 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB] [2022-06-29T21:13:48.249Z] #14 63.31 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-06-29T21:13:48.262Z] #42 63.81 Fetched 17.7 MB in 2s (8444 kB/s) [2022-06-29T21:13:48.522Z] #42 64.18 Selecting previously unselected package xxd. [2022-06-29T21:13:48.522Z] #42 64.18 (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% [2022-06-29T21:13:48.522Z] #42 ... [2022-06-29T21:13:48.522Z] [2022-06-29T21:13:48.522Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-29T21:13:48.522Z] #57 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-29T21:13:48.522Z] #57 63.80 v3.0.2 [2022-06-29T21:13:48.522Z] #57 DONE 64.2s [2022-06-29T21:13:48.522Z] [2022-06-29T21:13:48.522Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:13:48.522Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:13:48.635Z] #64 ... [2022-06-29T21:13:48.635Z] [2022-06-29T21:13:48.635Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:13:48.635Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-29T21:13:48.635Z] #14 76.00 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-29T21:13:48.635Z] #14 76.00 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-06-29T21:13:48.635Z] #14 76.01 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-29T21:13:48.636Z] #14 81.22 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-29T21:13:48.636Z] #14 81.22 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-06-29T21:13:48.636Z] #14 81.23 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-29T21:13:48.636Z] #14 ... [2022-06-29T21:13:48.636Z] [2022-06-29T21:13:48.636Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:13:48.636Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-29T21:13:48.636Z] #77 34.05 libtoolize: putting auxiliary files in '.'. [2022-06-29T21:13:48.636Z] #77 34.05 libtoolize: copying file './ltmain.sh' [2022-06-29T21:13:48.636Z] #77 34.79 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-06-29T21:13:48.636Z] #77 34.79 libtoolize: and rerunning libtoolize and aclocal. [2022-06-29T21:13:48.636Z] #77 34.79 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-29T21:13:48.781Z] #42 64.18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-29T21:13:48.782Z] #42 64.36 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-29T21:13:48.782Z] #42 64.38 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:13:49.351Z] #42 65.08 Selecting previously unselected package vim-common. [2022-06-29T21:13:49.351Z] #42 65.08 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-29T21:13:49.351Z] #42 65.16 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:13:49.926Z] #42 65.68 Selecting previously unselected package cmake-data. [2022-06-29T21:13:49.926Z] #42 65.69 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-29T21:13:49.926Z] #42 65.72 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-29T21:13:50.023Z] #77 ... [2022-06-29T21:13:50.023Z] [2022-06-29T21:13:50.023Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:13:50.023Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-29T21:13:50.023Z] #14 87.11 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-29T21:13:50.023Z] #14 87.12 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-06-29T21:13:50.023Z] #14 87.14 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-29T21:13:50.026Z] #19 154.9 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-06-29T21:13:50.026Z] #19 154.9 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-29T21:13:50.026Z] #19 154.9 Get:48 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-29T21:13:50.026Z] #19 155.0 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-06-29T21:13:50.026Z] #19 155.0 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2022-06-29T21:13:50.026Z] #19 155.0 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-29T21:13:50.034Z] #55 ... [2022-06-29T21:13:50.034Z] [2022-06-29T21:13:50.034Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:13:50.034Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:13:50.034Z] #14 67.10 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-29T21:13:50.034Z] #14 67.10 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:13:50.034Z] #14 67.11 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-29T21:13:50.034Z] #14 67.27 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-29T21:13:50.035Z] #14 67.27 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:13:50.035Z] #14 67.27 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-29T21:13:50.632Z] #19 155.5 Get:52 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB] [2022-06-29T21:13:50.632Z] #19 155.5 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2022-06-29T21:13:50.632Z] #19 155.5 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB] [2022-06-29T21:13:50.632Z] #19 155.5 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2022-06-29T21:13:50.632Z] #19 155.5 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2022-06-29T21:13:50.632Z] #19 155.5 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-06-29T21:13:50.632Z] #19 155.5 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-06-29T21:13:50.632Z] #19 155.5 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2022-06-29T21:13:50.632Z] #19 155.5 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-06-29T21:13:50.632Z] #19 155.5 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-06-29T21:13:50.632Z] #19 155.5 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2022-06-29T21:13:50.632Z] #19 155.5 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-06-29T21:13:50.632Z] #19 155.5 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-06-29T21:13:50.632Z] #19 155.5 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-06-29T21:13:50.632Z] #19 155.6 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB] [2022-06-29T21:13:50.632Z] #19 155.6 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2022-06-29T21:13:50.632Z] #19 155.6 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-06-29T21:13:50.632Z] #19 155.6 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-06-29T21:13:50.632Z] #19 155.6 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2022-06-29T21:13:50.870Z] #14 ... [2022-06-29T21:13:50.870Z] [2022-06-29T21:13:50.870Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-06-29T21:13:50.870Z] #57 sha256:ad80f5f52b0a4c7158bdcad446fab75354dca4a638feae44066659e8db216578 [2022-06-29T21:13:50.870Z] #57 65.24 v3.0.2 [2022-06-29T21:13:50.870Z] #57 DONE 65.7s [2022-06-29T21:13:50.870Z] [2022-06-29T21:13:50.870Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:13:50.870Z] #62 sha256:67381293c95e9f67a9e9893e219c60e3ec4ce24b64b4f699af0289567e06d591 [2022-06-29T21:13:50.870Z] #62 61.72 Fetched 460 kB in 0s (1163 kB/s) [2022-06-29T21:13:50.870Z] #62 61.92 Selecting previously unselected package libbtrfs0:amd64. [2022-06-29T21:13:50.870Z] #62 61.92 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-29T21:13:50.871Z] #62 62.07 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-29T21:13:50.871Z] #62 62.10 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-29T21:13:50.871Z] #62 62.55 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-29T21:13:50.871Z] #62 62.60 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-29T21:13:50.871Z] #62 62.61 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-29T21:13:50.871Z] #62 63.45 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-29T21:13:50.871Z] #62 63.50 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-29T21:13:50.871Z] #62 63.56 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:13:50.871Z] #62 DONE 65.7s [2022-06-29T21:13:50.871Z] [2022-06-29T21:13:50.871Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:13:50.871Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:13:50.871Z] #55 62.38 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-29T21:13:50.871Z] #55 62.55 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-29T21:13:50.871Z] #55 62.61 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-29T21:13:50.871Z] #55 62.76 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-29T21:13:50.871Z] #55 62.79 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-29T21:13:50.871Z] #55 62.88 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-29T21:13:50.871Z] #55 63.96 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-29T21:13:50.871Z] #55 64.09 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-29T21:13:50.871Z] #55 64.16 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-29T21:13:50.871Z] #55 64.21 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-29T21:13:50.871Z] #55 64.28 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-29T21:13:50.871Z] #55 64.34 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-29T21:13:50.871Z] #55 64.41 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-29T21:13:50.871Z] #55 64.69 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-29T21:13:50.871Z] #55 64.77 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-29T21:13:50.871Z] #55 64.86 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-29T21:13:50.871Z] #55 65.05 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-29T21:13:50.871Z] #55 65.18 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-29T21:13:50.871Z] #55 65.24 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-29T21:13:50.871Z] #55 65.34 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-29T21:13:50.871Z] #55 65.42 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-29T21:13:50.871Z] #55 65.58 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-29T21:13:50.871Z] #55 65.67 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-29T21:13:50.871Z] #55 65.77 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-29T21:13:50.871Z] #55 66.01 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-29T21:13:50.871Z] #55 ... [2022-06-29T21:13:50.871Z] [2022-06-29T21:13:50.871Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-29T21:13:50.871Z] #63 sha256:ed56803a56fc203a7de7bd3071ca12f728d2a659b64c8264a0ffde5da50868a6 [2022-06-29T21:13:50.871Z] #63 DONE 0.3s [2022-06-29T21:13:50.871Z] [2022-06-29T21:13:50.871Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:13:50.871Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:13:50.871Z] #76 56.42 python3 is already the newest version (3.9.2-3). [2022-06-29T21:13:50.871Z] #76 56.42 The following additional packages will be installed: [2022-06-29T21:13:50.871Z] #76 56.44 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-06-29T21:13:50.871Z] #76 56.46 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-06-29T21:13:50.871Z] #76 56.48 Suggested packages: [2022-06-29T21:13:50.871Z] #76 56.52 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-06-29T21:13:50.871Z] #76 56.52 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-06-29T21:13:50.871Z] #76 56.52 m4-doc ed diffutils-doc [2022-06-29T21:13:50.871Z] #76 56.52 Recommended packages: [2022-06-29T21:13:50.871Z] #76 56.52 fakeroot libalgorithm-merge-perl libltdl-dev [2022-06-29T21:13:50.871Z] #76 58.95 The following NEW packages will be installed: [2022-06-29T21:13:50.871Z] #76 58.95 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-06-29T21:13:50.871Z] #76 58.96 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-06-29T21:13:50.871Z] #76 58.97 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-06-29T21:13:50.871Z] #76 58.97 libyajl2 m4 patch xz-utils [2022-06-29T21:13:50.871Z] #76 59.42 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:13:50.871Z] #76 59.42 Need to get 5939 kB of archives. [2022-06-29T21:13:50.871Z] #76 59.42 After this operation, 18.7 MB of additional disk space will be used. [2022-06-29T21:13:50.871Z] #76 59.42 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-29T21:13:50.871Z] #76 59.43 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-06-29T21:13:50.871Z] #76 59.43 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-06-29T21:13:50.871Z] #76 59.44 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-06-29T21:13:50.871Z] #76 59.44 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-06-29T21:13:50.871Z] #76 59.45 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB] [2022-06-29T21:13:50.871Z] #76 59.46 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB] [2022-06-29T21:13:50.871Z] #76 59.48 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB] [2022-06-29T21:13:50.871Z] #76 59.52 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-06-29T21:13:50.871Z] #76 59.53 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB] [2022-06-29T21:13:50.871Z] #76 59.63 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-29T21:13:50.871Z] #76 59.66 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 dpkg-dev all 1.20.10 [2306 kB] [2022-06-29T21:13:50.871Z] #76 59.84 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B] [2022-06-29T21:13:50.871Z] #76 59.85 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-29T21:13:50.871Z] #76 59.86 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB] [2022-06-29T21:13:50.871Z] #76 59.87 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-29T21:13:50.871Z] #76 59.88 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB] [2022-06-29T21:13:50.871Z] #76 59.90 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-06-29T21:13:50.871Z] #76 59.93 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-29T21:13:50.871Z] #76 59.95 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB] [2022-06-29T21:13:50.871Z] #76 60.00 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-29T21:13:50.871Z] #76 60.02 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-29T21:13:50.871Z] #76 60.04 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB] [2022-06-29T21:13:50.871Z] #76 62.03 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:13:50.871Z] #76 62.54 Fetched 5939 kB in 1s (6369 kB/s) [2022-06-29T21:13:50.871Z] #76 62.71 Selecting previously unselected package bzip2. [2022-06-29T21:13:50.871Z] #76 62.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-29T21:13:50.871Z] #76 62.79 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ... [2022-06-29T21:13:50.871Z] #76 62.81 Unpacking bzip2 (1.0.8-4) ... [2022-06-29T21:13:50.871Z] #76 63.07 Selecting previously unselected package libmagic-mgc. [2022-06-29T21:13:50.871Z] #76 63.09 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-29T21:13:50.871Z] #76 63.23 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-29T21:13:50.871Z] #76 65.58 Selecting previously unselected package libmagic1:amd64. [2022-06-29T21:13:50.871Z] #76 65.60 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-29T21:13:50.871Z] #76 65.67 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-29T21:13:50.871Z] #76 66.05 Selecting previously unselected package file. [2022-06-29T21:13:50.871Z] #76 66.05 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ... [2022-06-29T21:13:50.871Z] #76 66.10 Unpacking file (1:5.39-3) ... [2022-06-29T21:13:50.893Z] #19 155.6 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-06-29T21:13:50.893Z] #19 155.6 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB] [2022-06-29T21:13:50.893Z] #19 155.7 Get:73 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB] [2022-06-29T21:13:51.134Z] #76 ... [2022-06-29T21:13:51.134Z] [2022-06-29T21:13:51.134Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:13:51.134Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:13:51.134Z] #42 66.43 Selecting previously unselected package libicu67:amd64. [2022-06-29T21:13:51.134Z] #42 66.43 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-06-29T21:13:51.134Z] #42 66.44 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-29T21:13:52.093Z] #42 ... [2022-06-29T21:13:52.093Z] [2022-06-29T21:13:52.093Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:52.093Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:13:52.093Z] #51 54.17 Building dependency tree... [2022-06-29T21:13:52.093Z] #51 60.76 The following additional packages will be installed: [2022-06-29T21:13:52.093Z] #51 60.79 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-29T21:13:52.093Z] #51 60.81 python3-protobuf python3-six [2022-06-29T21:13:52.093Z] #51 60.84 Suggested packages: [2022-06-29T21:13:52.093Z] #51 60.85 python3-setuptools [2022-06-29T21:13:52.093Z] #51 60.85 Recommended packages: [2022-06-29T21:13:52.093Z] #51 60.85 iproute2 | iproute [2022-06-29T21:13:52.093Z] #51 62.01 The following NEW packages will be installed: [2022-06-29T21:13:52.093Z] #51 62.03 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-06-29T21:13:52.093Z] #51 62.04 python3-protobuf python3-six [2022-06-29T21:13:52.093Z] #51 62.67 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:13:52.093Z] #51 62.67 Need to get 2314 kB of archives. [2022-06-29T21:13:52.093Z] #51 62.67 After this operation, 11.1 MB of additional disk space will be used. [2022-06-29T21:13:52.093Z] #51 62.67 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-06-29T21:13:52.093Z] #51 62.71 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-29T21:13:52.093Z] #51 62.71 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-06-29T21:13:52.093Z] #51 62.72 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-06-29T21:13:52.093Z] #51 62.75 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-29T21:13:52.093Z] #51 62.75 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-29T21:13:52.093Z] #51 62.83 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-29T21:13:52.093Z] #51 65.48 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-29T21:13:52.093Z] #51 ... [2022-06-29T21:13:52.093Z] [2022-06-29T21:13:52.093Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-29T21:13:52.093Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-29T21:13:52.579Z] #14 ... [2022-06-29T21:13:52.579Z] [2022-06-29T21:13:52.579Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-29T21:13:52.579Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-29T21:13:52.579Z] #53 69.08 gotestsum version dev [2022-06-29T21:13:52.579Z] #53 DONE 69.9s [2022-06-29T21:13:52.579Z] [2022-06-29T21:13:52.579Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-06-29T21:13:52.579Z] #44 sha256:20f72ea14739dac7c80543c2e45206e436fe678d97ba3a3bf9317054c70c3490 [2022-06-29T21:13:52.579Z] #44 4.656 + RM_GOPATH=0 [2022-06-29T21:13:52.579Z] #44 4.656 + TMP_GOPATH= [2022-06-29T21:13:52.579Z] #44 4.657 + : /build [2022-06-29T21:13:52.579Z] #44 4.657 + '[' -z '' ']' [2022-06-29T21:13:52.579Z] #44 4.658 ++ mktemp -d [2022-06-29T21:13:52.579Z] #44 4.666 + export GOPATH=/tmp/tmp.RIdqQZOgqO [2022-06-29T21:13:52.579Z] #44 4.669 + GOPATH=/tmp/tmp.RIdqQZOgqO [2022-06-29T21:13:52.579Z] #44 4.669 + RM_GOPATH=1 [2022-06-29T21:13:52.579Z] #44 4.670 + case "$(go env GOARCH)" in [2022-06-29T21:13:52.579Z] #44 4.670 ++ go env GOARCH [2022-06-29T21:13:52.579Z] #44 4.698 Install tini version v0.19.0 [2022-06-29T21:13:52.579Z] #44 4.698 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:13:52.579Z] #44 4.698 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:13:52.579Z] #44 4.698 ++ dirname /install.sh [2022-06-29T21:13:52.579Z] #44 4.698 + dir=/ [2022-06-29T21:13:52.579Z] #44 4.698 + bin=tini [2022-06-29T21:13:52.579Z] #44 4.698 + shift [2022-06-29T21:13:52.579Z] #44 4.698 + '[' '!' -f //tini.installer ']' [2022-06-29T21:13:52.579Z] #44 4.698 + . //tini.installer [2022-06-29T21:13:52.579Z] #44 4.698 ++ : v0.19.0 [2022-06-29T21:13:52.579Z] #44 4.698 + install_tini [2022-06-29T21:13:52.579Z] #44 4.698 + echo 'Install tini version v0.19.0' [2022-06-29T21:13:52.579Z] #44 4.698 + git clone https://github.com/krallin/tini.git /tmp/tmp.RIdqQZOgqO/tini [2022-06-29T21:13:52.579Z] #44 4.717 Cloning into '/tmp/tmp.RIdqQZOgqO/tini'... [2022-06-29T21:13:52.579Z] #44 5.512 + cd /tmp/tmp.RIdqQZOgqO/tini [2022-06-29T21:13:52.579Z] #44 5.512 + git checkout -q v0.19.0 [2022-06-29T21:13:52.579Z] #44 5.534 + cmake . [2022-06-29T21:13:52.579Z] #44 6.142 -- The C compiler identification is GNU 10.2.1 [2022-06-29T21:13:52.579Z] #44 6.261 -- Detecting C compiler ABI info [2022-06-29T21:13:52.579Z] #44 6.943 -- Detecting C compiler ABI info - done [2022-06-29T21:13:52.840Z] #44 7.085 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-29T21:13:52.840Z] #44 7.085 -- Detecting C compile features [2022-06-29T21:13:52.840Z] #44 7.085 -- Detecting C compile features - done [2022-06-29T21:13:52.840Z] #44 7.103 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-29T21:13:53.101Z] #44 7.413 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-29T21:13:53.101Z] #44 7.447 -- Configuring done [2022-06-29T21:13:53.146Z] #34 66.50 Updating files: 64% (983/1521) Updating files: 65% (989/1521) Updating files: 66% (1004/1521) Updating files: 67% (1020/1521) Updating files: 68% (1035/1521) Updating files: 69% (1050/1521) Updating files: 70% (1065/1521) Updating files: 71% (1080/1521) Updating files: 72% (1096/1521) Updating files: 73% (1111/1521) Updating files: 74% (1126/1521) Updating files: 75% (1141/1521) Updating files: 76% (1156/1521) Updating files: 77% (1172/1521) Updating files: 78% (1187/1521) Updating files: 79% (1202/1521) Updating files: 80% (1217/1521) Updating files: 81% (1233/1521) Updating files: 82% (1248/1521) Updating files: 83% (1263/1521) Updating files: 84% (1278/1521) Updating files: 85% (1293/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 92% (1402/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-06-29T21:13:53.362Z] #44 7.517 + make tini-static [2022-06-29T21:13:53.362Z] #44 7.517 -- Generating done [2022-06-29T21:13:53.362Z] #44 7.517 -- Build files have been written to: /tmp/tmp.RIdqQZOgqO/tini [2022-06-29T21:13:53.409Z] #34 68.38 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-29T21:13:53.600Z] #19 ... [2022-06-29T21:13:53.600Z] [2022-06-29T21:13:53.600Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:13:53.600Z] #84 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:13:53.600Z] #84 109.9 configure.ac:11: installing 'build-aux/compile' [2022-06-29T21:13:53.600Z] #84 109.9 configure.ac:11: installing 'build-aux/config.guess' [2022-06-29T21:13:53.600Z] #84 109.9 configure.ac:11: installing 'build-aux/config.sub' [2022-06-29T21:13:53.600Z] #84 109.9 configure.ac:13: installing 'build-aux/install-sh' [2022-06-29T21:13:53.600Z] #84 109.9 configure.ac:13: installing 'build-aux/missing' [2022-06-29T21:13:53.600Z] #84 109.9 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-06-29T21:13:53.624Z] #44 7.995 Scanning dependencies of target tini-static [2022-06-29T21:13:53.624Z] #44 8.053 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-29T21:13:53.671Z] #34 68.69 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-29T21:13:53.857Z] #84 110.3 Makefile.am: installing 'build-aux/depcomp' [2022-06-29T21:13:54.135Z] #42 ... [2022-06-29T21:13:54.135Z] [2022-06-29T21:13:54.135Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-29T21:13:54.135Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-29T21:13:54.135Z] #40 69.72 NAME: [2022-06-29T21:13:54.135Z] #40 69.73 go-winres - A tool for embedding resources in Windows executables [2022-06-29T21:13:54.135Z] #40 69.73 [2022-06-29T21:13:54.135Z] #40 69.73 USAGE: [2022-06-29T21:13:54.135Z] #40 69.73 go-winres [global options] command [command options] [arguments...] [2022-06-29T21:13:54.135Z] #40 69.73 [2022-06-29T21:13:54.135Z] #40 69.73 COMMANDS: [2022-06-29T21:13:54.135Z] #40 69.73 init Create an initial ./winres/winres.json [2022-06-29T21:13:54.135Z] #40 69.73 make Make syso files for the "go build" command [2022-06-29T21:13:54.135Z] #40 69.73 simply Make syso files for the "go build" command (simplified) [2022-06-29T21:13:54.135Z] #40 69.73 extract Extract all resources from an executable [2022-06-29T21:13:54.135Z] #40 69.73 patch Replace resources in an executable file (exe, dll) [2022-06-29T21:13:54.135Z] #40 69.73 help, h Shows a list of commands or help for one command [2022-06-29T21:13:54.135Z] #40 69.73 [2022-06-29T21:13:54.135Z] #40 69.73 GLOBAL OPTIONS: [2022-06-29T21:13:54.135Z] #40 69.73 --help, -h show help (default: false) [2022-06-29T21:13:54.395Z] #40 ... [2022-06-29T21:13:54.395Z] [2022-06-29T21:13:54.395Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:13:54.395Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:13:54.395Z] #55 60.11 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-06-29T21:13:54.395Z] #55 60.19 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-06-29T21:13:54.395Z] #55 61.48 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-06-29T21:13:54.395Z] #55 61.61 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-29T21:13:54.395Z] #55 61.65 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-06-29T21:13:54.395Z] #55 61.70 go: downloading github.com/Antonboom/errname v0.1.5 [2022-06-29T21:13:54.395Z] #55 61.97 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-06-29T21:13:54.395Z] #55 62.17 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-06-29T21:13:54.395Z] #55 63.59 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-06-29T21:13:54.395Z] #55 63.60 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-06-29T21:13:54.395Z] #55 63.67 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-06-29T21:13:54.395Z] #55 63.69 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-06-29T21:13:54.395Z] #55 63.76 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-06-29T21:13:54.395Z] #55 63.81 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-06-29T21:13:54.395Z] #55 64.05 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-06-29T21:13:54.395Z] #55 64.18 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-06-29T21:13:54.395Z] #55 64.24 go: downloading github.com/breml/bidichk v0.2.1 [2022-06-29T21:13:54.395Z] #55 64.31 go: downloading github.com/breml/errchkjson v0.2.1 [2022-06-29T21:13:54.395Z] #55 64.35 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-06-29T21:13:54.395Z] #55 64.52 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-06-29T21:13:54.395Z] #55 64.53 go: downloading github.com/daixiang0/gci v0.2.9 [2022-06-29T21:13:54.395Z] #55 64.68 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-06-29T21:13:54.395Z] #55 64.68 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-06-29T21:13:54.395Z] #55 64.75 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-06-29T21:13:54.395Z] #55 64.81 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-06-29T21:13:54.395Z] #55 64.86 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-06-29T21:13:54.395Z] #55 64.86 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-06-29T21:13:54.396Z] #55 64.98 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-29T21:13:54.396Z] #55 65.21 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-29T21:13:54.396Z] #55 65.38 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-29T21:13:54.396Z] #55 65.38 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-29T21:13:54.396Z] #55 65.38 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-29T21:13:54.396Z] #55 65.51 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-29T21:13:54.396Z] #55 65.54 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-29T21:13:54.396Z] #55 65.64 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-29T21:13:54.396Z] #55 65.84 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-29T21:13:54.396Z] #55 65.84 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-29T21:13:54.396Z] #55 65.94 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-29T21:13:54.396Z] #55 65.99 go: downloading github.com/julz/importas v0.1.0 [2022-06-29T21:13:54.396Z] #55 66.01 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-29T21:13:54.396Z] #55 66.10 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-29T21:13:54.396Z] #55 66.29 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-29T21:13:54.396Z] #55 66.30 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-29T21:13:54.396Z] #55 66.30 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-29T21:13:54.396Z] #55 66.43 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-29T21:13:54.396Z] #55 66.45 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-29T21:13:54.396Z] #55 66.46 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-29T21:13:54.396Z] #55 66.59 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-29T21:13:54.396Z] #55 66.61 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-29T21:13:54.396Z] #55 66.65 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-29T21:13:54.396Z] #55 66.77 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-29T21:13:54.396Z] #55 67.85 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-29T21:13:54.396Z] #55 67.85 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-29T21:13:54.396Z] #55 67.95 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-29T21:13:54.396Z] #55 68.00 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-29T21:13:54.396Z] #55 68.16 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-29T21:13:54.396Z] #55 68.18 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-29T21:13:54.396Z] #55 68.35 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-29T21:13:54.396Z] #55 68.35 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-29T21:13:54.396Z] #55 68.60 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-29T21:13:54.396Z] #55 69.00 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-29T21:13:54.396Z] #55 69.00 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-29T21:13:54.396Z] #55 69.00 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-29T21:13:54.396Z] #55 69.01 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-29T21:13:54.396Z] #55 69.07 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-29T21:13:54.396Z] #55 69.15 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-29T21:13:54.396Z] #55 69.18 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-29T21:13:54.396Z] #55 69.38 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-29T21:13:54.396Z] #55 69.42 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-29T21:13:54.396Z] #55 69.55 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-29T21:13:54.396Z] #55 69.57 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-29T21:13:54.396Z] #55 69.60 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-29T21:13:54.396Z] #55 70.07 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-29T21:13:54.396Z] #55 70.13 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-29T21:13:54.396Z] #55 70.17 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-29T21:13:54.622Z] #34 ... [2022-06-29T21:13:54.622Z] [2022-06-29T21:13:54.622Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-29T21:13:54.622Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-29T21:13:54.622Z] #40 69.58 NAME: [2022-06-29T21:13:54.622Z] #40 69.59 go-winres - A tool for embedding resources in Windows executables [2022-06-29T21:13:54.622Z] #40 69.59 [2022-06-29T21:13:54.622Z] #40 69.59 USAGE: [2022-06-29T21:13:54.622Z] #40 69.59 go-winres [global options] command [command options] [arguments...] [2022-06-29T21:13:54.622Z] #40 69.59 [2022-06-29T21:13:54.622Z] #40 69.59 COMMANDS: [2022-06-29T21:13:54.622Z] #40 69.59 init Create an initial ./winres/winres.json [2022-06-29T21:13:54.622Z] #40 69.59 make Make syso files for the "go build" command [2022-06-29T21:13:54.622Z] #40 69.59 simply Make syso files for the "go build" command (simplified) [2022-06-29T21:13:54.622Z] #40 69.59 extract Extract all resources from an executable [2022-06-29T21:13:54.622Z] #40 69.59 patch Replace resources in an executable file (exe, dll) [2022-06-29T21:13:54.622Z] #40 69.59 help, h Shows a list of commands or help for one command [2022-06-29T21:13:54.622Z] #40 69.59 [2022-06-29T21:13:54.622Z] #40 69.59 GLOBAL OPTIONS: [2022-06-29T21:13:54.622Z] #40 69.60 --help, -h show help (default: false) [2022-06-29T21:13:54.622Z] #40 DONE 69.7s [2022-06-29T21:13:54.622Z] [2022-06-29T21:13:54.622Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:54.622Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:13:54.622Z] #51 67.92 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:13:54.622Z] #51 68.50 Fetched 2314 kB in 4s (638 kB/s) [2022-06-29T21:13:54.622Z] #51 68.88 Selecting previously unselected package libprotobuf23:amd64. [2022-06-29T21:13:54.622Z] #51 68.88 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-29T21:13:54.622Z] #51 69.03 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-29T21:13:54.622Z] #51 69.08 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-29T21:13:54.656Z] #55 70.20 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-29T21:13:54.656Z] #55 70.30 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-29T21:13:54.918Z] #55 70.61 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-29T21:13:55.018Z] #44 9.414 [100%] Linking C executable tini-static [2022-06-29T21:13:55.043Z] #84 111.5 checking build system type... x86_64-pc-linux-gnu [2022-06-29T21:13:55.043Z] #84 111.7 checking host system type... x86_64-pc-linux-gnu [2022-06-29T21:13:55.043Z] #84 111.7 checking how to print strings... printf [2022-06-29T21:13:55.043Z] #84 111.7 checking for gcc... gcc [2022-06-29T21:13:55.179Z] #55 ... [2022-06-29T21:13:55.179Z] [2022-06-29T21:13:55.179Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-06-29T21:13:55.179Z] #40 sha256:b98efd3eb5734195aae1f8b101a5b4ce7a2a49f24ba7ffa15f84088273f16d71 [2022-06-29T21:13:55.179Z] #40 DONE 70.9s [2022-06-29T21:13:55.179Z] [2022-06-29T21:13:55.179Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:13:55.179Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:13:55.179Z] #55 70.90 go: downloading honnef.co/go/tools v0.2.2 [2022-06-29T21:13:55.179Z] #55 ... [2022-06-29T21:13:55.179Z] [2022-06-29T21:13:55.179Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:13:55.179Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:13:55.179Z] #76 63.07 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:13:55.179Z] #76 63.55 Fetched 5939 kB in 1s (4387 kB/s) [2022-06-29T21:13:55.179Z] #76 63.67 Selecting previously unselected package bzip2. [2022-06-29T21:13:55.179Z] #76 63.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-29T21:13:55.179Z] #76 63.84 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ... [2022-06-29T21:13:55.179Z] #76 63.85 Unpacking bzip2 (1.0.8-4) ... [2022-06-29T21:13:55.179Z] #76 64.20 Selecting previously unselected package libmagic-mgc. [2022-06-29T21:13:55.179Z] #76 64.24 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-29T21:13:55.179Z] #76 64.24 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-29T21:13:55.179Z] #76 65.57 Selecting previously unselected package libmagic1:amd64. [2022-06-29T21:13:55.179Z] #76 65.58 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-29T21:13:55.179Z] #76 65.67 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-29T21:13:55.179Z] #76 66.21 Selecting previously unselected package file. [2022-06-29T21:13:55.179Z] #76 66.21 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ... [2022-06-29T21:13:55.179Z] #76 66.21 Unpacking file (1:5.39-3) ... [2022-06-29T21:13:55.179Z] #76 66.64 Selecting previously unselected package xz-utils. [2022-06-29T21:13:55.179Z] #76 66.65 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-29T21:13:55.179Z] #76 66.66 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-29T21:13:55.179Z] #76 67.46 Selecting previously unselected package libsigsegv2:amd64. [2022-06-29T21:13:55.179Z] #76 67.46 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ... [2022-06-29T21:13:55.179Z] #76 67.52 Unpacking libsigsegv2:amd64 (2.13-1) ... [2022-06-29T21:13:55.179Z] #76 67.84 Selecting previously unselected package m4. [2022-06-29T21:13:55.179Z] #76 67.84 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ... [2022-06-29T21:13:55.179Z] #76 67.89 Unpacking m4 (1.4.18-5) ... [2022-06-29T21:13:55.179Z] #76 68.29 Selecting previously unselected package autoconf. [2022-06-29T21:13:55.179Z] #76 68.29 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-06-29T21:13:55.179Z] #76 68.30 Unpacking autoconf (2.69-14) ... [2022-06-29T21:13:55.179Z] #76 68.99 Selecting previously unselected package autotools-dev. [2022-06-29T21:13:55.179Z] #76 69.00 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-06-29T21:13:55.179Z] #76 69.02 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-06-29T21:13:55.179Z] #76 69.44 Selecting previously unselected package automake. [2022-06-29T21:13:55.179Z] #76 69.44 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-06-29T21:13:55.179Z] #76 69.51 Unpacking automake (1:1.16.3-2) ... [2022-06-29T21:13:55.179Z] #76 70.96 Selecting previously unselected package patch. [2022-06-29T21:13:55.300Z] #84 111.8 checking whether the C compiler works... yes [2022-06-29T21:13:55.300Z] #84 112.2 checking for C compiler default output file name... a.out [2022-06-29T21:13:55.440Z] #76 71.02 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ... [2022-06-29T21:13:55.440Z] #76 71.03 Unpacking patch (2.7.6-7) ... [2022-06-29T21:13:55.557Z] #84 112.2 checking for suffix of executables... [2022-06-29T21:13:55.557Z] #84 112.3 checking whether we are cross compiling... no [2022-06-29T21:13:55.570Z] #51 70.48 Selecting previously unselected package python3-pkg-resources. [2022-06-29T21:13:55.570Z] #51 70.48 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-29T21:13:55.570Z] #51 70.54 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-29T21:13:55.593Z] #44 9.732 [100%] Built target tini-static [2022-06-29T21:13:55.594Z] #44 9.755 + mkdir -p /build [2022-06-29T21:13:55.594Z] #44 9.770 + cp tini-static /build/docker-init [2022-06-29T21:13:55.700Z] #76 71.36 Selecting previously unselected package dpkg-dev. [2022-06-29T21:13:55.700Z] #76 71.40 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ... [2022-06-29T21:13:55.700Z] #76 71.44 Unpacking dpkg-dev (1.20.10) ... [2022-06-29T21:13:55.814Z] #84 112.5 checking for suffix of object files... o [2022-06-29T21:13:55.855Z] #44 DONE 10.2s [2022-06-29T21:13:55.855Z] [2022-06-29T21:13:55.855Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:13:55.855Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:13:55.855Z] #77 13.67 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-06-29T21:13:55.855Z] #77 13.68 Cloning into '/tmp/crun-build/libocispec'... [2022-06-29T21:13:55.855Z] #77 15.05 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-06-29T21:13:55.855Z] #77 15.05 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-06-29T21:13:55.855Z] #77 15.05 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-06-29T21:13:55.855Z] #77 15.05 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-06-29T21:13:55.855Z] #77 15.16 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-06-29T21:13:55.855Z] #77 17.29 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-06-29T21:13:56.071Z] #84 112.6 checking whether we are using the GNU C compiler... yes [2022-06-29T21:13:56.071Z] #84 112.7 checking whether gcc accepts -g... yes [2022-06-29T21:13:56.157Z] #51 71.11 Selecting previously unselected package python3-six. [2022-06-29T21:13:56.157Z] #51 71.11 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-29T21:13:56.157Z] #51 71.11 Unpacking python3-six (1.16.0-2) ... [2022-06-29T21:13:56.328Z] #84 112.9 checking for gcc option to accept ISO C89... none needed [2022-06-29T21:13:56.420Z] #51 71.37 Selecting previously unselected package python3-protobuf. [2022-06-29T21:13:56.420Z] #51 71.37 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-29T21:13:56.420Z] #51 71.39 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-29T21:13:56.586Z] #84 113.2 checking whether gcc understands -c and -o together... yes [2022-06-29T21:13:56.586Z] #84 113.5 checking for a sed that does not truncate output... /bin/sed [2022-06-29T21:13:56.586Z] #84 113.5 checking for grep that handles long lines and -e... /bin/grep [2022-06-29T21:13:56.586Z] #84 113.5 checking for egrep... /bin/grep -E [2022-06-29T21:13:56.586Z] #84 113.5 checking for fgrep... /bin/grep -F [2022-06-29T21:13:56.613Z] #14 ... [2022-06-29T21:13:56.613Z] [2022-06-29T21:13:56.613Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:13:56.613Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-29T21:13:56.613Z] #77 42.72 configure.ac:7: installing './compile' [2022-06-29T21:13:56.613Z] #77 42.74 configure.ac:11: installing './config.guess' [2022-06-29T21:13:56.613Z] #77 42.75 configure.ac:11: installing './config.sub' [2022-06-29T21:13:56.613Z] #77 42.75 configure.ac:8: installing './install-sh' [2022-06-29T21:13:56.613Z] #77 42.75 configure.ac:8: installing './missing' [2022-06-29T21:13:56.613Z] #77 42.89 Makefile.am: installing './depcomp' [2022-06-29T21:13:56.613Z] #77 43.95 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-29T21:13:56.613Z] #77 43.95 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-29T21:13:56.613Z] #77 44.11 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-29T21:13:56.613Z] #77 44.11 libtoolize: copying file 'm4/libtool.m4' [2022-06-29T21:13:56.613Z] #77 44.23 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-29T21:13:56.613Z] #77 44.34 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-29T21:13:56.613Z] #77 44.47 libtoolize: copying file 'm4/ltversion.m4' [2022-06-29T21:13:56.613Z] #77 44.58 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-29T21:13:56.613Z] #77 44.70 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-29T21:13:56.642Z] #76 ... [2022-06-29T21:13:56.642Z] [2022-06-29T21:13:56.642Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:13:56.642Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:13:56.642Z] #42 72.21 Selecting previously unselected package libicu67:amd64. [2022-06-29T21:13:56.642Z] #42 72.25 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-06-29T21:13:56.642Z] #42 72.37 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-29T21:13:56.800Z] #77 19.66 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-06-29T21:13:56.844Z] #84 113.5 checking for ld used by gcc... /usr/bin/ld [2022-06-29T21:13:56.844Z] #84 113.6 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-29T21:13:56.844Z] #84 113.6 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-29T21:13:57.114Z] #84 113.6 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-29T21:13:57.114Z] #84 113.8 checking whether ln -s works... yes [2022-06-29T21:13:57.114Z] #84 113.8 checking the maximum length of command line arguments... 1572864 [2022-06-29T21:13:57.114Z] #84 113.9 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-29T21:13:57.114Z] #84 113.9 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-29T21:13:57.114Z] #84 113.9 checking for /usr/bin/ld option to reload object files... -r [2022-06-29T21:13:57.114Z] #84 113.9 checking for objdump... objdump [2022-06-29T21:13:57.114Z] #84 113.9 checking how to recognize dependent libraries... pass_all [2022-06-29T21:13:57.114Z] #84 113.9 checking for dlltool... no [2022-06-29T21:13:57.114Z] #84 113.9 checking how to associate runtime and link libraries... printf %s\n [2022-06-29T21:13:57.114Z] #84 113.9 checking for ar... ar [2022-06-29T21:13:57.212Z] #42 ... [2022-06-29T21:13:57.212Z] [2022-06-29T21:13:57.212Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:13:57.212Z] #64 sha256:edd910092fdcbd8a8b285cb22bb5ba070124b9950feb53f8c7d960b08ab64573 [2022-06-29T21:13:57.212Z] #64 1.611 + RM_GOPATH=0 [2022-06-29T21:13:57.212Z] #64 1.611 + TMP_GOPATH= [2022-06-29T21:13:57.212Z] #64 1.611 + : /build [2022-06-29T21:13:57.212Z] #64 1.611 + '[' -z '' ']' [2022-06-29T21:13:57.212Z] #64 1.611 ++ mktemp -d [2022-06-29T21:13:57.212Z] #64 1.611 + export GOPATH=/tmp/tmp.KHr3npaRHN [2022-06-29T21:13:57.212Z] #64 1.611 + GOPATH=/tmp/tmp.KHr3npaRHN [2022-06-29T21:13:57.212Z] #64 1.611 + RM_GOPATH=1 [2022-06-29T21:13:57.212Z] #64 1.611 + case "$(go env GOARCH)" in [2022-06-29T21:13:57.212Z] #64 1.611 ++ go env GOARCH [2022-06-29T21:13:57.212Z] #64 1.671 Install containerd version v1.6.6 [2022-06-29T21:13:57.212Z] #64 1.671 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:13:57.212Z] #64 1.671 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:13:57.212Z] #64 1.671 ++ dirname /install.sh [2022-06-29T21:13:57.212Z] #64 1.671 + dir=/ [2022-06-29T21:13:57.212Z] #64 1.671 + bin=containerd [2022-06-29T21:13:57.212Z] #64 1.671 + shift [2022-06-29T21:13:57.212Z] #64 1.671 + '[' '!' -f //containerd.installer ']' [2022-06-29T21:13:57.212Z] #64 1.671 + . //containerd.installer [2022-06-29T21:13:57.212Z] #64 1.671 ++ set -e [2022-06-29T21:13:57.212Z] #64 1.671 ++ : v1.6.6 [2022-06-29T21:13:57.212Z] #64 1.671 + install_containerd [2022-06-29T21:13:57.212Z] #64 1.671 + echo 'Install containerd version v1.6.6' [2022-06-29T21:13:57.212Z] #64 1.671 + git clone https://github.com/containerd/containerd.git /tmp/tmp.KHr3npaRHN/src/github.com/containerd/containerd [2022-06-29T21:13:57.212Z] #64 1.682 Cloning into '/tmp/tmp.KHr3npaRHN/src/github.com/containerd/containerd'... [2022-06-29T21:13:57.367Z] #51 72.36 Selecting previously unselected package libnet1:amd64. [2022-06-29T21:13:57.367Z] #51 72.37 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-29T21:13:57.367Z] #51 72.37 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-29T21:13:57.372Z] #84 113.9 checking for archiver @FILE support... @ [2022-06-29T21:13:57.372Z] #84 114.2 checking for strip... strip [2022-06-29T21:13:57.372Z] #84 114.2 checking for ranlib... ranlib [2022-06-29T21:13:57.372Z] #84 114.2 checking for gawk... no [2022-06-29T21:13:57.372Z] #84 114.2 checking for mawk... mawk [2022-06-29T21:13:57.525Z] #64 ... [2022-06-29T21:13:57.525Z] [2022-06-29T21:13:57.525Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:57.525Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:13:57.525Z] #51 64.51 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17-1 [683 kB] [2022-06-29T21:13:57.526Z] #51 66.90 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:13:57.526Z] #51 67.37 Fetched 2314 kB in 4s (634 kB/s) [2022-06-29T21:13:57.526Z] #51 67.53 Selecting previously unselected package libprotobuf23:amd64. [2022-06-29T21:13:57.526Z] #51 67.54 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-29T21:13:57.526Z] #51 67.64 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-06-29T21:13:57.526Z] #51 67.67 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-06-29T21:13:57.526Z] #51 69.03 Selecting previously unselected package python3-pkg-resources. [2022-06-29T21:13:57.526Z] #51 69.03 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-29T21:13:57.526Z] #51 69.05 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-29T21:13:57.526Z] #51 69.96 Selecting previously unselected package python3-six. [2022-06-29T21:13:57.526Z] #51 69.96 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-06-29T21:13:57.526Z] #51 70.18 Unpacking python3-six (1.16.0-2) ... [2022-06-29T21:13:57.526Z] #51 70.65 Selecting previously unselected package python3-protobuf. [2022-06-29T21:13:57.526Z] #51 70.65 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-06-29T21:13:57.526Z] #51 70.67 Unpacking python3-protobuf (3.12.4-1) ... [2022-06-29T21:13:57.526Z] #51 71.73 Selecting previously unselected package libnet1:amd64. [2022-06-29T21:13:57.526Z] #51 71.76 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-29T21:13:57.526Z] #51 71.76 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-29T21:13:57.526Z] #51 71.94 Selecting previously unselected package libnl-3-200:amd64. [2022-06-29T21:13:57.526Z] #51 71.94 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-29T21:13:57.526Z] #51 71.94 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-29T21:13:57.526Z] #51 72.31 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-29T21:13:57.526Z] #51 72.31 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-29T21:13:57.526Z] #51 72.45 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:13:57.526Z] #51 72.89 Selecting previously unselected package criu. [2022-06-29T21:13:57.629Z] #51 72.65 Selecting previously unselected package libnl-3-200:amd64. [2022-06-29T21:13:57.629Z] #51 72.66 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-29T21:13:57.629Z] #51 72.67 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-29T21:13:57.798Z] #51 72.89 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-29T21:13:57.798Z] #51 72.89 Unpacking criu (3.17-1) ... [2022-06-29T21:13:57.798Z] #51 ... [2022-06-29T21:13:57.798Z] [2022-06-29T21:13:57.798Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:13:57.798Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:13:57.798Z] #76 73.45 Selecting previously unselected package build-essential. [2022-06-29T21:13:57.798Z] #76 73.45 Preparing to unpack .../12-build-essential_12.9_amd64.deb ... [2022-06-29T21:13:57.798Z] #76 73.46 Unpacking build-essential (12.9) ... [2022-06-29T21:13:57.798Z] #76 73.66 Selecting previously unselected package libcap2:amd64. [2022-06-29T21:13:57.965Z] #84 114.2 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-29T21:13:57.965Z] #84 114.8 checking for sysroot... no [2022-06-29T21:13:57.965Z] #84 114.8 checking for a working dd... /bin/dd [2022-06-29T21:13:57.965Z] #84 114.8 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-29T21:13:58.068Z] #76 73.66 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-29T21:13:58.068Z] #76 73.69 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-29T21:13:58.188Z] #77 20.91 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-06-29T21:13:58.188Z] #77 21.14 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-06-29T21:13:58.188Z] #77 21.40 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-06-29T21:13:58.223Z] #84 115.0 checking for mt... no [2022-06-29T21:13:58.223Z] #84 115.0 checking if : is a manifest tool... no [2022-06-29T21:13:58.293Z] #51 73.11 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-29T21:13:58.293Z] #51 73.16 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-29T21:13:58.293Z] #51 73.19 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:13:58.293Z] #51 73.41 Selecting previously unselected package criu. [2022-06-29T21:13:58.350Z] #76 74.16 Selecting previously unselected package libcap-dev:amd64. [2022-06-29T21:13:58.351Z] #76 74.16 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ... [2022-06-29T21:13:58.351Z] #76 74.18 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2022-06-29T21:13:58.484Z] #84 115.0 checking how to run the C preprocessor... gcc -E [2022-06-29T21:13:58.554Z] #51 73.42 Preparing to unpack .../7-criu_3.17-1_amd64.deb ... [2022-06-29T21:13:58.554Z] #51 73.45 Unpacking criu (3.17-1) ... [2022-06-29T21:13:58.614Z] #76 74.40 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-29T21:13:58.761Z] #77 ... [2022-06-29T21:13:58.761Z] [2022-06-29T21:13:58.761Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:13:58.761Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:13:58.761Z] #14 76.09 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-29T21:13:58.761Z] #14 76.09 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:13:58.761Z] #14 76.09 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-29T21:13:58.880Z] #76 74.41 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-29T21:13:58.880Z] #76 74.42 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:13:59.163Z] #76 74.66 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-06-29T21:13:59.163Z] #76 74.68 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2022-06-29T21:13:59.163Z] #76 74.69 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-29T21:13:59.164Z] #76 74.91 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-29T21:13:59.164Z] #76 74.91 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-29T21:13:59.164Z] #76 74.91 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-29T21:13:59.423Z] #76 75.20 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-29T21:13:59.682Z] #76 75.20 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-29T21:13:59.682Z] #76 75.25 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-29T21:13:59.714Z] #84 115.4 checking for ANSI C header files... yes [2022-06-29T21:13:59.714Z] #84 116.4 checking for sys/types.h... yes [2022-06-29T21:13:59.944Z] #51 ... [2022-06-29T21:13:59.944Z] [2022-06-29T21:13:59.944Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:13:59.944Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:13:59.944Z] #76 66.47 Selecting previously unselected package xz-utils. [2022-06-29T21:13:59.944Z] #76 66.48 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-29T21:13:59.944Z] #76 66.51 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-29T21:13:59.944Z] #76 67.05 Selecting previously unselected package libsigsegv2:amd64. [2022-06-29T21:13:59.944Z] #76 67.09 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ... [2022-06-29T21:13:59.944Z] #76 67.10 Unpacking libsigsegv2:amd64 (2.13-1) ... [2022-06-29T21:13:59.944Z] #76 67.25 Selecting previously unselected package m4. [2022-06-29T21:13:59.944Z] #76 67.25 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ... [2022-06-29T21:13:59.944Z] #76 67.26 Unpacking m4 (1.4.18-5) ... [2022-06-29T21:13:59.944Z] #76 67.80 Selecting previously unselected package autoconf. [2022-06-29T21:13:59.944Z] #76 67.80 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-06-29T21:13:59.944Z] #76 67.81 Unpacking autoconf (2.69-14) ... [2022-06-29T21:13:59.944Z] #76 68.63 Selecting previously unselected package autotools-dev. [2022-06-29T21:13:59.944Z] #76 68.63 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-06-29T21:13:59.944Z] #76 68.65 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-06-29T21:13:59.944Z] #76 69.28 Selecting previously unselected package automake. [2022-06-29T21:13:59.944Z] #76 69.29 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-06-29T21:13:59.944Z] #76 69.31 Unpacking automake (1:1.16.3-2) ... [2022-06-29T21:13:59.944Z] #76 70.23 Selecting previously unselected package patch. [2022-06-29T21:13:59.944Z] #76 70.24 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ... [2022-06-29T21:13:59.944Z] #76 70.24 Unpacking patch (2.7.6-7) ... [2022-06-29T21:13:59.944Z] #76 70.61 Selecting previously unselected package dpkg-dev. [2022-06-29T21:13:59.944Z] #76 70.62 Preparing to unpack .../11-dpkg-dev_1.20.10_all.deb ... [2022-06-29T21:13:59.944Z] #76 70.63 Unpacking dpkg-dev (1.20.10) ... [2022-06-29T21:13:59.944Z] #76 72.55 Selecting previously unselected package build-essential. [2022-06-29T21:13:59.944Z] #76 72.55 Preparing to unpack .../12-build-essential_12.9_amd64.deb ... [2022-06-29T21:13:59.944Z] #76 72.55 Unpacking build-essential (12.9) ... [2022-06-29T21:13:59.944Z] #76 72.79 Selecting previously unselected package libcap2:amd64. [2022-06-29T21:13:59.944Z] #76 72.79 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-29T21:13:59.944Z] #76 72.80 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-29T21:13:59.944Z] #76 72.96 Selecting previously unselected package libcap-dev:amd64. [2022-06-29T21:13:59.944Z] #76 73.04 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ... [2022-06-29T21:13:59.944Z] #76 73.11 Unpacking libcap-dev:amd64 (1:2.44-1) ... [2022-06-29T21:13:59.944Z] #76 73.28 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-29T21:13:59.944Z] #76 73.29 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-29T21:13:59.944Z] #76 73.31 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:13:59.944Z] #76 73.56 Selecting previously unselected package libprotobuf-c-dev:amd64. [2022-06-29T21:13:59.944Z] #76 73.56 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ... [2022-06-29T21:13:59.944Z] #76 73.59 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-29T21:13:59.944Z] #76 73.89 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-29T21:13:59.944Z] #76 73.90 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-29T21:13:59.944Z] #76 73.96 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-29T21:13:59.944Z] #76 74.32 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-29T21:13:59.944Z] #76 74.32 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-29T21:13:59.944Z] #76 74.32 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-29T21:13:59.944Z] #76 ... [2022-06-29T21:13:59.944Z] [2022-06-29T21:13:59.944Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:13:59.944Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:13:59.944Z] #51 74.91 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-29T21:13:59.971Z] #84 116.6 checking for sys/stat.h... yes [2022-06-29T21:14:00.228Z] #84 116.8 checking for stdlib.h... yes [2022-06-29T21:14:00.516Z] #51 ... [2022-06-29T21:14:00.516Z] [2022-06-29T21:14:00.516Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:14:00.516Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:14:00.516Z] #14 65.93 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-06-29T21:14:00.516Z] #14 66.88 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-06-29T21:14:00.517Z] #14 68.28 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-06-29T21:14:00.517Z] #14 70.74 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-06-29T21:14:00.517Z] #14 71.66 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-06-29T21:14:00.517Z] #14 71.67 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-29T21:14:00.517Z] #14 71.67 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-29T21:14:00.517Z] #14 71.68 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-29T21:14:00.517Z] #14 71.68 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-29T21:14:00.517Z] #14 71.72 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-06-29T21:14:00.517Z] #14 71.73 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-29T21:14:00.517Z] #14 71.77 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-29T21:14:00.517Z] #14 71.80 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-29T21:14:00.517Z] #14 71.83 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-29T21:14:00.517Z] #14 71.84 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-29T21:14:00.517Z] #14 71.85 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-29T21:14:00.517Z] #14 71.92 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-29T21:14:00.517Z] #14 71.92 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-06-29T21:14:00.517Z] #14 71.94 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-06-29T21:14:00.517Z] #14 71.95 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-29T21:14:00.517Z] #14 73.59 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:14:00.517Z] #14 73.96 Fetched 115 MB in 12s (9896 kB/s) [2022-06-29T21:14:00.517Z] #14 74.11 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-29T21:14:00.517Z] #14 74.11 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-29T21:14:00.517Z] #14 74.23 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-29T21:14:00.517Z] #14 74.24 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-29T21:14:00.620Z] #76 ... [2022-06-29T21:14:00.620Z] [2022-06-29T21:14:00.620Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:14:00.620Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:14:00.620Z] #14 66.15 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-06-29T21:14:00.620Z] #14 67.07 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-06-29T21:14:00.620Z] #14 68.10 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-06-29T21:14:00.620Z] #14 70.55 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-06-29T21:14:00.620Z] #14 71.64 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-06-29T21:14:00.620Z] #14 71.65 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-29T21:14:00.620Z] #14 71.66 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-29T21:14:00.620Z] #14 71.71 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-29T21:14:00.620Z] #14 71.74 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-29T21:14:00.620Z] #14 71.74 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-06-29T21:14:00.620Z] #14 71.74 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-29T21:14:00.620Z] #14 71.79 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-29T21:14:00.620Z] #14 71.82 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-29T21:14:00.620Z] #14 71.83 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-29T21:14:00.620Z] #14 71.90 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-29T21:14:00.620Z] #14 71.90 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-29T21:14:00.620Z] #14 71.99 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-29T21:14:00.620Z] #14 72.00 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-06-29T21:14:00.620Z] #14 72.00 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-06-29T21:14:00.620Z] #14 72.02 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-29T21:14:00.620Z] #14 74.09 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:14:00.620Z] #14 74.41 Fetched 115 MB in 12s (9266 kB/s) [2022-06-29T21:14:00.620Z] #14 74.67 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-29T21:14:00.620Z] #14 74.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-29T21:14:00.620Z] #14 74.78 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-29T21:14:00.620Z] #14 74.82 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-29T21:14:00.620Z] #14 ... [2022-06-29T21:14:00.620Z] [2022-06-29T21:14:00.620Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-29T21:14:00.620Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-29T21:14:00.620Z] #34 73.32 Updating files: 78% (1187/1521) Updating files: 79% (1202/1521) Updating files: 80% (1217/1521) Updating files: 81% (1233/1521) Updating files: 82% (1248/1521) Updating files: 83% (1263/1521) Updating files: 84% (1278/1521) Updating files: 85% (1293/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 92% (1413/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-06-29T21:14:00.620Z] #34 74.69 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-06-29T21:14:00.620Z] #34 74.78 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-29T21:14:00.778Z] #14 ... [2022-06-29T21:14:00.778Z] [2022-06-29T21:14:00.778Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:14:00.778Z] #64 sha256:d2bea691e6d544b94b75414a81b0f0ad5b1471bf3e6a836f6ef67f6607280e84 [2022-06-29T21:14:00.778Z] #64 2.037 + RM_GOPATH=0 [2022-06-29T21:14:00.778Z] #64 2.037 + TMP_GOPATH= [2022-06-29T21:14:00.778Z] #64 2.037 + : /build [2022-06-29T21:14:00.778Z] #64 2.037 + '[' -z '' ']' [2022-06-29T21:14:00.778Z] #64 2.044 ++ mktemp -d [2022-06-29T21:14:00.778Z] #64 2.045 + export GOPATH=/tmp/tmp.OceMJBFpCQ [2022-06-29T21:14:00.778Z] #64 2.045 + GOPATH=/tmp/tmp.OceMJBFpCQ [2022-06-29T21:14:00.778Z] #64 2.045 + RM_GOPATH=1 [2022-06-29T21:14:00.778Z] #64 2.045 + case "$(go env GOARCH)" in [2022-06-29T21:14:00.778Z] #64 2.052 ++ go env GOARCH [2022-06-29T21:14:00.778Z] #64 2.108 Install containerd version v1.6.6 [2022-06-29T21:14:00.778Z] #64 2.108 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:14:00.778Z] #64 2.108 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:14:00.778Z] #64 2.108 ++ dirname /install.sh [2022-06-29T21:14:00.778Z] #64 2.108 + dir=/ [2022-06-29T21:14:00.778Z] #64 2.108 + bin=containerd [2022-06-29T21:14:00.778Z] #64 2.108 + shift [2022-06-29T21:14:00.778Z] #64 2.108 + '[' '!' -f //containerd.installer ']' [2022-06-29T21:14:00.778Z] #64 2.108 + . //containerd.installer [2022-06-29T21:14:00.778Z] #64 2.108 ++ set -e [2022-06-29T21:14:00.778Z] #64 2.108 ++ : v1.6.6 [2022-06-29T21:14:00.778Z] #64 2.108 + install_containerd [2022-06-29T21:14:00.778Z] #64 2.108 + echo 'Install containerd version v1.6.6' [2022-06-29T21:14:00.778Z] #64 2.108 + git clone https://github.com/containerd/containerd.git /tmp/tmp.OceMJBFpCQ/src/github.com/containerd/containerd [2022-06-29T21:14:00.778Z] #64 2.124 Cloning into '/tmp/tmp.OceMJBFpCQ/src/github.com/containerd/containerd'... [2022-06-29T21:14:00.778Z] #64 ... [2022-06-29T21:14:00.778Z] [2022-06-29T21:14:00.778Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:14:00.778Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:14:00.778Z] #76 75.51 Selecting previously unselected package libtool. [2022-06-29T21:14:00.778Z] #76 75.55 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-06-29T21:14:00.778Z] #76 75.56 Unpacking libtool (2.4.6-15) ... [2022-06-29T21:14:00.792Z] #84 117.1 checking for string.h... yes [2022-06-29T21:14:00.792Z] #84 117.4 checking for memory.h... yes [2022-06-29T21:14:01.039Z] #76 76.23 Selecting previously unselected package libudev-dev:amd64. [2022-06-29T21:14:01.039Z] #76 76.23 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-29T21:14:01.039Z] #76 76.23 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-29T21:14:01.300Z] #76 76.62 Selecting previously unselected package libyajl2:amd64. [2022-06-29T21:14:01.300Z] #76 76.62 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ... [2022-06-29T21:14:01.300Z] #76 76.64 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-29T21:14:01.300Z] #76 ... [2022-06-29T21:14:01.300Z] [2022-06-29T21:14:01.300Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:14:01.300Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:14:01.300Z] #55 66.59 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-06-29T21:14:01.300Z] #55 66.82 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-06-29T21:14:01.300Z] #55 66.82 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-06-29T21:14:01.300Z] #55 66.86 go: downloading github.com/golangci/misspell v0.3.5 [2022-06-29T21:14:01.300Z] #55 66.91 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-06-29T21:14:01.300Z] #55 67.01 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-06-29T21:14:01.300Z] #55 67.19 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-06-29T21:14:01.300Z] #55 67.30 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-06-29T21:14:01.300Z] #55 67.39 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-06-29T21:14:01.300Z] #55 67.40 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-06-29T21:14:01.300Z] #55 67.49 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-06-29T21:14:01.300Z] #55 67.60 go: downloading github.com/julz/importas v0.1.0 [2022-06-29T21:14:01.300Z] #55 67.66 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-06-29T21:14:01.300Z] #55 67.77 go: downloading github.com/kulti/thelper v0.5.0 [2022-06-29T21:14:01.300Z] #55 67.80 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-06-29T21:14:01.300Z] #55 67.92 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-06-29T21:14:01.300Z] #55 68.01 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-06-29T21:14:01.300Z] #55 68.01 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-06-29T21:14:01.300Z] #55 68.06 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-06-29T21:14:01.300Z] #55 68.13 go: downloading github.com/maratori/testpackage v1.0.1 [2022-06-29T21:14:01.300Z] #55 68.41 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-06-29T21:14:01.300Z] #55 68.49 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-06-29T21:14:01.300Z] #55 68.50 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-06-29T21:14:01.300Z] #55 68.55 go: downloading github.com/mgechev/revive v1.1.3 [2022-06-29T21:14:01.300Z] #55 69.54 go: downloading github.com/moricho/tparallel v0.2.1 [2022-06-29T21:14:01.300Z] #55 69.54 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-06-29T21:14:01.300Z] #55 69.56 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-06-29T21:14:01.300Z] #55 69.63 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-06-29T21:14:01.300Z] #55 69.66 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-06-29T21:14:01.300Z] #55 69.70 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-06-29T21:14:01.300Z] #55 69.81 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-06-29T21:14:01.300Z] #55 70.01 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-06-29T21:14:01.300Z] #55 70.09 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-06-29T21:14:01.300Z] #55 70.39 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-06-29T21:14:01.300Z] #55 70.39 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-06-29T21:14:01.300Z] #55 70.39 go: downloading github.com/sivchari/tenv v1.4.7 [2022-06-29T21:14:01.300Z] #55 70.43 go: downloading github.com/sonatard/noctx v0.0.1 [2022-06-29T21:14:01.300Z] #55 70.53 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-06-29T21:14:01.300Z] #55 70.56 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-06-29T21:14:01.300Z] #55 70.60 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-06-29T21:14:01.300Z] #55 70.73 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-06-29T21:14:01.300Z] #55 70.73 go: downloading github.com/tetafro/godot v1.4.11 [2022-06-29T21:14:01.300Z] #55 70.89 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-06-29T21:14:01.300Z] #55 70.99 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-06-29T21:14:01.300Z] #55 71.10 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-06-29T21:14:01.300Z] #55 71.37 go: downloading github.com/ultraware/funlen v0.0.3 [2022-06-29T21:14:01.300Z] #55 71.41 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-06-29T21:14:01.300Z] #55 71.44 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-06-29T21:14:01.300Z] #55 71.51 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-06-29T21:14:01.300Z] #55 71.63 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-06-29T21:14:01.300Z] #55 72.03 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-06-29T21:14:01.300Z] #55 72.31 go: downloading honnef.co/go/tools v0.2.2 [2022-06-29T21:14:01.300Z] #55 74.49 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-29T21:14:01.300Z] #55 74.50 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-29T21:14:01.300Z] #55 74.66 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-29T21:14:01.300Z] #55 74.73 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-29T21:14:01.300Z] #55 74.78 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-29T21:14:01.300Z] #55 74.81 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-29T21:14:01.300Z] #55 75.00 go: downloading golang.org/x/text v0.3.7 [2022-06-29T21:14:01.308Z] #84 117.8 checking for strings.h... yes [2022-06-29T21:14:01.562Z] #55 ... [2022-06-29T21:14:01.562Z] [2022-06-29T21:14:01.562Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:14:01.562Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:14:01.562Z] #76 76.64 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-29T21:14:01.562Z] #76 76.83 Selecting previously unselected package libyajl-dev:amd64. [2022-06-29T21:14:01.562Z] #76 76.83 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ... [2022-06-29T21:14:01.562Z] #76 76.84 Unpacking libyajl-dev:amd64 (2.1.0-3) ... [2022-06-29T21:14:01.872Z] #84 118.2 checking for inttypes.h... yes [2022-06-29T21:14:01.872Z] #84 118.6 checking for stdint.h... yes [2022-06-29T21:14:01.928Z] #77 ... [2022-06-29T21:14:01.928Z] [2022-06-29T21:14:01.928Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:14:01.928Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-29T21:14:01.928Z] #14 98.79 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-29T21:14:01.928Z] #14 98.80 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-06-29T21:14:01.928Z] #14 98.80 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-29T21:14:02.135Z] #76 77.27 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-29T21:14:02.135Z] #76 77.35 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-29T21:14:02.135Z] #76 77.38 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-29T21:14:02.135Z] #76 77.39 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-29T21:14:02.135Z] #76 77.44 Setting up file (1:5.39-3) ... [2022-06-29T21:14:02.399Z] #76 77.46 Setting up bzip2 (1.0.8-4) ... [2022-06-29T21:14:02.399Z] #76 77.47 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:14:02.399Z] #76 77.48 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-29T21:14:02.399Z] #76 77.50 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-29T21:14:02.399Z] #76 77.52 Setting up autotools-dev (20180224.1+nmu1) ... [2022-06-29T21:14:02.399Z] #76 77.54 Setting up libsigsegv2:amd64 (2.13-1) ... [2022-06-29T21:14:02.399Z] #76 77.55 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-29T21:14:02.399Z] #76 77.61 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-29T21:14:02.399Z] #76 77.63 Setting up patch (2.7.6-7) ... [2022-06-29T21:14:02.399Z] #76 77.66 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-29T21:14:02.399Z] #76 77.69 Setting up libyajl-dev:amd64 (2.1.0-3) ... [2022-06-29T21:14:02.399Z] #76 77.73 Setting up libcap-dev:amd64 (1:2.44-1) ... [2022-06-29T21:14:02.399Z] #76 77.74 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-29T21:14:02.399Z] #76 77.78 Setting up libtool (2.4.6-15) ... [2022-06-29T21:14:02.399Z] #76 77.79 Setting up m4 (1.4.18-5) ... [2022-06-29T21:14:02.399Z] #76 77.82 Setting up dpkg-dev (1.20.10) ... [2022-06-29T21:14:02.662Z] #76 77.84 Setting up autoconf (2.69-14) ... [2022-06-29T21:14:02.662Z] #76 77.88 Setting up build-essential (12.9) ... [2022-06-29T21:14:02.662Z] #76 77.89 Setting up automake (1:1.16.3-2) ... [2022-06-29T21:14:02.662Z] #76 77.90 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-06-29T21:14:02.662Z] #76 77.94 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:14:02.693Z] #84 119.0 checking for unistd.h... yes [2022-06-29T21:14:02.694Z] #84 119.4 checking for dlfcn.h... yes [2022-06-29T21:14:02.950Z] #84 119.6 checking for objdir... .libs [2022-06-29T21:14:03.208Z] #84 120.1 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-29T21:14:03.465Z] #84 120.2 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-29T21:14:03.610Z] #76 DONE 78.7s [2022-06-29T21:14:03.610Z] [2022-06-29T21:14:03.610Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:14:03.610Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:14:03.610Z] #14 78.52 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-29T21:14:03.610Z] #14 78.52 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-29T21:14:03.610Z] #14 78.54 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-29T21:14:03.722Z] #84 120.2 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-29T21:14:04.284Z] #84 120.5 checking if gcc static flag -static works... yes [2022-06-29T21:14:04.541Z] #84 121.1 checking if gcc supports -c -o file.o... yes [2022-06-29T21:14:04.541Z] #84 121.4 checking if gcc supports -c -o file.o... (cached) yes [2022-06-29T21:14:04.541Z] #84 121.4 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-29T21:14:04.817Z] #34 ... [2022-06-29T21:14:04.817Z] [2022-06-29T21:14:04.817Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-06-29T21:14:04.817Z] #76 sha256:1893e4141cbe95133ac30f05898949d508ec9ab4c5a063c294a3d2582503e3cc [2022-06-29T21:14:04.817Z] #76 76.72 Selecting previously unselected package libtool. [2022-06-29T21:14:04.817Z] #76 76.72 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-06-29T21:14:04.817Z] #76 76.73 Unpacking libtool (2.4.6-15) ... [2022-06-29T21:14:04.817Z] #76 77.36 Selecting previously unselected package libudev-dev:amd64. [2022-06-29T21:14:04.817Z] #76 77.36 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-29T21:14:04.817Z] #76 77.37 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-29T21:14:04.817Z] #76 77.69 Selecting previously unselected package libyajl2:amd64. [2022-06-29T21:14:04.817Z] #76 77.69 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ... [2022-06-29T21:14:04.817Z] #76 77.71 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-29T21:14:04.817Z] #76 77.88 Selecting previously unselected package libyajl-dev:amd64. [2022-06-29T21:14:04.817Z] #76 77.89 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ... [2022-06-29T21:14:04.817Z] #76 77.89 Unpacking libyajl-dev:amd64 (2.1.0-3) ... [2022-06-29T21:14:04.817Z] #76 78.21 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-29T21:14:04.817Z] #76 78.31 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-29T21:14:04.817Z] #76 78.33 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-29T21:14:04.817Z] #76 78.34 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-29T21:14:04.817Z] #76 78.36 Setting up file (1:5.39-3) ... [2022-06-29T21:14:04.817Z] #76 78.37 Setting up bzip2 (1.0.8-4) ... [2022-06-29T21:14:04.817Z] #76 78.39 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:14:04.817Z] #76 78.40 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ... [2022-06-29T21:14:04.817Z] #76 78.41 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-29T21:14:04.817Z] #76 78.42 Setting up autotools-dev (20180224.1+nmu1) ... [2022-06-29T21:14:04.817Z] #76 78.45 Setting up libsigsegv2:amd64 (2.13-1) ... [2022-06-29T21:14:04.817Z] #76 78.46 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-29T21:14:04.817Z] #76 78.49 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-29T21:14:04.817Z] #76 78.58 Setting up patch (2.7.6-7) ... [2022-06-29T21:14:04.817Z] #76 78.70 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-29T21:14:04.817Z] #76 78.78 Setting up libyajl-dev:amd64 (2.1.0-3) ... [2022-06-29T21:14:04.817Z] #76 78.83 Setting up libcap-dev:amd64 (1:2.44-1) ... [2022-06-29T21:14:04.817Z] #76 78.87 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-29T21:14:04.817Z] #76 78.92 Setting up libtool (2.4.6-15) ... [2022-06-29T21:14:04.817Z] #76 79.03 Setting up m4 (1.4.18-5) ... [2022-06-29T21:14:04.817Z] #76 79.12 Setting up dpkg-dev (1.20.10) ... [2022-06-29T21:14:04.817Z] #76 79.16 Setting up autoconf (2.69-14) ... [2022-06-29T21:14:04.817Z] #76 79.20 Setting up build-essential (12.9) ... [2022-06-29T21:14:04.817Z] #76 79.21 Setting up automake (1:1.16.3-2) ... [2022-06-29T21:14:04.817Z] #76 79.23 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-06-29T21:14:04.817Z] #76 79.30 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:14:05.078Z] #76 DONE 80.8s [2022-06-29T21:14:05.078Z] [2022-06-29T21:14:05.078Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:14:05.078Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:14:05.078Z] #51 74.51 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-29T21:14:05.078Z] #51 77.52 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-29T21:14:05.078Z] #51 77.54 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-29T21:14:05.078Z] #51 77.56 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:14:05.078Z] #51 77.57 Setting up python3-six (1.16.0-2) ... [2022-06-29T21:14:05.078Z] #51 79.70 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-29T21:14:05.078Z] #51 80.18 Setting up python3-protobuf (3.12.4-1) ... [2022-06-29T21:14:05.338Z] #51 ... [2022-06-29T21:14:05.338Z] [2022-06-29T21:14:05.338Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:05.338Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:14:05.472Z] #84 121.5 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-29T21:14:05.472Z] #84 122.1 checking how to hardcode library paths into programs... immediate [2022-06-29T21:14:05.472Z] #84 122.1 checking whether stripping libraries is possible... yes [2022-06-29T21:14:05.472Z] #84 122.1 checking if libtool supports shared libraries... yes [2022-06-29T21:14:05.472Z] #84 122.1 checking whether to build shared libraries... no [2022-06-29T21:14:05.472Z] #84 122.1 checking whether to build static libraries... yes [2022-06-29T21:14:05.472Z] #84 122.1 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-29T21:14:05.472Z] #84 122.2 checking whether build environment is sane... yes [2022-06-29T21:14:05.472Z] #84 122.3 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-29T21:14:05.472Z] #84 122.4 checking whether make sets $(MAKE)... yes [2022-06-29T21:14:05.728Z] #84 122.5 checking whether make supports the include directive... yes (GNU style) [2022-06-29T21:14:05.729Z] #84 122.5 checking whether make supports nested variables... yes [2022-06-29T21:14:05.729Z] #84 122.6 checking whether UID '0' is supported by ustar format... yes [2022-06-29T21:14:05.729Z] #84 122.6 checking whether GID '0' is supported by ustar format... yes [2022-06-29T21:14:05.986Z] #84 122.6 checking how to create a ustar tar archive... gnutar [2022-06-29T21:14:06.243Z] #84 122.8 checking dependency style of gcc... gcc3 [2022-06-29T21:14:06.243Z] #84 ... [2022-06-29T21:14:06.243Z] [2022-06-29T21:14:06.243Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-29T21:14:06.243Z] #19 sha256:917bf0834aad25d25cd204588999ad2a1286424901d6429e4987625c582c85f0 [2022-06-29T21:14:06.243Z] #19 161.1 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B] [2022-06-29T21:14:06.243Z] #19 161.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-06-29T21:14:06.243Z] #19 161.3 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-06-29T21:14:06.243Z] #19 161.4 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB] [2022-06-29T21:14:06.243Z] #19 161.5 Get:78 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB] [2022-06-29T21:14:06.243Z] #19 164.6 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B] [2022-06-29T21:14:06.243Z] #19 164.6 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-06-29T21:14:06.243Z] #19 164.6 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-06-29T21:14:06.243Z] #19 164.6 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB] [2022-06-29T21:14:06.243Z] #19 164.6 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-06-29T21:14:06.243Z] #19 164.6 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-06-29T21:14:06.243Z] #19 164.6 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-06-29T21:14:06.243Z] #19 164.7 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2022-06-29T21:14:06.243Z] #19 164.7 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-06-29T21:14:06.243Z] #19 164.7 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB] [2022-06-29T21:14:06.243Z] #19 164.8 Get:89 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB] [2022-06-29T21:14:06.243Z] #19 168.3 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B] [2022-06-29T21:14:06.243Z] #19 168.3 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB] [2022-06-29T21:14:06.243Z] #19 168.4 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-06-29T21:14:06.243Z] #19 168.5 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB] [2022-06-29T21:14:06.243Z] #19 168.6 Get:94 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB] [2022-06-29T21:14:06.499Z] #19 ... [2022-06-29T21:14:06.500Z] [2022-06-29T21:14:06.500Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:06.500Z] #84 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:14:06.500Z] #84 123.2 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-29T21:14:06.500Z] #84 123.2 checking whether make supports nested variables... (cached) yes [2022-06-29T21:14:06.500Z] #84 123.2 checking for gawk... (cached) mawk [2022-06-29T21:14:06.500Z] #84 123.2 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-29T21:14:06.500Z] #84 123.2 checking for gcc... (cached) gcc [2022-06-29T21:14:06.500Z] #84 123.3 checking whether we are using the GNU C compiler... (cached) yes [2022-06-29T21:14:06.500Z] #84 123.3 checking whether gcc accepts -g... (cached) yes [2022-06-29T21:14:06.500Z] #84 123.3 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-29T21:14:06.500Z] #84 123.3 checking whether gcc understands -c and -o together... (cached) yes [2022-06-29T21:14:06.757Z] #84 123.3 checking for a Python interpreter with version >= 3... python3 [2022-06-29T21:14:06.757Z] #84 123.5 checking for python3... /usr/bin/python3 [2022-06-29T21:14:06.757Z] #84 123.5 checking for python3 version... 3.9 [2022-06-29T21:14:06.757Z] #84 123.5 checking for python3 platform... linux [2022-06-29T21:14:07.014Z] #84 123.6 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-29T21:14:07.014Z] #84 123.7 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-29T21:14:07.218Z] #14 104.2 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-29T21:14:07.218Z] #14 104.2 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-29T21:14:07.218Z] #14 104.2 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-29T21:14:07.218Z] #14 104.3 Selecting previously unselected package libapparmor1:arm64. [2022-06-29T21:14:07.218Z] #14 104.4 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-06-29T21:14:07.218Z] #14 104.4 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-06-29T21:14:07.218Z] #14 104.5 Selecting previously unselected package libapparmor-dev:arm64. [2022-06-29T21:14:07.218Z] #14 104.5 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-06-29T21:14:07.218Z] #14 104.5 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-29T21:14:07.218Z] #14 104.6 Selecting previously unselected package libbtrfs0:arm64. [2022-06-29T21:14:07.218Z] #14 104.6 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-06-29T21:14:07.218Z] #14 104.6 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-06-29T21:14:07.218Z] #14 104.8 Selecting previously unselected package libbtrfs-dev:arm64. [2022-06-29T21:14:07.250Z] #77 1.776 Cloning into '/tmp/crun-build'... [2022-06-29T21:14:07.272Z] #84 123.9 checking for go-md2man... no [2022-06-29T21:14:07.272Z] #84 124.0 checking error.h usability... yes [2022-06-29T21:14:07.272Z] #84 124.1 checking error.h presence... yes [2022-06-29T21:14:07.272Z] #84 124.1 checking for error.h... yes [2022-06-29T21:14:07.479Z] #14 104.8 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-06-29T21:14:07.479Z] #14 104.8 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-29T21:14:07.479Z] #14 105.0 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-06-29T21:14:07.479Z] #14 105.0 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-06-29T21:14:07.479Z] #14 105.0 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-29T21:14:07.479Z] #14 105.1 Selecting previously unselected package libudev-dev:arm64. [2022-06-29T21:14:07.573Z] #84 124.2 checking linux/openat2.h usability... yes [2022-06-29T21:14:07.573Z] #84 124.4 checking linux/openat2.h presence... yes [2022-06-29T21:14:07.573Z] #84 124.4 checking for linux/openat2.h... yes [2022-06-29T21:14:07.747Z] #14 105.1 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ... [2022-06-29T21:14:07.747Z] #14 105.1 Unpacking libudev-dev:arm64 (247.3-7) ... [2022-06-29T21:14:07.748Z] #14 105.2 Selecting previously unselected package libsepol1-dev:arm64. [2022-06-29T21:14:07.748Z] #14 105.2 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-06-29T21:14:07.748Z] #14 105.2 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-06-29T21:14:07.830Z] #84 124.5 checking for copy_file_range... [2022-06-29T21:14:07.830Z] #84 ... [2022-06-29T21:14:07.830Z] [2022-06-29T21:14:07.830Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-29T21:14:07.830Z] #41 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-29T21:14:07.830Z] #41 DONE 184.1s [2022-06-29T21:14:08.088Z] [2022-06-29T21:14:08.088Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:08.088Z] #84 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:14:08.088Z] #84 124.5 checking for copy_file_range... yes [2022-06-29T21:14:08.351Z] #84 124.9 checking for fgetxattr... yes [2022-06-29T21:14:08.635Z] #77 ... [2022-06-29T21:14:08.635Z] [2022-06-29T21:14:08.635Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:14:08.635Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:14:08.635Z] #55 74.29 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-06-29T21:14:08.635Z] #55 74.33 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-06-29T21:14:08.635Z] #55 74.47 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-06-29T21:14:08.635Z] #55 74.56 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-29T21:14:08.635Z] #55 74.58 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-29T21:14:08.635Z] #55 74.59 go: downloading github.com/stretchr/objx v0.1.1 [2022-06-29T21:14:08.635Z] #55 74.88 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-29T21:14:08.635Z] #55 75.10 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-29T21:14:08.635Z] #55 75.16 go: downloading golang.org/x/text v0.3.7 [2022-06-29T21:14:08.635Z] #55 84.20 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-29T21:14:08.757Z] #14 106.1 Selecting previously unselected package libpcre2-16-0:arm64. [2022-06-29T21:14:08.757Z] #14 106.1 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2022-06-29T21:14:08.757Z] #14 106.1 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2022-06-29T21:14:08.873Z] #84 125.4 checking for statx... yes [2022-06-29T21:14:08.895Z] #55 ... [2022-06-29T21:14:08.895Z] [2022-06-29T21:14:08.895Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:14:08.895Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:14:08.895Z] #42 84.26 Selecting previously unselected package libxml2:amd64. [2022-06-29T21:14:08.895Z] #42 84.28 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-29T21:14:08.895Z] #42 84.29 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-29T21:14:08.925Z] #14 83.32 Selecting previously unselected package binutils-mingw-w64. [2022-06-29T21:14:08.925Z] #14 83.32 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-29T21:14:08.925Z] #14 83.35 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-29T21:14:08.925Z] #14 83.66 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-29T21:14:08.925Z] #14 83.66 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-29T21:14:08.925Z] #14 83.67 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:14:08.925Z] #14 84.11 Selecting previously unselected package dmsetup. [2022-06-29T21:14:08.925Z] #14 84.12 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-29T21:14:08.925Z] #14 84.16 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-29T21:14:09.130Z] #84 125.8 checking for fgetpwent_r... yes [2022-06-29T21:14:09.187Z] #14 84.49 Selecting previously unselected package mingw-w64-common. [2022-06-29T21:14:09.187Z] #14 84.49 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-29T21:14:09.187Z] #14 84.50 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-29T21:14:09.652Z] #84 126.2 checking for issetugid... no [2022-06-29T21:14:09.742Z] #14 106.9 Selecting previously unselected package libpcre2-32-0:arm64. [2022-06-29T21:14:09.742Z] #14 106.9 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2022-06-29T21:14:09.763Z] #14 ... [2022-06-29T21:14:09.763Z] [2022-06-29T21:14:09.763Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:14:09.763Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:14:09.763Z] #55 83.75 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-06-29T21:14:09.763Z] #55 84.28 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-29T21:14:09.763Z] #55 84.31 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-06-29T21:14:09.763Z] #55 84.56 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-29T21:14:09.763Z] #55 84.82 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-29T21:14:09.763Z] #55 84.88 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-29T21:14:09.763Z] #55 84.96 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-29T21:14:09.763Z] #55 84.97 go: downloading golang.org/x/mod v0.5.1 [2022-06-29T21:14:09.763Z] #55 85.04 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-29T21:14:09.838Z] #42 85.41 Selecting previously unselected package libarchive13:amd64. [2022-06-29T21:14:09.838Z] #42 85.41 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-29T21:14:09.838Z] #42 85.44 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-29T21:14:09.913Z] #84 126.5 checking for pkg-config... /usr/bin/pkg-config [2022-06-29T21:14:09.913Z] #84 126.5 checking pkg-config is at least version 0.9.0... yes [2022-06-29T21:14:10.004Z] #14 107.2 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2022-06-29T21:14:10.025Z] #55 85.15 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-29T21:14:10.025Z] #55 85.18 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-29T21:14:10.170Z] #84 126.6 checking for library containing yajl_tree_get... -lyajl [2022-06-29T21:14:10.287Z] #55 85.44 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-29T21:14:10.288Z] #55 85.48 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-29T21:14:10.288Z] #55 85.55 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-29T21:14:10.408Z] #42 86.11 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-29T21:14:10.408Z] #42 86.12 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-29T21:14:10.408Z] #42 86.13 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-29T21:14:10.427Z] #84 127.1 checking for yajl >= 2.0.0... yes [2022-06-29T21:14:10.577Z] #14 108.1 Selecting previously unselected package libpcre2-posix2:arm64. [2022-06-29T21:14:10.577Z] #14 108.1 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2022-06-29T21:14:10.577Z] #14 108.1 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2022-06-29T21:14:10.669Z] #42 86.29 Selecting previously unselected package librhash0:amd64. [2022-06-29T21:14:10.669Z] #42 86.31 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-06-29T21:14:10.669Z] #42 86.32 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-29T21:14:10.685Z] #84 127.2 checking sys/capability.h usability... yes [2022-06-29T21:14:10.862Z] #55 86.14 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-29T21:14:10.862Z] #55 86.25 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-29T21:14:10.929Z] #42 86.65 Selecting previously unselected package libuv1:amd64. [2022-06-29T21:14:10.929Z] #42 86.66 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-06-29T21:14:10.929Z] #42 86.68 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-29T21:14:11.033Z] #84 127.5 checking sys/capability.h presence... yes [2022-06-29T21:14:11.033Z] #84 127.6 checking for sys/capability.h... yes [2022-06-29T21:14:11.437Z] #55 86.84 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-29T21:14:11.499Z] #42 87.18 Selecting previously unselected package cmake. [2022-06-29T21:14:11.499Z] #42 87.20 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-29T21:14:11.499Z] #42 87.21 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-29T21:14:11.522Z] #14 109.0 Selecting previously unselected package libpcre2-dev:arm64. [2022-06-29T21:14:11.522Z] #14 109.0 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2022-06-29T21:14:11.601Z] #84 127.6 checking for library containing cap_from_name... -lcap [2022-06-29T21:14:11.714Z] #55 87.04 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-29T21:14:11.714Z] #55 87.11 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-29T21:14:11.783Z] #14 109.2 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2022-06-29T21:14:11.977Z] #55 87.34 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-29T21:14:12.165Z] #84 128.2 checking for library containing dlopen... -ldl [2022-06-29T21:14:12.239Z] #55 87.42 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-29T21:14:12.239Z] #55 87.45 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-29T21:14:12.239Z] #55 87.46 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-29T21:14:12.424Z] #84 128.8 checking seccomp.h usability... yes [2022-06-29T21:14:12.424Z] #84 129.1 checking seccomp.h presence... yes [2022-06-29T21:14:12.424Z] #84 129.2 checking for seccomp.h... yes [2022-06-29T21:14:12.727Z] #14 110.1 Selecting previously unselected package libselinux1-dev:arm64. [2022-06-29T21:14:12.727Z] #14 110.1 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-06-29T21:14:12.727Z] #14 110.1 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2022-06-29T21:14:12.727Z] #14 ... [2022-06-29T21:14:12.727Z] [2022-06-29T21:14:12.727Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:14:12.727Z] #67 sha256:4760a3e336b46382dcec18f64da2132b8ccc213751e4983ad3050d12eaca80be [2022-06-29T21:14:12.727Z] #67 99.69 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-29T21:14:12.727Z] #67 99.69 + GOBIN=/build [2022-06-29T21:14:12.727Z] #67 99.69 + GO111MODULE=on [2022-06-29T21:14:12.727Z] #67 99.69 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-29T21:14:12.727Z] #67 105.0 rootlesskit version 1.0.0 [2022-06-29T21:14:12.727Z] #67 105.0 Usage of /build/rootlesskit-docker-proxy: [2022-06-29T21:14:12.727Z] #67 105.0 -container-ip string [2022-06-29T21:14:12.727Z] #67 105.0 container ip [2022-06-29T21:14:12.727Z] #67 105.0 -container-port int [2022-06-29T21:14:12.727Z] #67 105.0 container port (default -1) [2022-06-29T21:14:12.727Z] #67 105.0 -host-ip string [2022-06-29T21:14:12.727Z] #67 105.0 host ip [2022-06-29T21:14:12.727Z] #67 105.0 -host-port int [2022-06-29T21:14:12.727Z] #67 105.0 host port (default -1) [2022-06-29T21:14:12.727Z] #67 105.0 -proto string [2022-06-29T21:14:12.727Z] #67 105.0 proxy protocol (default "tcp") [2022-06-29T21:14:12.727Z] #67 ... [2022-06-29T21:14:12.727Z] [2022-06-29T21:14:12.727Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:12.727Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-29T21:14:12.727Z] #77 54.91 configure.ac:7: installing 'build-aux/compile' [2022-06-29T21:14:12.727Z] #77 54.92 configure.ac:9: installing 'build-aux/config.guess' [2022-06-29T21:14:12.727Z] #77 54.93 configure.ac:9: installing 'build-aux/config.sub' [2022-06-29T21:14:12.727Z] #77 54.94 configure.ac:11: installing 'build-aux/install-sh' [2022-06-29T21:14:12.727Z] #77 54.95 configure.ac:11: installing 'build-aux/missing' [2022-06-29T21:14:12.727Z] #77 55.12 Makefile.am: installing 'build-aux/depcomp' [2022-06-29T21:14:12.727Z] #77 55.25 parallel-tests: installing 'build-aux/test-driver' [2022-06-29T21:14:12.727Z] #77 57.49 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-29T21:14:12.727Z] #77 57.50 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-29T21:14:12.727Z] #77 58.18 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-29T21:14:12.727Z] #77 58.18 libtoolize: copying file 'm4/libtool.m4' [2022-06-29T21:14:12.727Z] #77 58.28 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-29T21:14:12.727Z] #77 58.41 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-29T21:14:12.727Z] #77 58.53 libtoolize: copying file 'm4/ltversion.m4' [2022-06-29T21:14:12.727Z] #77 58.65 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-29T21:14:12.814Z] #55 ... [2022-06-29T21:14:12.814Z] [2022-06-29T21:14:12.814Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:14:12.814Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:14:12.814Z] #51 77.66 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-06-29T21:14:12.814Z] #51 77.69 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-29T21:14:12.814Z] #51 77.70 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:14:12.814Z] #51 77.77 Setting up python3-six (1.16.0-2) ... [2022-06-29T21:14:12.814Z] #51 80.04 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-29T21:14:12.814Z] #51 80.06 Setting up python3-protobuf (3.12.4-1) ... [2022-06-29T21:14:12.814Z] #51 87.09 Setting up criu (3.17-1) ... [2022-06-29T21:14:12.814Z] #51 ... [2022-06-29T21:14:12.814Z] [2022-06-29T21:14:12.814Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:14:12.814Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:14:12.814Z] #55 88.05 go: downloading github.com/prometheus/common v0.10.0 [2022-06-29T21:14:12.989Z] #77 ... [2022-06-29T21:14:12.989Z] [2022-06-29T21:14:12.989Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:14:12.989Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-29T21:14:12.989Z] #14 110.5 Selecting previously unselected package libdevmapper-dev:arm64.#14 ... [2022-06-29T21:14:12.989Z] [2022-06-29T21:14:12.990Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:14:12.990Z] #67 sha256:4760a3e336b46382dcec18f64da2132b8ccc213751e4983ad3050d12eaca80be [2022-06-29T21:14:12.990Z] #67 DONE 110.1s [2022-06-29T21:14:12.990Z] [2022-06-29T21:14:12.990Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:14:12.990Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-29T21:14:12.990Z] #14 110.5 Selecting previously unselected package libdevmapper-dev:arm64. [2022-06-29T21:14:12.990Z] #14 110.5 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-06-29T21:14:12.990Z] #14 110.5 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-06-29T21:14:12.990Z] #14 110.5 Selecting previously unselected package libseccomp-dev:arm64. [2022-06-29T21:14:12.990Z] #14 110.5 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-06-29T21:14:12.990Z] #14 110.6 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-29T21:14:12.994Z] #84 129.2 checking for library containing seccomp_rule_add... -lseccomp [2022-06-29T21:14:12.994Z] #84 129.6 checking for library containing seccomp_arch_resolve_name... none required [2022-06-29T21:14:13.076Z] #55 88.34 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-29T21:14:13.251Z] #14 ... [2022-06-29T21:14:13.251Z] #84 129.8 checking systemd/sd-bus.h usability... yes [2022-06-29T21:14:13.251Z] #84 129.9 checking systemd/sd-bus.h presence... yes [2022-06-29T21:14:13.251Z] [2022-06-29T21:14:13.251Z] #84 130.0 checking for systemd/sd-bus.h... yes [2022-06-29T21:14:13.251Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-29T21:14:13.251Z] #68 sha256:75b9a240d840fe6894656cb524c3fdb93e6308b185f8ecd86a028dfb57aaaa48 [2022-06-29T21:14:13.251Z] #68 DONE 0.1s [2022-06-29T21:14:13.251Z] [2022-06-29T21:14:13.251Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-29T21:14:13.251Z] #69 sha256:3dfebb3f773127c3fec5bac2b7f003810b5ea268fc56720264049a9405ffa47a [2022-06-29T21:14:13.251Z] #69 DONE 0.1s [2022-06-29T21:14:13.251Z] [2022-06-29T21:14:13.251Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:14:13.251Z] #14 sha256:ccefdebd2ae759311f68f2fb788abb226616c9532ac39b89b65a3b6e46849cc0 [2022-06-29T21:14:13.251Z] #14 110.8 Selecting previously unselected package libsystemd-dev:arm64. [2022-06-29T21:14:13.251Z] #14 110.8 Preparing to unpack .../29-libsystemd-dev_247.3-7_arm64.deb ... [2022-06-29T21:14:13.251Z] #14 110.8 Unpacking libsystemd-dev:arm64 (247.3-7) ... [2022-06-29T21:14:13.339Z] #55 88.57 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-29T21:14:13.408Z] #42 ... [2022-06-29T21:14:13.408Z] [2022-06-29T21:14:13.408Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:14:13.408Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:14:13.408Z] #14 78.89 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-29T21:14:13.408Z] #14 78.90 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-29T21:14:13.408Z] #14 78.92 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-29T21:14:13.408Z] #14 82.69 Selecting previously unselected package binutils-mingw-w64. [2022-06-29T21:14:13.408Z] #14 82.69 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-29T21:14:13.408Z] #14 82.71 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-29T21:14:13.408Z] #14 83.03 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-29T21:14:13.408Z] #14 83.04 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-29T21:14:13.408Z] #14 83.05 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:14:13.408Z] #14 83.45 Selecting previously unselected package dmsetup. [2022-06-29T21:14:13.408Z] #14 83.45 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-29T21:14:13.408Z] #14 83.48 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-29T21:14:13.408Z] #14 83.88 Selecting previously unselected package mingw-w64-common. [2022-06-29T21:14:13.408Z] #14 83.89 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-29T21:14:13.408Z] #14 83.92 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-29T21:14:13.408Z] #14 ... [2022-06-29T21:14:13.408Z] [2022-06-29T21:14:13.408Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:14:13.408Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:14:13.408Z] #55 84.60 go: downloading github.com/gobwas/glob v0.2.3 [2022-06-29T21:14:13.408Z] #55 84.72 go: downloading github.com/kisielk/gotool v1.0.0 [2022-06-29T21:14:13.408Z] #55 84.82 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-06-29T21:14:13.408Z] #55 84.88 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-06-29T21:14:13.408Z] #55 84.90 go: downloading golang.org/x/mod v0.5.1 [2022-06-29T21:14:13.408Z] #55 85.08 go: downloading github.com/ettle/strcase v0.1.1 [2022-06-29T21:14:13.408Z] #55 85.25 go: downloading github.com/fatih/structtag v1.2.0 [2022-06-29T21:14:13.408Z] #55 85.40 go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-29T21:14:13.408Z] #55 85.60 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-06-29T21:14:13.408Z] #55 85.76 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-06-29T21:14:13.408Z] #55 85.83 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-06-29T21:14:13.408Z] #55 86.39 go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-29T21:14:13.408Z] #55 86.53 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-06-29T21:14:13.408Z] #55 86.62 go: downloading github.com/google/go-cmp v0.5.6 [2022-06-29T21:14:13.408Z] #55 87.10 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-06-29T21:14:13.408Z] #55 87.12 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-06-29T21:14:13.408Z] #55 87.34 go: downloading github.com/beorn7/perks v1.0.1 [2022-06-29T21:14:13.408Z] #55 87.41 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-29T21:14:13.408Z] #55 87.62 go: downloading github.com/cespare/xxhash v1.1.0 [2022-06-29T21:14:13.408Z] #55 87.76 go: downloading github.com/golang/protobuf v1.5.2 [2022-06-29T21:14:13.408Z] #55 88.16 go: downloading github.com/prometheus/common v0.10.0 [2022-06-29T21:14:13.408Z] #55 88.60 go: downloading github.com/prometheus/procfs v0.6.0 [2022-06-29T21:14:13.408Z] #55 88.67 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-06-29T21:14:13.408Z] #55 88.92 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-29T21:14:13.602Z] #55 88.81 go: downloading google.golang.org/protobuf v1.27.1 [2022-06-29T21:14:13.602Z] #55 ... [2022-06-29T21:14:13.602Z] [2022-06-29T21:14:13.602Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:13.602Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:14:13.602Z] #77 1.350 Cloning into '/tmp/crun-build'... [2022-06-29T21:14:13.602Z] #77 ... [2022-06-29T21:14:13.602Z] [2022-06-29T21:14:13.602Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:14:13.602Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:14:13.602Z] #42 79.77 Selecting previously unselected package libxml2:amd64. [2022-06-29T21:14:13.602Z] #42 79.77 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-29T21:14:13.602Z] #42 79.78 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-29T21:14:13.602Z] #42 80.69 Selecting previously unselected package libarchive13:amd64. [2022-06-29T21:14:13.602Z] #42 80.70 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-29T21:14:13.602Z] #42 80.70 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-29T21:14:13.602Z] #42 81.33 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-29T21:14:13.602Z] #42 81.33 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-29T21:14:13.602Z] #42 81.34 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-29T21:14:13.602Z] #42 81.73 Selecting previously unselected package librhash0:amd64. [2022-06-29T21:14:13.602Z] #42 81.73 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-06-29T21:14:13.602Z] #42 81.74 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-29T21:14:13.602Z] #42 82.20 Selecting previously unselected package libuv1:amd64. [2022-06-29T21:14:13.602Z] #42 82.20 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-06-29T21:14:13.602Z] #42 82.21 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-29T21:14:13.602Z] #42 82.52 Selecting previously unselected package cmake. [2022-06-29T21:14:13.602Z] #42 82.53 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-29T21:14:13.602Z] #42 82.55 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-29T21:14:13.676Z] #14 91.07 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-29T21:14:13.676Z] #14 91.08 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:14:13.676Z] #14 91.08 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-29T21:14:13.676Z] #14 ... [2022-06-29T21:14:13.676Z] [2022-06-29T21:14:13.676Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:13.676Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:14:13.676Z] #77 36.57 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-06-29T21:14:14.185Z] #84 130.0 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-06-29T21:14:14.195Z] #14 111.7 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-29T21:14:14.195Z] #14 111.8 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-06-29T21:14:14.457Z] #14 111.8 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-29T21:14:14.457Z] #14 111.8 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-06-29T21:14:14.457Z] #14 111.8 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-29T21:14:14.457Z] #14 111.8 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2022-06-29T21:14:14.457Z] #14 111.8 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-06-29T21:14:14.457Z] #14 111.8 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2022-06-29T21:14:14.457Z] #14 111.9 Setting up libudev-dev:arm64 (247.3-7) ... [2022-06-29T21:14:14.457Z] #14 111.9 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2022-06-29T21:14:14.457Z] #14 111.9 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-29T21:14:14.457Z] #14 111.9 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-06-29T21:14:14.457Z] #14 111.9 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-29T21:14:14.457Z] #14 112.0 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-29T21:14:14.457Z] #14 112.0 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-29T21:14:14.457Z] #14 112.0 Setting up libsystemd-dev:arm64 (247.3-7) ... [2022-06-29T21:14:14.457Z] #14 112.0 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-29T21:14:14.457Z] #14 112.0 Setting up libpcre2-dev:arm64 (10.36-2) ... [2022-06-29T21:14:14.457Z] #14 112.1 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-06-29T21:14:14.457Z] #14 112.1 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-29T21:14:14.458Z] #84 130.8 checking for sd_notify_barrier... yes [2022-06-29T21:14:14.458Z] #84 131.1 checking linux/bpf.h usability... yes [2022-06-29T21:14:14.458Z] #84 131.3 checking linux/bpf.h presence... yes [2022-06-29T21:14:14.718Z] #14 112.1 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-29T21:14:14.718Z] #14 112.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-29T21:14:14.718Z] #14 112.1 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-29T21:14:14.718Z] #14 112.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-29T21:14:14.718Z] #14 112.1 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-29T21:14:14.718Z] #14 112.1 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-29T21:14:14.718Z] #14 112.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-06-29T21:14:14.718Z] #14 112.2 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-29T21:14:14.718Z] #14 112.2 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-29T21:14:14.718Z] #14 112.2 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-29T21:14:14.718Z] #14 112.2 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-29T21:14:14.718Z] #14 112.3 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-06-29T21:14:14.718Z] #14 112.3 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-06-29T21:14:14.718Z] #14 112.3 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:14:14.811Z] #84 131.3 checking for linux/bpf.h... yes [2022-06-29T21:14:14.996Z] #42 90.33 Setting up libicu67:amd64 (67.1-7) ... [2022-06-29T21:14:14.996Z] #42 90.35 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:14:14.996Z] #42 90.36 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-29T21:14:14.996Z] #42 90.37 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:14:14.996Z] #42 90.44 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-29T21:14:14.996Z] #42 90.44 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-29T21:14:14.996Z] #42 ... [2022-06-29T21:14:14.996Z] [2022-06-29T21:14:14.996Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:14.996Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:14:14.996Z] #77 11.71 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-06-29T21:14:15.071Z] #84 131.3 checking compilation for eBPF... yes [2022-06-29T21:14:15.071Z] #84 131.6 checking for criu >= 3.15... no [2022-06-29T21:14:15.071Z] #84 131.7 configure: CRIU headers not found, building without CRIU support [2022-06-29T21:14:15.071Z] #84 131.7 checking for criu > 3.16... no [2022-06-29T21:14:15.071Z] #84 131.7 configure: CRIU version doesn't support join-ns API [2022-06-29T21:14:15.071Z] #84 131.7 checking for criu > 3.16.1... no [2022-06-29T21:14:15.071Z] #84 131.7 configure: CRIU version doesn't support for pre-dumping [2022-06-29T21:14:15.071Z] #84 131.7 checking for new mount API (fsconfig)... yes [2022-06-29T21:14:15.071Z] #84 131.9 checking for seccomp notify API... yes [2022-06-29T21:14:15.259Z] #77 11.74 Cloning into '/tmp/crun-build/libocispec'... [2022-06-29T21:14:15.291Z] #14 DONE 112.7s [2022-06-29T21:14:15.291Z] [2022-06-29T21:14:15.291Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-29T21:14:15.291Z] #59 sha256:3fe31d34dbaec7a7d3c3c25bdcb41f97b8389cc439803119decd698a2dabb5ef [2022-06-29T21:14:15.328Z] #84 131.9 checking for gperf... no [2022-06-29T21:14:15.328Z] #84 131.9 configure: gperf not found - cannot rebuild signal parser code [2022-06-29T21:14:15.328Z] #84 131.9 checking for library containing argp_parse... none required [2022-06-29T21:14:15.552Z] #59 DONE 0.2s [2022-06-29T21:14:15.552Z] [2022-06-29T21:14:15.552Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:14:15.552Z] #60 sha256:f91445fef201c2ac3d6c287812ad9401a416323d1c2d161a15d19dab09df6d82 [2022-06-29T21:14:15.589Z] #84 132.3 checking that generated files are newer than configure... done [2022-06-29T21:14:15.589Z] #84 132.3 configure: creating ./config.status [2022-06-29T21:14:16.506Z] #60 0.888 + RM_GOPATH=0 [2022-06-29T21:14:16.506Z] #60 0.888 + TMP_GOPATH= [2022-06-29T21:14:16.506Z] #60 0.888 + : /build [2022-06-29T21:14:16.506Z] #60 0.889 + '[' -z '' ']' [2022-06-29T21:14:16.506Z] #60 0.890 ++ mktemp -d [2022-06-29T21:14:16.506Z] #60 0.892 + export GOPATH=/tmp/tmp.ZY480igeVj [2022-06-29T21:14:16.506Z] #60 0.893 + GOPATH=/tmp/tmp.ZY480igeVj [2022-06-29T21:14:16.506Z] #60 0.893 + RM_GOPATH=1 [2022-06-29T21:14:16.506Z] #60 0.893 + case "$(go env GOARCH)" in [2022-06-29T21:14:16.506Z] #60 0.895 ++ go env GOARCH [2022-06-29T21:14:16.506Z] #60 0.919 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:14:16.506Z] #60 0.919 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:14:16.506Z] #60 0.944 ++ dirname /install.sh [2022-06-29T21:14:16.506Z] #60 0.951 + dir=/ [2022-06-29T21:14:16.506Z] #60 0.951 + bin=runc [2022-06-29T21:14:16.506Z] #60 ... [2022-06-29T21:14:16.506Z] [2022-06-29T21:14:16.506Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-29T21:14:16.506Z] #15 sha256:e5f951f348dd47dc403642e15144e99ddf318c4dfb9ca7c56e57c875c8dd1b00 [2022-06-29T21:14:16.506Z] #15 DONE 1.2s [2022-06-29T21:14:16.506Z] [2022-06-29T21:14:16.506Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:14:16.506Z] #60 sha256:f91445fef201c2ac3d6c287812ad9401a416323d1c2d161a15d19dab09df6d82 [2022-06-29T21:14:16.506Z] #60 0.951 + shift [2022-06-29T21:14:16.506Z] #60 0.951 + '[' '!' -f //runc.installer ']' [2022-06-29T21:14:16.506Z] #60 0.951 + . //runc.installer [2022-06-29T21:14:16.506Z] #60 0.951 ++ set -e [2022-06-29T21:14:16.506Z] #60 0.951 ++ : v1.1.2 [2022-06-29T21:14:16.506Z] #60 0.952 + install_runc [2022-06-29T21:14:16.506Z] #60 0.952 + RUNC_BUILDTAGS=seccomp [2022-06-29T21:14:16.506Z] #60 0.952 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-29T21:14:16.506Z] #60 0.952 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ZY480igeVj/src/github.com/opencontainers/runc [2022-06-29T21:14:16.506Z] #60 0.952 Install runc version v1.1.2 (build tags: seccomp) [2022-06-29T21:14:16.506Z] #60 0.954 Cloning into '/tmp/tmp.ZY480igeVj/src/github.com/opencontainers/runc'... [2022-06-29T21:14:16.651Z] #77 ... [2022-06-29T21:14:16.651Z] [2022-06-29T21:14:16.651Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:14:16.651Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:14:16.651Z] #51 90.50 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:14:16.651Z] #51 DONE 91.7s [2022-06-29T21:14:16.710Z] #55 91.95 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-29T21:14:16.913Z] [2022-06-29T21:14:16.913Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:14:16.913Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:14:16.913Z] #42 90.46 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-29T21:14:16.913Z] #42 90.50 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-29T21:14:16.913Z] #42 90.50 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-29T21:14:16.913Z] #42 90.54 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-29T21:14:16.913Z] #42 90.54 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:14:16.913Z] #42 DONE 92.0s [2022-06-29T21:14:16.913Z] [2022-06-29T21:14:16.913Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-29T21:14:16.913Z] #43 sha256:c4e8df82a8510817fdba0be0f232c91e54a0c1d471807d157bb2b57b4c2750ee [2022-06-29T21:14:16.913Z] #43 DONE 0.2s [2022-06-29T21:14:16.913Z] [2022-06-29T21:14:16.913Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:16.913Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:14:16.914Z] #77 13.53 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-06-29T21:14:16.914Z] #77 13.55 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-06-29T21:14:16.914Z] #77 13.55 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-06-29T21:14:16.970Z] #55 ... [2022-06-29T21:14:16.970Z] [2022-06-29T21:14:16.970Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-06-29T21:14:16.970Z] #51 sha256:85d562888509b8dc68f40daa9a6b29228715eaabeec611d973698a923ccdc59a [2022-06-29T21:14:16.970Z] #51 86.89 Setting up criu (3.17-1) ... [2022-06-29T21:14:16.970Z] #51 90.52 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:14:16.970Z] #51 DONE 92.2s [2022-06-29T21:14:16.970Z] [2022-06-29T21:14:16.970Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:16.970Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:14:16.970Z] #77 11.98 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-06-29T21:14:16.990Z] #84 ... [2022-06-29T21:14:16.990Z] [2022-06-29T21:14:16.990Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-29T21:14:16.990Z] #19 sha256:917bf0834aad25d25cd204588999ad2a1286424901d6429e4987625c582c85f0 [2022-06-29T21:14:16.990Z] #19 171.8 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B] [2022-06-29T21:14:16.990Z] #19 171.8 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-06-29T21:14:16.990Z] #19 171.8 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-06-29T21:14:16.990Z] #19 171.9 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB] [2022-06-29T21:14:16.990Z] #19 171.9 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-06-29T21:14:16.990Z] #19 171.9 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2022-06-29T21:14:16.990Z] #19 171.9 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-06-29T21:14:16.990Z] #19 171.9 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-06-29T21:14:16.990Z] #19 172.0 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-06-29T21:14:16.990Z] #19 172.1 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-06-29T21:14:16.990Z] #19 172.2 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2022-06-29T21:14:16.990Z] #19 172.2 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-06-29T21:14:16.990Z] #19 172.2 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-06-29T21:14:16.990Z] #19 172.2 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB] [2022-06-29T21:14:16.990Z] #19 172.3 Get:109 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB] [2022-06-29T21:14:16.990Z] #19 174.5 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B] [2022-06-29T21:14:16.990Z] #19 174.5 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB] [2022-06-29T21:14:16.990Z] #19 174.5 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-06-29T21:14:16.990Z] #19 174.7 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB] [2022-06-29T21:14:16.990Z] #19 174.8 Get:114 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB] [2022-06-29T21:14:16.990Z] #19 177.5 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B] [2022-06-29T21:14:16.990Z] #19 177.5 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-06-29T21:14:16.990Z] #19 177.5 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-06-29T21:14:16.990Z] #19 177.6 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB] [2022-06-29T21:14:16.991Z] #19 177.6 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2022-06-29T21:14:16.991Z] #19 177.6 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2022-06-29T21:14:16.991Z] #19 177.6 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-06-29T21:14:16.991Z] #19 177.6 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-06-29T21:14:16.991Z] #19 177.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-06-29T21:14:16.991Z] #19 177.7 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-06-29T21:14:16.991Z] #19 177.7 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB] [2022-06-29T21:14:16.991Z] #19 177.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-06-29T21:14:16.991Z] #19 180.1 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B] [2022-06-29T21:14:16.991Z] #19 180.1 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB] [2022-06-29T21:14:16.991Z] #19 180.1 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-06-29T21:14:16.991Z] #19 180.2 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB] [2022-06-29T21:14:16.991Z] #19 180.3 Get:131 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB] [2022-06-29T21:14:17.176Z] #77 13.56 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-06-29T21:14:17.176Z] #77 13.63 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-06-29T21:14:17.230Z] #77 11.99 Cloning into '/tmp/crun-build/libocispec'... [2022-06-29T21:14:17.248Z] #19 ... [2022-06-29T21:14:17.248Z] [2022-06-29T21:14:17.248Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-29T21:14:17.248Z] #43 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-29T21:14:17.248Z] #43 193.4 Delve is a source level debugger for Go programs. [2022-06-29T21:14:17.248Z] #43 193.4 [2022-06-29T21:14:17.248Z] #43 193.4 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-29T21:14:17.248Z] #43 193.4 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-29T21:14:17.248Z] #43 193.4 [2022-06-29T21:14:17.248Z] #43 193.4 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-29T21:14:17.248Z] #43 193.4 [2022-06-29T21:14:17.248Z] #43 193.4 Pass flags to the program you are debugging using `--`, for example: [2022-06-29T21:14:17.248Z] #43 193.4 [2022-06-29T21:14:17.248Z] #43 193.4 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-29T21:14:17.248Z] #43 193.4 [2022-06-29T21:14:17.248Z] #43 193.4 Usage: [2022-06-29T21:14:17.248Z] #43 193.4 dlv [command] [2022-06-29T21:14:17.248Z] #43 193.4 [2022-06-29T21:14:17.248Z] #43 193.4 Available Commands: [2022-06-29T21:14:17.248Z] #43 193.4 attach Attach to running process and begin debugging. [2022-06-29T21:14:17.248Z] #43 193.4 connect Connect to a headless debug server with a terminal client. [2022-06-29T21:14:17.248Z] #43 193.4 core Examine a core dump. [2022-06-29T21:14:17.248Z] #43 193.4 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-29T21:14:17.248Z] #43 193.4 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-29T21:14:17.248Z] #43 193.4 exec Execute a precompiled binary, and begin a debug session. [2022-06-29T21:14:17.248Z] #43 193.4 help Help about any command [2022-06-29T21:14:17.248Z] #43 193.4 run Deprecated command. Use 'debug' instead. [2022-06-29T21:14:17.248Z] #43 193.4 test Compile test binary and begin debugging program. [2022-06-29T21:14:17.248Z] #43 193.4 trace Compile and begin tracing program. [2022-06-29T21:14:17.248Z] #43 193.4 version Prints version. [2022-06-29T21:14:17.248Z] #43 193.4 [2022-06-29T21:14:17.248Z] #43 193.4 Flags: [2022-06-29T21:14:17.248Z] #43 193.4 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-29T21:14:17.248Z] #43 193.4 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-29T21:14:17.248Z] #43 193.4 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-29T21:14:17.248Z] #43 193.4 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-29T21:14:17.248Z] #43 193.4 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-29T21:14:17.248Z] #43 193.4 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-29T21:14:17.248Z] #43 193.4 --disable-aslr Disables address space randomization [2022-06-29T21:14:17.248Z] #43 193.4 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-29T21:14:17.248Z] #43 193.4 -h, --help help for dlv [2022-06-29T21:14:17.248Z] #43 193.4 --init string Init file, executed by the terminal client. [2022-06-29T21:14:17.248Z] #43 193.4 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-29T21:14:17.248Z] #43 193.4 --log Enable debugging server logging. [2022-06-29T21:14:17.248Z] #43 193.4 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-29T21:14:17.248Z] #43 193.4 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-29T21:14:17.248Z] #43 193.4 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-29T21:14:17.248Z] #43 193.4 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-29T21:14:17.248Z] #43 193.4 --wd string Working directory for running the program. [2022-06-29T21:14:17.248Z] #43 193.4 [2022-06-29T21:14:17.248Z] #43 193.4 Additional help topics: [2022-06-29T21:14:17.248Z] #43 193.4 dlv backend Help about the --backend flag. [2022-06-29T21:14:17.248Z] #43 193.4 dlv log Help about logging flags. [2022-06-29T21:14:17.248Z] #43 193.4 dlv redirect Help about file redirection. [2022-06-29T21:14:17.248Z] #43 193.4 [2022-06-29T21:14:17.248Z] #43 193.4 Use "dlv [command] --help" for more information about a command. [2022-06-29T21:14:17.458Z] #60 ... [2022-06-29T21:14:17.458Z] [2022-06-29T21:14:17.458Z] #16 [dev-systemd-false 2/28] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-29T21:14:17.458Z] #16 sha256:2cd4662a7e0c8506cf1db0a3c783d8e69fc17c83f0d53c3945b80f74260ecfd0 [2022-06-29T21:14:17.458Z] #16 DONE 0.9s [2022-06-29T21:14:17.458Z] [2022-06-29T21:14:17.458Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-29T21:14:17.458Z] #17 sha256:62342bb3e0d44055f2152b49fde1b4efa49fd44a77773d46b2210d92aec5a83e [2022-06-29T21:14:18.036Z] #17 0.677 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-29T21:14:18.333Z] #17 DONE 0.8s [2022-06-29T21:14:18.333Z] [2022-06-29T21:14:18.333Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-29T21:14:18.333Z] #18 sha256:7df831cd34c3e236217c8eb9e9d1f16a3e6abd6c752f0215ba9a94816c500d08 [2022-06-29T21:14:18.662Z] #43 DONE 194.9s [2022-06-29T21:14:18.662Z] [2022-06-29T21:14:18.662Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:18.662Z] #84 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:14:18.662Z] #84 134.4 config.status: creating Makefile [2022-06-29T21:14:18.662Z] #84 134.5 config.status: creating rpm/crun.spec [2022-06-29T21:14:18.662Z] #84 134.6 config.status: creating config.h [2022-06-29T21:14:18.662Z] #84 134.7 config.status: executing libtool commands [2022-06-29T21:14:18.662Z] #84 134.7 config.status: executing depfiles commands [2022-06-29T21:14:18.919Z] #84 135.6 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-06-29T21:14:18.919Z] #84 135.7 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-29T21:14:19.152Z] #77 13.95 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-06-29T21:14:19.152Z] #77 13.96 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-06-29T21:14:19.152Z] #77 13.97 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-06-29T21:14:19.152Z] #77 13.97 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-06-29T21:14:19.152Z] #77 14.01 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-06-29T21:14:19.483Z] #84 136.1 checking for gcc... gcc [2022-06-29T21:14:19.483Z] #84 136.2 checking whether the C compiler works... yes [2022-06-29T21:14:19.483Z] #84 136.4 checking for C compiler default output file name... a.out [2022-06-29T21:14:19.744Z] #18 DONE 1.2s [2022-06-29T21:14:19.744Z] [2022-06-29T21:14:19.744Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-29T21:14:19.744Z] #19 sha256:b7477035d509187c35ca5a8f7bb22c40a8e03086d8f5555f155280dc54f43d3b [2022-06-29T21:14:20.049Z] #84 136.4 checking for suffix of executables... [2022-06-29T21:14:20.049Z] #84 136.6 checking whether we are cross compiling... no [2022-06-29T21:14:20.049Z] #84 136.9 checking for suffix of object files... o [2022-06-29T21:14:20.097Z] #77 ... [2022-06-29T21:14:20.097Z] [2022-06-29T21:14:20.097Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:14:20.097Z] #42 sha256:370bcfe9a95a68aab9027192b977c4ace2c88d787a670b0db24df71c6f4c99c2 [2022-06-29T21:14:20.097Z] #42 94.62 Setting up libicu67:amd64 (67.1-7) ... [2022-06-29T21:14:20.097Z] #42 94.65 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:14:20.097Z] #42 94.65 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-29T21:14:20.097Z] #42 94.73 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:14:20.097Z] #42 94.94 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-29T21:14:20.097Z] #42 94.99 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-29T21:14:20.097Z] #42 95.01 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-29T21:14:20.097Z] #42 95.05 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-29T21:14:20.097Z] #42 95.08 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-29T21:14:20.097Z] #42 95.13 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-29T21:14:20.097Z] #42 95.13 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:14:20.097Z] #42 DONE 95.8s [2022-06-29T21:14:20.268Z] #77 ... [2022-06-29T21:14:20.268Z] [2022-06-29T21:14:20.268Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:14:20.268Z] #64 sha256:67dbbdfdcd43275ab72726c41a1d2d58e4927a24af9d9be20dcf08e7e00c3b2b [2022-06-29T21:14:20.306Z] #84 137.0 checking whether we are using the GNU C compiler... yes [2022-06-29T21:14:20.306Z] #84 137.1 checking whether gcc accepts -g... yes [2022-06-29T21:14:20.317Z] #19 DONE 0.9s [2022-06-29T21:14:20.317Z] [2022-06-29T21:14:20.317Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-06-29T21:14:20.317Z] #20 sha256:b68a7f7ec677c2d67bebbcbfa046df9a6e597dfa26a6a67cbb34c9548e89d961 [2022-06-29T21:14:20.357Z] [2022-06-29T21:14:20.357Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-29T21:14:20.357Z] #43 sha256:38ce4dcbd5f6cece91343e54c848d70acb915f9bf4a327c0a7fbcffa71a952b8 [2022-06-29T21:14:20.357Z] #43 DONE 0.1s [2022-06-29T21:14:20.357Z] [2022-06-29T21:14:20.357Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-06-29T21:14:20.357Z] #44 sha256:ee54f4aae910c40c8a5393ec809e3da3f4e3af252ec28b072a6b92f77794e834 [2022-06-29T21:14:20.562Z] #84 137.2 checking for gcc option to accept ISO C89... none needed [2022-06-29T21:14:20.790Z] #64 50.83 Updating files: 47% (2249/4778) Updating files: 48% (2294/4778) Updating files: 49% (2342/4778) Updating files: 50% (2389/4778) Updating files: 51% (2437/4778) Updating files: 52% (2485/4778) Updating files: 53% (2533/4778) Updating files: 54% (2581/4778) Updating files: 55% (2628/4778) Updating files: 56% (2676/4778) Updating files: 57% (2724/4778) Updating files: 58% (2772/4778) Updating files: 59% (2820/4778) Updating files: 60% (2867/4778) Updating files: 61% (2915/4778) Updating files: 62% (2963/4778) Updating files: 63% (3011/4778) Updating files: 64% (3058/4778) Updating files: 65% (3106/4778) Updating files: 66% (3154/4778) Updating files: 67% (3202/4778) Updating files: 68% (3250/4778) Updating files: 69% (3297/4778) Updating files: 70% (3345/4778) Updating files: 71% (3393/4778) Updating files: 72% (3441/4778) Updating files: 73% (3488/4778) Updating files: 74% (3536/4778) Updating files: 75% (3584/4778) Updating files: 76% (3632/4778) Updating files: 77% (3680/4778) Updating files: 78% (3727/4778) Updating files: 79% (3775/4778) Updating files: 80% (3823/4778) Updating files: 81% (3871/4778) Updating files: 82% (3918/4778) Updating files: 83% (3966/4778) Updating files: 83% (3985/4778) Updating files: 84% (4014/4778) Updating files: 85% (4062/4778) Updating files: 86% (4110/4778) Updating files: 87% (4157/4778) Updating files: 88% (4205/4778) Updating files: 89% (4253/4778) Updating files: 90% (4301/4778) Updating files: 91% (4348/4778) Updating files: 92% (4396/4778) Updating files: 93% (4444/4778) Updating files: 94% (4492/4778) Updating files: 95% (4540/4778) Updating files: 96% (4587/4778) Updating files: 97% (4635/4778) Updating files: 98% (4683/4778) Updating files: 99% (4731/4778) Updating files: 100% (4778/4778) Updating files: 100% (4778/4778), done. [2022-06-29T21:14:20.790Z] #64 52.42 + cd /tmp/tmp.VIgVU92tzx/src/github.com/containerd/containerd [2022-06-29T21:14:20.790Z] #64 52.43 + git checkout -q v1.6.6 [2022-06-29T21:14:20.819Z] #84 137.5 checking whether gcc understands -c and -o together... yes [2022-06-29T21:14:21.076Z] #84 137.7 checking how to run the C preprocessor... gcc -E [2022-06-29T21:14:21.076Z] #84 137.9 checking for grep that handles long lines and -e... /bin/grep [2022-06-29T21:14:21.076Z] #84 137.9 checking for egrep... /bin/grep -E [2022-06-29T21:14:21.395Z] #77 17.43 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-06-29T21:14:21.641Z] #84 137.9 checking for ANSI C header files... yes [2022-06-29T21:14:21.641Z] #84 138.4 checking for sys/types.h... yes [2022-06-29T21:14:21.705Z] #20 DONE 1.3s [2022-06-29T21:14:21.705Z] [2022-06-29T21:14:21.705Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-29T21:14:21.705Z] #26 sha256:c09e74314362f18f7fd3e05cc8aabcbbe8b098dd36bb588d055ab4037eea3986 [2022-06-29T21:14:21.740Z] #44 1.512 + RM_GOPATH=0 [2022-06-29T21:14:21.740Z] #44 1.512 + TMP_GOPATH= [2022-06-29T21:14:21.740Z] #44 1.512 + : /build [2022-06-29T21:14:21.740Z] #44 1.513 + '[' -z '' ']' [2022-06-29T21:14:21.740Z] #44 1.523 ++ mktemp -d [2022-06-29T21:14:21.740Z] #44 1.523 + export GOPATH=/tmp/tmp.N4jerZqzfL [2022-06-29T21:14:21.740Z] #44 1.526 + GOPATH=/tmp/tmp.N4jerZqzfL [2022-06-29T21:14:21.740Z] #44 1.526 + RM_GOPATH=1 [2022-06-29T21:14:21.740Z] #44 1.526 + case "$(go env GOARCH)" in [2022-06-29T21:14:21.740Z] #44 1.531 ++ go env GOARCH [2022-06-29T21:14:21.740Z] #44 1.561 Install tini version v0.19.0 [2022-06-29T21:14:21.740Z] #44 1.563 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:14:21.740Z] #44 1.563 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:14:21.740Z] #44 1.563 ++ dirname /install.sh [2022-06-29T21:14:21.740Z] #44 1.563 + dir=/ [2022-06-29T21:14:21.740Z] #44 1.563 + bin=tini [2022-06-29T21:14:21.740Z] #44 1.563 + shift [2022-06-29T21:14:21.740Z] #44 1.563 + '[' '!' -f //tini.installer ']' [2022-06-29T21:14:21.740Z] #44 1.563 + . //tini.installer [2022-06-29T21:14:21.740Z] #44 1.563 ++ : v0.19.0 [2022-06-29T21:14:21.740Z] #44 1.563 + install_tini [2022-06-29T21:14:21.740Z] #44 1.563 + echo 'Install tini version v0.19.0' [2022-06-29T21:14:21.740Z] #44 1.568 + git clone https://github.com/krallin/tini.git /tmp/tmp.N4jerZqzfL/tini [2022-06-29T21:14:21.740Z] #44 1.571 Cloning into '/tmp/tmp.N4jerZqzfL/tini'... [2022-06-29T21:14:21.933Z] #84 138.6 checking for sys/stat.h... yes [2022-06-29T21:14:21.933Z] #84 138.7 checking for stdlib.h... yes [2022-06-29T21:14:22.191Z] #84 138.9 checking for string.h... yes [2022-06-29T21:14:22.228Z] #26 117.7 Updating files: 22% (2535/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) Updating files: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 37% (4224/11414) Updating files: 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: 45% (5214/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) [2022-06-29T21:14:22.228Z] #26 ... [2022-06-29T21:14:22.228Z] [2022-06-29T21:14:22.228Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-29T21:14:22.228Z] #36 sha256:ccf5d63b7d42e11b5f9cac632d7ef55087954b3ccbe644ab1638efdcd50070e6 [2022-06-29T21:14:22.228Z] #36 119.5 Delve is a source level debugger for Go programs. [2022-06-29T21:14:22.228Z] #36 119.5 [2022-06-29T21:14:22.228Z] #36 119.5 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-29T21:14:22.228Z] #36 119.5 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-29T21:14:22.228Z] #36 119.5 [2022-06-29T21:14:22.228Z] #36 119.5 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-29T21:14:22.228Z] #36 119.5 [2022-06-29T21:14:22.228Z] #36 119.5 Pass flags to the program you are debugging using `--`, for example: [2022-06-29T21:14:22.228Z] #36 119.5 [2022-06-29T21:14:22.228Z] #36 119.5 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-29T21:14:22.228Z] #36 119.5 [2022-06-29T21:14:22.228Z] #36 119.5 Usage: [2022-06-29T21:14:22.228Z] #36 119.5 dlv [command] [2022-06-29T21:14:22.228Z] #36 119.5 [2022-06-29T21:14:22.228Z] #36 119.5 Available Commands: [2022-06-29T21:14:22.228Z] #36 119.5 attach Attach to running process and begin debugging. [2022-06-29T21:14:22.228Z] #36 119.5 connect Connect to a headless debug server with a terminal client. [2022-06-29T21:14:22.228Z] #36 119.5 core Examine a core dump. [2022-06-29T21:14:22.228Z] #36 119.5 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-29T21:14:22.228Z] #36 119.5 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-29T21:14:22.228Z] #36 119.5 exec Execute a precompiled binary, and begin a debug session. [2022-06-29T21:14:22.228Z] #36 119.5 help Help about any command [2022-06-29T21:14:22.228Z] #36 119.5 run Deprecated command. Use 'debug' instead. [2022-06-29T21:14:22.228Z] #36 119.5 test Compile test binary and begin debugging program. [2022-06-29T21:14:22.228Z] #36 119.5 trace Compile and begin tracing program. [2022-06-29T21:14:22.228Z] #36 119.5 version Prints version. [2022-06-29T21:14:22.228Z] #36 119.5 [2022-06-29T21:14:22.228Z] #36 119.5 Flags: [2022-06-29T21:14:22.228Z] #36 119.5 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-29T21:14:22.228Z] #36 119.5 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-29T21:14:22.228Z] #36 119.5 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-29T21:14:22.228Z] #36 119.5 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-29T21:14:22.228Z] #36 119.5 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-29T21:14:22.228Z] #36 119.5 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-29T21:14:22.228Z] #36 119.5 --disable-aslr Disables address space randomization [2022-06-29T21:14:22.228Z] #36 119.5 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-29T21:14:22.228Z] #36 119.5 -h, --help help for dlv [2022-06-29T21:14:22.228Z] #36 119.5 --init string Init file, executed by the terminal client. [2022-06-29T21:14:22.228Z] #36 119.5 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-29T21:14:22.228Z] #36 119.5 --log Enable debugging server logging. [2022-06-29T21:14:22.228Z] #36 119.5 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-29T21:14:22.228Z] #36 119.5 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-29T21:14:22.228Z] #36 119.5 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-29T21:14:22.228Z] #36 119.5 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-29T21:14:22.228Z] #36 119.5 --wd string Working directory for running the program. [2022-06-29T21:14:22.228Z] #36 119.5 [2022-06-29T21:14:22.228Z] #36 119.5 Additional help topics: [2022-06-29T21:14:22.228Z] #36 119.5 dlv backend Help about the --backend flag. [2022-06-29T21:14:22.228Z] #36 119.5 dlv log Help about logging flags. [2022-06-29T21:14:22.228Z] #36 119.5 dlv redirect Help about file redirection. [2022-06-29T21:14:22.228Z] #36 119.5 [2022-06-29T21:14:22.228Z] #36 119.5 Use "dlv [command] --help" for more information about a command. [2022-06-29T21:14:22.228Z] #36 DONE 119.7s [2022-06-29T21:14:22.228Z] [2022-06-29T21:14:22.228Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-29T21:14:22.228Z] #26 sha256:c09e74314362f18f7fd3e05cc8aabcbbe8b098dd36bb588d055ab4037eea3986 [2022-06-29T21:14:22.484Z] #84 139.1 checking for memory.h... yes [2022-06-29T21:14:22.681Z] #44 2.402 + cd /tmp/tmp.N4jerZqzfL/tini [2022-06-29T21:14:22.681Z] #44 2.417 + git checkout -q v0.19.0 [2022-06-29T21:14:22.681Z] #44 2.431 + cmake . [2022-06-29T21:14:22.707Z] #64 54.24 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-29T21:14:22.707Z] #64 54.24 + BUILDTAGS='netgo osusergo static_build' [2022-06-29T21:14:22.707Z] #64 54.24 + export EXTRA_FLAGS=-buildmode=pie [2022-06-29T21:14:22.707Z] #64 54.24 + EXTRA_FLAGS=-buildmode=pie [2022-06-29T21:14:22.707Z] #64 54.24 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-29T21:14:22.707Z] #64 54.24 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-29T21:14:22.707Z] #64 54.24 + '[' '' = dynamic ']' [2022-06-29T21:14:22.707Z] #64 54.24 + make [2022-06-29T21:14:22.751Z] #84 139.3 checking for strings.h... yes [2022-06-29T21:14:23.014Z] #84 139.6 checking for inttypes.h... yes [2022-06-29T21:14:23.014Z] #84 139.7 checking for stdint.h... yes [2022-06-29T21:14:23.272Z] #84 139.9 checking for unistd.h... yes [2022-06-29T21:14:23.272Z] #84 140.0 checking minix/config.h usability... no [2022-06-29T21:14:23.317Z] #77 ... [2022-06-29T21:14:23.317Z] [2022-06-29T21:14:23.317Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-06-29T21:14:23.317Z] #44 sha256:459c2f1a904ca0aedeea1c864e4c4849d42149bde5b4483f2bd1374058073a95 [2022-06-29T21:14:23.317Z] #44 2.075 + RM_GOPATH=0 [2022-06-29T21:14:23.317Z] #44 2.075 + TMP_GOPATH= [2022-06-29T21:14:23.317Z] #44 2.075 + : /build [2022-06-29T21:14:23.317Z] #44 2.075 + '[' -z '' ']' [2022-06-29T21:14:23.317Z] #44 2.075 ++ mktemp -d [2022-06-29T21:14:23.317Z] #44 2.075 + export GOPATH=/tmp/tmp.6NoAXt3747 [2022-06-29T21:14:23.317Z] #44 2.075 + GOPATH=/tmp/tmp.6NoAXt3747 [2022-06-29T21:14:23.317Z] #44 2.075 + RM_GOPATH=1 [2022-06-29T21:14:23.317Z] #44 2.075 + case "$(go env GOARCH)" in [2022-06-29T21:14:23.317Z] #44 2.075 ++ go env GOARCH [2022-06-29T21:14:23.317Z] #44 2.115 Install tini version v0.19.0 [2022-06-29T21:14:23.317Z] #44 2.115 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:14:23.317Z] #44 2.115 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:14:23.317Z] #44 2.115 ++ dirname /install.sh [2022-06-29T21:14:23.317Z] #44 2.115 + dir=/ [2022-06-29T21:14:23.317Z] #44 2.115 + bin=tini [2022-06-29T21:14:23.317Z] #44 2.115 + shift [2022-06-29T21:14:23.317Z] #44 2.115 + '[' '!' -f //tini.installer ']' [2022-06-29T21:14:23.317Z] #44 2.115 + . //tini.installer [2022-06-29T21:14:23.317Z] #44 2.115 ++ : v0.19.0 [2022-06-29T21:14:23.317Z] #44 2.115 + install_tini [2022-06-29T21:14:23.317Z] #44 2.115 + echo 'Install tini version v0.19.0' [2022-06-29T21:14:23.318Z] #44 2.115 + git clone https://github.com/krallin/tini.git /tmp/tmp.6NoAXt3747/tini [2022-06-29T21:14:23.318Z] #44 2.157 Cloning into '/tmp/tmp.6NoAXt3747/tini'... [2022-06-29T21:14:23.318Z] #44 3.343 + cd /tmp/tmp.6NoAXt3747/tini [2022-06-29T21:14:23.318Z] #44 3.343 + git checkout -q v0.19.0 [2022-06-29T21:14:23.318Z] #44 3.362 + cmake . [2022-06-29T21:14:23.318Z] #44 3.911 -- The C compiler identification is GNU 10.2.1 [2022-06-29T21:14:23.318Z] #44 4.069 -- Detecting C compiler ABI info [2022-06-29T21:14:23.318Z] #44 5.305 -- Detecting C compiler ABI info - done [2022-06-29T21:14:23.318Z] #44 5.546 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-29T21:14:23.318Z] #44 5.547 -- Detecting C compile features [2022-06-29T21:14:23.318Z] #44 5.575 -- Detecting C compile features - done [2022-06-29T21:14:23.318Z] #44 5.620 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-29T21:14:23.318Z] #44 6.040 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-29T21:14:23.318Z] #44 6.211 -- Configuring done [2022-06-29T21:14:23.318Z] #44 6.215 -- Generating done [2022-06-29T21:14:23.318Z] #44 6.216 -- Build files have been written to: /tmp/tmp.6NoAXt3747/tini [2022-06-29T21:14:23.318Z] #44 6.247 + make tini-static [2022-06-29T21:14:23.529Z] #84 140.2 checking minix/config.h presence... no [2022-06-29T21:14:23.529Z] #84 140.3 checking for minix/config.h... no [2022-06-29T21:14:23.620Z] #44 3.353 -- The C compiler identification is GNU 10.2.1 [2022-06-29T21:14:23.786Z] #84 140.3 checking whether it is safe to define __EXTENSIONS__... yes [2022-06-29T21:14:23.787Z] #84 140.5 checking build system type... x86_64-pc-linux-gnu [2022-06-29T21:14:23.880Z] #44 3.516 -- Detecting C compiler ABI info [2022-06-29T21:14:23.892Z] #44 6.942 Scanning dependencies of target tini-static [2022-06-29T21:14:24.046Z] #84 140.7 checking host system type... x86_64-pc-linux-gnu [2022-06-29T21:14:24.046Z] #84 140.7 checking how to print strings... printf [2022-06-29T21:14:24.046Z] #84 140.7 checking for a sed that does not truncate output... /bin/sed [2022-06-29T21:14:24.046Z] #84 140.7 checking for fgrep... /bin/grep -F [2022-06-29T21:14:24.046Z] #84 140.8 checking for ld used by gcc... /usr/bin/ld [2022-06-29T21:14:24.046Z] #84 140.8 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-29T21:14:24.046Z] #84 140.8 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-29T21:14:24.046Z] #84 140.8 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-29T21:14:24.154Z] #44 7.055 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-29T21:14:24.154Z] #44 ... [2022-06-29T21:14:24.154Z] [2022-06-29T21:14:24.154Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:24.154Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:14:24.154Z] #77 20.54 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-06-29T21:14:24.303Z] #84 140.9 checking whether ln -s works... yes [2022-06-29T21:14:24.303Z] #84 140.9 checking the maximum length of command line arguments... 1572864 [2022-06-29T21:14:24.303Z] #84 140.9 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-29T21:14:24.303Z] #84 140.9 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-29T21:14:24.303Z] #84 140.9 checking for /usr/bin/ld option to reload object files... -r [2022-06-29T21:14:24.303Z] #84 140.9 checking for objdump... objdump [2022-06-29T21:14:24.303Z] #84 141.0 checking how to recognize dependent libraries... pass_all [2022-06-29T21:14:24.303Z] #84 141.0 checking for dlltool... no [2022-06-29T21:14:24.303Z] #84 141.0 checking how to associate runtime and link libraries... printf %s\n [2022-06-29T21:14:24.303Z] #84 141.0 checking for ar... ar [2022-06-29T21:14:24.303Z] #84 141.0 checking for archiver @FILE support... @ [2022-06-29T21:14:24.303Z] #84 141.1 checking for strip... strip [2022-06-29T21:14:24.303Z] #84 141.1 checking for ranlib... ranlib [2022-06-29T21:14:24.303Z] #84 141.1 checking for gawk... no [2022-06-29T21:14:24.303Z] #84 141.1 checking for mawk... mawk [2022-06-29T21:14:24.325Z] #26 117.7 Updating files: 22% (2535/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) Updating files: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 37% (4224/11414) Updating files: 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: 45% (5214/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) Updating files: 60% (6928/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 74% (8447/11414) Updating files: 75% (8561/11414) Updating files: 76% (8675/11414) Updating files: 77% (8789/11414) Updating files: 78% (8903/11414) Updating files: 78% (8985/11414) Updating files: 79% (9018/11414) Updating files: 80% (9132/11414) Updating files: 81% (9246/11414) Updating files: 82% (9360/11414) Updating files: 83% (9474/11414) Updating files: 84% (9588/11414) Updating files: 85% (9702/11414) Updating files: 86% (9817/11414) Updating files: 87% (9931/11414) Updating files: 88% (10045/11414) Updating files: 89% (10159/11414) Updating files: 90% (10273/11414) Updating files: 91% (10387/11414) Updating files: 92% (10501/11414) Updating files: 93% (10616/11414) Updating files: 94% (10730/11414) Updating files: 95% (10844/11414) Updating files: 96% (10958/11414) Updating files: 97% (11072/11414) Updating files: 98% (11186/11414) Updating files: 99% (11300/11414) Updating files: 100% (11414/11414) Updating files: 100% (11414/11414), done. [2022-06-29T21:14:24.560Z] #84 141.1 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-29T21:14:24.590Z] #26 121.5 + cd /tmp/tmp.aqXqO7Ewr3/tmp/docker-ce [2022-06-29T21:14:24.590Z] #26 121.5 + git checkout -q v17.06.2-ce [2022-06-29T21:14:24.620Z] #64 56.03 + bin/ctr [2022-06-29T21:14:24.817Z] #84 141.5 checking for sysroot... no [2022-06-29T21:14:24.817Z] #84 141.5 checking for a working dd... /bin/dd [2022-06-29T21:14:24.817Z] #84 141.6 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-29T21:14:24.818Z] #44 4.617 -- Detecting C compiler ABI info - done [2022-06-29T21:14:24.881Z] #64 ... [2022-06-29T21:14:24.881Z] [2022-06-29T21:14:24.881Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:24.881Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:14:24.881Z] #77 48.00 libtoolize: putting auxiliary files in '.'. [2022-06-29T21:14:25.075Z] #84 141.7 checking for mt... no [2022-06-29T21:14:25.075Z] #84 141.7 checking if : is a manifest tool... no [2022-06-29T21:14:25.075Z] #84 141.8 checking for dlfcn.h... yes [2022-06-29T21:14:25.075Z] #84 142.0 checking for objdir... .libs [2022-06-29T21:14:25.079Z] #44 4.850 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-29T21:14:25.079Z] #44 4.872 -- Detecting C compile features [2022-06-29T21:14:25.142Z] #77 48.00 libtoolize: copying file './ltmain.sh' [2022-06-29T21:14:25.338Z] #44 4.884 -- Detecting C compile features - done [2022-06-29T21:14:25.338Z] #44 4.929 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-29T21:14:25.606Z] #44 5.293 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-29T21:14:25.606Z] #44 5.380 -- Configuring done [2022-06-29T21:14:25.606Z] #44 5.407 -- Generating done [2022-06-29T21:14:25.714Z] #77 48.70 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-06-29T21:14:25.714Z] #77 48.70 libtoolize: and rerunning libtoolize and aclocal. [2022-06-29T21:14:25.714Z] #77 48.70 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-29T21:14:25.867Z] #44 5.408 -- Build files have been written to: /tmp/tmp.N4jerZqzfL/tini [2022-06-29T21:14:25.867Z] #44 5.450 + make tini-static [2022-06-29T21:14:25.899Z] #84 142.5 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-29T21:14:25.900Z] #84 142.6 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-29T21:14:25.900Z] #84 142.6 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-29T21:14:26.075Z] #77 22.71 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-06-29T21:14:26.128Z] #44 6.001 Scanning dependencies of target tini-static [2022-06-29T21:14:26.337Z] #77 ... [2022-06-29T21:14:26.337Z] [2022-06-29T21:14:26.337Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:14:26.337Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:14:26.337Z] #55 91.77 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-06-29T21:14:26.388Z] #44 6.144 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-29T21:14:26.463Z] #84 142.8 checking if gcc static flag -static works... yes [2022-06-29T21:14:26.463Z] #84 143.1 checking if gcc supports -c -o file.o... yes [2022-06-29T21:14:26.463Z] #84 143.3 checking if gcc supports -c -o file.o... (cached) yes [2022-06-29T21:14:26.463Z] #84 143.3 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-29T21:14:26.600Z] #55 ... [2022-06-29T21:14:26.601Z] [2022-06-29T21:14:26.601Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-06-29T21:14:26.601Z] #44 sha256:459c2f1a904ca0aedeea1c864e4c4849d42149bde5b4483f2bd1374058073a95 [2022-06-29T21:14:26.601Z] #44 9.232 [100%] Linking C executable tini-static [2022-06-29T21:14:27.032Z] #84 143.4 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-29T21:14:27.032Z] #84 143.7 checking how to hardcode library paths into programs... immediate [2022-06-29T21:14:27.032Z] #84 143.7 checking whether stripping libraries is possible... yes [2022-06-29T21:14:27.032Z] #84 143.8 checking if libtool supports shared libraries... yes [2022-06-29T21:14:27.032Z] #84 143.8 checking whether to build shared libraries... no [2022-06-29T21:14:27.032Z] #84 143.8 checking whether to build static libraries... yes [2022-06-29T21:14:27.032Z] #84 143.8 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-29T21:14:27.032Z] #84 143.8 checking whether build environment is sane... yes [2022-06-29T21:14:27.032Z] #84 143.9 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-29T21:14:27.289Z] #84 144.0 checking whether make sets $(MAKE)... yes [2022-06-29T21:14:27.289Z] #84 144.1 checking whether make supports the include directive... yes (GNU style) [2022-06-29T21:14:27.289Z] #84 144.1 checking whether make supports nested variables... yes [2022-06-29T21:14:27.312Z] #44 10.35 [100%] Built target tini-static [2022-06-29T21:14:27.547Z] #84 144.2 checking whether UID '0' is supported by ustar format... yes [2022-06-29T21:14:27.547Z] #84 144.2 checking whether GID '0' is supported by ustar format... yes [2022-06-29T21:14:27.547Z] #84 144.2 checking how to create a ustar tar archive... gnutar [2022-06-29T21:14:27.547Z] #84 144.2 checking dependency style of gcc... [2022-06-29T21:14:27.547Z] #84 ... [2022-06-29T21:14:27.547Z] [2022-06-29T21:14:27.547Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-29T21:14:27.547Z] #19 sha256:917bf0834aad25d25cd204588999ad2a1286424901d6429e4987625c582c85f0 [2022-06-29T21:14:27.547Z] #19 182.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-06-29T21:14:27.547Z] #19 182.3 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-06-29T21:14:27.547Z] #19 183.5 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:14:27.547Z] #19 184.1 Fetched 788 MB in 45s (17.4 MB/s) [2022-06-29T21:14:27.547Z] #19 184.3 Selecting previously unselected package liblocale-gettext-perl. [2022-06-29T21:14:27.547Z] #19 184.3 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15718 files and directories currently installed.) [2022-06-29T21:14:27.547Z] #19 184.4 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-06-29T21:14:27.547Z] #19 184.4 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-06-29T21:14:27.547Z] #19 184.5 Selecting previously unselected package bzip2. [2022-06-29T21:14:27.547Z] #19 184.5 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-06-29T21:14:27.547Z] #19 184.5 Unpacking bzip2 (1.0.8-4) ... [2022-06-29T21:14:27.547Z] #19 184.6 Selecting previously unselected package libmagic-mgc. [2022-06-29T21:14:27.547Z] #19 184.6 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-06-29T21:14:27.547Z] #19 184.6 Unpacking libmagic-mgc (1:5.39-3) ... [2022-06-29T21:14:27.547Z] #19 185.0 Selecting previously unselected package libmagic1:amd64. [2022-06-29T21:14:27.547Z] #19 185.0 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-06-29T21:14:27.547Z] #19 185.0 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-06-29T21:14:27.547Z] #19 185.2 Selecting previously unselected package file. [2022-06-29T21:14:27.547Z] #19 185.2 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-06-29T21:14:27.547Z] #19 185.2 Unpacking file (1:5.39-3) ... [2022-06-29T21:14:27.547Z] #19 185.4 Selecting previously unselected package xz-utils. [2022-06-29T21:14:27.547Z] #19 185.4 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-29T21:14:27.547Z] #19 185.4 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-29T21:14:27.547Z] #19 185.6 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-06-29T21:14:27.547Z] #19 185.7 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-29T21:14:27.547Z] #19 185.7 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-06-29T21:14:27.547Z] #19 187.1 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-06-29T21:14:27.547Z] #19 187.1 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-06-29T21:14:27.547Z] #19 187.1 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-06-29T21:14:27.547Z] #19 188.4 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-06-29T21:14:27.547Z] #19 188.4 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-06-29T21:14:27.547Z] #19 188.4 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-06-29T21:14:27.547Z] #19 189.7 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-06-29T21:14:27.547Z] #19 189.7 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-29T21:14:27.547Z] #19 189.7 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-06-29T21:14:27.547Z] #19 190.8 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-06-29T21:14:27.547Z] #19 190.9 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-06-29T21:14:27.547Z] #19 190.9 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-06-29T21:14:27.547Z] #19 192.2 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-06-29T21:14:27.547Z] #19 192.2 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-29T21:14:27.547Z] #19 192.2 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-29T21:14:27.547Z] #19 ... [2022-06-29T21:14:27.547Z] [2022-06-29T21:14:27.547Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:27.547Z] #84 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:14:27.547Z] #84 144.2 checking dependency style of gcc... gcc3 [2022-06-29T21:14:27.577Z] #44 10.60 + mkdir -p /build [2022-06-29T21:14:27.577Z] #44 10.61 + cp tini-static /build/docker-init [2022-06-29T21:14:27.804Z] #84 144.5 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-29T21:14:27.804Z] #84 144.5 checking whether make supports nested variables... (cached) yes [2022-06-29T21:14:27.804Z] #84 144.5 checking for pkg-config... /usr/bin/pkg-config [2022-06-29T21:14:27.804Z] #84 144.5 checking pkg-config is at least version 0.9.0... yes [2022-06-29T21:14:27.804Z] #84 144.5 checking for yajl >= 2.1.0... yes [2022-06-29T21:14:27.804Z] #84 144.5 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-29T21:14:27.804Z] #84 144.5 checking for gcc... (cached) gcc [2022-06-29T21:14:27.804Z] #84 144.6 checking whether we are using the GNU C compiler... (cached) yes [2022-06-29T21:14:27.804Z] #84 144.6 checking whether gcc accepts -g... (cached) yes [2022-06-29T21:14:27.804Z] #84 144.6 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-29T21:14:27.804Z] #84 144.6 checking whether gcc understands -c and -o together... (cached) yes [2022-06-29T21:14:27.804Z] #84 144.6 checking for a Python interpreter with version >= 3... python3 [2022-06-29T21:14:27.804Z] #84 144.6 checking for python3... /usr/bin/python3 [2022-06-29T21:14:27.893Z] #26 124.7 + mkdir -p /tmp/tmp.aqXqO7Ewr3/src/github.com/docker [2022-06-29T21:14:27.893Z] #26 124.7 + mv components/cli /tmp/tmp.aqXqO7Ewr3/src/github.com/docker/cli [2022-06-29T21:14:27.893Z] #26 124.7 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-06-29T21:14:28.068Z] #84 144.6 checking for python3 version... 3.9 [2022-06-29T21:14:28.068Z] #84 144.8 checking for python3 platform... linux [2022-06-29T21:14:28.298Z] #44 ... [2022-06-29T21:14:28.298Z] [2022-06-29T21:14:28.298Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:14:28.298Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:14:28.298Z] #14 93.82 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-29T21:14:28.298Z] #14 93.82 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-29T21:14:28.298Z] #14 93.86 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-29T21:14:28.298Z] #14 ... [2022-06-29T21:14:28.298Z] [2022-06-29T21:14:28.298Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:28.298Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:14:28.298Z] #77 17.39 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-06-29T21:14:28.298Z] #77 20.46 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-06-29T21:14:28.298Z] #77 22.57 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-06-29T21:14:28.298Z] #77 23.19 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-06-29T21:14:28.298Z] #77 ... [2022-06-29T21:14:28.298Z] [2022-06-29T21:14:28.298Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-06-29T21:14:28.298Z] #44 sha256:ee54f4aae910c40c8a5393ec809e3da3f4e3af252ec28b072a6b92f77794e834 [2022-06-29T21:14:28.298Z] #44 8.211 [100%] Linking C executable tini-static [2022-06-29T21:14:28.325Z] #84 144.9 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-29T21:14:28.325Z] #84 145.0 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-29T21:14:28.533Z] #44 DONE 11.4s [2022-06-29T21:14:28.533Z] [2022-06-29T21:14:28.533Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:28.533Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:14:28.533Z] #77 23.35 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-06-29T21:14:28.533Z] #77 24.14 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-06-29T21:14:28.533Z] #77 ... [2022-06-29T21:14:28.533Z] [2022-06-29T21:14:28.533Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:14:28.533Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:14:28.533Z] #14 93.77 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-29T21:14:28.533Z] #14 93.79 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-29T21:14:28.533Z] #14 93.83 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-29T21:14:28.794Z] #14 104.2 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-29T21:14:28.794Z] #14 104.2 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:14:28.930Z] #84 145.5 checking that generated files are newer than configure... done [2022-06-29T21:14:28.930Z] #84 145.5 configure: creating ./config.status [2022-06-29T21:14:29.057Z] #14 104.2 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-29T21:14:29.057Z] #14 104.5 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-29T21:14:29.057Z] #14 104.5 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:14:29.319Z] #14 104.5 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-29T21:14:29.681Z] #44 9.180 [100%] Built target tini-static [2022-06-29T21:14:29.681Z] #44 9.266 + mkdir -p /build [2022-06-29T21:14:29.681Z] #44 9.277 + cp tini-static /build/docker-init [2022-06-29T21:14:29.808Z] #26 ... [2022-06-29T21:14:29.808Z] [2022-06-29T21:14:29.808Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:29.808Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-29T21:14:29.808Z] #77 72.66 configure.ac:11: installing 'build-aux/compile' [2022-06-29T21:14:29.808Z] #77 72.67 configure.ac:11: installing 'build-aux/config.guess' [2022-06-29T21:14:29.808Z] #77 72.68 configure.ac:11: installing 'build-aux/config.sub' [2022-06-29T21:14:29.808Z] #77 72.70 configure.ac:13: installing 'build-aux/install-sh' [2022-06-29T21:14:29.808Z] #77 72.72 configure.ac:13: installing 'build-aux/missing' [2022-06-29T21:14:29.808Z] #77 72.73 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-06-29T21:14:29.808Z] #77 72.93 Makefile.am: installing 'build-aux/depcomp' [2022-06-29T21:14:29.808Z] #77 74.75 checking build system type... aarch64-unknown-linux-gnu [2022-06-29T21:14:29.808Z] #77 75.00 checking host system type... aarch64-unknown-linux-gnu [2022-06-29T21:14:29.808Z] #77 75.00 checking how to print strings... printf [2022-06-29T21:14:29.808Z] #77 75.01 checking for gcc... gcc [2022-06-29T21:14:29.808Z] #77 75.11 checking whether the C compiler works... yes [2022-06-29T21:14:29.808Z] #77 75.40 checking for C compiler default output file name... a.out [2022-06-29T21:14:29.808Z] #77 75.42 checking for suffix of executables... [2022-06-29T21:14:29.808Z] #77 75.60 checking whether we are cross compiling... no [2022-06-29T21:14:29.808Z] #77 75.79 checking for suffix of object files... o [2022-06-29T21:14:29.808Z] #77 76.00 checking whether we are using the GNU C compiler... yes [2022-06-29T21:14:29.808Z] #77 76.12 checking whether gcc accepts -g... yes [2022-06-29T21:14:29.808Z] #77 76.26 checking for gcc option to accept ISO C89... none needed [2022-06-29T21:14:29.808Z] #77 76.47 checking whether gcc understands -c and -o together... yes [2022-06-29T21:14:29.808Z] #77 76.76 checking for a sed that does not truncate output... /bin/sed [2022-06-29T21:14:29.808Z] #77 76.80 checking for grep that handles long lines and -e... /bin/grep [2022-06-29T21:14:29.808Z] #77 76.83 checking for egrep... /bin/grep -E [2022-06-29T21:14:29.808Z] #77 76.85 checking for fgrep... /bin/grep -F [2022-06-29T21:14:29.808Z] #77 76.85 checking for ld used by gcc... /usr/bin/ld [2022-06-29T21:14:29.808Z] #77 76.87 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-29T21:14:29.808Z] #77 76.88 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-29T21:14:29.808Z] #77 76.90 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-29T21:14:29.808Z] #77 77.05 checking whether ln -s works... yes [2022-06-29T21:14:29.808Z] #77 77.05 checking the maximum length of command line arguments... 1572864 [2022-06-29T21:14:29.808Z] #77 77.09 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop [2022-06-29T21:14:29.808Z] #77 77.09 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-29T21:14:29.808Z] #77 77.09 checking for /usr/bin/ld option to reload object files... -r [2022-06-29T21:14:29.808Z] #77 77.09 checking for objdump... objdump [2022-06-29T21:14:29.808Z] #77 77.09 checking how to recognize dependent libraries... pass_all [2022-06-29T21:14:29.808Z] #77 77.09 checking for dlltool... no [2022-06-29T21:14:29.808Z] #77 77.10 checking how to associate runtime and link libraries... printf %s\n [2022-06-29T21:14:29.808Z] #77 77.11 checking for ar... ar [2022-06-29T21:14:29.808Z] #77 77.11 checking for archiver @FILE support... @ [2022-06-29T21:14:29.808Z] #77 77.29 checking for strip... strip [2022-06-29T21:14:29.808Z] #77 77.29 checking for ranlib... ranlib [2022-06-29T21:14:29.808Z] #77 77.30 checking for gawk... no [2022-06-29T21:14:29.808Z] #77 77.30 checking for mawk... mawk [2022-06-29T21:14:29.808Z] #77 77.30 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-29T21:14:29.808Z] #77 77.76 checking for sysroot... no [2022-06-29T21:14:29.808Z] #77 77.76 checking for a working dd... /bin/dd [2022-06-29T21:14:29.808Z] #77 77.79 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-29T21:14:29.808Z] #77 77.82 checking for mt... no [2022-06-29T21:14:29.808Z] #77 77.82 checking if : is a manifest tool... no [2022-06-29T21:14:29.808Z] #77 77.85 checking how to run the C preprocessor... gcc -E [2022-06-29T21:14:29.808Z] #77 78.17 checking for ANSI C header files... yes [2022-06-29T21:14:29.808Z] #77 78.74 checking for sys/types.h... yes [2022-06-29T21:14:29.808Z] #77 78.95 checking for sys/stat.h... yes [2022-06-29T21:14:29.808Z] #77 79.20 checking for stdlib.h... yes [2022-06-29T21:14:29.808Z] #77 79.40 checking for string.h... yes [2022-06-29T21:14:29.808Z] #77 79.59 checking for memory.h... yes [2022-06-29T21:14:29.808Z] #77 79.80 checking for strings.h... yes [2022-06-29T21:14:29.808Z] #77 80.00 checking for inttypes.h... yes [2022-06-29T21:14:29.808Z] #77 80.24 checking for stdint.h... yes [2022-06-29T21:14:29.808Z] #77 80.45 checking for unistd.h... yes [2022-06-29T21:14:29.808Z] #77 80.66 checking for dlfcn.h... yes [2022-06-29T21:14:29.808Z] #77 80.86 checking for objdir... .libs [2022-06-29T21:14:29.808Z] #77 81.07 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-29T21:14:29.808Z] #77 81.16 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-29T21:14:29.808Z] #77 81.16 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-29T21:14:29.922Z] #77 ... [2022-06-29T21:14:29.922Z] [2022-06-29T21:14:29.922Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:14:29.922Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:14:29.922Z] #14 97.20 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-29T21:14:29.922Z] #14 97.20 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:14:29.922Z] #14 97.21 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-29T21:14:29.922Z] #14 103.7 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-29T21:14:29.922Z] #14 103.7 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:14:29.922Z] #14 103.7 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-29T21:14:30.069Z] #77 81.24 checking if gcc static flag -static works... yes [2022-06-29T21:14:30.331Z] #77 81.64 checking if gcc supports -c -o file.o... yes [2022-06-29T21:14:30.331Z] #77 81.84 checking if gcc supports -c -o file.o... (cached) yes [2022-06-29T21:14:30.331Z] #77 81.84 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes [2022-06-29T21:14:30.592Z] #77 81.89 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-29T21:14:30.622Z] #44 DONE 10.2s [2022-06-29T21:14:30.622Z] [2022-06-29T21:14:30.622Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-29T21:14:30.622Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-29T21:14:30.622Z] #53 105.5 gotestsum version dev [2022-06-29T21:14:30.622Z] #53 DONE 106.2s [2022-06-29T21:14:30.622Z] [2022-06-29T21:14:30.622Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:14:30.622Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:14:30.622Z] #14 104.4 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-29T21:14:30.622Z] #14 104.4 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:14:30.622Z] #14 104.4 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-29T21:14:30.622Z] #14 104.8 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-29T21:14:30.622Z] #14 104.8 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:14:30.622Z] #14 104.8 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-29T21:14:30.853Z] #77 82.16 checking how to hardcode library paths into programs... immediate [2022-06-29T21:14:30.853Z] #77 82.16 checking whether stripping libraries is possible... yes [2022-06-29T21:14:30.854Z] #77 82.17 checking if libtool supports shared libraries... yes [2022-06-29T21:14:30.854Z] #77 82.17 checking whether to build shared libraries... no [2022-06-29T21:14:30.854Z] #77 82.17 checking whether to build static libraries... yes [2022-06-29T21:14:30.854Z] #77 82.18 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-29T21:14:30.854Z] #77 82.22 checking whether build environment is sane... yes [2022-06-29T21:14:30.854Z] #77 82.30 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-29T21:14:30.854Z] #77 82.32 checking whether make sets $(MAKE)... yes [2022-06-29T21:14:30.854Z] #77 82.36 checking whether make supports the include directive... yes (GNU style) [2022-06-29T21:14:30.854Z] #77 82.39 checking whether make supports nested variables... yes [2022-06-29T21:14:31.115Z] #77 82.44 checking whether UID '0' is supported by ustar format... yes [2022-06-29T21:14:31.115Z] #77 82.44 checking whether GID '0' is supported by ustar format... yes [2022-06-29T21:14:31.115Z] #77 82.44 checking how to create a ustar tar archive... gnutar [2022-06-29T21:14:31.115Z] #77 82.51 checking dependency style of gcc... gcc3 [2022-06-29T21:14:31.238Z] #14 ... [2022-06-29T21:14:31.238Z] [2022-06-29T21:14:31.238Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-06-29T21:14:31.238Z] #53 sha256:3ce5b67dd93db99580841ac32a81b8f1ef73ccf38a99f5650292d1b3a717eb75 [2022-06-29T21:14:31.238Z] #53 106.3 gotestsum version dev [2022-06-29T21:14:31.238Z] #53 DONE 106.4s [2022-06-29T21:14:31.238Z] [2022-06-29T21:14:31.238Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:14:31.238Z] #67 sha256:48a68a771439dd8e44aae707026da471be4cacb961708fb8856141b8f25be536 [2022-06-29T21:14:31.376Z] #77 82.70 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-29T21:14:31.376Z] #77 82.71 checking whether make supports nested variables... (cached) yes [2022-06-29T21:14:31.376Z] #77 82.71 checking for gawk... (cached) mawk [2022-06-29T21:14:31.376Z] #77 82.72 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-29T21:14:31.376Z] #77 82.72 checking for gcc... (cached) gcc [2022-06-29T21:14:31.376Z] #77 82.82 checking whether we are using the GNU C compiler... (cached) yes [2022-06-29T21:14:31.376Z] #77 82.83 checking whether gcc accepts -g... (cached) yes [2022-06-29T21:14:31.376Z] #77 82.83 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-29T21:14:31.376Z] #77 82.83 checking whether gcc understands -c and -o together... (cached) yes [2022-06-29T21:14:31.376Z] #77 82.83 checking for a Python interpreter with version >= 3... python3 [2022-06-29T21:14:31.376Z] #77 82.92 checking for python3... /usr/bin/python3 [2022-06-29T21:14:31.638Z] #77 82.92 checking for python3 version... 3.9 [2022-06-29T21:14:31.638Z] #77 82.99 checking for python3 platform... linux [2022-06-29T21:14:31.638Z] #77 83.06 checking for python3 script directory... [2022-06-29T21:14:31.638Z] #77 ... [2022-06-29T21:14:31.638Z] [2022-06-29T21:14:31.638Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:14:31.638Z] #21 sha256:34fec967e802213696c4e32cb31a8e221d9d9cdd3d893e1a0024a2ecccb17f4b [2022-06-29T21:14:31.638Z] #21 1.243 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:14:31.638Z] #21 1.432 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:14:31.638Z] #21 1.432 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:14:31.638Z] #21 2.090 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-29T21:14:31.638Z] #21 3.090 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [160 kB] [2022-06-29T21:14:31.638Z] #21 4.630 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-29T21:14:31.638Z] #21 7.222 Fetched 8432 kB in 6s (1328 kB/s) [2022-06-29T21:14:31.638Z] #21 7.222 Reading package lists... [2022-06-29T21:14:31.638Z] #21 9.841 Reading package lists... [2022-06-29T21:14:31.638Z] #21 ... [2022-06-29T21:14:31.638Z] [2022-06-29T21:14:31.638Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:31.638Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-29T21:14:31.638Z] #77 83.06 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-29T21:14:31.899Z] #77 83.22 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-29T21:14:31.899Z] #77 83.33 checking for go-md2man... no [2022-06-29T21:14:32.160Z] #77 83.37 checking error.h usability... yes [2022-06-29T21:14:32.160Z] #77 83.51 checking error.h presence... yes [2022-06-29T21:14:32.160Z] #77 83.61 checking for error.h... yes [2022-06-29T21:14:32.203Z] #84 148.6 config.status: creating Makefile [2022-06-29T21:14:32.203Z] #84 148.7 config.status: creating config.h [2022-06-29T21:14:32.203Z] #84 148.7 config.status: executing libtool commands [2022-06-29T21:14:32.203Z] #84 148.8 config.status: executing depfiles commands [2022-06-29T21:14:32.422Z] #77 83.64 checking linux/openat2.h usability... yes [2022-06-29T21:14:32.422Z] #77 83.77 checking linux/openat2.h presence... yes [2022-06-29T21:14:32.422Z] #77 83.84 checking for linux/openat2.h... yes [2022-06-29T21:14:32.459Z] #84 149.2 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-06-29T21:14:32.459Z] #84 149.2 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-29T21:14:32.459Z] #84 149.4 checking for gcc... gcc [2022-06-29T21:14:32.683Z] #77 83.88 checking for copy_file_range... yes [2022-06-29T21:14:32.720Z] #84 149.4 checking whether the C compiler works... yes [2022-06-29T21:14:32.720Z] #84 149.6 checking for C compiler default output file name... a.out [2022-06-29T21:14:32.720Z] #84 149.6 checking for suffix of executables... [2022-06-29T21:14:32.945Z] #77 84.20 checking for fgetxattr... yes [2022-06-29T21:14:33.206Z] #77 84.47 checking for statx... yes [2022-06-29T21:14:33.233Z] #84 149.7 checking whether we are cross compiling... no [2022-06-29T21:14:33.234Z] #84 149.9 checking for suffix of object files... o [2022-06-29T21:14:33.234Z] #84 150.1 checking whether we are using the GNU C compiler... yes [2022-06-29T21:14:33.468Z] #77 84.72 checking for fgetpwent_r... yes [2022-06-29T21:14:33.533Z] #84 150.2 checking whether gcc accepts -g... yes [2022-06-29T21:14:33.791Z] #84 150.4 checking for gcc option to accept ISO C89... none needed [2022-06-29T21:14:34.042Z] #77 85.00 checking for issetugid... no [2022-06-29T21:14:34.042Z] #77 85.31 checking for pkg-config... /usr/bin/pkg-config [2022-06-29T21:14:34.042Z] #77 85.31 checking pkg-config is at least version 0.9.0... yes [2022-06-29T21:14:34.047Z] #84 150.6 checking whether gcc understands -c and -o together... yes [2022-06-29T21:14:34.047Z] #84 150.8 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-29T21:14:34.047Z] #84 150.9 checking whether build environment is sane... yes [2022-06-29T21:14:34.047Z] #84 150.9 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-29T21:14:34.047Z] #84 150.9 checking for gawk... no [2022-06-29T21:14:34.047Z] #84 150.9 checking for mawk... mawk [2022-06-29T21:14:34.047Z] #84 150.9 checking whether make sets $(MAKE)... yes [2022-06-29T21:14:34.047Z] #84 151.0 checking whether make supports the include directive... yes (GNU style) [2022-06-29T21:14:34.047Z] #84 151.0 checking whether make supports nested variables... yes [2022-06-29T21:14:34.304Z] #77 85.32 checking for library containing yajl_tree_get... -lyajl [2022-06-29T21:14:34.304Z] #77 85.67 checking for yajl >= 2.0.0... yes [2022-06-29T21:14:34.304Z] #84 151.0 checking whether UID '0' is supported by ustar format... yes [2022-06-29T21:14:34.304Z] #84 151.0 checking whether GID '0' is supported by ustar format... yes [2022-06-29T21:14:34.304Z] #84 151.0 checking how to create a ustar tar archive... gnutar [2022-06-29T21:14:34.304Z] #84 151.1 checking dependency style of gcc... gcc3 [2022-06-29T21:14:34.565Z] #77 85.74 checking sys/capability.h usability... yes [2022-06-29T21:14:34.565Z] #77 85.87 checking sys/capability.h presence... yes [2022-06-29T21:14:34.565Z] #77 85.96 checking for sys/capability.h... yes [2022-06-29T21:14:34.605Z] #84 151.2 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-29T21:14:34.605Z] #84 151.2 checking whether make supports nested variables... (cached) yes [2022-06-29T21:14:34.830Z] #77 85.96 checking for library containing cap_from_name... [2022-06-29T21:14:34.830Z] #77 ... [2022-06-29T21:14:34.830Z] [2022-06-29T21:14:34.830Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-29T21:14:34.830Z] #34 sha256:449dc6255994a451bc2fd98d32079778c92338751fb4061dd74f6f74b47b33ae [2022-06-29T21:14:34.830Z] #34 DONE 132.1s [2022-06-29T21:14:34.862Z] #84 151.3 checking build system type... x86_64-pc-linux-gnu [2022-06-29T21:14:34.862Z] #84 151.5 checking host system type... x86_64-pc-linux-gnu [2022-06-29T21:14:34.862Z] #84 151.5 checking how to print strings... printf [2022-06-29T21:14:34.862Z] #84 151.6 checking for a sed that does not truncate output... /bin/sed [2022-06-29T21:14:34.862Z] #84 151.6 checking for grep that handles long lines and -e... /bin/grep [2022-06-29T21:14:34.862Z] #84 151.6 checking for egrep... /bin/grep -E [2022-06-29T21:14:34.862Z] #84 151.6 checking for fgrep... /bin/grep -F [2022-06-29T21:14:34.862Z] #84 151.6 checking for ld used by gcc... /usr/bin/ld [2022-06-29T21:14:34.862Z] #84 151.6 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-29T21:14:34.862Z] #84 151.7 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-29T21:14:35.092Z] [2022-06-29T21:14:35.092Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:35.092Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-29T21:14:35.092Z] #77 85.96 checking for library containing cap_from_name... -lcap [2022-06-29T21:14:35.119Z] #84 151.7 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-29T21:14:35.119Z] #84 151.8 checking whether ln -s works... yes [2022-06-29T21:14:35.119Z] #84 151.8 checking the maximum length of command line arguments... 1572864 [2022-06-29T21:14:35.119Z] #84 151.9 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-29T21:14:35.119Z] #84 151.9 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-29T21:14:35.119Z] #84 151.9 checking for /usr/bin/ld option to reload object files... -r [2022-06-29T21:14:35.119Z] #84 151.9 checking for objdump... objdump [2022-06-29T21:14:35.119Z] #84 151.9 checking how to recognize dependent libraries... pass_all [2022-06-29T21:14:35.119Z] #84 151.9 checking for dlltool... no [2022-06-29T21:14:35.119Z] #84 151.9 checking how to associate runtime and link libraries... printf %s\n [2022-06-29T21:14:35.119Z] #84 151.9 checking for ar... ar [2022-06-29T21:14:35.376Z] #84 151.9 checking for archiver @FILE support... @ [2022-06-29T21:14:35.376Z] #84 152.1 checking for strip... strip [2022-06-29T21:14:35.376Z] #84 152.1 checking for ranlib... ranlib [2022-06-29T21:14:35.665Z] #77 86.55 checking for library containing dlopen... -ldl [2022-06-29T21:14:35.927Z] #77 87.22 checking seccomp.h usability... yes [2022-06-29T21:14:35.927Z] #77 87.32 checking seccomp.h presence... yes [2022-06-29T21:14:35.927Z] #77 87.48 checking for seccomp.h... yes [2022-06-29T21:14:35.927Z] #77 87.48 checking for library containing seccomp_rule_add... [2022-06-29T21:14:35.927Z] #77 ... [2022-06-29T21:14:35.927Z] [2022-06-29T21:14:35.927Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:14:35.927Z] #60 sha256:f91445fef201c2ac3d6c287812ad9401a416323d1c2d161a15d19dab09df6d82 [2022-06-29T21:14:35.927Z] #60 10.59 + cd /tmp/tmp.ZY480igeVj/src/github.com/opencontainers/runc [2022-06-29T21:14:35.927Z] #60 10.59 + git checkout -q v1.1.2 [2022-06-29T21:14:35.927Z] #60 11.06 + '[' -z '' ']' [2022-06-29T21:14:35.927Z] #60 11.06 + target=static [2022-06-29T21:14:35.927Z] #60 11.06 + make BUILDTAGS=seccomp static [2022-06-29T21:14:35.927Z] #60 11.36 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-06-29T21:14:35.939Z] #84 152.1 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-29T21:14:35.939Z] #84 152.6 checking for sysroot... no [2022-06-29T21:14:35.939Z] #84 152.6 checking for a working dd... /bin/dd [2022-06-29T21:14:35.939Z] #84 152.6 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-29T21:14:35.939Z] #84 152.7 checking for mt... no [2022-06-29T21:14:35.939Z] #84 152.7 checking if : is a manifest tool... no [2022-06-29T21:14:35.939Z] #84 152.7 checking how to run the C preprocessor... gcc -E [2022-06-29T21:14:36.188Z] #60 ... [2022-06-29T21:14:36.188Z] [2022-06-29T21:14:36.188Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:14:36.188Z] #21 sha256:34fec967e802213696c4e32cb31a8e221d9d9cdd3d893e1a0024a2ecccb17f4b [2022-06-29T21:14:36.188Z] #21 9.841 Reading package lists... [2022-06-29T21:14:36.188Z] #21 12.10 Building dependency tree... [2022-06-29T21:14:36.188Z] #21 14.35 The following additional packages will be installed: [2022-06-29T21:14:36.188Z] #21 14.35 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-29T21:14:36.188Z] #21 14.35 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-29T21:14:36.188Z] #21 14.35 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-29T21:14:36.188Z] #21 14.35 python3-pkg-resources vim-runtime xxd [2022-06-29T21:14:36.188Z] #21 14.36 Suggested packages: [2022-06-29T21:14:36.188Z] #21 14.37 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-29T21:14:36.188Z] #21 14.37 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-29T21:14:36.188Z] #21 14.37 acl attr quota [2022-06-29T21:14:36.188Z] #21 14.37 Recommended packages: [2022-06-29T21:14:36.188Z] #21 14.37 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-29T21:14:36.506Z] #14 ... [2022-06-29T21:14:36.506Z] [2022-06-29T21:14:36.506Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:36.506Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:14:36.506Z] #77 58.50 configure.ac:7: installing './compile' [2022-06-29T21:14:36.506Z] #77 58.51 configure.ac:11: installing './config.guess' [2022-06-29T21:14:36.506Z] #77 58.52 configure.ac:11: installing './config.sub' [2022-06-29T21:14:36.506Z] #77 58.54 configure.ac:8: installing './install-sh' [2022-06-29T21:14:36.506Z] #77 58.56 configure.ac:8: installing './missing' [2022-06-29T21:14:36.506Z] #77 58.65 Makefile.am: installing './depcomp' [2022-06-29T21:14:36.767Z] #77 59.90 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-29T21:14:36.767Z] #77 59.90 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-29T21:14:36.868Z] #84 152.9 checking for ANSI C header files... yes [2022-06-29T21:14:37.033Z] #77 60.07 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-29T21:14:37.033Z] #77 60.07 libtoolize: copying file 'm4/libtool.m4' [2022-06-29T21:14:37.033Z] #77 60.17 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-29T21:14:37.125Z] #84 153.8 checking for sys/types.h... yes [2022-06-29T21:14:37.133Z] #21 15.50 The following NEW packages will be installed: [2022-06-29T21:14:37.133Z] #21 15.52 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-29T21:14:37.133Z] #21 15.52 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-29T21:14:37.133Z] #21 15.52 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-29T21:14:37.133Z] #21 15.52 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2 [2022-06-29T21:14:37.133Z] #21 15.52 net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3 [2022-06-29T21:14:37.133Z] #21 15.52 python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-29T21:14:37.133Z] #21 15.52 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-29T21:14:37.133Z] #21 15.52 xz-utils zip zstd [2022-06-29T21:14:37.294Z] #77 60.29 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-29T21:14:37.294Z] #77 60.41 libtoolize: copying file 'm4/ltversion.m4' [2022-06-29T21:14:37.294Z] #77 60.51 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-29T21:14:37.382Z] #84 154.1 checking for sys/stat.h... yes [2022-06-29T21:14:37.382Z] #84 154.2 checking for stdlib.h... yes [2022-06-29T21:14:37.395Z] #21 15.86 0 upgraded, 49 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:14:37.395Z] #21 15.86 Need to get 27.0 MB of archives. [2022-06-29T21:14:37.395Z] #21 15.86 After this operation, 105 MB of additional disk space will be used. [2022-06-29T21:14:37.395Z] #21 15.86 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-06-29T21:14:37.395Z] #21 15.87 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-06-29T21:14:37.395Z] #21 15.87 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-06-29T21:14:37.395Z] #21 15.88 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-06-29T21:14:37.395Z] #21 15.88 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-06-29T21:14:37.395Z] #21 15.88 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-06-29T21:14:37.395Z] #21 15.88 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-06-29T21:14:37.395Z] #21 15.88 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-06-29T21:14:37.395Z] #21 15.90 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-29T21:14:37.555Z] #77 60.64 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-29T21:14:37.657Z] #21 15.90 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-29T21:14:37.657Z] #21 15.90 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-06-29T21:14:37.657Z] #21 15.91 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-06-29T21:14:37.657Z] #21 15.92 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] [2022-06-29T21:14:37.657Z] #21 15.92 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-06-29T21:14:37.657Z] #21 15.93 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2022-06-29T21:14:37.657Z] #21 15.93 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2022-06-29T21:14:37.657Z] #21 15.94 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-06-29T21:14:37.657Z] #21 15.95 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-06-29T21:14:37.657Z] #21 15.95 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-06-29T21:14:37.657Z] #21 15.95 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-06-29T21:14:37.657Z] #21 15.95 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-06-29T21:14:37.657Z] #21 15.96 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-06-29T21:14:37.657Z] #21 15.96 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-06-29T21:14:37.657Z] #21 15.97 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-06-29T21:14:37.657Z] #21 15.97 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-06-29T21:14:37.657Z] #21 15.98 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-06-29T21:14:37.657Z] #21 15.98 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-06-29T21:14:37.895Z] #84 154.4 checking for string.h... yes [2022-06-29T21:14:37.895Z] #84 154.6 checking for memory.h... [2022-06-29T21:14:37.895Z] #84 ... [2022-06-29T21:14:37.895Z] [2022-06-29T21:14:37.895Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-29T21:14:37.895Z] #19 sha256:917bf0834aad25d25cd204588999ad2a1286424901d6429e4987625c582c85f0 [2022-06-29T21:14:37.895Z] #19 192.7 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-06-29T21:14:37.895Z] #19 192.7 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-29T21:14:37.895Z] #19 192.8 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-29T21:14:37.895Z] #19 ... [2022-06-29T21:14:37.895Z] [2022-06-29T21:14:37.895Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:37.895Z] #84 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:14:37.895Z] #84 154.6 checking for memory.h... yes [2022-06-29T21:14:37.895Z] #84 154.8 checking for strings.h... yes [2022-06-29T21:14:37.919Z] #21 16.30 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-06-29T21:14:37.919Z] #21 16.31 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-06-29T21:14:37.919Z] #21 16.31 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-06-29T21:14:37.919Z] #21 16.31 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-06-29T21:14:37.919Z] #21 16.31 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB] [2022-06-29T21:14:37.919Z] #21 16.31 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-06-29T21:14:37.919Z] #21 16.31 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-06-29T21:14:37.919Z] #21 16.31 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-06-29T21:14:37.919Z] #21 16.35 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-29T21:14:37.919Z] #21 16.36 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-29T21:14:37.919Z] #21 16.36 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-29T21:14:37.919Z] #21 16.37 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-29T21:14:37.919Z] #21 16.38 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-29T21:14:37.919Z] #21 16.38 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-29T21:14:37.919Z] #21 16.39 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-06-29T21:14:38.153Z] #84 154.9 checking for inttypes.h... yes [2022-06-29T21:14:38.180Z] #21 16.42 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-06-29T21:14:38.180Z] #21 16.42 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-06-29T21:14:38.180Z] #21 16.42 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-06-29T21:14:38.180Z] #21 16.53 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-06-29T21:14:38.180Z] #21 16.57 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-06-29T21:14:38.180Z] #21 16.58 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-06-29T21:14:38.180Z] #21 16.61 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2022-06-29T21:14:38.667Z] #84 155.1 checking for stdint.h... yes [2022-06-29T21:14:38.667Z] #84 155.4 checking for unistd.h... yes [2022-06-29T21:14:38.752Z] #21 17.05 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:14:38.752Z] #21 17.17 Fetched 27.0 MB in 1s (26.0 MB/s) [2022-06-29T21:14:38.755Z] #14 ... [2022-06-29T21:14:38.755Z] [2022-06-29T21:14:38.755Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:38.755Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:14:38.755Z] #77 23.62 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-06-29T21:14:38.923Z] #84 155.5 checking for dlfcn.h... yes [2022-06-29T21:14:38.923Z] #84 155.7 checking for objdir... .libs [2022-06-29T21:14:39.013Z] #21 17.22 Selecting previously unselected package pigz. [2022-06-29T21:14:39.013Z] #21 17.22 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-06-29T21:14:39.013Z] #21 17.30 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2022-06-29T21:14:39.013Z] #21 17.31 Unpacking pigz (2.6-1) ... [2022-06-29T21:14:39.013Z] #21 17.42 Selecting previously unselected package libelf1:arm64. [2022-06-29T21:14:39.013Z] #21 17.42 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2022-06-29T21:14:39.013Z] #21 17.44 Unpacking libelf1:arm64 (0.183-1) ... [2022-06-29T21:14:39.274Z] #21 17.60 Selecting previously unselected package libbpf0:arm64. [2022-06-29T21:14:39.274Z] #21 17.60 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2022-06-29T21:14:39.274Z] #21 17.61 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-06-29T21:14:39.274Z] #21 17.72 Selecting previously unselected package libcap2:arm64. [2022-06-29T21:14:39.274Z] #21 17.72 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2022-06-29T21:14:39.274Z] #21 17.72 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-06-29T21:14:39.274Z] #21 17.79 Selecting previously unselected package libmnl0:arm64. [2022-06-29T21:14:39.486Z] #84 156.2 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-29T21:14:39.486Z] #84 156.4 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-29T21:14:39.486Z] #84 156.4 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-29T21:14:39.535Z] #21 17.79 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2022-06-29T21:14:39.535Z] #21 17.80 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-06-29T21:14:39.535Z] #21 17.86 Selecting previously unselected package libxtables12:arm64. [2022-06-29T21:14:39.535Z] #21 17.86 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2022-06-29T21:14:39.535Z] #21 17.87 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-06-29T21:14:39.535Z] #21 17.95 Selecting previously unselected package libcap2-bin. [2022-06-29T21:14:39.535Z] #21 17.95 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-06-29T21:14:39.535Z] #21 17.96 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-29T21:14:39.797Z] #21 18.06 Selecting previously unselected package iproute2. [2022-06-29T21:14:39.797Z] #21 18.06 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2022-06-29T21:14:39.797Z] #21 18.07 Unpacking iproute2 (5.10.0-4) ... [2022-06-29T21:14:40.058Z] #21 18.44 Selecting previously unselected package xxd. [2022-06-29T21:14:40.058Z] #21 18.46 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-06-29T21:14:40.058Z] #21 18.46 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:14:40.058Z] #21 18.58 Selecting previously unselected package vim-common. [2022-06-29T21:14:40.318Z] #21 18.58 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-29T21:14:40.318Z] #21 18.59 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:14:40.318Z] #21 18.73 Selecting previously unselected package bash-completion. [2022-06-29T21:14:40.318Z] #21 18.74 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-29T21:14:40.418Z] #84 156.5 checking if gcc static flag -static works... yes [2022-06-29T21:14:40.418Z] #84 157.0 checking if gcc supports -c -o file.o... yes [2022-06-29T21:14:40.418Z] #84 157.2 checking if gcc supports -c -o file.o... (cached) yes [2022-06-29T21:14:40.418Z] #84 157.2 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-29T21:14:40.675Z] #84 157.2 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-29T21:14:40.675Z] #84 157.6 checking how to hardcode library paths into programs... immediate [2022-06-29T21:14:40.931Z] #84 157.6 checking whether stripping libraries is possible... yes [2022-06-29T21:14:40.931Z] #84 157.7 checking if libtool supports shared libraries... yes [2022-06-29T21:14:40.931Z] #84 157.7 checking whether to build shared libraries... no [2022-06-29T21:14:40.931Z] #84 157.7 checking whether to build static libraries... yes [2022-06-29T21:14:41.188Z] #84 157.7 checking float.h usability... yes [2022-06-29T21:14:41.188Z] #84 158.0 checking float.h presence... yes [2022-06-29T21:14:41.444Z] #84 158.1 checking for float.h... yes [2022-06-29T21:14:41.444Z] #84 158.1 checking limits.h usability... yes [2022-06-29T21:14:41.444Z] #84 158.3 checking limits.h presence... yes [2022-06-29T21:14:41.701Z] #84 158.3 checking for limits.h... yes [2022-06-29T21:14:41.701Z] #84 158.4 checking stddef.h usability... yes [2022-06-29T21:14:41.701Z] #84 158.5 checking stddef.h presence... yes [2022-06-29T21:14:41.701Z] #84 158.6 checking for stddef.h... yes [2022-06-29T21:14:41.701Z] #84 158.6 checking for stdlib.h... (cached) yes [2022-06-29T21:14:41.958Z] #84 158.6 checking for string.h... (cached) yes [2022-06-29T21:14:41.958Z] #84 158.7 checking sys/time.h usability... yes [2022-06-29T21:14:41.958Z] #84 158.8 checking sys/time.h presence... yes [2022-06-29T21:14:41.958Z] #84 158.8 checking for sys/time.h... yes [2022-06-29T21:14:42.215Z] #84 158.8 checking for inline... inline [2022-06-29T21:14:42.779Z] #84 159.0 checking for size_t... yes [2022-06-29T21:14:42.779Z] #84 159.4 checking for stdlib.h... (cached) yes [2022-06-29T21:14:42.779Z] #84 159.4 checking for GNU libc compatible malloc... yes [2022-06-29T21:14:42.779Z] #84 159.5 checking for stdlib.h... (cached) yes [2022-06-29T21:14:42.864Z] #21 21.13 Unpacking bash-completion (1:2.11-2) ... [2022-06-29T21:14:43.035Z] #84 159.5 checking for GNU libc compatible realloc... yes [2022-06-29T21:14:43.035Z] #84 159.7 checking for working strtod... yes [2022-06-29T21:14:43.125Z] #21 21.56 Selecting previously unselected package bzip2. [2022-06-29T21:14:43.125Z] #21 21.56 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2022-06-29T21:14:43.125Z] #21 21.57 Unpacking bzip2 (1.0.8-4) ... [2022-06-29T21:14:43.386Z] #21 21.63 Selecting previously unselected package xz-utils. [2022-06-29T21:14:43.386Z] #21 21.63 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-06-29T21:14:43.386Z] #21 21.64 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-29T21:14:43.386Z] #21 21.81 Selecting previously unselected package apparmor. [2022-06-29T21:14:43.386Z] #21 21.82 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2022-06-29T21:14:43.386Z] #21 21.88 Unpacking apparmor (2.13.6-10) ... [2022-06-29T21:14:43.493Z] #67 ... [2022-06-29T21:14:43.494Z] [2022-06-29T21:14:43.494Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:14:43.494Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:14:43.494Z] #14 117.0 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-29T21:14:43.494Z] #14 117.1 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:14:43.494Z] #14 117.1 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-29T21:14:43.549Z] #84 160.0 checking for gettimeofday... yes [2022-06-29T21:14:43.806Z] #84 160.3 checking for memset... yes [2022-06-29T21:14:43.958Z] #21 22.28 Selecting previously unselected package inetutils-ping. [2022-06-29T21:14:43.958Z] #21 22.28 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2022-06-29T21:14:43.958Z] #21 22.29 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-29T21:14:43.958Z] #21 22.40 Selecting previously unselected package libip4tc2:arm64. [2022-06-29T21:14:44.122Z] #77 ... [2022-06-29T21:14:44.122Z] [2022-06-29T21:14:44.122Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:14:44.122Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:14:44.122Z] #14 119.1 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-29T21:14:44.122Z] #14 119.1 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:14:44.122Z] #14 119.1 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-29T21:14:44.219Z] #21 22.41 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2022-06-29T21:14:44.219Z] #21 22.41 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-06-29T21:14:44.219Z] #21 22.48 Selecting previously unselected package libip6tc2:arm64. [2022-06-29T21:14:44.219Z] #21 22.49 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2022-06-29T21:14:44.219Z] #21 22.50 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-06-29T21:14:44.219Z] #21 22.57 Selecting previously unselected package libnfnetlink0:arm64. [2022-06-29T21:14:44.219Z] #21 22.58 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-06-29T21:14:44.219Z] #21 22.58 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-06-29T21:14:44.219Z] #21 22.64 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-06-29T21:14:44.219Z] #21 22.65 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-06-29T21:14:44.219Z] #21 22.65 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-06-29T21:14:44.319Z] #84 160.7 checking for strspn... yes [2022-06-29T21:14:44.481Z] #21 22.71 Selecting previously unselected package libnftnl11:arm64. [2022-06-29T21:14:44.481Z] #21 22.73 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2022-06-29T21:14:44.481Z] #21 22.74 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-06-29T21:14:44.481Z] #21 22.82 Selecting previously unselected package iptables. [2022-06-29T21:14:44.481Z] #21 22.82 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2022-06-29T21:14:44.481Z] #21 22.82 Unpacking iptables (1.8.7-1) ... [2022-06-29T21:14:44.576Z] #84 161.3 checking that generated files are newer than configure... done [2022-06-29T21:14:44.576Z] #84 161.3 configure: creating ./config.status [2022-06-29T21:14:44.742Z] #21 23.11 Selecting previously unselected package libonig5:arm64. [2022-06-29T21:14:44.742Z] #21 23.11 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2022-06-29T21:14:44.742Z] #21 23.11 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-06-29T21:14:44.742Z] #21 23.25 Selecting previously unselected package libjq1:arm64. [2022-06-29T21:14:45.004Z] #21 23.28 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2022-06-29T21:14:45.004Z] #21 23.28 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-06-29T21:14:45.004Z] #21 23.36 Selecting previously unselected package jq. [2022-06-29T21:14:45.004Z] #21 23.36 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2022-06-29T21:14:45.004Z] #21 23.37 Unpacking jq (1.6-2.1) ... [2022-06-29T21:14:45.004Z] #21 23.44 Selecting previously unselected package libaio1:arm64. [2022-06-29T21:14:45.004Z] #21 23.45 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2022-06-29T21:14:45.004Z] #21 23.46 Unpacking libaio1:arm64 (0.3.112-9) ... [2022-06-29T21:14:45.266Z] #21 23.53 Selecting previously unselected package libgpm2:arm64. [2022-06-29T21:14:45.266Z] #21 23.54 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2022-06-29T21:14:45.266Z] #21 23.54 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-06-29T21:14:45.266Z] #21 23.60 Selecting previously unselected package libicu67:arm64. [2022-06-29T21:14:45.266Z] #21 23.61 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2022-06-29T21:14:45.266Z] #21 23.61 Unpacking libicu67:arm64 (67.1-7) ... [2022-06-29T21:14:46.653Z] #21 ... [2022-06-29T21:14:46.653Z] [2022-06-29T21:14:46.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-06-29T21:14:46.653Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-29T21:14:46.653Z] #77 87.48 checking for library containing seccomp_rule_add... -lseccomp [2022-06-29T21:14:46.653Z] #77 87.94 checking for library containing seccomp_arch_resolve_name... none required [2022-06-29T21:14:46.653Z] #77 88.13 checking systemd/sd-bus.h usability... yes [2022-06-29T21:14:46.653Z] #77 88.33 checking systemd/sd-bus.h presence... yes [2022-06-29T21:14:46.653Z] #77 88.44 checking for systemd/sd-bus.h... yes [2022-06-29T21:14:46.653Z] #77 88.44 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-06-29T21:14:46.653Z] #77 88.79 checking for sd_notify_barrier... yes [2022-06-29T21:14:46.653Z] #77 88.89 checking linux/bpf.h usability... yes [2022-06-29T21:14:46.653Z] #77 89.09 checking linux/bpf.h presence... yes [2022-06-29T21:14:46.653Z] #77 89.14 checking for linux/bpf.h... yes [2022-06-29T21:14:46.653Z] #77 89.14 checking compilation for eBPF... yes [2022-06-29T21:14:46.653Z] #77 89.29 checking for criu >= 3.15... no [2022-06-29T21:14:46.653Z] #77 89.32 configure: CRIU headers not found, building without CRIU support [2022-06-29T21:14:46.653Z] #77 89.32 checking for criu > 3.16... no [2022-06-29T21:14:46.653Z] #77 89.35 configure: CRIU version doesn't support join-ns API [2022-06-29T21:14:46.653Z] #77 89.35 checking for criu > 3.16.1... no [2022-06-29T21:14:46.653Z] #77 89.38 configure: CRIU version doesn't support for pre-dumping [2022-06-29T21:14:46.653Z] #77 89.38 checking for new mount API (fsconfig)... yes [2022-06-29T21:14:46.653Z] #77 89.49 checking for seccomp notify API... yes [2022-06-29T21:14:46.653Z] #77 89.58 checking for gperf... no [2022-06-29T21:14:46.653Z] #77 89.58 configure: gperf not found - cannot rebuild signal parser code [2022-06-29T21:14:46.653Z] #77 89.58 checking for library containing argp_parse... none required [2022-06-29T21:14:46.653Z] #77 89.87 checking that generated files are newer than configure... done [2022-06-29T21:14:46.653Z] #77 89.88 configure: creating ./config.status [2022-06-29T21:14:46.653Z] #77 92.64 config.status: creating Makefile [2022-06-29T21:14:46.653Z] #77 92.72 config.status: creating rpm/crun.spec [2022-06-29T21:14:46.653Z] #77 92.81 config.status: creating config.h [2022-06-29T21:14:46.653Z] #77 92.85 config.status: executing libtool commands [2022-06-29T21:14:46.653Z] #77 92.88 config.status: executing depfiles commands [2022-06-29T21:14:46.653Z] #77 94.05 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-06-29T21:14:46.653Z] #77 94.08 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-29T21:14:46.653Z] #77 94.50 checking for gcc... gcc [2022-06-29T21:14:46.653Z] #77 94.56 checking whether the C compiler works... yes [2022-06-29T21:14:46.653Z] #77 94.66 checking for C compiler default output file name... a.out [2022-06-29T21:14:46.653Z] #77 94.67 checking for suffix of executables... [2022-06-29T21:14:46.653Z] #77 94.87 checking whether we are cross compiling... no [2022-06-29T21:14:46.653Z] #77 95.05 checking for suffix of object files... o [2022-06-29T21:14:46.653Z] #77 95.23 checking whether we are using the GNU C compiler... yes [2022-06-29T21:14:46.653Z] #77 95.37 checking whether gcc accepts -g... yes [2022-06-29T21:14:46.653Z] #77 95.48 checking for gcc option to accept ISO C89... none needed [2022-06-29T21:14:46.653Z] #77 95.73 checking whether gcc understands -c and -o together... yes [2022-06-29T21:14:46.653Z] #77 95.92 checking how to run the C preprocessor... gcc -E [2022-06-29T21:14:46.653Z] #77 96.20 checking for grep that handles long lines and -e... /bin/grep [2022-06-29T21:14:46.653Z] #77 96.20 checking for egrep... /bin/grep -E [2022-06-29T21:14:46.653Z] #77 96.21 checking for ANSI C header files... yes [2022-06-29T21:14:46.653Z] #77 96.72 checking for sys/types.h... yes [2022-06-29T21:14:46.653Z] #77 96.87 checking for sys/stat.h... yes [2022-06-29T21:14:46.653Z] #77 97.04 checking for stdlib.h... yes [2022-06-29T21:14:46.653Z] #77 97.22 checking for string.h... yes [2022-06-29T21:14:46.653Z] #77 97.39 checking for memory.h... yes [2022-06-29T21:14:46.653Z] #77 97.59 checking for strings.h... yes [2022-06-29T21:14:46.653Z] #77 97.76 checking for inttypes.h... yes [2022-06-29T21:14:46.653Z] #77 97.92 checking for stdint.h... yes [2022-06-29T21:14:46.914Z] #77 98.09 checking for unistd.h... yes [2022-06-29T21:14:46.914Z] #77 98.24 checking minix/config.h usability... no [2022-06-29T21:14:46.914Z] #77 98.41 checking minix/config.h presence... no [2022-06-29T21:14:47.140Z] #84 163.9 config.status: creating Makefile [2022-06-29T21:14:47.140Z] #84 164.0 config.status: creating config.h [2022-06-29T21:14:47.140Z] #84 164.0 config.status: executing depfiles commands [2022-06-29T21:14:47.175Z] #77 98.48 checking for minix/config.h... no [2022-06-29T21:14:47.175Z] #77 98.48 checking whether it is safe to define __EXTENSIONS__... yes [2022-06-29T21:14:47.396Z] #84 164.2 config.status: executing libtool commands [2022-06-29T21:14:47.435Z] #77 98.68 checking build system type... aarch64-unknown-linux-gnu [2022-06-29T21:14:47.435Z] #77 98.99 checking host system type... aarch64-unknown-linux-gnu [2022-06-29T21:14:47.435Z] #77 98.99 checking how to print strings... printf [2022-06-29T21:14:47.435Z] #77 99.00 checking for a sed that does not truncate output... /bin/sed [2022-06-29T21:14:47.435Z] #77 99.02 checking for fgrep... /bin/grep -F [2022-06-29T21:14:47.558Z] #77 ... [2022-06-29T21:14:47.558Z] [2022-06-29T21:14:47.558Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:14:47.558Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:14:47.558Z] #14 118.0 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-29T21:14:47.558Z] #14 118.0 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:14:47.558Z] #14 118.0 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-29T21:14:47.558Z] #14 124.0 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-29T21:14:47.558Z] #14 124.0 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-29T21:14:47.558Z] #14 124.1 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-29T21:14:47.558Z] #14 124.2 Selecting previously unselected package libapparmor1:amd64. [2022-06-29T21:14:47.558Z] #14 124.2 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-29T21:14:47.558Z] #14 124.2 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-29T21:14:47.558Z] #14 124.4 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-29T21:14:47.558Z] #14 124.4 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-29T21:14:47.558Z] #14 124.4 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-29T21:14:47.558Z] #14 124.5 Selecting previously unselected package libbtrfs0:amd64. [2022-06-29T21:14:47.558Z] #14 124.5 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-29T21:14:47.558Z] #14 124.5 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-29T21:14:47.558Z] #14 124.6 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-29T21:14:47.558Z] #14 124.6 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-29T21:14:47.558Z] #14 124.7 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-29T21:14:47.558Z] #14 124.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-29T21:14:47.558Z] #14 124.9 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-29T21:14:47.558Z] #14 124.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:14:47.558Z] #14 125.0 Selecting previously unselected package libudev-dev:amd64. [2022-06-29T21:14:47.558Z] #14 125.0 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-29T21:14:47.558Z] #14 125.0 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-29T21:14:47.696Z] #77 99.04 checking for ld used by gcc... /usr/bin/ld [2022-06-29T21:14:47.697Z] #77 99.06 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-29T21:14:47.697Z] #77 99.07 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-29T21:14:47.820Z] #14 125.2 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-29T21:14:47.820Z] #14 125.2 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-29T21:14:47.820Z] #14 125.2 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-29T21:14:47.820Z] #14 ... [2022-06-29T21:14:47.820Z] [2022-06-29T21:14:47.820Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:14:47.820Z] #67 sha256:433f29aa2a413e4c78a37ba988f3034e634990a35581c73d48c3fad06c0f1608 [2022-06-29T21:14:47.820Z] #67 125.1 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-29T21:14:47.958Z] #77 99.10 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-29T21:14:47.958Z] #77 99.21 checking whether ln -s works... yes [2022-06-29T21:14:47.958Z] #77 99.21 checking the maximum length of command line arguments... 1572864 [2022-06-29T21:14:47.958Z] #77 99.25 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop [2022-06-29T21:14:47.958Z] #77 99.26 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-29T21:14:47.958Z] #77 99.27 checking for /usr/bin/ld option to reload object files... -r [2022-06-29T21:14:47.958Z] #77 99.27 checking for objdump... objdump [2022-06-29T21:14:47.958Z] #77 99.27 checking how to recognize dependent libraries... pass_all [2022-06-29T21:14:47.958Z] #77 99.27 checking for dlltool... no [2022-06-29T21:14:47.958Z] #77 99.27 checking how to associate runtime and link libraries... printf %s\n [2022-06-29T21:14:47.958Z] #77 99.27 checking for ar... ar [2022-06-29T21:14:47.958Z] #77 99.28 checking for archiver @FILE support... @ [2022-06-29T21:14:47.958Z] #77 99.40 checking for strip... strip [2022-06-29T21:14:47.958Z] #77 99.41 checking for ranlib... ranlib [2022-06-29T21:14:47.958Z] #77 99.41 checking for gawk... no [2022-06-29T21:14:47.958Z] #77 99.41 checking for mawk... mawk [2022-06-29T21:14:48.082Z] #67 125.1 + GOBIN=/build [2022-06-29T21:14:48.082Z] #67 125.1 + GO111MODULE=on [2022-06-29T21:14:48.082Z] #67 125.1 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-29T21:14:48.219Z] #77 99.41 checking command to parse /usr/bin/nm -B output from gcc object... [2022-06-29T21:14:48.220Z] #77 ... [2022-06-29T21:14:48.220Z] [2022-06-29T21:14:48.220Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:14:48.220Z] #21 sha256:34fec967e802213696c4e32cb31a8e221d9d9cdd3d893e1a0024a2ecccb17f4b [2022-06-29T21:14:48.220Z] #21 26.55 Selecting previously unselected package libinih1:arm64. [2022-06-29T21:14:48.220Z] #21 26.57 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2022-06-29T21:14:48.220Z] #21 26.57 Unpacking libinih1:arm64 (53-1+b2) ... [2022-06-29T21:14:48.220Z] #21 26.64 Selecting previously unselected package libnet1:arm64. [2022-06-29T21:14:48.220Z] #21 26.64 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-06-29T21:14:48.220Z] #21 26.66 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-29T21:14:48.220Z] #21 26.76 Selecting previously unselected package libnl-3-200:arm64. [2022-06-29T21:14:48.337Z] #84 165.2 GEN .version [2022-06-29T21:14:48.337Z] #84 165.2 make install-recursive [2022-06-29T21:14:48.337Z] #84 165.2 make[1]: Entering directory '/tmp/crun-build' [2022-06-29T21:14:48.337Z] #84 165.3 Making install in libocispec [2022-06-29T21:14:48.481Z] #21 26.76 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-06-29T21:14:48.481Z] #21 26.77 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-29T21:14:48.481Z] #21 26.87 Selecting previously unselected package libprotobuf-c1:arm64. [2022-06-29T21:14:48.481Z] #21 26.87 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-06-29T21:14:48.481Z] #21 26.87 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-29T21:14:48.594Z] #84 165.3 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-06-29T21:14:48.594Z] #84 165.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-06-29T21:14:48.594Z] #84 165.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-06-29T21:14:48.594Z] #84 165.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-06-29T21:14:48.594Z] #84 165.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-06-29T21:14:48.742Z] #21 26.97 Selecting previously unselected package libyajl2:arm64. [2022-06-29T21:14:48.742Z] #21 26.97 Preparing to unpack .../31-libyajl2_2.1.0-3_arm64.deb ... [2022-06-29T21:14:48.742Z] #21 26.97 Unpacking libyajl2:arm64 (2.1.0-3) ... [2022-06-29T21:14:48.742Z] #21 27.05 Selecting previously unselected package net-tools. [2022-06-29T21:14:48.742Z] #21 27.05 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-06-29T21:14:48.742Z] #21 27.06 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-29T21:14:49.004Z] #21 27.27 Selecting previously unselected package patch. [2022-06-29T21:14:49.004Z] #21 27.27 Preparing to unpack .../33-patch_2.7.6-7_arm64.deb ... [2022-06-29T21:14:49.004Z] #21 27.28 Unpacking patch (2.7.6-7) ... [2022-06-29T21:14:49.004Z] #21 27.40 Selecting previously unselected package python-pip-whl. [2022-06-29T21:14:49.004Z] #21 27.41 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-29T21:14:49.004Z] #21 27.42 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-29T21:14:49.158Z] #84 166.1 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-06-29T21:14:49.158Z] #84 ... [2022-06-29T21:14:49.158Z] [2022-06-29T21:14:49.158Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-29T21:14:49.158Z] #19 sha256:917bf0834aad25d25cd204588999ad2a1286424901d6429e4987625c582c85f0 [2022-06-29T21:14:49.158Z] #19 214.2 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-06-29T21:14:49.158Z] #19 214.2 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-06-29T21:14:49.158Z] #19 214.2 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-06-29T21:14:49.416Z] #19 214.3 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-06-29T21:14:49.416Z] #19 214.3 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-29T21:14:49.416Z] #19 214.3 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-29T21:14:49.577Z] #21 27.93 Selecting previously unselected package python3-lib2to3. [2022-06-29T21:14:49.577Z] #21 27.93 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-29T21:14:49.577Z] #21 27.95 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-29T21:14:49.577Z] #21 28.07 Selecting previously unselected package python3-distutils. [2022-06-29T21:14:49.577Z] #21 28.09 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ... [2022-06-29T21:14:49.577Z] #21 28.10 Unpacking python3-distutils (3.9.2-1) ... [2022-06-29T21:14:49.839Z] #21 28.23 Selecting previously unselected package python3-pkg-resources. [2022-06-29T21:14:49.839Z] #21 28.24 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-29T21:14:49.839Z] #21 28.25 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-29T21:14:50.100Z] #21 28.35 Selecting previously unselected package python3-setuptools. [2022-06-29T21:14:50.100Z] #21 28.36 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ... [2022-06-29T21:14:50.100Z] #21 28.36 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-29T21:14:50.100Z] #21 28.59 Selecting previously unselected package python3-wheel. [2022-06-29T21:14:50.100Z] #21 28.59 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ... [2022-06-29T21:14:50.100Z] #21 28.60 Unpacking python3-wheel (0.34.2-1) ... [2022-06-29T21:14:50.362Z] #21 28.66 Selecting previously unselected package python3-pip. [2022-06-29T21:14:50.362Z] #21 28.67 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-29T21:14:50.362Z] #21 28.68 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-29T21:14:50.624Z] #21 28.96 Selecting previously unselected package sudo. [2022-06-29T21:14:50.624Z] #21 28.96 Preparing to unpack .../41-sudo_1.9.5p2-3_arm64.deb ... [2022-06-29T21:14:50.624Z] #21 28.97 Unpacking sudo (1.9.5p2-3) ... [2022-06-29T21:14:51.196Z] #21 29.47 Selecting previously unselected package thin-provisioning-tools. [2022-06-29T21:14:51.196Z] #21 29.47 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-06-29T21:14:51.196Z] #21 29.48 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-29T21:14:51.458Z] #21 29.67 Selecting previously unselected package uidmap. [2022-06-29T21:14:51.458Z] #21 29.69 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-06-29T21:14:51.458Z] #21 29.69 Unpacking uidmap (1:4.8.1-1) ... [2022-06-29T21:14:51.458Z] #21 29.83 Selecting previously unselected package vim-runtime. [2022-06-29T21:14:51.458Z] #21 29.85 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-29T21:14:51.458Z] #21 29.87 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-06-29T21:14:51.458Z] #21 29.91 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-29T21:14:51.637Z] #14 ... [2022-06-29T21:14:51.637Z] [2022-06-29T21:14:51.637Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:51.637Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:14:51.637Z] #77 46.94 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-06-29T21:14:51.720Z] #21 29.93 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:14:52.265Z] #14 ... [2022-06-29T21:14:52.265Z] [2022-06-29T21:14:52.265Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:52.265Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:14:52.265Z] #77 46.74 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-06-29T21:14:53.376Z] #67 ... [2022-06-29T21:14:53.376Z] [2022-06-29T21:14:53.376Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:14:53.376Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:14:53.376Z] #14 125.5 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-29T21:14:53.376Z] #14 125.5 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-29T21:14:53.376Z] #14 125.5 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-29T21:14:53.376Z] #14 125.6 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-29T21:14:53.376Z] #14 125.6 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-29T21:14:53.376Z] #14 125.6 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-29T21:14:53.376Z] #14 125.8 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-29T21:14:53.376Z] #14 125.9 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-29T21:14:53.376Z] #14 125.9 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-29T21:14:53.376Z] #14 126.0 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-29T21:14:53.376Z] #14 126.0 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-29T21:14:53.376Z] #14 126.0 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-29T21:14:53.376Z] #14 126.5 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-29T21:14:53.376Z] #14 126.5 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-29T21:14:53.376Z] #14 126.5 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-29T21:14:53.376Z] #14 126.8 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-29T21:14:53.376Z] #14 126.8 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-29T21:14:53.376Z] #14 126.8 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:14:53.376Z] #14 126.9 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-29T21:14:53.376Z] #14 126.9 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-29T21:14:53.376Z] #14 126.9 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-29T21:14:53.376Z] #14 127.1 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-29T21:14:53.376Z] #14 127.1 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-29T21:14:53.376Z] #14 127.1 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-29T21:14:53.376Z] #14 127.7 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-29T21:14:53.376Z] #14 127.7 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-29T21:14:53.376Z] #14 127.7 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-29T21:14:53.376Z] #14 127.8 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-29T21:14:53.376Z] #14 127.8 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-29T21:14:53.376Z] #14 127.8 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-29T21:14:53.376Z] #14 127.8 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-29T21:14:53.376Z] #14 127.8 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-29T21:14:53.376Z] #14 127.8 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-29T21:14:53.376Z] #14 127.8 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-29T21:14:53.376Z] #14 127.8 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-29T21:14:53.376Z] #14 127.8 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-29T21:14:53.376Z] #14 127.9 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-29T21:14:53.376Z] #14 127.9 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-29T21:14:53.376Z] #14 127.9 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-29T21:14:53.376Z] #14 127.9 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-29T21:14:53.376Z] #14 127.9 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-29T21:14:53.376Z] #14 127.9 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-29T21:14:53.376Z] #14 127.9 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-29T21:14:53.376Z] #14 128.0 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-29T21:14:53.376Z] #14 128.0 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-29T21:14:53.376Z] #14 128.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-29T21:14:53.376Z] #14 128.1 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-29T21:14:53.376Z] #14 128.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-29T21:14:53.376Z] #14 128.1 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-29T21:14:53.376Z] #14 128.1 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-29T21:14:53.376Z] #14 128.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-06-29T21:14:53.376Z] #14 128.2 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-29T21:14:53.376Z] #14 128.2 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-29T21:14:53.376Z] #14 128.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:14:53.376Z] #14 128.3 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-29T21:14:53.376Z] #14 128.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:14:53.376Z] #14 128.3 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:14:53.376Z] #14 128.3 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:14:53.376Z] #14 DONE 130.9s [2022-06-29T21:14:53.376Z] [2022-06-29T21:14:53.376Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-29T21:14:53.376Z] #15 sha256:cc95ddea40f49f1a0537aef9a9e9143c8ceb38ba5aa987390027ef85c2544f58 [2022-06-29T21:14:53.637Z] #15 ... [2022-06-29T21:14:53.637Z] [2022-06-29T21:14:53.637Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-29T21:14:53.637Z] #59 sha256:cb022f228cefcc596ef065b80a2c6574e4c988f563551d64887a3ed76bbef02b [2022-06-29T21:14:53.637Z] #59 DONE 0.4s [2022-06-29T21:14:53.900Z] [2022-06-29T21:14:53.900Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:14:53.900Z] #60 sha256:b1b6ad7d9c97abe66c8a12eee5e212f91fd26303f5447fec26fdf299cabfa99c [2022-06-29T21:14:54.476Z] #60 ... [2022-06-29T21:14:54.476Z] [2022-06-29T21:14:54.476Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:14:54.476Z] #67 sha256:433f29aa2a413e4c78a37ba988f3034e634990a35581c73d48c3fad06c0f1608 [2022-06-29T21:14:54.476Z] #67 131.3 rootlesskit version 1.0.0 [2022-06-29T21:14:54.476Z] #67 131.3 Usage of /build/rootlesskit-docker-proxy: [2022-06-29T21:14:54.476Z] #67 131.3 -container-ip string [2022-06-29T21:14:54.476Z] #67 131.3 container ip [2022-06-29T21:14:54.476Z] #67 131.3 -container-port int [2022-06-29T21:14:54.476Z] #67 131.3 container port (default -1) [2022-06-29T21:14:54.476Z] #67 131.3 -host-ip string [2022-06-29T21:14:54.476Z] #67 131.3 host ip [2022-06-29T21:14:54.476Z] #67 131.3 -host-port int [2022-06-29T21:14:54.476Z] #67 131.3 host port (default -1) [2022-06-29T21:14:54.476Z] #67 131.3 -proto string [2022-06-29T21:14:54.476Z] #67 131.3 proxy protocol (default "tcp") [2022-06-29T21:14:54.476Z] #67 DONE 131.7s [2022-06-29T21:14:54.738Z] [2022-06-29T21:14:54.738Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-29T21:14:54.738Z] #68 sha256:eaaba5b7b934f32b698146f9e3ec67f9e90c35f3c0732994d1186887e557f4dc [2022-06-29T21:14:54.738Z] #68 DONE 0.2s [2022-06-29T21:14:54.738Z] [2022-06-29T21:14:54.738Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-29T21:14:54.738Z] #69 sha256:d28cad4b67544302fbf1ee6fb1f2997731f572000ed0aaa8e7fd65b6b9fd6ecd [2022-06-29T21:14:55.000Z] #69 DONE 0.4s [2022-06-29T21:14:55.000Z] [2022-06-29T21:14:55.000Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:55.000Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:14:55.000Z] #77 73.95 configure.ac:7: installing 'build-aux/compile' [2022-06-29T21:14:55.000Z] #77 73.95 configure.ac:9: installing 'build-aux/config.guess' [2022-06-29T21:14:55.000Z] #77 73.96 configure.ac:9: installing 'build-aux/config.sub' [2022-06-29T21:14:55.000Z] #77 73.96 configure.ac:11: installing 'build-aux/install-sh' [2022-06-29T21:14:55.000Z] #77 73.97 configure.ac:11: installing 'build-aux/missing' [2022-06-29T21:14:55.000Z] #77 74.19 Makefile.am: installing 'build-aux/depcomp' [2022-06-29T21:14:55.000Z] #77 74.32 parallel-tests: installing 'build-aux/test-driver' [2022-06-29T21:14:55.000Z] #77 76.47 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-29T21:14:55.000Z] #77 76.47 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-29T21:14:55.000Z] #77 77.14 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-29T21:14:55.000Z] #77 77.14 libtoolize: copying file 'm4/libtool.m4' [2022-06-29T21:14:55.000Z] #77 77.26 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-29T21:14:55.000Z] #77 77.41 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-29T21:14:55.000Z] #77 77.44 libtoolize: copying file 'm4/ltversion.m4' [2022-06-29T21:14:55.000Z] #77 77.50 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-29T21:14:55.024Z] #21 33.11 Selecting previously unselected package vim. [2022-06-29T21:14:55.024Z] #21 33.11 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-06-29T21:14:55.024Z] #21 33.14 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:14:55.285Z] #21 33.66 Selecting previously unselected package xfsprogs. [2022-06-29T21:14:55.285Z] #21 33.67 Preparing to unpack .../46-xfsprogs_5.10.0-4_arm64.deb ... [2022-06-29T21:14:55.285Z] #21 33.67 Unpacking xfsprogs (5.10.0-4) ... [2022-06-29T21:14:55.859Z] #21 34.12 Selecting previously unselected package zip. [2022-06-29T21:14:55.859Z] #21 34.12 Preparing to unpack .../47-zip_3.0-12_arm64.deb ... [2022-06-29T21:14:55.859Z] #21 34.13 Unpacking zip (3.0-12) ... [2022-06-29T21:14:55.859Z] #21 34.30 Selecting previously unselected package zstd. [2022-06-29T21:14:55.859Z] #21 34.30 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-06-29T21:14:55.859Z] #21 34.30 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-29T21:14:55.964Z] #19 ... [2022-06-29T21:14:55.964Z] [2022-06-29T21:14:55.964Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:55.964Z] #84 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:14:55.964Z] #84 166.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-06-29T21:14:55.964Z] #84 166.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-06-29T21:14:55.964Z] #84 166.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-06-29T21:14:55.964Z] #84 166.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-06-29T21:14:55.964Z] #84 166.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-06-29T21:14:55.964Z] #84 166.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-06-29T21:14:55.964Z] #84 166.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-06-29T21:14:55.964Z] #84 166.2 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-06-29T21:14:55.964Z] #84 166.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-06-29T21:14:55.964Z] #84 166.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-06-29T21:14:55.964Z] #84 166.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-06-29T21:14:55.964Z] #84 166.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-06-29T21:14:55.964Z] #84 166.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-06-29T21:14:55.964Z] #84 166.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-06-29T21:14:55.964Z] #84 166.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-06-29T21:14:55.964Z] #84 167.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-06-29T21:14:55.964Z] #84 167.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-06-29T21:14:55.964Z] #84 167.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-06-29T21:14:55.964Z] #84 167.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-06-29T21:14:55.964Z] #84 167.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-06-29T21:14:55.964Z] #84 167.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-06-29T21:14:55.964Z] #84 167.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-06-29T21:14:55.964Z] #84 167.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-06-29T21:14:55.964Z] #84 167.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-06-29T21:14:55.964Z] #84 167.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-06-29T21:14:55.964Z] #84 167.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-06-29T21:14:55.964Z] #84 167.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-06-29T21:14:55.964Z] #84 167.5 make install-recursive [2022-06-29T21:14:55.964Z] #84 167.6 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-06-29T21:14:55.964Z] #84 167.6 Making install in yajl [2022-06-29T21:14:55.964Z] #84 167.6 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-29T21:14:55.964Z] #84 167.7 CC verify/json_verify-json_verify.o [2022-06-29T21:14:55.964Z] #84 167.7 CC src/libyajl_la-yajl_alloc.lo [2022-06-29T21:14:55.964Z] #84 167.7 CC src/libyajl_la-yajl.lo [2022-06-29T21:14:55.964Z] #84 167.7 CC src/libyajl_la-yajl_gen.lo [2022-06-29T21:14:55.965Z] #84 167.8 CC src/libyajl_la-yajl_buf.lo [2022-06-29T21:14:55.965Z] #84 167.8 CC src/libyajl_la-yajl_encode.lo [2022-06-29T21:14:55.965Z] #84 167.8 CC src/libyajl_la-yajl_parser.lo [2022-06-29T21:14:55.965Z] #84 167.8 CC src/libyajl_la-yajl_lex.lo [2022-06-29T21:14:55.965Z] #84 167.9 CC src/libyajl_la-yajl_tree.lo [2022-06-29T21:14:56.120Z] #21 34.57 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-29T21:14:56.693Z] #21 ... [2022-06-29T21:14:56.693Z] [2022-06-29T21:14:56.693Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:14:56.693Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-29T21:14:56.693Z] #77 99.41 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-29T21:14:56.693Z] #77 99.87 checking for sysroot... no [2022-06-29T21:14:56.693Z] #77 99.87 checking for a working dd... /bin/dd [2022-06-29T21:14:56.693Z] #77 99.91 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-29T21:14:56.693Z] #77 99.93 checking for mt... no [2022-06-29T21:14:56.693Z] #77 99.94 checking if : is a manifest tool... no [2022-06-29T21:14:56.693Z] #77 99.95 checking for dlfcn.h... yes [2022-06-29T21:14:56.693Z] #77 100.1 checking for objdir... .libs [2022-06-29T21:14:56.693Z] #77 100.4 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-29T21:14:56.693Z] #77 100.5 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-29T21:14:56.693Z] #77 100.5 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-29T21:14:56.693Z] #77 100.6 checking if gcc static flag -static works... yes [2022-06-29T21:14:56.693Z] #77 101.0 checking if gcc supports -c -o file.o... yes [2022-06-29T21:14:56.693Z] #77 101.1 checking if gcc supports -c -o file.o... (cached) yes [2022-06-29T21:14:56.693Z] #77 101.1 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes [2022-06-29T21:14:56.693Z] #77 101.2 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-29T21:14:56.693Z] #77 101.4 checking how to hardcode library paths into programs... immediate [2022-06-29T21:14:56.693Z] #77 101.4 checking whether stripping libraries is possible... yes [2022-06-29T21:14:56.693Z] #77 101.4 checking if libtool supports shared libraries... yes [2022-06-29T21:14:56.693Z] #77 101.4 checking whether to build shared libraries... no [2022-06-29T21:14:56.693Z] #77 101.4 checking whether to build static libraries... yes [2022-06-29T21:14:56.694Z] #77 101.4 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-29T21:14:56.694Z] #77 101.5 checking whether build environment is sane... yes [2022-06-29T21:14:56.694Z] #77 101.5 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-29T21:14:56.694Z] #77 101.5 checking whether make sets $(MAKE)... yes [2022-06-29T21:14:56.694Z] #77 101.6 checking whether make supports the include directive... yes (GNU style) [2022-06-29T21:14:56.694Z] #77 101.6 checking whether make supports nested variables... yes [2022-06-29T21:14:56.694Z] #77 101.6 checking whether UID '0' is supported by ustar format... yes [2022-06-29T21:14:56.694Z] #77 101.6 checking whether GID '0' is supported by ustar format... yes [2022-06-29T21:14:56.694Z] #77 101.7 checking how to create a ustar tar archive... gnutar [2022-06-29T21:14:56.694Z] #77 101.7 checking dependency style of gcc... gcc3 [2022-06-29T21:14:56.694Z] #77 101.9 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-29T21:14:56.694Z] #77 101.9 checking whether make supports nested variables... (cached) yes [2022-06-29T21:14:56.694Z] #77 101.9 checking for pkg-config... /usr/bin/pkg-config [2022-06-29T21:14:56.694Z] #77 101.9 checking pkg-config is at least version 0.9.0... yes [2022-06-29T21:14:56.694Z] #77 101.9 checking for yajl >= 2.1.0... yes [2022-06-29T21:14:56.694Z] #77 102.0 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-29T21:14:56.694Z] #77 102.0 checking for gcc... (cached) gcc [2022-06-29T21:14:56.694Z] #77 102.1 checking whether we are using the GNU C compiler... (cached) yes [2022-06-29T21:14:56.694Z] #77 102.1 checking whether gcc accepts -g... (cached) yes [2022-06-29T21:14:56.694Z] #77 102.1 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-29T21:14:56.694Z] #77 102.1 checking whether gcc understands -c and -o together... (cached) yes [2022-06-29T21:14:56.694Z] #77 102.1 checking for a Python interpreter with version >= 3... python3 [2022-06-29T21:14:56.694Z] #77 102.2 checking for python3... /usr/bin/python3 [2022-06-29T21:14:56.694Z] #77 102.2 checking for python3 version... 3.9 [2022-06-29T21:14:56.694Z] #77 102.2 checking for python3 platform... linux [2022-06-29T21:14:56.694Z] #77 102.2 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-29T21:14:56.694Z] #77 102.4 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-29T21:14:56.694Z] #77 102.7 checking that generated files are newer than configure... done [2022-06-29T21:14:56.694Z] #77 102.7 configure: creating ./config.status [2022-06-29T21:14:56.694Z] #77 105.3 config.status: creating Makefile [2022-06-29T21:14:56.694Z] #77 105.3 config.status: creating config.h [2022-06-29T21:14:56.694Z] #77 105.4 config.status: executing libtool commands [2022-06-29T21:14:56.694Z] #77 105.4 config.status: executing depfiles commands [2022-06-29T21:14:56.694Z] #77 106.2 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-06-29T21:14:56.694Z] #77 106.2 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-29T21:14:56.694Z] #77 106.6 checking for gcc... gcc [2022-06-29T21:14:56.694Z] #77 106.7 checking whether the C compiler works... yes [2022-06-29T21:14:56.694Z] #77 106.9 checking for C compiler default output file name... a.out [2022-06-29T21:14:56.694Z] #77 106.9 checking for suffix of executables... [2022-06-29T21:14:56.694Z] #77 107.0 checking whether we are cross compiling... no [2022-06-29T21:14:56.694Z] #77 107.2 checking for suffix of object files... o [2022-06-29T21:14:56.694Z] #77 107.3 checking whether we are using the GNU C compiler... yes [2022-06-29T21:14:56.694Z] #77 107.4 checking whether gcc accepts -g... yes [2022-06-29T21:14:56.694Z] #77 107.5 checking for gcc option to accept ISO C89... none needed [2022-06-29T21:14:56.694Z] #77 107.6 checking whether gcc understands -c and -o together... yes [2022-06-29T21:14:56.694Z] #77 107.8 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-29T21:14:56.694Z] #77 107.8 checking whether build environment is sane... yes [2022-06-29T21:14:56.694Z] #77 107.8 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-29T21:14:56.694Z] #77 107.9 checking for gawk... no [2022-06-29T21:14:56.694Z] #77 107.9 checking for mawk... mawk [2022-06-29T21:14:56.694Z] #77 107.9 checking whether make sets $(MAKE)... yes [2022-06-29T21:14:56.694Z] #77 107.9 checking whether make supports the include directive... yes (GNU style) [2022-06-29T21:14:56.694Z] #77 108.0 checking whether make supports nested variables... yes [2022-06-29T21:14:56.694Z] #77 108.0 checking whether UID '0' is supported by ustar format... yes [2022-06-29T21:14:56.694Z] #77 108.0 checking whether GID '0' is supported by ustar format... yes [2022-06-29T21:14:56.694Z] #77 108.0 checking how to create a ustar tar archive... gnutar [2022-06-29T21:14:56.897Z] #84 173.5 CCLD libyajl.la [2022-06-29T21:14:56.961Z] #77 108.1 checking dependency style of gcc... gcc3 [2022-06-29T21:14:56.961Z] #77 108.2 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-29T21:14:56.961Z] #77 108.3 checking whether make supports nested variables... (cached) yes [2022-06-29T21:14:56.961Z] #77 108.3 checking build system type... [2022-06-29T21:14:56.961Z] #77 ... [2022-06-29T21:14:56.961Z] [2022-06-29T21:14:56.961Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:14:56.961Z] #21 sha256:34fec967e802213696c4e32cb31a8e221d9d9cdd3d893e1a0024a2ecccb17f4b [2022-06-29T21:14:56.961Z] #21 35.38 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-06-29T21:14:56.961Z] #21 35.39 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-29T21:14:56.961Z] #21 35.41 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-06-29T21:14:56.961Z] #21 35.42 Setting up libicu67:arm64 (67.1-7) ... [2022-06-29T21:14:56.961Z] #21 35.43 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-06-29T21:14:56.961Z] #21 35.47 Setting up libinih1:arm64 (53-1+b2) ... [2022-06-29T21:14:56.961Z] #21 35.48 Setting up uidmap (1:4.8.1-1) ... [2022-06-29T21:14:56.961Z] #21 35.51 Setting up libyajl2:arm64 (2.1.0-3) ... [2022-06-29T21:14:57.223Z] #21 35.55 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-06-29T21:14:57.223Z] #21 35.58 Setting up bzip2 (1.0.8-4) ... [2022-06-29T21:14:57.223Z] #21 35.60 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-06-29T21:14:57.223Z] #21 35.61 Setting up python3-wheel (0.34.2-1) ... [2022-06-29T21:14:57.461Z] #84 174.2 CCLD verify/json_verify [2022-06-29T21:14:57.547Z] #77 ... [2022-06-29T21:14:57.547Z] [2022-06-29T21:14:57.547Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:14:57.547Z] #60 sha256:b1b6ad7d9c97abe66c8a12eee5e212f91fd26303f5447fec26fdf299cabfa99c [2022-06-29T21:14:57.547Z] #60 3.786 + RM_GOPATH=0 [2022-06-29T21:14:57.547Z] #60 3.786 + TMP_GOPATH= [2022-06-29T21:14:57.547Z] #60 3.787 + : /build [2022-06-29T21:14:57.547Z] #60 3.787 + '[' -z '' ']' [2022-06-29T21:14:57.547Z] #60 3.787 ++ mktemp -d [2022-06-29T21:14:57.547Z] #60 3.788 + export GOPATH=/tmp/tmp.zc7PNxkS1w [2022-06-29T21:14:57.547Z] #60 3.791 + GOPATH=/tmp/tmp.zc7PNxkS1w [2022-06-29T21:14:57.547Z] #60 3.791 + RM_GOPATH=1 [2022-06-29T21:14:57.547Z] #60 3.791 + case "$(go env GOARCH)" in [2022-06-29T21:14:57.547Z] #60 3.791 ++ go env GOARCH [2022-06-29T21:14:57.547Z] #60 3.816 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:14:57.547Z] #60 3.816 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:14:57.547Z] #60 3.816 ++ dirname /install.sh [2022-06-29T21:14:57.547Z] #60 3.819 + dir=/ [2022-06-29T21:14:57.547Z] #60 3.819 + bin=runc [2022-06-29T21:14:57.547Z] #60 3.819 + shift [2022-06-29T21:14:57.547Z] #60 3.819 + '[' '!' -f //runc.installer ']' [2022-06-29T21:14:57.547Z] #60 3.819 + . //runc.installer [2022-06-29T21:14:57.547Z] #60 3.819 ++ set -e [2022-06-29T21:14:57.547Z] #60 3.819 ++ : v1.1.2 [2022-06-29T21:14:57.547Z] #60 3.819 + install_runc [2022-06-29T21:14:57.547Z] #60 3.819 + RUNC_BUILDTAGS=seccomp [2022-06-29T21:14:57.547Z] #60 3.819 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-29T21:14:57.547Z] #60 3.819 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.zc7PNxkS1w/src/github.com/opencontainers/runc [2022-06-29T21:14:57.547Z] #60 3.819 Cloning into '/tmp/tmp.zc7PNxkS1w/src/github.com/opencontainers/runc'... [2022-06-29T21:14:57.547Z] #60 3.827 Install runc version v1.1.2 (build tags: seccomp) [2022-06-29T21:14:57.797Z] #21 36.30 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:14:57.797Z] #21 36.31 Setting up libcap2:arm64 (1:2.44-1) ... [2022-06-29T21:14:57.797Z] #21 36.32 Setting up libcap2-bin (1:2.44-1) ... [2022-06-29T21:14:57.797Z] #21 36.34 Setting up apparmor (2.13.6-10) ... [2022-06-29T21:14:57.836Z] #60 ... [2022-06-29T21:14:57.836Z] [2022-06-29T21:14:57.836Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-29T21:14:57.836Z] #15 sha256:cc95ddea40f49f1a0537aef9a9e9143c8ceb38ba5aa987390027ef85c2544f58 [2022-06-29T21:14:57.836Z] #15 DONE 4.5s [2022-06-29T21:14:58.025Z] #84 174.8 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-29T21:14:58.025Z] #84 174.9 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-29T21:14:58.025Z] #84 174.9 make[5]: Nothing to be done for 'install-data-am'. [2022-06-29T21:14:58.025Z] #84 174.9 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-29T21:14:58.025Z] #84 174.9 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-29T21:14:58.025Z] #84 174.9 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-06-29T21:14:58.115Z] [2022-06-29T21:14:58.115Z] #16 [dev-systemd-false 2/28] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-29T21:14:58.115Z] #16 sha256:dc677770f28f54fccd1a8516cccd94f88336efcbdc40c96ad18c46e2754c68ba [2022-06-29T21:14:58.282Z] #84 175.1 CC src/validate.o [2022-06-29T21:14:58.282Z] #84 175.1 CC src/image_spec_schema_content_descriptor.lo [2022-06-29T21:14:58.282Z] #84 175.1 CC src/image_spec_schema_config_schema.lo [2022-06-29T21:14:58.282Z] #84 175.1 CC src/image_spec_schema_defs.lo [2022-06-29T21:14:58.282Z] #84 175.1 CC src/image_spec_schema_defs_descriptor.lo [2022-06-29T21:14:58.282Z] #84 175.1 CC src/image_spec_schema_image_index_schema.lo [2022-06-29T21:14:58.282Z] #84 175.2 CC src/image_spec_schema_image_layout_schema.lo [2022-06-29T21:14:58.282Z] #84 175.2 CC src/image_spec_schema_image_manifest_schema.lo [2022-06-29T21:14:58.282Z] #84 175.2 CC src/runtime_spec_schema_config_zos.lo [2022-06-29T21:14:58.540Z] #84 175.2 CC src/runtime_spec_schema_config_solaris.lo [2022-06-29T21:14:58.540Z] #84 175.3 CC src/runtime_spec_schema_config_schema.lo [2022-06-29T21:14:58.540Z] #84 175.3 CC src/runtime_spec_schema_config_windows.lo [2022-06-29T21:14:58.540Z] #84 175.3 CC src/runtime_spec_schema_config_vm.lo [2022-06-29T21:14:58.540Z] #84 175.3 CC src/runtime_spec_schema_defs.lo [2022-06-29T21:14:58.540Z] #84 175.3 CC src/runtime_spec_schema_config_linux.lo [2022-06-29T21:14:58.540Z] #84 175.3 CC src/runtime_spec_schema_defs_linux.lo [2022-06-29T21:14:58.540Z] #84 175.4 CC src/runtime_spec_schema_defs_zos.lo [2022-06-29T21:14:58.540Z] #84 175.4 CC src/runtime_spec_schema_defs_vm.lo [2022-06-29T21:14:58.797Z] #84 175.5 CC src/runtime_spec_schema_defs_windows.lo [2022-06-29T21:14:58.797Z] #84 175.5 CC src/runtime_spec_schema_state_schema.lo [2022-06-29T21:14:58.797Z] #84 175.6 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-06-29T21:14:59.054Z] #84 175.8 CC src/basic_test_double_array.lo [2022-06-29T21:14:59.054Z] #84 175.8 CC src/basic_test_double_array_item.lo [2022-06-29T21:14:59.054Z] #84 175.9 CC src/basic_test_top_array_int.lo [2022-06-29T21:14:59.054Z] #84 175.9 CC src/basic_test_top_array_string.lo [2022-06-29T21:14:59.311Z] #84 176.1 CC src/basic_test_top_double_array_int.lo [2022-06-29T21:14:59.311Z] #84 176.1 CC src/basic_test_top_double_array_obj.lo [2022-06-29T21:14:59.311Z] #84 176.2 CC src/basic_test_top_double_array_refobj.lo [2022-06-29T21:14:59.568Z] #84 176.3 CC src/basic_test_top_double_array_string.lo [2022-06-29T21:14:59.568Z] #84 176.3 CC src/json_common.lo [2022-06-29T21:14:59.568Z] #84 176.4 CC src/read-file.lo [2022-06-29T21:14:59.568Z] #84 176.5 CC tests/test-1.o [2022-06-29T21:14:59.568Z] #84 176.5 CC tests/test-2.o [2022-06-29T21:14:59.740Z] #21 37.99 Setting up zip (3.0-12) ... [2022-06-29T21:14:59.741Z] #21 38.00 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:14:59.741Z] #21 38.04 Setting up bash-completion (1:2.11-2) ... [2022-06-29T21:14:59.825Z] #84 176.6 CC tests/test-4.o [2022-06-29T21:14:59.825Z] #84 176.6 CC tests/test-3.o [2022-06-29T21:14:59.825Z] #84 176.6 CC tests/test-5.o [2022-06-29T21:14:59.825Z] #84 176.7 CC tests/test-6.o [2022-06-29T21:14:59.825Z] #84 176.7 CC tests/test-7.o [2022-06-29T21:15:00.082Z] #84 176.8 CC tests/test-9.o [2022-06-29T21:15:00.082Z] #84 176.9 CC tests/test-10.o [2022-06-29T21:15:00.082Z] #84 176.9 CC tests/test-8.o [2022-06-29T21:15:00.082Z] #84 176.9 CC tests/test-11.o [2022-06-29T21:15:02.256Z] #77 ... [2022-06-29T21:15:02.256Z] [2022-06-29T21:15:02.256Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:15:02.256Z] #64 sha256:edd910092fdcbd8a8b285cb22bb5ba070124b9950feb53f8c7d960b08ab64573 [2022-06-29T21:15:02.345Z] #16 DONE 4.2s [2022-06-29T21:15:02.345Z] [2022-06-29T21:15:02.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.44.0" && /build/golangci-lint --version [2022-06-29T21:15:02.345Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:15:02.345Z] #55 ... [2022-06-29T21:15:02.345Z] [2022-06-29T21:15:02.345Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-29T21:15:02.345Z] #17 sha256:892cc41becfa68ce41b3829c8eb1e42e604f2bc45549b6f5a194215a472f22d3 [2022-06-29T21:15:03.069Z] #21 40.90 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-29T21:15:03.069Z] #21 40.91 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-29T21:15:03.069Z] #21 40.93 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-06-29T21:15:03.069Z] #21 40.94 Setting up patch (2.7.6-7) ... [2022-06-29T21:15:03.069Z] #21 40.96 Setting up sudo (1.9.5p2-3) ... [2022-06-29T21:15:03.069Z] #21 41.03 invoke-rc.d: could not determine current runlevel [2022-06-29T21:15:03.069Z] #21 41.04 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-29T21:15:03.069Z] #21 41.05 Setting up xfsprogs (5.10.0-4) ... [2022-06-29T21:15:03.069Z] #21 41.07 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-06-29T21:15:03.069Z] #21 41.08 Setting up inetutils-ping (2:2.0-1) ... [2022-06-29T21:15:03.069Z] #21 41.10 Setting up pigz (2.6-1) ... [2022-06-29T21:15:03.069Z] #21 41.11 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-06-29T21:15:03.069Z] #21 41.13 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-06-29T21:15:03.069Z] #21 41.15 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-29T21:15:03.069Z] #21 41.17 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:15:03.559Z] #64 73.86 Updating files: 21% (1049/4778) Updating files: 22% (1052/4778) Updating files: 23% (1099/4778) Updating files: 24% (1147/4778) Updating files: 25% (1195/4778) Updating files: 26% (1243/4778) Updating files: 27% (1291/4778) Updating files: 28% (1338/4778) Updating files: 29% (1386/4778) Updating files: 30% (1434/4778) Updating files: 31% (1482/4778) Updating files: 32% (1529/4778) Updating files: 33% (1577/4778) Updating files: 34% (1625/4778) Updating files: 35% (1673/4778) Updating files: 36% (1721/4778) Updating files: 37% (1768/4778) Updating files: 38% (1816/4778) Updating files: 39% (1864/4778) Updating files: 40% (1912/4778) Updating files: 41% (1959/4778) Updating files: 42% (2007/4778) Updating files: 43% (2055/4778) Updating files: 44% (2103/4778) Updating files: 45% (2151/4778) Updating files: 46% (2198/4778) Updating files: 47% (2246/4778) Updating files: 48% (2294/4778) Updating files: 48% (2335/4778) Updating files: 49% (2342/4778) Updating files: 50% (2389/4778) Updating files: 51% (2437/4778) Updating files: 52% (2485/4778) Updating files: 53% (2533/4778) Updating files: 54% (2581/4778) Updating files: 55% (2628/4778) Updating files: 56% (2676/4778) Updating files: 57% (2724/4778) Updating files: 58% (2772/4778) Updating files: 59% (2820/4778) Updating files: 60% (2867/4778) Updating files: 61% (2915/4778) Updating files: 62% (2963/4778) Updating files: 63% (3011/4778) Updating files: 64% (3058/4778) Updating files: 65% (3106/4778) Updating files: 66% (3154/4778) Updating files: 67% (3202/4778) Updating files: 68% (3250/4778) Updating files: 69% (3297/4778) Updating files: 70% (3345/4778) Updating files: 71% (3393/4778) Updating files: 72% (3441/4778) Updating files: 73% (3488/4778) Updating files: 74% (3536/4778) Updating files: 75% (3584/4778) Updating files: 76% (3632/4778) Updating files: 77% (3680/4778) Updating files: 78% (3727/4778) Updating files: 79% (3775/4778) Updating files: 80% (3823/4778) Updating files: 81% (3871/4778) Updating files: 82% (3918/4778) Updating files: 83% (3966/4778) Updating files: 83% (3988/4778) Updating files: 84% (4014/4778) Updating files: 85% (4062/4778) Updating files: 86% (4110/4778) Updating files: 87% (4157/4778) Updating files: 88% (4205/4778) Updating files: 89% (4253/4778) Updating files: 90% (4301/4778) Updating files: 91% (4348/4778) Updating files: 92% (4396/4778) Updating files: 93% (4444/4778) Updating files: 94% (4492/4778) Updating files: 95% (4540/4778) Updating files: 96% (4587/4778) Updating files: 97% (4635/4778) Updating files: 98% (4683/4778) Updating files: 99% (4731/4778) Updating files: 100% (4778/4778) Updating files: 100% (4778/4778), done. [2022-06-29T21:15:03.559Z] #64 76.48 + cd /tmp/tmp.KHr3npaRHN/src/github.com/containerd/containerd [2022-06-29T21:15:03.642Z] #21 41.89 Setting up libaio1:arm64 (0.3.112-9) ... [2022-06-29T21:15:03.642Z] #21 41.91 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-29T21:15:03.819Z] #64 76.48 + git checkout -q v1.6.6 [2022-06-29T21:15:03.886Z] #77 ... [2022-06-29T21:15:03.886Z] [2022-06-29T21:15:03.886Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:15:03.886Z] #64 sha256:d2bea691e6d544b94b75414a81b0f0ad5b1471bf3e6a836f6ef67f6607280e84 [2022-06-29T21:15:03.903Z] #21 42.36 Setting up libelf1:arm64 (0.183-1) ... [2022-06-29T21:15:03.903Z] #21 42.37 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-29T21:15:04.164Z] #21 42.40 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-06-29T21:15:04.164Z] #21 42.41 Setting up python3-distutils (3.9.2-1) ... [2022-06-29T21:15:04.164Z] #21 ... [2022-06-29T21:15:04.164Z] [2022-06-29T21:15:04.164Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:15:04.164Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-29T21:15:04.164Z] #77 108.3 checking build system type... aarch64-unknown-linux-gnu [2022-06-29T21:15:04.164Z] #77 108.6 checking host system type... aarch64-unknown-linux-gnu [2022-06-29T21:15:04.164Z] #77 108.6 checking how to print strings... printf [2022-06-29T21:15:04.164Z] #77 108.6 checking for a sed that does not truncate output... /bin/sed [2022-06-29T21:15:04.164Z] #77 108.6 checking for grep that handles long lines and -e... /bin/grep [2022-06-29T21:15:04.164Z] #77 108.6 checking for egrep... /bin/grep -E [2022-06-29T21:15:04.164Z] #77 108.6 checking for fgrep... /bin/grep -F [2022-06-29T21:15:04.164Z] #77 108.6 checking for ld used by gcc... /usr/bin/ld [2022-06-29T21:15:04.164Z] #77 108.6 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-29T21:15:04.164Z] #77 108.6 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-29T21:15:04.164Z] #77 108.7 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-29T21:15:04.164Z] #77 108.8 checking whether ln -s works... yes [2022-06-29T21:15:04.164Z] #77 108.8 checking the maximum length of command line arguments... 1572864 [2022-06-29T21:15:04.164Z] #77 108.9 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop [2022-06-29T21:15:04.164Z] #77 108.9 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-29T21:15:04.164Z] #77 108.9 checking for /usr/bin/ld option to reload object files... -r [2022-06-29T21:15:04.164Z] #77 108.9 checking for objdump... objdump [2022-06-29T21:15:04.164Z] #77 108.9 checking how to recognize dependent libraries... pass_all [2022-06-29T21:15:04.164Z] #77 108.9 checking for dlltool... no [2022-06-29T21:15:04.164Z] #77 108.9 checking how to associate runtime and link libraries... printf %s\n [2022-06-29T21:15:04.164Z] #77 108.9 checking for ar... ar [2022-06-29T21:15:04.164Z] #77 108.9 checking for archiver @FILE support... @ [2022-06-29T21:15:04.164Z] #77 109.0 checking for strip... strip [2022-06-29T21:15:04.164Z] #77 109.0 checking for ranlib... ranlib [2022-06-29T21:15:04.164Z] #77 109.0 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-29T21:15:04.164Z] #77 109.4 checking for sysroot... no [2022-06-29T21:15:04.164Z] #77 109.4 checking for a working dd... /bin/dd [2022-06-29T21:15:04.164Z] #77 109.5 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-29T21:15:04.164Z] #77 109.5 checking for mt... no [2022-06-29T21:15:04.164Z] #77 109.5 checking if : is a manifest tool... no [2022-06-29T21:15:04.164Z] #77 109.5 checking how to run the C preprocessor... gcc -E [2022-06-29T21:15:04.164Z] #77 109.8 checking for ANSI C header files... yes [2022-06-29T21:15:04.164Z] #77 110.2 checking for sys/types.h... yes [2022-06-29T21:15:04.164Z] #77 110.3 checking for sys/stat.h... yes [2022-06-29T21:15:04.164Z] #77 110.5 checking for stdlib.h... yes [2022-06-29T21:15:04.164Z] #77 110.7 checking for string.h... yes [2022-06-29T21:15:04.164Z] #77 110.9 checking for memory.h... yes [2022-06-29T21:15:04.164Z] #77 111.0 checking for strings.h... yes [2022-06-29T21:15:04.164Z] #77 111.1 checking for inttypes.h... yes [2022-06-29T21:15:04.164Z] #77 111.3 checking for stdint.h... yes [2022-06-29T21:15:04.164Z] #77 111.5 checking for unistd.h... yes [2022-06-29T21:15:04.164Z] #77 111.6 checking for dlfcn.h... yes [2022-06-29T21:15:04.164Z] #77 111.8 checking for objdir... .libs [2022-06-29T21:15:04.164Z] #77 112.2 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-29T21:15:04.164Z] #77 112.3 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-29T21:15:04.164Z] #77 112.3 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-29T21:15:04.164Z] #77 112.4 checking if gcc static flag -static works... yes [2022-06-29T21:15:04.164Z] #77 112.7 checking if gcc supports -c -o file.o... yes [2022-06-29T21:15:04.164Z] #77 112.8 checking if gcc supports -c -o file.o... (cached) yes [2022-06-29T21:15:04.164Z] #77 112.8 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes [2022-06-29T21:15:04.164Z] #77 112.9 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-29T21:15:04.164Z] #77 113.2 checking how to hardcode library paths into programs... immediate [2022-06-29T21:15:04.164Z] #77 113.2 checking whether stripping libraries is possible... yes [2022-06-29T21:15:04.164Z] #77 113.2 checking if libtool supports shared libraries... yes [2022-06-29T21:15:04.164Z] #77 113.2 checking whether to build shared libraries... no [2022-06-29T21:15:04.164Z] #77 113.2 checking whether to build static libraries... yes [2022-06-29T21:15:04.164Z] #77 113.2 checking float.h usability... yes [2022-06-29T21:15:04.164Z] #77 113.4 checking float.h presence... yes [2022-06-29T21:15:04.164Z] #77 113.4 checking for float.h... yes [2022-06-29T21:15:04.164Z] #77 113.5 checking limits.h usability... yes [2022-06-29T21:15:04.165Z] #77 113.6 checking limits.h presence... yes [2022-06-29T21:15:04.165Z] #77 113.6 checking for limits.h... yes [2022-06-29T21:15:04.165Z] #77 113.7 checking stddef.h usability... yes [2022-06-29T21:15:04.165Z] #77 113.8 checking stddef.h presence... yes [2022-06-29T21:15:04.165Z] #77 113.9 checking for stddef.h... yes [2022-06-29T21:15:04.165Z] #77 113.9 checking for stdlib.h... (cached) yes [2022-06-29T21:15:04.165Z] #77 114.0 checking for string.h... (cached) yes [2022-06-29T21:15:04.165Z] #77 114.0 checking sys/time.h usability... yes [2022-06-29T21:15:04.165Z] #77 114.2 checking sys/time.h presence... yes [2022-06-29T21:15:04.165Z] #77 114.3 checking for sys/time.h... yes [2022-06-29T21:15:04.165Z] #77 114.3 checking for inline... inline [2022-06-29T21:15:04.165Z] #77 114.4 checking for size_t... yes [2022-06-29T21:15:04.165Z] #77 114.7 checking for stdlib.h... (cached) yes [2022-06-29T21:15:04.165Z] #77 114.7 checking for GNU libc compatible malloc... yes [2022-06-29T21:15:04.165Z] #77 114.9 checking for stdlib.h... (cached) yes [2022-06-29T21:15:04.165Z] #77 114.9 checking for GNU libc compatible realloc... yes [2022-06-29T21:15:04.165Z] #77 115.1 checking for working strtod... yes [2022-06-29T21:15:04.165Z] #77 115.3 checking for gettimeofday... yes [2022-06-29T21:15:04.165Z] #77 115.5 checking for memset... yes [2022-06-29T21:15:04.425Z] #77 115.8 checking for strspn... [2022-06-29T21:15:04.425Z] #77 ... [2022-06-29T21:15:04.425Z] [2022-06-29T21:15:04.426Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:15:04.426Z] #21 sha256:34fec967e802213696c4e32cb31a8e221d9d9cdd3d893e1a0024a2ecccb17f4b [2022-06-29T21:15:04.687Z] #21 42.94 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:15:04.687Z] #21 42.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-29T21:15:04.687Z] #21 42.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-29T21:15:04.687Z] #21 42.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-29T21:15:04.687Z] #21 42.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-29T21:15:04.687Z] #21 42.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-29T21:15:04.687Z] #21 43.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-29T21:15:04.687Z] #21 43.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-29T21:15:04.687Z] #21 43.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-29T21:15:04.687Z] #21 43.05 Setting up python3-setuptools (52.0.0-4) ... [2022-06-29T21:15:05.716Z] #64 72.06 Updating files: 28% (1365/4778) Updating files: 29% (1386/4778) Updating files: 30% (1434/4778) Updating files: 31% (1482/4778) Updating files: 32% (1529/4778) Updating files: 33% (1577/4778) Updating files: 34% (1625/4778) Updating files: 35% (1673/4778) Updating files: 36% (1721/4778) Updating files: 37% (1768/4778) Updating files: 38% (1816/4778) Updating files: 39% (1864/4778) Updating files: 40% (1912/4778) Updating files: 41% (1959/4778) Updating files: 42% (2007/4778) Updating files: 43% (2055/4778) Updating files: 44% (2103/4778) Updating files: 45% (2151/4778) Updating files: 46% (2198/4778) Updating files: 47% (2246/4778) Updating files: 48% (2294/4778) Updating files: 49% (2342/4778) Updating files: 50% (2389/4778) Updating files: 51% (2437/4778) Updating files: 52% (2485/4778) Updating files: 53% (2533/4778) Updating files: 54% (2581/4778) Updating files: 55% (2628/4778) Updating files: 56% (2676/4778) Updating files: 57% (2724/4778) Updating files: 58% (2772/4778) Updating files: 59% (2820/4778) Updating files: 60% (2867/4778) Updating files: 61% (2915/4778) Updating files: 62% (2963/4778) Updating files: 62% (2986/4778) Updating files: 63% (3011/4778) Updating files: 64% (3058/4778) Updating files: 65% (3106/4778) Updating files: 66% (3154/4778) Updating files: 67% (3202/4778) Updating files: 68% (3250/4778) Updating files: 69% (3297/4778) Updating files: 70% (3345/4778) Updating files: 71% (3393/4778) Updating files: 72% (3441/4778) Updating files: 73% (3488/4778) Updating files: 74% (3536/4778) Updating files: 75% (3584/4778) Updating files: 76% (3632/4778) Updating files: 77% (3680/4778) Updating files: 78% (3727/4778) Updating files: 79% (3775/4778) Updating files: 80% (3823/4778) Updating files: 81% (3871/4778) Updating files: 82% (3918/4778) Updating files: 82% (3948/4778) Updating files: 83% (3966/4778) Updating files: 84% (4014/4778) Updating files: 85% (4062/4778) Updating files: 86% (4110/4778) Updating files: 87% (4157/4778) Updating files: 88% (4205/4778) Updating files: 89% (4253/4778) Updating files: 90% (4301/4778) Updating files: 91% (4348/4778) Updating files: 92% (4396/4778) Updating files: 93% (4444/4778) Updating files: 94% (4492/4778) Updating files: 95% (4540/4778) Updating files: 96% (4587/4778) Updating files: 97% (4635/4778) Updating files: 98% (4683/4778) Updating files: 99% (4731/4778) Updating files: 100% (4778/4778) Updating files: 100% (4778/4778), done. [2022-06-29T21:15:05.978Z] #64 75.06 + cd /tmp/tmp.OceMJBFpCQ/src/github.com/containerd/containerd [2022-06-29T21:15:05.978Z] #64 75.06 + git checkout -q v1.6.6 [2022-06-29T21:15:06.335Z] #21 44.55 Setting up libjq1:arm64 (1.6-2.1) ... [2022-06-29T21:15:06.335Z] #21 44.57 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-06-29T21:15:06.335Z] #21 44.59 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-29T21:15:06.335Z] #21 44.60 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-29T21:15:06.360Z] #64 78.82 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-29T21:15:06.360Z] #64 78.82 + BUILDTAGS='netgo osusergo static_build' [2022-06-29T21:15:06.360Z] #64 78.82 + export EXTRA_FLAGS=-buildmode=pie [2022-06-29T21:15:06.360Z] #64 78.82 + EXTRA_FLAGS=-buildmode=pie [2022-06-29T21:15:06.360Z] #64 78.82 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-29T21:15:06.360Z] #64 78.82 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-29T21:15:06.360Z] #64 78.82 + '[' '' = dynamic ']' [2022-06-29T21:15:06.360Z] #64 78.82 + make [2022-06-29T21:15:06.555Z] #17 4.101 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-29T21:15:06.555Z] #17 DONE 4.2s [2022-06-29T21:15:06.555Z] [2022-06-29T21:15:06.555Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:15:06.555Z] #60 sha256:b1b6ad7d9c97abe66c8a12eee5e212f91fd26303f5447fec26fdf299cabfa99c [2022-06-29T21:15:06.555Z] #60 ... [2022-06-29T21:15:06.555Z] [2022-06-29T21:15:06.555Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-29T21:15:06.555Z] #18 sha256:02eb287b450d9a02816f72b3c6bad4b3a3a0abfc413ddbdd5d7e62c1d651c673 [2022-06-29T21:15:07.278Z] #21 45.75 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-06-29T21:15:07.278Z] #21 45.76 Setting up jq (1.6-2.1) ... [2022-06-29T21:15:07.278Z] #21 45.77 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-06-29T21:15:07.278Z] #21 45.78 Setting up iptables (1.8.7-1) ... [2022-06-29T21:15:07.278Z] #21 45.79 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-29T21:15:07.278Z] #21 45.80 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-29T21:15:07.278Z] #21 45.82 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-29T21:15:07.278Z] #21 45.83 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-29T21:15:07.278Z] #21 45.83 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-29T21:15:07.278Z] #21 45.84 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-29T21:15:07.278Z] #21 45.84 Setting up iproute2 (5.10.0-4) ... [2022-06-29T21:15:07.850Z] #21 46.17 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:15:08.221Z] #84 ... [2022-06-29T21:15:08.221Z] [2022-06-29T21:15:08.221Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-29T21:15:08.221Z] #19 sha256:917bf0834aad25d25cd204588999ad2a1286424901d6429e4987625c582c85f0 [2022-06-29T21:15:08.221Z] #19 233.2 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-06-29T21:15:08.221Z] #19 233.2 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-06-29T21:15:08.221Z] #19 233.2 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-06-29T21:15:08.272Z] #64 ... [2022-06-29T21:15:08.272Z] [2022-06-29T21:15:08.272Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:15:08.272Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:15:08.272Z] #14 144.0 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-29T21:15:08.272Z] #14 144.0 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:15:08.272Z] #14 144.0 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-29T21:15:08.467Z] #18 DONE 2.2s [2022-06-29T21:15:08.467Z] [2022-06-29T21:15:08.467Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-29T21:15:08.467Z] #19 sha256:68455664b8d40666121086f3ad95e7572c35f2e0ecd2e6dcaf6ca77b391427c9 [2022-06-29T21:15:08.478Z] #19 233.4 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-06-29T21:15:08.478Z] #19 233.4 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-29T21:15:08.478Z] #19 233.4 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-29T21:15:08.528Z] #64 77.42 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-29T21:15:08.528Z] #64 77.42 + BUILDTAGS='netgo osusergo static_build' [2022-06-29T21:15:08.528Z] #64 77.42 + export EXTRA_FLAGS=-buildmode=pie [2022-06-29T21:15:08.528Z] #64 77.42 + EXTRA_FLAGS=-buildmode=pie [2022-06-29T21:15:08.528Z] #64 77.42 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-29T21:15:08.528Z] #64 77.42 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-29T21:15:08.528Z] #64 77.42 + '[' '' = dynamic ']' [2022-06-29T21:15:08.528Z] #64 77.42 + make [2022-06-29T21:15:09.767Z] #21 DONE 47.9s [2022-06-29T21:15:09.767Z] [2022-06-29T21:15:09.767Z] #22 [dev-systemd-false 8/28] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-06-29T21:15:09.767Z] #22 sha256:1c35510d2c5ef554d5a1a5ad21f4359ed7a77a09befaa46d5fe59bc5eb4db5a5 [2022-06-29T21:15:10.290Z] #22 0.637 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-29T21:15:10.290Z] #22 0.641 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-29T21:15:10.290Z] #22 0.649 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-29T21:15:10.290Z] #22 DONE 0.9s [2022-06-29T21:15:10.290Z] [2022-06-29T21:15:10.290Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:15:10.290Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-29T21:15:10.290Z] #77 115.8 checking for strspn... yes [2022-06-29T21:15:10.290Z] #77 116.2 checking that generated files are newer than configure... done [2022-06-29T21:15:10.290Z] #77 116.2 configure: creating ./config.status [2022-06-29T21:15:10.291Z] #77 118.9 config.status: creating Makefile [2022-06-29T21:15:10.291Z] #77 119.0 config.status: creating config.h [2022-06-29T21:15:10.291Z] #77 119.0 config.status: executing depfiles commands [2022-06-29T21:15:10.291Z] #77 119.2 config.status: executing libtool commands [2022-06-29T21:15:10.291Z] #77 120.2 GEN .version [2022-06-29T21:15:10.291Z] #77 120.2 make install-recursive [2022-06-29T21:15:10.291Z] #77 120.2 make[1]: Entering directory '/tmp/crun-build' [2022-06-29T21:15:10.291Z] #77 120.3 Making install in libocispec [2022-06-29T21:15:10.291Z] #77 120.3 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-06-29T21:15:10.291Z] #77 120.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-06-29T21:15:10.291Z] #77 120.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-06-29T21:15:10.291Z] #77 120.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-06-29T21:15:10.291Z] #77 120.4 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-06-29T21:15:10.291Z] #77 120.8 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-06-29T21:15:10.291Z] #77 120.8 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-06-29T21:15:10.291Z] #77 120.8 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-06-29T21:15:10.291Z] #77 120.8 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-06-29T21:15:10.291Z] #77 120.8 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-06-29T21:15:10.291Z] #77 120.8 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-06-29T21:15:10.291Z] #77 120.8 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-06-29T21:15:10.291Z] #77 120.8 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-06-29T21:15:10.291Z] #77 120.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-06-29T21:15:10.291Z] #77 121.2 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-06-29T21:15:10.291Z] #77 121.2 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-06-29T21:15:10.291Z] #77 121.2 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-06-29T21:15:10.291Z] #77 121.2 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-06-29T21:15:10.291Z] #77 121.2 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-06-29T21:15:10.291Z] #77 121.2 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-06-29T21:15:10.291Z] #77 121.2 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-06-29T21:15:10.863Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-06-29T21:15:10.863Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-06-29T21:15:10.863Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-06-29T21:15:10.863Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-06-29T21:15:10.863Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-06-29T21:15:10.863Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-06-29T21:15:10.863Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-06-29T21:15:10.863Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-06-29T21:15:10.864Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-06-29T21:15:10.864Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-06-29T21:15:10.864Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-06-29T21:15:10.864Z] #77 122.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-06-29T21:15:10.864Z] #77 122.3 make install-recursive [2022-06-29T21:15:10.864Z] #77 122.3 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-06-29T21:15:10.864Z] #77 122.4 Making install in yajl [2022-06-29T21:15:10.864Z] #77 122.4 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-29T21:15:11.012Z] #19 DONE 2.1s [2022-06-29T21:15:11.012Z] [2022-06-29T21:15:11.012Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:15:11.012Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:15:11.012Z] #77 93.36 configure.ac:11: installing 'build-aux/compile' [2022-06-29T21:15:11.012Z] #77 93.37 configure.ac:11: installing 'build-aux/config.guess' [2022-06-29T21:15:11.012Z] #77 93.37 configure.ac:11: installing 'build-aux/config.sub' [2022-06-29T21:15:11.012Z] #77 93.37 configure.ac:13: installing 'build-aux/install-sh' [2022-06-29T21:15:11.012Z] #77 93.38 configure.ac:13: installing 'build-aux/missing' [2022-06-29T21:15:11.012Z] #77 93.40 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-06-29T21:15:11.012Z] #77 93.72 Makefile.am: installing 'build-aux/depcomp' [2022-06-29T21:15:11.125Z] #77 122.6 CC verify/json_verify-json_verify.o [2022-06-29T21:15:11.125Z] #77 122.6 CC src/libyajl_la-yajl.lo [2022-06-29T21:15:11.125Z] #77 122.6 CC src/libyajl_la-yajl_gen.lo [2022-06-29T21:15:11.125Z] #77 122.6 CC src/libyajl_la-yajl_parser.lo [2022-06-29T21:15:11.125Z] #77 122.6 CC src/libyajl_la-yajl_alloc.lo [2022-06-29T21:15:11.125Z] #77 122.6 CC src/libyajl_la-yajl_buf.lo [2022-06-29T21:15:11.125Z] #77 122.6 CC src/libyajl_la-yajl_encode.lo [2022-06-29T21:15:11.125Z] #77 122.6 CC src/libyajl_la-yajl_lex.lo [2022-06-29T21:15:11.125Z] #77 122.7 CC src/libyajl_la-yajl_tree.lo [2022-06-29T21:15:12.657Z] #77 95.31 checking build system type... x86_64-pc-linux-gnu [2022-06-29T21:15:12.657Z] #77 95.61 checking host system type... x86_64-pc-linux-gnu [2022-06-29T21:15:12.657Z] #77 95.61 checking how to print strings... printf [2022-06-29T21:15:12.657Z] #77 95.61 checking for gcc... gcc [2022-06-29T21:15:12.657Z] [2022-06-29T21:15:12.657Z] #77 ... [2022-06-29T21:15:12.657Z] [2022-06-29T21:15:12.657Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-06-29T21:15:12.657Z] #20 sha256:27068681b785a761bb7c53e1b796be963f7e35b10a3fd51fe3663b680ef5c50d [2022-06-29T21:15:12.657Z] #20 DONE 2.1s [2022-06-29T21:15:12.657Z] [2022-06-29T21:15:12.657Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:15:12.657Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:15:12.746Z] #64 81.23 + bin/ctr [2022-06-29T21:15:12.918Z] #77 95.73 checking whether the C compiler works... yes [2022-06-29T21:15:12.918Z] #77 96.00 checking for C compiler default output file name... a.out [2022-06-29T21:15:13.178Z] #77 96.00 checking for suffix of executables... [2022-06-29T21:15:13.439Z] #77 96.24 checking whether we are cross compiling... no [2022-06-29T21:15:13.439Z] #77 96.55 checking for suffix of object files... o [2022-06-29T21:15:13.699Z] #77 96.66 checking whether we are using the GNU C compiler... yes [2022-06-29T21:15:13.699Z] #77 96.80 checking whether gcc accepts -g... yes [2022-06-29T21:15:14.223Z] #77 96.93 checking for gcc option to accept ISO C89... none needed [2022-06-29T21:15:14.223Z] #77 97.17 checking whether gcc understands -c and -o together... yes [2022-06-29T21:15:14.484Z] #77 97.34 checking for a sed that does not truncate output... /bin/sed [2022-06-29T21:15:14.484Z] #77 97.36 checking for grep that handles long lines and -e... /bin/grep [2022-06-29T21:15:14.484Z] #77 97.39 checking for egrep... /bin/grep -E [2022-06-29T21:15:14.484Z] #77 97.39 checking for fgrep... /bin/grep -F [2022-06-29T21:15:14.484Z] #77 97.39 checking for ld used by gcc... /usr/bin/ld [2022-06-29T21:15:14.484Z] #77 97.41 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-29T21:15:14.484Z] #77 97.43 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-29T21:15:14.484Z] #77 97.43 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-29T21:15:14.484Z] #77 97.57 checking whether ln -s works... yes [2022-06-29T21:15:14.484Z] #77 97.57 checking the maximum length of command line arguments... 1572864 [2022-06-29T21:15:14.746Z] #77 97.61 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-29T21:15:14.746Z] #77 97.61 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-29T21:15:14.746Z] #77 97.61 checking for /usr/bin/ld option to reload object files... -r [2022-06-29T21:15:14.746Z] #77 97.61 checking for objdump... objdump [2022-06-29T21:15:14.746Z] #77 97.61 checking how to recognize dependent libraries... pass_all [2022-06-29T21:15:14.746Z] #77 97.61 checking for dlltool... no [2022-06-29T21:15:14.746Z] #77 97.61 checking how to associate runtime and link libraries... printf %s\n [2022-06-29T21:15:14.746Z] #77 97.61 checking for ar... ar [2022-06-29T21:15:14.746Z] #77 97.61 checking for archiver @FILE support... @ [2022-06-29T21:15:14.746Z] #77 97.76 checking for strip... strip [2022-06-29T21:15:14.746Z] #77 97.76 checking for ranlib... ranlib [2022-06-29T21:15:14.746Z] #77 97.76 checking for gawk... no [2022-06-29T21:15:14.746Z] #77 97.76 checking for mawk... mawk [2022-06-29T21:15:15.008Z] #77 97.76 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-29T21:15:15.270Z] #77 98.16 checking for sysroot... no [2022-06-29T21:15:15.270Z] #77 98.17 checking for a working dd... /bin/dd [2022-06-29T21:15:15.270Z] #77 98.20 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-29T21:15:15.270Z] #77 98.30 checking for mt... no [2022-06-29T21:15:15.270Z] #77 98.31 checking if : is a manifest tool... no [2022-06-29T21:15:15.531Z] #77 98.34 checking how to run the C preprocessor... gcc -E [2022-06-29T21:15:16.104Z] #77 98.63 checking for ANSI C header files... yes [2022-06-29T21:15:16.104Z] #77 99.13 checking for sys/types.h... yes [2022-06-29T21:15:16.365Z] #77 99.33 checking for sys/stat.h... yes [2022-06-29T21:15:16.365Z] #77 99.47 checking for stdlib.h... yes [2022-06-29T21:15:16.889Z] #77 99.60 checking for string.h... yes [2022-06-29T21:15:16.889Z] #77 99.80 checking for memory.h... yes [2022-06-29T21:15:16.964Z] #64 ... [2022-06-29T21:15:16.964Z] [2022-06-29T21:15:16.964Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:15:16.964Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:15:16.964Z] #14 142.3 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-29T21:15:16.964Z] #14 142.3 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:15:16.964Z] #14 142.3 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-29T21:15:17.151Z] #77 99.96 checking for strings.h... yes [2022-06-29T21:15:17.227Z] #14 ... [2022-06-29T21:15:17.227Z] [2022-06-29T21:15:17.227Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:15:17.227Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:15:17.227Z] #77 64.36 libtoolize: putting auxiliary files in '.'. [2022-06-29T21:15:17.227Z] #77 64.36 libtoolize: copying file './ltmain.sh' [2022-06-29T21:15:17.227Z] #77 65.55 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-06-29T21:15:17.227Z] #77 65.56 libtoolize: and rerunning libtoolize and aclocal. [2022-06-29T21:15:17.227Z] #77 65.56 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-29T21:15:17.413Z] #77 100.2 checking for inttypes.h... yes [2022-06-29T21:15:17.413Z] #77 100.4 checking for stdint.h... yes [2022-06-29T21:15:17.674Z] #77 100.5 checking for unistd.h... yes [2022-06-29T21:15:17.715Z] #77 128.1 CCLD libyajl.la [2022-06-29T21:15:17.715Z] #77 128.4 CCLD verify/json_verify [2022-06-29T21:15:17.715Z] #77 128.8 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-29T21:15:17.715Z] #77 128.8 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-29T21:15:17.715Z] #77 128.8 make[5]: Nothing to be done for 'install-data-am'. [2022-06-29T21:15:17.715Z] #77 128.8 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-29T21:15:17.715Z] #77 128.8 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-29T21:15:17.715Z] #77 128.8 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-06-29T21:15:17.715Z] #77 128.8 CC src/validate.o [2022-06-29T21:15:17.715Z] #77 128.9 CC src/image_spec_schema_config_schema.lo [2022-06-29T21:15:17.715Z] #77 128.9 CC src/image_spec_schema_content_descriptor.lo [2022-06-29T21:15:17.715Z] #77 128.9 CC src/image_spec_schema_defs.lo [2022-06-29T21:15:17.715Z] #77 128.9 CC src/image_spec_schema_defs_descriptor.lo [2022-06-29T21:15:17.715Z] #77 128.9 CC src/image_spec_schema_image_index_schema.lo [2022-06-29T21:15:17.715Z] #77 128.9 CC src/image_spec_schema_image_layout_schema.lo [2022-06-29T21:15:17.715Z] #77 128.9 CC src/image_spec_schema_image_manifest_schema.lo [2022-06-29T21:15:17.715Z] #77 129.0 CC src/runtime_spec_schema_config_linux.lo [2022-06-29T21:15:17.715Z] #77 129.0 CC src/runtime_spec_schema_config_zos.lo [2022-06-29T21:15:17.715Z] #77 129.0 CC src/runtime_spec_schema_config_schema.lo [2022-06-29T21:15:17.715Z] #77 129.1 CC src/runtime_spec_schema_config_solaris.lo [2022-06-29T21:15:17.715Z] #77 129.1 CC src/runtime_spec_schema_config_vm.lo [2022-06-29T21:15:17.715Z] #77 129.2 CC src/runtime_spec_schema_config_windows.lo [2022-06-29T21:15:17.715Z] #77 129.2 CC src/runtime_spec_schema_defs.lo [2022-06-29T21:15:17.801Z] #77 ... [2022-06-29T21:15:17.801Z] [2022-06-29T21:15:17.801Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:15:17.801Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:15:17.801Z] #14 153.2 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-29T21:15:17.801Z] #14 153.2 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:15:17.936Z] #77 100.7 checking for dlfcn.h... yes [2022-06-29T21:15:17.937Z] #77 100.9 checking for objdir... .libs [2022-06-29T21:15:17.976Z] #77 129.3 CC src/runtime_spec_schema_defs_linux.lo [2022-06-29T21:15:17.976Z] #77 129.4 CC src/runtime_spec_schema_defs_zos.lo [2022-06-29T21:15:17.976Z] #77 129.5 CC src/runtime_spec_schema_defs_vm.lo [2022-06-29T21:15:18.074Z] #14 153.2 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-29T21:15:18.237Z] #77 129.7 CC src/runtime_spec_schema_defs_windows.lo [2022-06-29T21:15:18.237Z] #77 129.8 CC src/runtime_spec_schema_state_schema.lo [2022-06-29T21:15:18.237Z] #77 129.8 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-06-29T21:15:18.266Z] #14 ... [2022-06-29T21:15:18.266Z] [2022-06-29T21:15:18.266Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:15:18.266Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:15:18.266Z] #77 63.71 libtoolize: putting auxiliary files in '.'. [2022-06-29T21:15:18.266Z] #77 63.71 libtoolize: copying file './ltmain.sh' [2022-06-29T21:15:18.266Z] #77 65.08 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-06-29T21:15:18.266Z] #77 65.08 libtoolize: and rerunning libtoolize and aclocal. [2022-06-29T21:15:18.266Z] #77 65.08 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-29T21:15:18.499Z] #77 129.8 CC src/basic_test_double_array_item.lo [2022-06-29T21:15:18.499Z] #77 129.9 CC src/basic_test_double_array.lo [2022-06-29T21:15:18.509Z] #77 101.3 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-29T21:15:18.509Z] #77 101.5 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-29T21:15:18.509Z] #77 101.5 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-29T21:15:18.760Z] #77 130.2 CC src/basic_test_top_array_int.lo [2022-06-29T21:15:18.760Z] #77 130.3 CC src/basic_test_top_array_string.lo [2022-06-29T21:15:19.022Z] #77 130.5 CC src/basic_test_top_double_array_int.lo [2022-06-29T21:15:19.082Z] #77 101.6 checking if gcc static flag -static works... yes [2022-06-29T21:15:19.082Z] #77 102.0 checking if gcc supports -c -o file.o... yes [2022-06-29T21:15:19.082Z] #77 102.1 checking if gcc supports -c -o file.o... (cached) yes [2022-06-29T21:15:19.082Z] #77 102.1 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-29T21:15:19.082Z] #77 102.2 checking dynamic linker characteristics... [2022-06-29T21:15:19.082Z] #77 ... [2022-06-29T21:15:19.082Z] [2022-06-29T21:15:19.082Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:15:19.082Z] #60 sha256:b1b6ad7d9c97abe66c8a12eee5e212f91fd26303f5447fec26fdf299cabfa99c [2022-06-29T21:15:19.082Z] #60 15.37 + cd /tmp/tmp.zc7PNxkS1w/src/github.com/opencontainers/runc [2022-06-29T21:15:19.082Z] #60 15.37 + git checkout -q v1.1.2 [2022-06-29T21:15:19.082Z] #60 16.12 + '[' -z '' ']' [2022-06-29T21:15:19.082Z] #60 16.12 + target=static [2022-06-29T21:15:19.082Z] #60 16.12 + make BUILDTAGS=seccomp static [2022-06-29T21:15:19.082Z] #60 16.58 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-06-29T21:15:19.283Z] #77 130.7 CC src/basic_test_top_double_array_obj.lo [2022-06-29T21:15:19.283Z] #77 130.7 CC src/basic_test_top_double_array_refobj.lo [2022-06-29T21:15:19.344Z] #60 ... [2022-06-29T21:15:19.344Z] [2022-06-29T21:15:19.344Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-29T21:15:19.344Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-29T21:15:19.344Z] #34 DONE 156.9s [2022-06-29T21:15:19.344Z] [2022-06-29T21:15:19.344Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:15:19.344Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-29T21:15:19.344Z] #21 2.675 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:15:19.344Z] #21 2.688 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:15:19.344Z] #21 2.853 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:15:19.344Z] #21 3.295 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:15:19.344Z] #21 4.711 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:15:19.344Z] #21 6.227 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:15:19.344Z] #21 ... [2022-06-29T21:15:19.344Z] [2022-06-29T21:15:19.344Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:15:19.344Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:15:19.344Z] #77 102.2 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-29T21:15:19.344Z] #77 102.5 checking how to hardcode library paths into programs... immediate [2022-06-29T21:15:19.344Z] #77 102.5 checking whether stripping libraries is possible... yes [2022-06-29T21:15:19.344Z] #77 102.5 checking if libtool supports shared libraries... yes [2022-06-29T21:15:19.344Z] #77 102.5 checking whether to build shared libraries... no [2022-06-29T21:15:19.344Z] #77 102.5 checking whether to build static libraries... yes [2022-06-29T21:15:19.544Z] #77 130.9 CC src/basic_test_top_double_array_string.lo [2022-06-29T21:15:19.605Z] #77 102.5 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-29T21:15:19.605Z] #77 102.6 checking whether build environment is sane... yes [2022-06-29T21:15:19.605Z] #77 102.6 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-29T21:15:19.605Z] #77 102.7 checking whether make sets $(MAKE)... yes [2022-06-29T21:15:19.605Z] #77 102.7 checking whether make supports the include directive... yes (GNU style) [2022-06-29T21:15:19.648Z] #77 ... [2022-06-29T21:15:19.648Z] [2022-06-29T21:15:19.648Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:15:19.648Z] #64 sha256:edd910092fdcbd8a8b285cb22bb5ba070124b9950feb53f8c7d960b08ab64573 [2022-06-29T21:15:19.648Z] #64 82.35 + bin/ctr [2022-06-29T21:15:19.806Z] #77 131.0 CC src/read-file.lo [2022-06-29T21:15:19.806Z] #77 131.3 CC src/json_common.lo [2022-06-29T21:15:19.867Z] #77 102.8 checking whether make supports nested variables... yes [2022-06-29T21:15:19.867Z] #77 102.8 checking whether UID '0' is supported by ustar format... yes [2022-06-29T21:15:19.867Z] #77 102.8 checking whether GID '0' is supported by ustar format... yes [2022-06-29T21:15:19.867Z] #77 102.8 checking how to create a ustar tar archive... gnutar [2022-06-29T21:15:19.908Z] #64 ... [2022-06-29T21:15:19.908Z] [2022-06-29T21:15:19.908Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:15:19.908Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:15:19.908Z] #14 155.5 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-29T21:15:19.908Z] #14 155.5 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:15:19.908Z] #14 155.5 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-29T21:15:20.068Z] #77 131.4 CC tests/test-1.o [2022-06-29T21:15:20.068Z] #77 131.6 CC tests/test-2.o [2022-06-29T21:15:20.129Z] #77 102.9 checking dependency style of gcc... gcc3 [2022-06-29T21:15:20.129Z] #77 103.1 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-29T21:15:20.129Z] #77 103.1 checking whether make supports nested variables... (cached) yes [2022-06-29T21:15:20.129Z] #77 103.1 checking for gawk... (cached) mawk [2022-06-29T21:15:20.129Z] #77 103.1 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-29T21:15:20.129Z] #77 103.1 checking for gcc... (cached) gcc [2022-06-29T21:15:20.129Z] #77 103.2 checking whether we are using the GNU C compiler... (cached) yes [2022-06-29T21:15:20.129Z] #77 103.2 checking whether gcc accepts -g... (cached) yes [2022-06-29T21:15:20.129Z] #77 103.2 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-29T21:15:20.129Z] #77 103.2 checking whether gcc understands -c and -o together... (cached) yes [2022-06-29T21:15:20.129Z] #77 103.2 checking for a Python interpreter with version >= 3... python3 [2022-06-29T21:15:20.329Z] #77 131.7 CC tests/test-3.o [2022-06-29T21:15:20.329Z] #77 131.8 CC tests/test-4.o [2022-06-29T21:15:20.329Z] #77 ... [2022-06-29T21:15:20.329Z] [2022-06-29T21:15:20.329Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-29T21:15:20.329Z] #23 sha256:b1a6d04f747c42879b57dac42e91a0063141bef385fbb4591c0513929e8162ed [2022-06-29T21:15:20.329Z] #23 9.276 Collecting yamllint==1.26.1 [2022-06-29T21:15:20.392Z] #77 103.3 checking for python3... /usr/bin/python3 [2022-06-29T21:15:20.392Z] #77 103.3 checking for python3 version... 3.9 [2022-06-29T21:15:20.392Z] #77 103.4 checking for python3 platform... linux [2022-06-29T21:15:20.591Z] #23 ... [2022-06-29T21:15:20.591Z] [2022-06-29T21:15:20.591Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:15:20.591Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-29T21:15:20.591Z] #77 132.0 CC tests/test-5.o [2022-06-29T21:15:20.653Z] #77 103.5 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-29T21:15:20.653Z] #77 103.6 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-29T21:15:20.857Z] #77 132.3 CC tests/test-6.o [2022-06-29T21:15:20.914Z] #77 103.9 checking for go-md2man... no [2022-06-29T21:15:21.120Z] #77 132.6 CC tests/test-7.o [2022-06-29T21:15:21.176Z] #77 103.9 checking error.h usability... yes [2022-06-29T21:15:21.176Z] #77 104.1 checking error.h presence... yes [2022-06-29T21:15:21.176Z] #77 104.2 checking for error.h... yes [2022-06-29T21:15:21.382Z] #77 132.9 CC tests/test-8.o [2022-06-29T21:15:21.382Z] #77 132.9 CC tests/test-9.o [2022-06-29T21:15:21.437Z] #77 104.2 checking linux/openat2.h usability... yes [2022-06-29T21:15:21.437Z] #77 104.4 checking linux/openat2.h presence... yes [2022-06-29T21:15:21.437Z] #77 104.5 checking for linux/openat2.h... yes [2022-06-29T21:15:21.643Z] #77 133.2 CC tests/test-10.o [2022-06-29T21:15:21.699Z] #77 104.5 checking for copy_file_range... yes [2022-06-29T21:15:21.904Z] #77 133.4 CC tests/test-11.o [2022-06-29T21:15:21.961Z] #77 104.9 checking for fgetxattr... yes [2022-06-29T21:15:22.484Z] #77 105.1 checking for statx... yes [2022-06-29T21:15:22.748Z] #77 105.4 checking for fgetpwent_r... yes [2022-06-29T21:15:23.010Z] #77 105.8 checking for issetugid... no [2022-06-29T21:15:23.010Z] #77 106.1 checking for pkg-config... /usr/bin/pkg-config [2022-06-29T21:15:23.010Z] #77 106.1 checking pkg-config is at least version 0.9.0... yes [2022-06-29T21:15:23.584Z] #77 106.1 checking for library containing yajl_tree_get... -lyajl [2022-06-29T21:15:23.584Z] #77 106.5 checking for yajl >= 2.0.0... yes [2022-06-29T21:15:23.584Z] #77 106.5 checking sys/capability.h usability... yes [2022-06-29T21:15:23.584Z] #77 106.7 checking sys/capability.h presence... yes [2022-06-29T21:15:23.584Z] #77 106.7 checking for sys/capability.h... yes [2022-06-29T21:15:24.156Z] #77 106.7 checking for library containing cap_from_name... -lcap [2022-06-29T21:15:24.419Z] #77 107.1 checking for library containing dlopen... -ldl [2022-06-29T21:15:24.459Z] #77 ... [2022-06-29T21:15:24.459Z] [2022-06-29T21:15:24.459Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-29T21:15:24.459Z] #23 sha256:b1a6d04f747c42879b57dac42e91a0063141bef385fbb4591c0513929e8162ed [2022-06-29T21:15:24.459Z] #23 10.32 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-29T21:15:24.459Z] #23 11.34 Collecting pathspec>=0.5.3 [2022-06-29T21:15:24.459Z] #23 11.35 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-29T21:15:24.459Z] #23 11.63 Collecting pyyaml [2022-06-29T21:15:24.459Z] #23 11.65 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-06-29T21:15:24.459Z] #23 11.78 Building wheels for collected packages: yamllint [2022-06-29T21:15:24.459Z] #23 11.78 Building wheel for yamllint (setup.py): started [2022-06-29T21:15:24.459Z] #23 12.65 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-29T21:15:24.459Z] #23 12.65 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=2cd42b03927ccebc635189c8b0c25d26ed581dc550e748e170b8533e716dc7d5 [2022-06-29T21:15:24.459Z] #23 12.65 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-29T21:15:24.459Z] #23 12.65 Successfully built yamllint [2022-06-29T21:15:24.459Z] #23 12.67 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-29T21:15:24.459Z] #23 13.07 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-29T21:15:24.459Z] #23 DONE 13.8s [2022-06-29T21:15:24.459Z] [2022-06-29T21:15:24.459Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:15:24.459Z] #55 sha256:b4112fde20f3c301e6555f609b7dc3a93d26bb370180d9cc6b11d031339a6e20 [2022-06-29T21:15:24.680Z] #77 107.5 checking seccomp.h usability... yes [2022-06-29T21:15:24.680Z] #77 107.7 checking seccomp.h presence... yes [2022-06-29T21:15:24.687Z] #14 ... [2022-06-29T21:15:24.687Z] [2022-06-29T21:15:24.687Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:15:24.687Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:15:24.687Z] #77 80.47 configure.ac:7: installing './compile' [2022-06-29T21:15:24.687Z] #77 80.47 configure.ac:11: installing './config.guess' [2022-06-29T21:15:24.687Z] #77 80.47 configure.ac:11: installing './config.sub' [2022-06-29T21:15:24.687Z] #77 80.48 configure.ac:8: installing './install-sh' [2022-06-29T21:15:24.687Z] #77 80.49 configure.ac:8: installing './missing' [2022-06-29T21:15:24.687Z] #77 80.66 Makefile.am: installing './depcomp' [2022-06-29T21:15:24.942Z] #77 107.8 checking for seccomp.h... yes [2022-06-29T21:15:25.203Z] #77 107.8 checking for library containing seccomp_rule_add... -lseccomp [2022-06-29T21:15:25.464Z] #77 108.3 checking for library containing seccomp_arch_resolve_name... none required [2022-06-29T21:15:25.725Z] #77 108.6 checking systemd/sd-bus.h usability... yes [2022-06-29T21:15:25.986Z] #77 108.8 checking systemd/sd-bus.h presence... yes [2022-06-29T21:15:25.986Z] #77 108.9 checking for systemd/sd-bus.h... yes [2022-06-29T21:15:26.248Z] #77 108.9 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-06-29T21:15:26.486Z] #14 ... [2022-06-29T21:15:26.486Z] [2022-06-29T21:15:26.486Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:15:26.486Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:15:26.486Z] #77 80.85 configure.ac:7: installing './compile' [2022-06-29T21:15:26.486Z] #77 80.87 configure.ac:11: installing './config.guess' [2022-06-29T21:15:26.486Z] #77 80.90 configure.ac:11: installing './config.sub' [2022-06-29T21:15:26.486Z] #77 80.90 configure.ac:8: installing './install-sh' [2022-06-29T21:15:26.486Z] #77 80.92 configure.ac:8: installing './missing' [2022-06-29T21:15:26.486Z] #77 81.13 Makefile.am: installing './depcomp' [2022-06-29T21:15:26.509Z] #77 109.4 checking for sd_notify_barrier... [2022-06-29T21:15:26.509Z] #77 ... [2022-06-29T21:15:26.509Z] [2022-06-29T21:15:26.509Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-29T21:15:26.509Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-29T21:15:26.509Z] #36 163.9 Delve is a source level debugger for Go programs. [2022-06-29T21:15:26.509Z] #36 163.9 [2022-06-29T21:15:26.509Z] #36 163.9 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-29T21:15:26.509Z] #36 163.9 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-29T21:15:26.509Z] #36 163.9 [2022-06-29T21:15:26.509Z] #36 163.9 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-29T21:15:26.509Z] #36 163.9 [2022-06-29T21:15:26.509Z] #36 163.9 Pass flags to the program you are debugging using `--`, for example: [2022-06-29T21:15:26.509Z] #36 163.9 [2022-06-29T21:15:26.509Z] #36 163.9 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-29T21:15:26.509Z] #36 164.0 [2022-06-29T21:15:26.509Z] #36 164.0 Usage: [2022-06-29T21:15:26.509Z] #36 164.0 dlv [command] [2022-06-29T21:15:26.509Z] #36 164.0 [2022-06-29T21:15:26.509Z] #36 164.0 Available Commands: [2022-06-29T21:15:26.509Z] #36 164.0 attach Attach to running process and begin debugging. [2022-06-29T21:15:26.509Z] #36 164.0 connect Connect to a headless debug server with a terminal client. [2022-06-29T21:15:26.509Z] #36 164.0 core Examine a core dump. [2022-06-29T21:15:26.509Z] #36 164.0 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-29T21:15:26.509Z] #36 164.0 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-29T21:15:26.509Z] #36 164.0 exec Execute a precompiled binary, and begin a debug session. [2022-06-29T21:15:26.509Z] #36 164.0 help Help about any command [2022-06-29T21:15:26.509Z] #36 164.0 run Deprecated command. Use 'debug' instead. [2022-06-29T21:15:26.509Z] #36 164.0 test Compile test binary and begin debugging program. [2022-06-29T21:15:26.509Z] #36 164.0 trace Compile and begin tracing program. [2022-06-29T21:15:26.509Z] #36 164.0 version Prints version. [2022-06-29T21:15:26.509Z] #36 164.0 [2022-06-29T21:15:26.509Z] #36 164.0 Flags: [2022-06-29T21:15:26.509Z] #36 164.0 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-29T21:15:26.509Z] #36 164.0 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-29T21:15:26.509Z] #36 164.0 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-29T21:15:26.509Z] #36 164.0 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-29T21:15:26.509Z] #36 164.0 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-29T21:15:26.509Z] #36 164.0 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-29T21:15:26.509Z] #36 164.0 --disable-aslr Disables address space randomization [2022-06-29T21:15:26.509Z] #36 164.0 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-29T21:15:26.509Z] #36 164.0 -h, --help help for dlv [2022-06-29T21:15:26.509Z] #36 164.0 --init string Init file, executed by the terminal client. [2022-06-29T21:15:26.509Z] #36 164.0 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-29T21:15:26.509Z] #36 164.0 --log Enable debugging server logging. [2022-06-29T21:15:26.509Z] #36 164.0 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-29T21:15:26.509Z] #36 164.0 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-29T21:15:26.509Z] #36 164.0 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-29T21:15:26.509Z] #36 164.0 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-29T21:15:26.509Z] #36 164.0 --wd string Working directory for running the program. [2022-06-29T21:15:26.509Z] #36 164.0 [2022-06-29T21:15:26.509Z] #36 164.0 Additional help topics: [2022-06-29T21:15:26.509Z] #36 164.0 dlv backend Help about the --backend flag. [2022-06-29T21:15:26.509Z] #36 164.0 dlv log Help about logging flags. [2022-06-29T21:15:26.509Z] #36 164.0 dlv redirect Help about file redirection. [2022-06-29T21:15:26.509Z] #36 164.0 [2022-06-29T21:15:26.509Z] #36 164.0 Use "dlv [command] --help" for more information about a command. [2022-06-29T21:15:26.509Z] #36 DONE 164.1s [2022-06-29T21:15:26.509Z] [2022-06-29T21:15:26.509Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:15:26.509Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:15:26.509Z] #77 109.4 checking for sd_notify_barrier... yes [2022-06-29T21:15:26.509Z] #77 109.6 checking linux/bpf.h usability... [2022-06-29T21:15:26.509Z] #77 ... [2022-06-29T21:15:26.509Z] [2022-06-29T21:15:26.510Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:15:26.510Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-29T21:15:26.510Z] #21 10.48 Fetched 8545 kB in 8s (1037 kB/s) [2022-06-29T21:15:26.510Z] #21 10.48 Reading package lists... [2022-06-29T21:15:26.610Z] #77 82.82 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-29T21:15:26.610Z] #77 82.82 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-29T21:15:26.610Z] #77 83.16 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-29T21:15:26.610Z] #77 83.16 libtoolize: copying file 'm4/libtool.m4' [2022-06-29T21:15:27.186Z] #77 83.59 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-29T21:15:27.448Z] #77 83.98 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-29T21:15:27.711Z] #77 84.26 libtoolize: copying file 'm4/ltversion.m4' [2022-06-29T21:15:27.871Z] #77 82.80 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-29T21:15:27.871Z] #77 82.81 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-29T21:15:28.133Z] #77 82.98 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-29T21:15:28.133Z] #77 82.98 libtoolize: copying file 'm4/libtool.m4' [2022-06-29T21:15:28.286Z] #77 84.59 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-29T21:15:28.286Z] #77 84.98 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-29T21:15:28.393Z] #77 83.23 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-29T21:15:28.426Z] #21 13.60 Reading package lists... [2022-06-29T21:15:28.426Z] #21 ... [2022-06-29T21:15:28.426Z] [2022-06-29T21:15:28.426Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:15:28.426Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:15:28.426Z] #77 109.6 checking linux/bpf.h usability... yes [2022-06-29T21:15:28.426Z] #77 109.7 checking linux/bpf.h presence... yes [2022-06-29T21:15:28.426Z] #77 109.7 checking for linux/bpf.h... yes [2022-06-29T21:15:28.426Z] #77 109.8 checking compilation for eBPF... yes [2022-06-29T21:15:28.426Z] #77 109.9 checking for criu >= 3.15... no [2022-06-29T21:15:28.426Z] #77 109.9 configure: CRIU headers not found, building without CRIU support [2022-06-29T21:15:28.426Z] #77 109.9 checking for criu > 3.16... no [2022-06-29T21:15:28.426Z] #77 110.0 configure: CRIU version doesn't support join-ns API [2022-06-29T21:15:28.426Z] #77 110.0 checking for criu > 3.16.1... no [2022-06-29T21:15:28.426Z] #77 110.0 configure: CRIU version doesn't support for pre-dumping [2022-06-29T21:15:28.426Z] #77 110.0 checking for new mount API (fsconfig)... yes [2022-06-29T21:15:28.426Z] #77 110.1 checking for seccomp notify API... yes [2022-06-29T21:15:28.426Z] #77 110.2 checking for gperf... no [2022-06-29T21:15:28.426Z] #77 110.2 configure: gperf not found - cannot rebuild signal parser code [2022-06-29T21:15:28.426Z] #77 110.2 checking for library containing argp_parse... none required [2022-06-29T21:15:28.426Z] #77 110.6 checking that generated files are newer than configure... done [2022-06-29T21:15:28.426Z] #77 110.6 configure: creating ./config.status [2022-06-29T21:15:28.653Z] #77 83.40 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-29T21:15:28.653Z] #77 83.59 libtoolize: copying file 'm4/ltversion.m4' [2022-06-29T21:15:28.913Z] #77 83.77 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-29T21:15:29.173Z] #77 84.02 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-06-29T21:15:30.363Z] #77 113.1 config.status: creating Makefile [2022-06-29T21:15:30.363Z] #77 113.3 config.status: creating rpm/crun.spec [2022-06-29T21:15:30.363Z] #77 113.3 config.status: creating config.h [2022-06-29T21:15:30.363Z] #77 113.4 config.status: executing libtool commands [2022-06-29T21:15:30.363Z] #77 113.4 config.status: executing depfiles commands [2022-06-29T21:15:30.442Z] #19 253.2 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-06-29T21:15:30.442Z] #19 253.2 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-29T21:15:30.442Z] #19 253.2 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-29T21:15:30.442Z] #19 253.3 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-06-29T21:15:30.442Z] #19 253.3 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-29T21:15:30.442Z] #19 253.3 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-29T21:15:31.748Z] #77 114.6 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-06-29T21:15:31.748Z] #77 114.6 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-29T21:15:31.748Z] #77 114.9 checking for gcc... gcc [2022-06-29T21:15:32.321Z] #77 115.0 checking whether the C compiler works... yes [2022-06-29T21:15:32.321Z] #77 115.1 checking for C compiler default output file name... a.out [2022-06-29T21:15:32.321Z] #77 115.1 checking for suffix of executables... [2022-06-29T21:15:32.321Z] #77 115.4 checking whether we are cross compiling... no [2022-06-29T21:15:32.583Z] #77 115.5 checking for suffix of object files... o [2022-06-29T21:15:32.583Z] #77 115.6 checking whether we are using the GNU C compiler... yes [2022-06-29T21:15:32.844Z] #77 115.7 checking whether gcc accepts -g... yes [2022-06-29T21:15:32.844Z] #77 115.8 checking for gcc option to accept ISO C89... none needed [2022-06-29T21:15:33.105Z] #77 116.0 checking whether gcc understands -c and -o together... yes [2022-06-29T21:15:33.106Z] #77 116.1 checking how to run the C preprocessor... gcc -E [2022-06-29T21:15:33.367Z] #77 116.4 checking for grep that handles long lines and -e... /bin/grep [2022-06-29T21:15:33.367Z] #77 116.4 checking for egrep... /bin/grep -E [2022-06-29T21:15:33.373Z] #77 ... [2022-06-29T21:15:33.373Z] [2022-06-29T21:15:33.373Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:15:33.373Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:15:33.373Z] #14 168.4 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-29T21:15:33.373Z] #14 168.4 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:15:33.373Z] #14 168.4 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-29T21:15:33.940Z] #77 116.4 checking for ANSI C header files... [2022-06-29T21:15:33.940Z] #77 ... [2022-06-29T21:15:33.940Z] [2022-06-29T21:15:33.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-06-29T21:15:33.940Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-29T21:15:33.940Z] #21 13.60 Reading package lists... [2022-06-29T21:15:33.940Z] #21 16.81 Building dependency tree... [2022-06-29T21:15:33.940Z] #21 18.38 The following additional packages will be installed: [2022-06-29T21:15:33.940Z] #21 18.38 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-29T21:15:33.940Z] #21 18.38 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-29T21:15:33.940Z] #21 18.38 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-29T21:15:33.940Z] #21 18.38 python3-pkg-resources vim-runtime xxd [2022-06-29T21:15:33.940Z] #21 18.38 Suggested packages: [2022-06-29T21:15:33.940Z] #21 18.39 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-29T21:15:33.940Z] #21 18.39 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-29T21:15:33.940Z] #21 18.39 acl attr quota [2022-06-29T21:15:33.940Z] #21 18.39 Recommended packages: [2022-06-29T21:15:33.940Z] #21 18.39 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-29T21:15:33.940Z] #21 19.62 The following NEW packages will be installed: [2022-06-29T21:15:33.940Z] #21 19.62 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-29T21:15:33.940Z] #21 19.62 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-29T21:15:33.940Z] #21 19.62 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-29T21:15:33.940Z] #21 19.62 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2 [2022-06-29T21:15:33.940Z] #21 19.62 net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3 [2022-06-29T21:15:33.940Z] #21 19.62 python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-29T21:15:33.940Z] #21 19.62 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-29T21:15:33.940Z] #21 19.63 xz-utils zip zstd [2022-06-29T21:15:33.940Z] #21 19.95 0 upgraded, 49 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:15:33.940Z] #21 19.95 Need to get 27.7 MB of archives. [2022-06-29T21:15:33.940Z] #21 19.95 After this operation, 106 MB of additional disk space will be used. [2022-06-29T21:15:33.940Z] #21 19.95 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-29T21:15:33.940Z] #21 19.96 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-29T21:15:33.940Z] #21 19.96 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-29T21:15:33.940Z] #21 19.97 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-29T21:15:33.940Z] #21 19.97 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-29T21:15:33.940Z] #21 19.97 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-29T21:15:33.940Z] #21 19.98 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-29T21:15:33.940Z] #21 19.98 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-29T21:15:33.940Z] #21 20.01 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-29T21:15:33.940Z] #21 20.04 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-29T21:15:33.940Z] #21 20.05 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-29T21:15:33.940Z] #21 20.05 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-29T21:15:33.940Z] #21 20.06 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-06-29T21:15:33.940Z] #21 20.06 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-29T21:15:33.940Z] #21 20.09 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-29T21:15:33.940Z] #21 20.09 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-29T21:15:33.940Z] #21 20.10 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-29T21:15:33.940Z] #21 20.10 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-29T21:15:33.940Z] #21 20.10 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-29T21:15:33.940Z] #21 20.11 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-29T21:15:33.940Z] #21 20.11 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-29T21:15:33.940Z] #21 20.13 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-29T21:15:33.940Z] #21 20.13 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-29T21:15:33.940Z] #21 20.13 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-29T21:15:33.940Z] #21 20.14 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-29T21:15:33.940Z] #21 20.14 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-29T21:15:33.940Z] #21 20.15 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-29T21:15:33.940Z] #21 20.44 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-29T21:15:33.940Z] #21 20.44 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-29T21:15:33.940Z] #21 20.44 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-29T21:15:33.940Z] #21 20.44 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-29T21:15:33.940Z] #21 20.44 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-29T21:15:33.940Z] #21 20.45 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-29T21:15:33.940Z] #21 20.45 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-29T21:15:33.940Z] #21 20.46 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-06-29T21:15:33.940Z] #21 20.51 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-29T21:15:33.940Z] #21 20.52 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-29T21:15:33.940Z] #21 20.53 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-29T21:15:33.940Z] #21 20.53 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-29T21:15:33.940Z] #21 20.55 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-29T21:15:33.940Z] #21 20.55 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-29T21:15:33.940Z] #21 20.56 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-29T21:15:33.940Z] #21 20.59 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-29T21:15:33.940Z] #21 20.61 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-29T21:15:33.940Z] #21 20.62 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-06-29T21:15:33.940Z] #21 20.79 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-29T21:15:33.940Z] #21 20.83 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-29T21:15:33.940Z] #21 20.85 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-29T21:15:33.940Z] #21 20.86 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-29T21:15:34.202Z] #21 21.47 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:15:34.202Z] #21 21.62 Fetched 27.7 MB in 1s (22.8 MB/s) [2022-06-29T21:15:34.464Z] #21 21.69 Selecting previously unselected package pigz. [2022-06-29T21:15:34.464Z] #21 21.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24019 files and directories currently installed.) [2022-06-29T21:15:34.464Z] #21 21.74 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-29T21:15:34.464Z] #21 21.74 Unpacking pigz (2.6-1) ... [2022-06-29T21:15:34.464Z] #21 21.82 Selecting previously unselected package libelf1:amd64. [2022-06-29T21:15:34.464Z] #21 21.82 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-29T21:15:34.725Z] #21 21.84 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-29T21:15:34.725Z] #21 21.98 Selecting previously unselected package libbpf0:amd64. [2022-06-29T21:15:34.725Z] #21 21.98 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-29T21:15:34.725Z] #21 21.99 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-29T21:15:34.725Z] #21 22.06 Selecting previously unselected package libcap2:amd64. [2022-06-29T21:15:34.725Z] #21 22.06 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-29T21:15:34.725Z] #21 22.07 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-29T21:15:34.987Z] #21 22.13 Selecting previously unselected package libmnl0:amd64. [2022-06-29T21:15:34.987Z] #21 22.13 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-29T21:15:34.987Z] #21 22.13 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-29T21:15:34.987Z] #21 22.21 Selecting previously unselected package libxtables12:amd64. [2022-06-29T21:15:34.987Z] #21 22.21 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-29T21:15:34.987Z] #21 22.21 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-29T21:15:34.987Z] #21 22.29 Selecting previously unselected package libcap2-bin. [2022-06-29T21:15:34.987Z] #21 22.30 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-29T21:15:34.987Z] #21 22.30 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-29T21:15:34.987Z] #21 22.39 Selecting previously unselected package iproute2. [2022-06-29T21:15:35.248Z] #21 22.39 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-29T21:15:35.248Z] #21 22.39 Unpacking iproute2 (5.10.0-4) ... [2022-06-29T21:15:35.821Z] #21 22.90 Selecting previously unselected package xxd. [2022-06-29T21:15:35.821Z] #21 22.91 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-29T21:15:35.821Z] #21 22.92 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:15:35.821Z] #21 23.04 Selecting previously unselected package vim-common. [2022-06-29T21:15:35.821Z] #21 23.04 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-29T21:15:35.821Z] #21 23.06 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:15:36.082Z] #21 23.22 Selecting previously unselected package bash-completion. [2022-06-29T21:15:36.083Z] #21 23.23 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-29T21:15:37.470Z] #21 ... [2022-06-29T21:15:37.470Z] [2022-06-29T21:15:37.470Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:15:37.470Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:15:37.470Z] #77 116.4 checking for ANSI C header files... yes [2022-06-29T21:15:37.470Z] #77 117.0 checking for sys/types.h... yes [2022-06-29T21:15:37.470Z] #77 117.1 checking for sys/stat.h... yes [2022-06-29T21:15:37.470Z] #77 117.2 checking for stdlib.h... yes [2022-06-29T21:15:37.470Z] #77 117.3 checking for string.h... yes [2022-06-29T21:15:37.470Z] #77 117.4 checking for memory.h... yes [2022-06-29T21:15:37.470Z] #77 117.6 checking for strings.h... yes [2022-06-29T21:15:37.470Z] #77 117.7 checking for inttypes.h... yes [2022-06-29T21:15:37.470Z] #77 117.9 checking for stdint.h... yes [2022-06-29T21:15:37.470Z] #77 118.1 checking for unistd.h... yes [2022-06-29T21:15:37.470Z] #77 118.3 checking minix/config.h usability... no [2022-06-29T21:15:37.470Z] #77 118.4 checking minix/config.h presence... no [2022-06-29T21:15:37.470Z] #77 118.4 checking for minix/config.h... no [2022-06-29T21:15:37.470Z] #77 118.4 checking whether it is safe to define __EXTENSIONS__... yes [2022-06-29T21:15:37.470Z] #77 118.7 checking build system type... x86_64-pc-linux-gnu [2022-06-29T21:15:37.470Z] #77 118.9 checking host system type... x86_64-pc-linux-gnu [2022-06-29T21:15:37.470Z] #77 118.9 checking how to print strings... printf [2022-06-29T21:15:37.470Z] #77 118.9 checking for a sed that does not truncate output... /bin/sed [2022-06-29T21:15:37.470Z] #77 118.9 checking for fgrep... /bin/grep -F [2022-06-29T21:15:37.470Z] #77 119.0 checking for ld used by gcc... /usr/bin/ld [2022-06-29T21:15:37.470Z] #77 119.0 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-29T21:15:37.470Z] #77 119.0 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-29T21:15:37.470Z] #77 119.0 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-29T21:15:37.470Z] #77 119.1 checking whether ln -s works... yes [2022-06-29T21:15:37.470Z] #77 119.1 checking the maximum length of command line arguments... 1572864 [2022-06-29T21:15:37.470Z] #77 119.1 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-29T21:15:37.470Z] #77 119.1 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-29T21:15:37.470Z] #77 119.1 checking for /usr/bin/ld option to reload object files... -r [2022-06-29T21:15:37.470Z] #77 119.1 checking for objdump... objdump [2022-06-29T21:15:37.470Z] #77 119.1 checking how to recognize dependent libraries... pass_all [2022-06-29T21:15:37.470Z] #77 119.2 checking for dlltool... no [2022-06-29T21:15:37.470Z] #77 119.2 checking how to associate runtime and link libraries... printf %s\n [2022-06-29T21:15:37.470Z] #77 119.2 checking for ar... ar [2022-06-29T21:15:37.470Z] #77 119.2 checking for archiver @FILE support... @ [2022-06-29T21:15:37.470Z] #77 119.3 checking for strip... strip [2022-06-29T21:15:37.470Z] #77 119.3 checking for ranlib... ranlib [2022-06-29T21:15:37.470Z] #77 119.3 checking for gawk... no [2022-06-29T21:15:37.470Z] #77 119.3 checking for mawk... mawk [2022-06-29T21:15:37.470Z] #77 119.3 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-29T21:15:37.470Z] #77 119.7 checking for sysroot... no [2022-06-29T21:15:37.470Z] #77 119.7 checking for a working dd... /bin/dd [2022-06-29T21:15:37.470Z] #77 119.7 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-29T21:15:37.470Z] #77 119.8 checking for mt... no [2022-06-29T21:15:37.470Z] #77 119.8 checking if : is a manifest tool... no [2022-06-29T21:15:37.470Z] #77 119.8 checking for dlfcn.h... yes [2022-06-29T21:15:37.470Z] #77 119.9 checking for objdir... .libs [2022-06-29T21:15:37.470Z] #77 120.2 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-29T21:15:37.470Z] #77 120.4 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-29T21:15:37.470Z] #77 120.4 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-29T21:15:37.731Z] #77 120.4 checking if gcc static flag -static works... yes [2022-06-29T21:15:37.993Z] #77 120.8 checking if gcc supports -c -o file.o... yes [2022-06-29T21:15:37.993Z] #77 121.0 checking if gcc supports -c -o file.o... (cached) yes [2022-06-29T21:15:37.993Z] #77 121.0 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-29T21:15:38.262Z] #77 121.0 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-29T21:15:38.262Z] #77 121.3 checking how to hardcode library paths into programs... immediate [2022-06-29T21:15:38.262Z] #77 121.3 checking whether stripping libraries is possible... yes [2022-06-29T21:15:38.262Z] #77 121.3 checking if libtool supports shared libraries... yes [2022-06-29T21:15:38.262Z] #77 121.3 checking whether to build shared libraries... no [2022-06-29T21:15:38.262Z] #77 121.3 checking whether to build static libraries... yes [2022-06-29T21:15:38.262Z] #77 121.3 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-29T21:15:38.262Z] #77 121.3 checking whether build environment is sane... yes [2022-06-29T21:15:38.525Z] #77 121.4 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-29T21:15:38.525Z] #77 121.4 checking whether make sets $(MAKE)... yes [2022-06-29T21:15:38.525Z] #77 121.5 checking whether make supports the include directive... yes (GNU style) [2022-06-29T21:15:38.525Z] #77 121.5 checking whether make supports nested variables... yes [2022-06-29T21:15:38.525Z] #77 121.6 checking whether UID '0' is supported by ustar format... yes [2022-06-29T21:15:38.525Z] #77 121.6 checking whether GID '0' is supported by ustar format... yes [2022-06-29T21:15:38.525Z] #77 121.6 checking how to create a ustar tar archive... gnutar [2022-06-29T21:15:38.786Z] #77 121.6 checking dependency style of gcc... gcc3 [2022-06-29T21:15:38.786Z] #77 121.8 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-29T21:15:38.786Z] #77 121.8 checking whether make supports nested variables... (cached) yes [2022-06-29T21:15:38.786Z] #77 121.8 checking for pkg-config... /usr/bin/pkg-config [2022-06-29T21:15:38.786Z] #77 121.8 checking pkg-config is at least version 0.9.0... yes [2022-06-29T21:15:38.786Z] #77 121.8 checking for yajl >= 2.1.0... yes [2022-06-29T21:15:38.786Z] #77 121.8 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-29T21:15:38.786Z] #77 121.8 checking for gcc... (cached) gcc [2022-06-29T21:15:38.786Z] #77 121.9 checking whether we are using the GNU C compiler... (cached) yes [2022-06-29T21:15:38.786Z] #77 121.9 checking whether gcc accepts -g... (cached) yes [2022-06-29T21:15:38.787Z] #77 121.9 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-29T21:15:38.787Z] #77 121.9 checking whether gcc understands -c and -o together... (cached) yes [2022-06-29T21:15:38.787Z] #77 121.9 checking for a Python interpreter with version >= 3... python3 [2022-06-29T21:15:39.048Z] #77 122.0 checking for python3... /usr/bin/python3 [2022-06-29T21:15:39.048Z] #77 122.0 checking for python3 version... 3.9 [2022-06-29T21:15:39.048Z] #77 122.1 checking for python3 platform... linux [2022-06-29T21:15:39.309Z] #77 122.1 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-29T21:15:39.309Z] #77 122.3 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-29T21:15:39.570Z] #77 122.5 checking that generated files are newer than configure... done [2022-06-29T21:15:39.570Z] #77 122.5 configure: creating ./config.status [2022-06-29T21:15:40.557Z] #77 ... [2022-06-29T21:15:40.557Z] [2022-06-29T21:15:40.557Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:15:40.557Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:15:40.557Z] #14 164.2 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-29T21:15:40.557Z] #14 164.2 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:15:40.557Z] #14 164.3 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-29T21:15:41.499Z] #77 124.6 config.status: creating Makefile [2022-06-29T21:15:41.499Z] #77 124.6 config.status: creating config.h [2022-06-29T21:15:41.499Z] #77 124.6 config.status: executing libtool commands [2022-06-29T21:15:41.499Z] #77 124.7 config.status: executing depfiles commands [2022-06-29T21:15:42.443Z] #77 125.3 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-06-29T21:15:42.443Z] #77 125.4 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-29T21:15:42.588Z] #55 ... [2022-06-29T21:15:42.588Z] [2022-06-29T21:15:42.588Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-29T21:15:42.588Z] #47 sha256:ecdc8c6c8c169bea9c3b47c2801af3413909a698ac702b149b3c3adba914fdb6 [2022-06-29T21:15:42.588Z] #47 198.3 + dpkg --print-architecture [2022-06-29T21:15:42.588Z] #47 DONE 198.9s [2022-06-29T21:15:42.588Z] [2022-06-29T21:15:42.588Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-29T21:15:42.588Z] #26 sha256:c09e74314362f18f7fd3e05cc8aabcbbe8b098dd36bb588d055ab4037eea3986 [2022-06-29T21:15:42.620Z] #19 ... [2022-06-29T21:15:42.620Z] [2022-06-29T21:15:42.620Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:15:42.620Z] #84 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:15:42.620Z] #84 218.0 CCLD libocispec.la [2022-06-29T21:15:42.620Z] #84 218.5 CCLD tests/test-2 [2022-06-29T21:15:42.620Z] #84 218.5 CCLD tests/test-3 [2022-06-29T21:15:42.620Z] #84 218.5 CCLD src/validate [2022-06-29T21:15:42.620Z] #84 218.5 CCLD tests/test-1 [2022-06-29T21:15:42.620Z] #84 218.6 CCLD tests/test-4 [2022-06-29T21:15:42.620Z] #84 218.6 CCLD tests/test-5 [2022-06-29T21:15:42.620Z] #84 218.6 CCLD tests/test-6 [2022-06-29T21:15:42.620Z] #84 218.6 CCLD tests/test-7 [2022-06-29T21:15:42.620Z] #84 218.8 CCLD tests/test-10 [2022-06-29T21:15:42.620Z] #84 218.8 CCLD tests/test-8 [2022-06-29T21:15:42.620Z] #84 218.8 CCLD tests/test-9 [2022-06-29T21:15:42.620Z] #84 218.9 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-06-29T21:15:42.620Z] #84 218.9 CCLD tests/test-11 [2022-06-29T21:15:42.705Z] #77 125.7 checking for gcc... gcc [2022-06-29T21:15:42.967Z] #77 125.8 checking whether the C compiler works... yes [2022-06-29T21:15:42.967Z] #77 125.9 checking for C compiler default output file name... a.out [2022-06-29T21:15:42.967Z] #77 125.9 checking for suffix of executables... [2022-06-29T21:15:43.228Z] #77 126.0 checking whether we are cross compiling... no [2022-06-29T21:15:43.228Z] #77 126.1 checking for suffix of object files... o [2022-06-29T21:15:43.228Z] #77 126.2 checking whether we are using the GNU C compiler... yes [2022-06-29T21:15:43.491Z] #77 126.4 checking whether gcc accepts -g... yes [2022-06-29T21:15:43.753Z] #77 126.5 checking for gcc option to accept ISO C89... none needed [2022-06-29T21:15:43.753Z] #77 126.6 checking whether gcc understands -c and -o together... yes [2022-06-29T21:15:43.753Z] #77 126.8 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-29T21:15:43.753Z] #77 126.8 checking whether build environment is sane... yes [2022-06-29T21:15:43.753Z] #77 126.9 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-29T21:15:43.753Z] #77 126.9 checking for gawk... no [2022-06-29T21:15:43.753Z] #77 126.9 checking for mawk... mawk [2022-06-29T21:15:43.753Z] #77 126.9 checking whether make sets $(MAKE)... yes [2022-06-29T21:15:43.753Z] #77 126.9 checking whether make supports the include directive... yes (GNU style) [2022-06-29T21:15:44.014Z] #77 127.0 checking whether make supports nested variables... yes [2022-06-29T21:15:44.014Z] #77 127.0 checking whether UID '0' is supported by ustar format... yes [2022-06-29T21:15:44.014Z] #77 127.0 checking whether GID '0' is supported by ustar format... yes [2022-06-29T21:15:44.014Z] #77 127.0 checking how to create a ustar tar archive... gnutar [2022-06-29T21:15:44.014Z] #77 127.1 checking dependency style of gcc... gcc3 [2022-06-29T21:15:44.276Z] #77 127.2 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-29T21:15:44.276Z] #77 127.2 checking whether make supports nested variables... (cached) yes [2022-06-29T21:15:44.515Z] #84 221.4 libtool: link: ar cr libocispec.a [2022-06-29T21:15:44.537Z] #77 127.3 checking build system type... x86_64-pc-linux-gnu [2022-06-29T21:15:44.538Z] #77 127.6 checking host system type... x86_64-pc-linux-gnu [2022-06-29T21:15:44.538Z] #77 127.6 checking how to print strings... printf [2022-06-29T21:15:44.538Z] #77 127.6 checking for a sed that does not truncate output... /bin/sed [2022-06-29T21:15:44.538Z] #77 127.6 checking for grep that handles long lines and -e... /bin/grep [2022-06-29T21:15:44.538Z] #77 127.6 checking for egrep... /bin/grep -E [2022-06-29T21:15:44.538Z] #77 127.6 checking for fgrep... /bin/grep -F [2022-06-29T21:15:44.538Z] #77 127.6 checking for ld used by gcc... /usr/bin/ld [2022-06-29T21:15:44.538Z] #77 127.6 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-29T21:15:44.538Z] #77 127.6 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-29T21:15:44.772Z] #84 221.5 libtool: link: ranlib libocispec.a [2022-06-29T21:15:44.799Z] #77 127.6 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-29T21:15:44.799Z] #77 127.7 checking whether ln -s works... yes [2022-06-29T21:15:44.799Z] #77 127.7 checking the maximum length of command line arguments... 1572864 [2022-06-29T21:15:44.799Z] #77 127.8 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-29T21:15:44.799Z] #77 127.8 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-29T21:15:44.799Z] #77 127.8 checking for /usr/bin/ld option to reload object files... -r [2022-06-29T21:15:44.799Z] #77 127.8 checking for objdump... objdump [2022-06-29T21:15:44.799Z] #77 127.8 checking how to recognize dependent libraries... pass_all [2022-06-29T21:15:44.799Z] #77 127.8 checking for dlltool... no [2022-06-29T21:15:44.799Z] #77 127.8 checking how to associate runtime and link libraries... printf %s\n [2022-06-29T21:15:44.799Z] #77 127.8 checking for ar... ar [2022-06-29T21:15:44.799Z] #77 127.8 checking for archiver @FILE support... @ [2022-06-29T21:15:44.799Z] #77 127.9 checking for strip... strip [2022-06-29T21:15:44.799Z] #77 127.9 checking for ranlib... ranlib [2022-06-29T21:15:45.374Z] #77 127.9 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-29T21:15:45.374Z] #77 128.3 checking for sysroot... no [2022-06-29T21:15:45.374Z] #77 128.3 checking for a working dd... /bin/dd [2022-06-29T21:15:45.374Z] #77 128.3 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-29T21:15:45.374Z] #77 128.4 checking for mt... no [2022-06-29T21:15:45.374Z] #77 128.4 checking if : is a manifest tool... no [2022-06-29T21:15:45.374Z] #77 128.4 checking how to run the C preprocessor... gcc -E [2022-06-29T21:15:45.948Z] #77 128.6 checking for ANSI C header files... yes [2022-06-29T21:15:46.209Z] #77 129.1 checking for sys/types.h... yes [2022-06-29T21:15:46.470Z] #77 129.3 checking for sys/stat.h... yes [2022-06-29T21:15:46.470Z] #77 129.5 checking for stdlib.h... yes [2022-06-29T21:15:46.732Z] #77 129.6 checking for string.h... yes [2022-06-29T21:15:46.994Z] #77 129.8 checking for memory.h... yes [2022-06-29T21:15:46.994Z] #77 129.9 checking for strings.h... yes [2022-06-29T21:15:47.255Z] #77 130.1 checking for inttypes.h... yes [2022-06-29T21:15:47.255Z] #77 130.2 checking for stdint.h... yes [2022-06-29T21:15:47.294Z] #84 223.9 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-06-29T21:15:47.294Z] #84 224.0 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-29T21:15:47.294Z] #84 224.0 make[5]: Nothing to be done for 'install-data-am'. [2022-06-29T21:15:47.294Z] #84 224.0 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-29T21:15:47.294Z] #84 224.0 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-29T21:15:47.294Z] #84 224.0 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-29T21:15:47.294Z] #84 224.0 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-29T21:15:47.294Z] #84 224.0 make[2]: Entering directory '/tmp/crun-build' [2022-06-29T21:15:47.294Z] #84 224.1 CC src/libcrun/libcrun_testing_a-utils.o [2022-06-29T21:15:47.294Z] #84 224.1 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-06-29T21:15:47.294Z] #84 224.1 CC src/libcrun/libcrun_testing_a-container.o [2022-06-29T21:15:47.294Z] #84 224.1 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-06-29T21:15:47.294Z] #84 224.1 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-06-29T21:15:47.294Z] #84 224.1 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-06-29T21:15:47.294Z] #84 224.1 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-06-29T21:15:47.294Z] #84 224.1 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-06-29T21:15:47.294Z] #84 224.2 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-06-29T21:15:47.294Z] #84 224.2 CC src/libcrun/libcrun_testing_a-criu.o [2022-06-29T21:15:47.517Z] #77 130.4 checking for unistd.h... yes [2022-06-29T21:15:47.517Z] #77 130.6 checking for dlfcn.h... yes [2022-06-29T21:15:47.551Z] #84 224.2 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-06-29T21:15:47.551Z] #84 224.3 CC src/libcrun/libcrun_testing_a-linux.o [2022-06-29T21:15:47.551Z] #84 224.3 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-06-29T21:15:47.551Z] #84 224.3 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-06-29T21:15:47.551Z] #84 224.4 CC src/libcrun/libcrun_testing_a-error.o [2022-06-29T21:15:47.551Z] #84 224.4 CC src/libcrun/libcrun_testing_a-status.o [2022-06-29T21:15:47.551Z] #84 224.5 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-06-29T21:15:47.778Z] #77 130.7 checking for objdir... .libs [2022-06-29T21:15:47.778Z] #77 ... [2022-06-29T21:15:47.778Z] [2022-06-29T21:15:47.778Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:15:47.778Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-29T21:15:47.778Z] #21 25.14 Unpacking bash-completion (1:2.11-2) ... [2022-06-29T21:15:47.778Z] #21 25.63 Selecting previously unselected package bzip2. [2022-06-29T21:15:47.778Z] #21 25.63 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 25.64 Unpacking bzip2 (1.0.8-4) ... [2022-06-29T21:15:47.778Z] #21 25.75 Selecting previously unselected package xz-utils. [2022-06-29T21:15:47.778Z] #21 25.75 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 25.76 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-29T21:15:47.778Z] #21 25.92 Selecting previously unselected package apparmor. [2022-06-29T21:15:47.778Z] #21 25.92 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 25.98 Unpacking apparmor (2.13.6-10) ... [2022-06-29T21:15:47.778Z] #21 26.44 Selecting previously unselected package inetutils-ping. [2022-06-29T21:15:47.778Z] #21 26.44 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 26.45 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-29T21:15:47.778Z] #21 26.59 Selecting previously unselected package libip4tc2:amd64. [2022-06-29T21:15:47.778Z] #21 26.59 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 26.60 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-29T21:15:47.778Z] #21 26.67 Selecting previously unselected package libip6tc2:amd64. [2022-06-29T21:15:47.778Z] #21 26.67 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 26.67 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-29T21:15:47.778Z] #21 26.74 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-29T21:15:47.778Z] #21 26.74 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 26.75 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-29T21:15:47.778Z] #21 26.84 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-29T21:15:47.778Z] #21 26.84 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 26.85 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-29T21:15:47.778Z] #21 26.93 Selecting previously unselected package libnftnl11:amd64. [2022-06-29T21:15:47.778Z] #21 26.93 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 26.94 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-29T21:15:47.778Z] #21 27.02 Selecting previously unselected package iptables. [2022-06-29T21:15:47.778Z] #21 27.02 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 27.03 Unpacking iptables (1.8.7-1) ... [2022-06-29T21:15:47.778Z] #21 27.37 Selecting previously unselected package libonig5:amd64. [2022-06-29T21:15:47.778Z] #21 27.37 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 27.51 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-29T21:15:47.778Z] #21 27.65 Selecting previously unselected package libjq1:amd64. [2022-06-29T21:15:47.778Z] #21 27.67 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 27.69 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-29T21:15:47.778Z] #21 27.79 Selecting previously unselected package jq. [2022-06-29T21:15:47.778Z] #21 27.81 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 27.81 Unpacking jq (1.6-2.1) ... [2022-06-29T21:15:47.778Z] #21 27.90 Selecting previously unselected package libaio1:amd64. [2022-06-29T21:15:47.778Z] #21 27.90 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 27.91 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-29T21:15:47.778Z] #21 27.96 Selecting previously unselected package libgpm2:amd64. [2022-06-29T21:15:47.778Z] #21 27.98 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 27.99 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-29T21:15:47.778Z] #21 28.05 Selecting previously unselected package libicu67:amd64. [2022-06-29T21:15:47.778Z] #21 28.05 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 28.06 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-29T21:15:47.778Z] #21 31.69 Selecting previously unselected package libinih1:amd64. [2022-06-29T21:15:47.778Z] #21 31.69 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 31.69 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-29T21:15:47.778Z] #21 31.75 Selecting previously unselected package libnet1:amd64. [2022-06-29T21:15:47.778Z] #21 31.75 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 31.76 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-29T21:15:47.778Z] #21 31.84 Selecting previously unselected package libnl-3-200:amd64. [2022-06-29T21:15:47.778Z] #21 31.84 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 31.84 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-29T21:15:47.778Z] #21 31.94 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-29T21:15:47.778Z] #21 31.94 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 31.95 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:15:47.778Z] #21 32.03 Selecting previously unselected package libyajl2:amd64. [2022-06-29T21:15:47.778Z] #21 32.03 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 32.05 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-29T21:15:47.778Z] #21 32.11 Selecting previously unselected package net-tools. [2022-06-29T21:15:47.778Z] #21 32.12 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 32.12 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-29T21:15:47.778Z] #21 32.30 Selecting previously unselected package patch. [2022-06-29T21:15:47.778Z] #21 32.30 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ... [2022-06-29T21:15:47.778Z] #21 32.34 Unpacking patch (2.7.6-7) ... [2022-06-29T21:15:47.778Z] #21 32.44 Selecting previously unselected package python-pip-whl. [2022-06-29T21:15:47.778Z] #21 32.45 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-29T21:15:47.778Z] #21 32.46 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-29T21:15:47.778Z] #21 33.07 Selecting previously unselected package python3-lib2to3. [2022-06-29T21:15:47.778Z] #21 33.08 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-29T21:15:47.779Z] #21 33.08 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-29T21:15:47.779Z] #21 33.20 Selecting previously unselected package python3-distutils. [2022-06-29T21:15:47.779Z] #21 33.20 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ... [2022-06-29T21:15:47.779Z] #21 33.20 Unpacking python3-distutils (3.9.2-1) ... [2022-06-29T21:15:47.779Z] #21 33.38 Selecting previously unselected package python3-pkg-resources. [2022-06-29T21:15:47.779Z] #21 33.38 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-29T21:15:47.779Z] #21 33.40 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-29T21:15:47.779Z] #21 33.56 Selecting previously unselected package python3-setuptools. [2022-06-29T21:15:47.779Z] #21 33.56 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ... [2022-06-29T21:15:47.779Z] #21 33.57 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-29T21:15:47.779Z] #21 33.85 Selecting previously unselected package python3-wheel. [2022-06-29T21:15:47.779Z] #21 33.85 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ... [2022-06-29T21:15:47.779Z] #21 33.86 Unpacking python3-wheel (0.34.2-1) ... [2022-06-29T21:15:47.779Z] #21 33.93 Selecting previously unselected package python3-pip. [2022-06-29T21:15:47.779Z] #21 33.95 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-29T21:15:47.779Z] #21 33.95 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-29T21:15:47.779Z] #21 34.24 Selecting previously unselected package sudo. [2022-06-29T21:15:47.779Z] #21 34.25 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ... [2022-06-29T21:15:47.779Z] #21 34.26 Unpacking sudo (1.9.5p2-3) ... [2022-06-29T21:15:47.779Z] #21 34.86 Selecting previously unselected package thin-provisioning-tools. [2022-06-29T21:15:47.779Z] #21 34.88 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-29T21:15:47.779Z] #21 34.88 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-29T21:15:47.779Z] #21 35.10 Selecting previously unselected package uidmap. [2022-06-29T21:15:47.779Z] #21 35.11 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-29T21:15:47.779Z] #21 35.16 Unpacking uidmap (1:4.8.1-1) ... [2022-06-29T21:15:47.808Z] #84 224.5 CC src/libcrun/libcrun_testing_a-terminal.o [2022-06-29T21:15:47.808Z] #84 224.5 CC src/libcrun/libcrun_testing_a-signals.o [2022-06-29T21:15:47.808Z] #84 224.5 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-06-29T21:15:47.808Z] #84 224.5 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-06-29T21:15:47.808Z] #84 224.5 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-06-29T21:15:47.808Z] #84 224.6 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-06-29T21:15:47.808Z] #84 224.6 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-06-29T21:15:47.808Z] #84 224.6 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-06-29T21:15:47.808Z] #84 224.6 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-06-29T21:15:47.808Z] #84 224.7 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-06-29T21:15:48.039Z] #21 35.28 Selecting previously unselected package vim-runtime. [2022-06-29T21:15:48.039Z] #21 35.29 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-29T21:15:48.039Z] #21 35.32 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-06-29T21:15:48.065Z] #84 224.9 CC src/crun-crun.o [2022-06-29T21:15:48.065Z] #84 225.0 CC src/crun-run.o [2022-06-29T21:15:48.300Z] #21 35.35 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-29T21:15:48.300Z] #21 35.38 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:15:48.300Z] #21 ... [2022-06-29T21:15:48.300Z] [2022-06-29T21:15:48.300Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:15:48.300Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:15:48.300Z] #77 131.1 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-29T21:15:48.300Z] #77 131.2 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-29T21:15:48.300Z] #77 131.2 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-29T21:15:48.321Z] #84 225.0 CC src/crun-delete.o [2022-06-29T21:15:48.321Z] #84 225.1 CC src/crun-kill.o [2022-06-29T21:15:48.321Z] #84 225.1 CC src/crun-pause.o [2022-06-29T21:15:48.321Z] #84 225.2 CC src/crun-unpause.o [2022-06-29T21:15:48.321Z] #84 225.2 CC src/crun-spec.o [2022-06-29T21:15:48.321Z] #84 225.2 CC src/crun-exec.o [2022-06-29T21:15:48.321Z] #84 ... [2022-06-29T21:15:48.321Z] [2022-06-29T21:15:48.322Z] #54 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-29T21:15:48.322Z] #54 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-29T21:15:48.322Z] #54 284.4 + dpkg --print-architecture [2022-06-29T21:15:48.322Z] #54 284.4 + git checkout -q v2.1.0 [2022-06-29T21:15:48.561Z] #77 131.3 checking if gcc static flag -static works... yes [2022-06-29T21:15:48.734Z] #14 ... [2022-06-29T21:15:48.734Z] [2022-06-29T21:15:48.734Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:15:48.734Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:15:48.734Z] #77 104.9 configure.ac:7: installing 'build-aux/compile' [2022-06-29T21:15:48.734Z] #77 104.9 configure.ac:9: installing 'build-aux/config.guess' [2022-06-29T21:15:48.734Z] #77 105.0 configure.ac:9: installing 'build-aux/config.sub' [2022-06-29T21:15:48.734Z] #77 105.0 configure.ac:11: installing 'build-aux/install-sh' [2022-06-29T21:15:48.734Z] #77 105.0 configure.ac:11: installing 'build-aux/missing' [2022-06-29T21:15:48.734Z] #77 105.2 Makefile.am: installing 'build-aux/depcomp' [2022-06-29T21:15:48.734Z] #77 105.4 parallel-tests: installing 'build-aux/test-driver' [2022-06-29T21:15:48.821Z] #77 131.7 checking if gcc supports -c -o file.o... yes [2022-06-29T21:15:48.821Z] #77 131.8 checking if gcc supports -c -o file.o... (cached) yes [2022-06-29T21:15:48.821Z] #77 131.8 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-29T21:15:48.885Z] #54 284.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-29T21:15:48.885Z] #54 284.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-29T21:15:49.084Z] #77 131.9 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-29T21:15:49.084Z] #77 132.1 checking how to hardcode library paths into programs... immediate [2022-06-29T21:15:49.084Z] #77 132.1 checking whether stripping libraries is possible... yes [2022-06-29T21:15:49.084Z] #77 132.1 checking if libtool supports shared libraries... yes [2022-06-29T21:15:49.084Z] #77 132.1 checking whether to build shared libraries... no [2022-06-29T21:15:49.084Z] #77 132.1 checking whether to build static libraries... yes [2022-06-29T21:15:49.344Z] #77 132.2 checking float.h usability... yes [2022-06-29T21:15:49.344Z] #77 132.3 checking float.h presence... yes [2022-06-29T21:15:49.344Z] #77 132.4 checking for float.h... yes [2022-06-29T21:15:49.605Z] #77 132.4 checking limits.h usability... yes [2022-06-29T21:15:49.605Z] #77 132.6 checking limits.h presence... yes [2022-06-29T21:15:49.605Z] #77 132.6 checking for limits.h... yes [2022-06-29T21:15:49.868Z] #77 132.7 checking stddef.h usability... yes [2022-06-29T21:15:49.868Z] #77 132.8 checking stddef.h presence... yes [2022-06-29T21:15:49.868Z] #77 132.9 checking for stddef.h... yes [2022-06-29T21:15:49.868Z] #77 132.9 checking for stdlib.h... (cached) yes [2022-06-29T21:15:49.868Z] #77 132.9 checking for string.h... (cached) yes [2022-06-29T21:15:50.134Z] #77 133.0 checking sys/time.h usability... yes [2022-06-29T21:15:50.134Z] #77 133.2 checking sys/time.h presence... yes [2022-06-29T21:15:50.134Z] #77 133.2 checking for sys/time.h... yes [2022-06-29T21:15:50.401Z] #77 133.3 checking for inline... inline [2022-06-29T21:15:50.662Z] #77 133.4 checking for size_t... yes [2022-06-29T21:15:50.662Z] #77 133.7 checking for stdlib.h... (cached) yes [2022-06-29T21:15:50.662Z] #77 133.7 checking for GNU libc compatible malloc... yes [2022-06-29T21:15:51.002Z] #77 133.9 checking for stdlib.h... (cached) yes [2022-06-29T21:15:51.002Z] #77 133.9 checking for GNU libc compatible realloc... yes [2022-06-29T21:15:51.282Z] #77 134.1 checking for working strtod... yes [2022-06-29T21:15:51.478Z] #14 ... [2022-06-29T21:15:51.478Z] [2022-06-29T21:15:51.478Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:15:51.478Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:15:51.478Z] #77 105.6 configure.ac:7: installing 'build-aux/compile' [2022-06-29T21:15:51.478Z] #77 105.6 configure.ac:9: installing 'build-aux/config.guess' [2022-06-29T21:15:51.478Z] #77 105.6 configure.ac:9: installing 'build-aux/config.sub' [2022-06-29T21:15:51.478Z] #77 105.7 configure.ac:11: installing 'build-aux/install-sh' [2022-06-29T21:15:51.478Z] #77 105.7 configure.ac:11: installing 'build-aux/missing' [2022-06-29T21:15:51.478Z] #77 106.1 Makefile.am: installing 'build-aux/depcomp' [2022-06-29T21:15:51.478Z] #77 106.2 parallel-tests: installing 'build-aux/test-driver' [2022-06-29T21:15:51.558Z] #77 134.5 checking for gettimeofday... yes [2022-06-29T21:15:51.824Z] #77 134.7 checking for memset... yes [2022-06-29T21:15:52.088Z] #77 135.0 checking for strspn... yes [2022-06-29T21:15:52.356Z] #77 135.3 checking that generated files are newer than configure... done [2022-06-29T21:15:52.356Z] #77 135.3 configure: creating ./config.status [2022-06-29T21:15:52.963Z] #77 109.4 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-29T21:15:52.963Z] #77 109.4 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-29T21:15:54.289Z] #77 137.4 config.status: creating Makefile [2022-06-29T21:15:54.357Z] #77 110.7 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-29T21:15:54.357Z] #77 110.7 libtoolize: copying file 'm4/libtool.m4' [2022-06-29T21:15:54.357Z] #77 110.8 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-29T21:15:54.357Z] #77 111.1 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-29T21:15:54.550Z] #77 137.5 config.status: creating config.h [2022-06-29T21:15:54.550Z] #77 137.5 config.status: executing depfiles commands [2022-06-29T21:15:54.620Z] #77 111.3 libtoolize: copying file 'm4/ltversion.m4' [2022-06-29T21:15:54.812Z] #77 137.7 config.status: executing libtool commands [2022-06-29T21:15:54.827Z] #26 ... [2022-06-29T21:15:54.827Z] [2022-06-29T21:15:54.827Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:15:54.827Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-29T21:15:54.827Z] #77 165.1 CCLD libocispec.la [2022-06-29T21:15:54.827Z] #77 165.5 CCLD src/validate [2022-06-29T21:15:54.827Z] #77 165.5 CCLD tests/test-1 [2022-06-29T21:15:54.827Z] #77 165.5 CCLD tests/test-2 [2022-06-29T21:15:54.827Z] #77 165.5 CCLD tests/test-3 [2022-06-29T21:15:54.827Z] #77 165.5 CCLD tests/test-4 [2022-06-29T21:15:54.827Z] #77 165.6 CCLD tests/test-5 [2022-06-29T21:15:54.827Z] #77 165.6 CCLD tests/test-6 [2022-06-29T21:15:54.827Z] #77 165.7 CCLD tests/test-7 [2022-06-29T21:15:54.827Z] #77 165.8 CCLD tests/test-8 [2022-06-29T21:15:54.827Z] #77 165.9 CCLD tests/test-9 [2022-06-29T21:15:54.827Z] #77 166.0 CCLD tests/test-10 [2022-06-29T21:15:54.827Z] #77 166.0 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-06-29T21:15:54.827Z] #77 166.3 CCLD tests/test-11 [2022-06-29T21:15:55.197Z] #77 111.6 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-29T21:15:55.429Z] #54 ... [2022-06-29T21:15:55.430Z] [2022-06-29T21:15:55.430Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:15:55.430Z] #84 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:15:55.430Z] #84 225.4 CC src/crun-list.o [2022-06-29T21:15:55.430Z] #84 225.4 CC src/crun-create.o [2022-06-29T21:15:55.430Z] #84 225.4 CC src/crun-state.o [2022-06-29T21:15:55.430Z] #84 225.4 CC src/crun-start.o [2022-06-29T21:15:55.430Z] #84 225.5 CC src/crun-update.o [2022-06-29T21:15:55.430Z] #84 225.5 CC src/crun-ps.o [2022-06-29T21:15:55.430Z] #84 225.5 CC src/crun-checkpoint.o [2022-06-29T21:15:55.430Z] #84 225.5 CC src/crun-restore.o [2022-06-29T21:15:55.430Z] #84 225.5 CC src/libcrun/libcrun_la-utils.lo [2022-06-29T21:15:55.430Z] #84 225.7 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-06-29T21:15:55.430Z] #84 225.7 CC src/libcrun/libcrun_la-container.lo [2022-06-29T21:15:55.430Z] #84 225.9 CC src/libcrun/libcrun_la-cgroup.lo [2022-06-29T21:15:55.430Z] #84 226.1 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-06-29T21:15:55.430Z] #84 226.1 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-06-29T21:15:55.430Z] #84 226.2 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-06-29T21:15:55.430Z] #84 226.2 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-06-29T21:15:55.430Z] #84 226.3 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-06-29T21:15:55.430Z] #84 226.4 CC src/libcrun/libcrun_la-custom-handler.lo [2022-06-29T21:15:55.430Z] #84 226.5 CC src/libcrun/libcrun_la-criu.lo [2022-06-29T21:15:55.430Z] #84 226.5 CC src/libcrun/libcrun_la-linux.lo [2022-06-29T21:15:55.430Z] #84 226.5 CC src/libcrun/libcrun_la-seccomp.lo [2022-06-29T21:15:55.430Z] #84 226.6 CC src/libcrun/libcrun_la-ebpf.lo [2022-06-29T21:15:55.430Z] #84 226.6 CC src/libcrun/libcrun_la-error.lo [2022-06-29T21:15:55.430Z] #84 226.6 CC src/libcrun/libcrun_la-status.lo [2022-06-29T21:15:55.430Z] #84 226.7 CC src/libcrun/libcrun_la-terminal.lo [2022-06-29T21:15:55.430Z] #84 226.8 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-06-29T21:15:55.430Z] #84 226.9 CC src/libcrun/libcrun_la-mount_flags.lo [2022-06-29T21:15:55.430Z] #84 227.0 CC src/libcrun/libcrun_la-signals.lo [2022-06-29T21:15:55.430Z] #84 227.1 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-06-29T21:15:55.430Z] #84 227.1 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-06-29T21:15:55.430Z] #84 227.3 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-06-29T21:15:55.430Z] #84 227.5 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-06-29T21:15:55.430Z] #84 227.5 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-06-29T21:15:55.430Z] #84 227.7 CC tests/init.o [2022-06-29T21:15:55.430Z] #84 227.8 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-06-29T21:15:55.757Z] #77 138.6 GEN .version [2022-06-29T21:15:55.757Z] #77 138.6 make install-recursive [2022-06-29T21:15:55.757Z] #77 138.6 make[1]: Entering directory '/tmp/crun-build' [2022-06-29T21:15:55.757Z] #77 138.7 Making install in libocispec [2022-06-29T21:15:55.757Z] #77 138.8 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-06-29T21:15:55.757Z] #77 138.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-06-29T21:15:55.757Z] #77 138.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-06-29T21:15:55.757Z] #77 138.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-06-29T21:15:55.757Z] #77 138.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-06-29T21:15:56.105Z] #77 109.9 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-06-29T21:15:56.105Z] #77 109.9 libtoolize: copying file 'build-aux/ltmain.sh' [2022-06-29T21:15:56.105Z] #77 110.6 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-06-29T21:15:56.105Z] #77 110.6 libtoolize: copying file 'm4/libtool.m4' [2022-06-29T21:15:56.546Z] #77 110.7 libtoolize: copying file 'm4/ltoptions.m4' [2022-06-29T21:15:56.546Z] #77 110.8 libtoolize: copying file 'm4/ltsugar.m4' [2022-06-29T21:15:56.546Z] #77 110.9 libtoolize: copying file 'm4/ltversion.m4' [2022-06-29T21:15:56.701Z] #77 139.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-06-29T21:15:56.702Z] #77 139.7 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-06-29T21:15:56.702Z] #77 139.7 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-06-29T21:15:56.702Z] #77 139.7 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-06-29T21:15:56.702Z] #77 139.7 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-06-29T21:15:56.702Z] #77 139.7 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-06-29T21:15:56.702Z] #77 139.7 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-06-29T21:15:56.702Z] #77 139.7 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-06-29T21:15:56.702Z] #77 139.7 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-06-29T21:15:56.746Z] #77 167.9 libtool: link: ar cr libocispec.a [2022-06-29T21:15:56.746Z] #77 167.9 libtool: link: ranlib libocispec.a [2022-06-29T21:15:56.807Z] #77 111.0 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-06-29T21:15:56.963Z] #77 140.0 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-06-29T21:15:56.963Z] #77 140.0 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-06-29T21:15:56.963Z] #77 140.0 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-06-29T21:15:56.963Z] #77 140.0 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-06-29T21:15:56.963Z] #77 140.0 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-06-29T21:15:56.963Z] #77 140.0 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-06-29T21:15:56.963Z] #77 140.0 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-06-29T21:15:57.119Z] #77 ... [2022-06-29T21:15:57.119Z] [2022-06-29T21:15:57.119Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:15:57.119Z] #67 sha256:48a68a771439dd8e44aae707026da471be4cacb961708fb8856141b8f25be536 [2022-06-29T21:15:57.119Z] #67 191.6 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-29T21:15:57.119Z] #67 191.6 + GOBIN=/build [2022-06-29T21:15:57.119Z] #67 191.6 + GO111MODULE=on [2022-06-29T21:15:57.119Z] #67 191.6 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-29T21:15:57.690Z] #77 169.0 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-06-29T21:15:57.690Z] #77 169.0 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-29T21:15:57.690Z] #77 169.0 make[5]: Nothing to be done for 'install-data-am'. [2022-06-29T21:15:57.690Z] #77 169.0 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-29T21:15:57.690Z] #77 169.0 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-29T21:15:57.690Z] #77 169.0 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-29T21:15:57.690Z] #77 169.0 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-29T21:15:57.690Z] #77 169.0 make[2]: Entering directory '/tmp/crun-build' [2022-06-29T21:15:57.690Z] #77 169.2 CC src/libcrun/libcrun_testing_a-utils.o [2022-06-29T21:15:57.690Z] #77 169.2 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-06-29T21:15:57.690Z] #77 169.2 CC src/libcrun/libcrun_testing_a-container.o [2022-06-29T21:15:57.690Z] #77 169.2 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-06-29T21:15:57.690Z] #77 169.2 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-06-29T21:15:57.690Z] #77 169.2 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-06-29T21:15:57.690Z] #77 169.2 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-06-29T21:15:57.690Z] #77 169.3 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-06-29T21:15:57.690Z] #77 169.3 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-06-29T21:15:57.908Z] #77 141.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-06-29T21:15:57.908Z] #77 141.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-06-29T21:15:57.908Z] #77 141.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-06-29T21:15:57.908Z] #77 141.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-06-29T21:15:57.908Z] #77 141.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-06-29T21:15:57.908Z] #77 141.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-06-29T21:15:57.908Z] #77 141.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-06-29T21:15:57.908Z] #77 141.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-06-29T21:15:57.908Z] #77 141.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-06-29T21:15:57.908Z] #77 141.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-06-29T21:15:57.908Z] #77 141.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-06-29T21:15:57.908Z] #77 141.1 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-06-29T21:15:57.951Z] #77 169.4 CC src/libcrun/libcrun_testing_a-criu.o [2022-06-29T21:15:57.951Z] #77 169.4 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-06-29T21:15:57.951Z] #77 169.4 CC src/libcrun/libcrun_testing_a-linux.o [2022-06-29T21:15:57.951Z] #77 169.5 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-06-29T21:15:58.169Z] #77 141.1 make install-recursive [2022-06-29T21:15:58.169Z] #77 141.1 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-06-29T21:15:58.169Z] #77 141.2 Making install in yajl [2022-06-29T21:15:58.169Z] #77 141.2 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-29T21:15:58.169Z] #77 141.2 CC verify/json_verify-json_verify.o [2022-06-29T21:15:58.169Z] #77 141.3 CC src/libyajl_la-yajl_alloc.lo [2022-06-29T21:15:58.169Z] #77 141.3 CC src/libyajl_la-yajl.lo [2022-06-29T21:15:58.169Z] #77 141.3 CC src/libyajl_la-yajl_gen.lo [2022-06-29T21:15:58.169Z] #77 141.3 CC src/libyajl_la-yajl_parser.lo [2022-06-29T21:15:58.213Z] #77 169.6 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-06-29T21:15:58.213Z] #77 169.8 CC src/libcrun/libcrun_testing_a-error.o [2022-06-29T21:15:58.213Z] #77 169.8 CC src/libcrun/libcrun_testing_a-status.o [2022-06-29T21:15:58.431Z] #77 141.3 CC src/libyajl_la-yajl_buf.lo [2022-06-29T21:15:58.431Z] #77 141.4 CC src/libyajl_la-yajl_encode.lo [2022-06-29T21:15:58.431Z] #77 141.4 CC src/libyajl_la-yajl_lex.lo [2022-06-29T21:15:58.431Z] #77 141.5 CC src/libyajl_la-yajl_tree.lo [2022-06-29T21:15:58.474Z] #77 169.9 CC src/libcrun/libcrun_testing_a-terminal.o [2022-06-29T21:15:58.474Z] #77 169.9 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-06-29T21:15:58.703Z] #84 ... [2022-06-29T21:15:58.703Z] [2022-06-29T21:15:58.703Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-29T21:15:58.703Z] #19 sha256:917bf0834aad25d25cd204588999ad2a1286424901d6429e4987625c582c85f0 [2022-06-29T21:15:58.703Z] #19 273.4 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-06-29T21:15:58.703Z] #19 273.4 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-06-29T21:15:58.703Z] #19 273.4 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-29T21:15:58.703Z] #19 273.5 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-06-29T21:15:58.703Z] #19 273.5 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-29T21:15:58.703Z] #19 273.5 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-29T21:15:58.735Z] #77 170.1 CC src/libcrun/libcrun_testing_a-signals.o [2022-06-29T21:15:58.735Z] #77 170.1 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-06-29T21:15:58.997Z] #77 170.3 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-06-29T21:15:58.997Z] #77 170.4 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-06-29T21:15:58.997Z] #77 170.5 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-06-29T21:15:58.997Z] #77 170.6 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-06-29T21:15:59.258Z] #77 170.7 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-06-29T21:15:59.258Z] #77 170.8 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-06-29T21:15:59.368Z] #77 ... [2022-06-29T21:15:59.368Z] [2022-06-29T21:15:59.368Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:15:59.368Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:15:59.368Z] #14 195.1 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-29T21:15:59.375Z] #77 ... [2022-06-29T21:15:59.375Z] [2022-06-29T21:15:59.375Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:15:59.375Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-29T21:15:59.375Z] #21 38.83 Selecting previously unselected package vim. [2022-06-29T21:15:59.375Z] #21 38.83 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-29T21:15:59.375Z] #21 38.85 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:15:59.375Z] #21 39.46 Selecting previously unselected package xfsprogs. [2022-06-29T21:15:59.375Z] #21 39.46 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-29T21:15:59.375Z] #21 39.48 Unpacking xfsprogs (5.10.0-4) ... [2022-06-29T21:15:59.375Z] #21 40.04 Selecting previously unselected package zip. [2022-06-29T21:15:59.375Z] #21 40.05 Preparing to unpack .../47-zip_3.0-12_amd64.deb ... [2022-06-29T21:15:59.375Z] #21 40.06 Unpacking zip (3.0-12) ... [2022-06-29T21:15:59.375Z] #21 40.22 Selecting previously unselected package zstd. [2022-06-29T21:15:59.375Z] #21 40.25 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-29T21:15:59.375Z] #21 40.26 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-29T21:15:59.375Z] #21 40.70 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-29T21:15:59.375Z] #21 41.74 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-29T21:15:59.375Z] #21 41.79 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-29T21:15:59.375Z] #21 41.81 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-29T21:15:59.375Z] #21 41.82 Setting up libicu67:amd64 (67.1-7) ... [2022-06-29T21:15:59.375Z] #21 41.83 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-29T21:15:59.375Z] #21 41.84 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-29T21:15:59.375Z] #21 41.85 Setting up uidmap (1:4.8.1-1) ... [2022-06-29T21:15:59.375Z] #21 41.87 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-29T21:15:59.375Z] #21 41.88 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-29T21:15:59.375Z] #21 41.89 Setting up bzip2 (1.0.8-4) ... [2022-06-29T21:15:59.375Z] #21 41.91 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:15:59.375Z] #21 41.92 Setting up python3-wheel (0.34.2-1) ... [2022-06-29T21:15:59.375Z] #21 42.65 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:15:59.375Z] #21 42.66 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-29T21:15:59.375Z] #21 42.68 Setting up libcap2-bin (1:2.44-1) ... [2022-06-29T21:15:59.375Z] #21 42.70 Setting up apparmor (2.13.6-10) ... [2022-06-29T21:15:59.375Z] #21 44.41 Setting up zip (3.0-12) ... [2022-06-29T21:15:59.375Z] #21 44.42 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:15:59.375Z] #21 44.46 Setting up bash-completion (1:2.11-2) ... [2022-06-29T21:15:59.375Z] #21 46.58 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-29T21:15:59.375Z] #21 46.60 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-29T21:15:59.375Z] #21 46.61 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-29T21:15:59.375Z] #21 46.63 Setting up patch (2.7.6-7) ... [2022-06-29T21:15:59.375Z] #21 46.65 Setting up sudo (1.9.5p2-3) ... [2022-06-29T21:15:59.375Z] #21 46.72 invoke-rc.d: could not determine current runlevel [2022-06-29T21:15:59.375Z] #21 46.73 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-29T21:15:59.375Z] #21 46.74 Setting up xfsprogs (5.10.0-4) ... [2022-06-29T21:15:59.375Z] #21 46.77 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-29T21:15:59.375Z] #21 46.78 Setting up inetutils-ping (2:2.0-1) ... [2022-06-29T21:15:59.375Z] #21 46.79 Setting up pigz (2.6-1) ... [2022-06-29T21:15:59.375Z] #21 46.80 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-29T21:15:59.520Z] #77 170.8 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-06-29T21:15:59.627Z] #14 195.2 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:15:59.627Z] #14 195.2 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-29T21:15:59.636Z] #21 46.82 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-29T21:15:59.636Z] #21 46.84 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-29T21:15:59.636Z] #21 46.85 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:15:59.781Z] #77 171.1 CC src/crun-crun.o [2022-06-29T21:15:59.781Z] #77 171.1 CC src/crun-run.o [2022-06-29T21:15:59.781Z] #77 171.2 CC src/crun-delete.o [2022-06-29T21:15:59.781Z] #77 171.3 CC src/crun-kill.o [2022-06-29T21:16:00.043Z] #77 171.4 CC src/crun-pause.o [2022-06-29T21:16:00.072Z] #19 285.1 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-06-29T21:16:00.072Z] #19 285.1 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-29T21:16:00.072Z] #19 285.1 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-29T21:16:00.072Z] #19 285.1 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-06-29T21:16:00.072Z] #19 285.1 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-29T21:16:00.072Z] #19 285.1 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-29T21:16:00.304Z] #77 171.6 CC src/crun-unpause.o [2022-06-29T21:16:00.304Z] #77 171.7 CC src/crun-spec.o [2022-06-29T21:16:00.304Z] #77 171.8 CC src/crun-exec.o [2022-06-29T21:16:00.329Z] #19 285.2 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-06-29T21:16:00.329Z] #19 285.2 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-29T21:16:00.329Z] #19 285.2 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-29T21:16:00.329Z] #19 285.2 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-06-29T21:16:00.329Z] #19 285.2 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-29T21:16:00.329Z] #19 285.2 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-29T21:16:00.329Z] #19 285.3 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-06-29T21:16:00.329Z] #19 285.3 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-29T21:16:00.329Z] #19 285.3 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-29T21:16:00.329Z] #19 285.3 Selecting previously unselected package cross-config. [2022-06-29T21:16:00.329Z] #19 285.3 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-06-29T21:16:00.329Z] #19 285.4 Unpacking cross-config (2.6.18+nmu1) ... [2022-06-29T21:16:00.566Z] #77 171.9 CC src/crun-list.o [2022-06-29T21:16:00.566Z] #77 172.0 CC src/crun-create.o [2022-06-29T21:16:00.566Z] #77 172.1 CC src/crun-start.o [2022-06-29T21:16:00.579Z] #21 47.64 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-29T21:16:00.579Z] #21 47.65 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-29T21:16:00.585Z] #19 285.4 Selecting previously unselected package gcc-10-cross-base. [2022-06-29T21:16:00.585Z] #19 285.4 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:00.585Z] #19 285.4 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-06-29T21:16:00.585Z] #19 285.5 Selecting previously unselected package libc6-arm64-cross. [2022-06-29T21:16:00.585Z] #19 285.5 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-06-29T21:16:00.585Z] #19 285.5 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-06-29T21:16:01.138Z] #77 172.5 CC src/crun-state.o [2022-06-29T21:16:01.138Z] #77 172.7 CC src/crun-update.o [2022-06-29T21:16:01.149Z] #19 285.9 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-06-29T21:16:01.149Z] #19 285.9 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:01.149Z] #19 285.9 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-06-29T21:16:01.149Z] #19 286.0 Selecting previously unselected package libgomp1-arm64-cross. [2022-06-29T21:16:01.149Z] #19 286.0 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:01.149Z] #19 286.0 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-06-29T21:16:01.149Z] #19 286.1 Selecting previously unselected package libitm1-arm64-cross. [2022-06-29T21:16:01.149Z] #19 286.1 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:01.149Z] #19 286.1 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-06-29T21:16:01.149Z] #19 286.1 Selecting previously unselected package libatomic1-arm64-cross. [2022-06-29T21:16:01.149Z] #19 286.1 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:01.149Z] #19 286.2 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-06-29T21:16:01.150Z] #21 48.20 Setting up libelf1:amd64 (0.183-1) ... [2022-06-29T21:16:01.150Z] #21 48.22 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-29T21:16:01.150Z] #21 48.23 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-29T21:16:01.150Z] #21 48.24 Setting up python3-distutils (3.9.2-1) ... [2022-06-29T21:16:01.400Z] #77 172.8 CC src/crun-ps.o [2022-06-29T21:16:01.406Z] #19 286.2 Selecting previously unselected package libasan6-arm64-cross. [2022-06-29T21:16:01.406Z] #19 286.2 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:01.406Z] #19 286.2 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-06-29T21:16:01.411Z] #21 48.77 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:16:01.661Z] #77 173.1 CC src/crun-checkpoint.o [2022-06-29T21:16:01.672Z] #21 48.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-29T21:16:01.672Z] #21 48.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-29T21:16:01.672Z] #21 48.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-29T21:16:01.672Z] #21 48.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-29T21:16:01.672Z] #21 48.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-29T21:16:01.672Z] #21 48.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-29T21:16:01.672Z] #21 48.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-29T21:16:01.672Z] #21 48.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-29T21:16:01.672Z] #21 48.83 Setting up python3-setuptools (52.0.0-4) ... [2022-06-29T21:16:01.924Z] #77 173.2 CC src/crun-restore.o [2022-06-29T21:16:01.924Z] #77 173.3 CC src/libcrun/libcrun_la-utils.lo [2022-06-29T21:16:02.011Z] #19 287.0 Selecting previously unselected package liblsan0-arm64-cross. [2022-06-29T21:16:02.011Z] #19 287.0 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:02.011Z] #19 287.0 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-29T21:16:02.186Z] #77 173.5 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-06-29T21:16:02.186Z] #77 173.8 CC src/libcrun/libcrun_la-container.lo [2022-06-29T21:16:02.421Z] #67 ... [2022-06-29T21:16:02.421Z] [2022-06-29T21:16:02.421Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:16:02.421Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:16:02.421Z] #14 187.8 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-29T21:16:02.421Z] #14 187.8 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:16:02.421Z] #14 187.8 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-29T21:16:02.575Z] #19 287.3 Selecting previously unselected package libtsan0-arm64-cross. [2022-06-29T21:16:02.575Z] #19 287.3 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:02.575Z] #19 287.3 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-29T21:16:02.758Z] #77 174.2 CC src/libcrun/libcrun_la-cgroup.lo [2022-06-29T21:16:02.758Z] #77 174.3 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-06-29T21:16:03.019Z] #77 174.5 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-06-29T21:16:03.059Z] #21 50.41 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-29T21:16:03.138Z] #19 288.0 Selecting previously unselected package libstdc++6-arm64-cross. [2022-06-29T21:16:03.138Z] #19 288.0 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:03.138Z] #19 288.0 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-06-29T21:16:03.321Z] #21 50.42 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-29T21:16:03.321Z] #21 50.43 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-29T21:16:03.321Z] #21 50.44 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-29T21:16:03.408Z] #19 288.2 Selecting previously unselected package libubsan1-arm64-cross. [2022-06-29T21:16:03.408Z] #19 288.2 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:03.408Z] #19 288.2 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-06-29T21:16:03.591Z] #77 174.9 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-06-29T21:16:03.591Z] #77 175.0 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-06-29T21:16:03.591Z] #77 175.1 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-06-29T21:16:03.664Z] #19 288.6 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-06-29T21:16:03.664Z] #19 288.6 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:03.664Z] #19 288.6 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-29T21:16:03.852Z] #77 175.2 CC src/libcrun/libcrun_la-criu.lo [2022-06-29T21:16:03.894Z] #21 ... [2022-06-29T21:16:03.894Z] [2022-06-29T21:16:03.894Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:16:03.894Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:16:03.894Z] #77 147.0 CCLD libyajl.la [2022-06-29T21:16:04.113Z] #77 175.5 CC src/libcrun/libcrun_la-custom-handler.lo [2022-06-29T21:16:04.113Z] #77 175.7 CC src/libcrun/libcrun_la-linux.lo [2022-06-29T21:16:04.178Z] #19 289.0 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-06-29T21:16:04.178Z] #19 289.0 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-29T21:16:04.178Z] #19 289.0 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-29T21:16:04.466Z] #77 147.4 CCLD verify/json_verify [2022-06-29T21:16:04.732Z] #77 147.7 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-29T21:16:04.732Z] #77 147.8 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-29T21:16:04.732Z] #77 147.8 make[5]: Nothing to be done for 'install-data-am'. [2022-06-29T21:16:04.732Z] #77 147.8 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-29T21:16:04.732Z] #77 147.8 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-29T21:16:04.732Z] #77 147.8 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-06-29T21:16:04.732Z] #77 147.9 CC src/validate.o [2022-06-29T21:16:04.737Z] #77 176.1 CC src/libcrun/libcrun_la-seccomp.lo [2022-06-29T21:16:04.738Z] #77 176.2 CC src/libcrun/libcrun_la-ebpf.lo [2022-06-29T21:16:04.994Z] #77 147.9 CC src/image_spec_schema_config_schema.lo [2022-06-29T21:16:04.994Z] #77 147.9 CC src/image_spec_schema_content_descriptor.lo [2022-06-29T21:16:04.994Z] #77 147.9 CC src/image_spec_schema_defs.lo [2022-06-29T21:16:04.994Z] #77 147.9 CC src/image_spec_schema_defs_descriptor.lo [2022-06-29T21:16:04.994Z] #77 147.9 CC src/image_spec_schema_image_index_schema.lo [2022-06-29T21:16:04.994Z] #77 147.9 CC src/image_spec_schema_image_layout_schema.lo [2022-06-29T21:16:04.994Z] #77 148.0 CC src/image_spec_schema_image_manifest_schema.lo [2022-06-29T21:16:04.994Z] #77 148.0 CC src/runtime_spec_schema_config_linux.lo [2022-06-29T21:16:04.994Z] #77 148.1 CC src/runtime_spec_schema_config_zos.lo [2022-06-29T21:16:04.994Z] #77 148.1 CC src/runtime_spec_schema_config_schema.lo [2022-06-29T21:16:05.255Z] #77 148.1 CC src/runtime_spec_schema_config_solaris.lo [2022-06-29T21:16:05.255Z] #77 148.2 CC src/runtime_spec_schema_config_vm.lo [2022-06-29T21:16:05.255Z] #77 ... [2022-06-29T21:16:05.255Z] [2022-06-29T21:16:05.255Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:16:05.255Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-29T21:16:05.255Z] #21 51.58 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-29T21:16:05.255Z] #21 51.59 Setting up jq (1.6-2.1) ... [2022-06-29T21:16:05.255Z] #21 51.60 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-29T21:16:05.255Z] #21 51.62 Setting up iptables (1.8.7-1) ... [2022-06-29T21:16:05.255Z] #21 51.63 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-29T21:16:05.255Z] #21 51.64 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-29T21:16:05.255Z] #21 51.64 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-29T21:16:05.255Z] #21 51.65 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-29T21:16:05.255Z] #21 51.65 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-29T21:16:05.255Z] #21 51.65 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-29T21:16:05.255Z] #21 51.66 Setting up iproute2 (5.10.0-4) ... [2022-06-29T21:16:05.255Z] #21 52.05 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:16:05.255Z] #21 DONE 52.5s [2022-06-29T21:16:05.255Z] [2022-06-29T21:16:05.255Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:16:05.255Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:16:05.255Z] #77 148.3 CC src/runtime_spec_schema_config_windows.lo [2022-06-29T21:16:05.255Z] #77 148.4 CC src/runtime_spec_schema_defs.lo [2022-06-29T21:16:05.517Z] #77 148.6 CC src/runtime_spec_schema_defs_linux.lo [2022-06-29T21:16:05.517Z] #77 148.6 CC src/runtime_spec_schema_defs_zos.lo [2022-06-29T21:16:05.517Z] #77 148.7 CC src/runtime_spec_schema_defs_vm.lo [2022-06-29T21:16:05.682Z] #77 177.0 CC src/libcrun/libcrun_la-error.lo [2022-06-29T21:16:05.780Z] #77 148.7 CC src/runtime_spec_schema_defs_windows.lo [2022-06-29T21:16:05.828Z] #14 201.0 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-29T21:16:05.828Z] #14 201.1 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-29T21:16:05.943Z] #77 177.3 CC src/libcrun/libcrun_la-status.lo [2022-06-29T21:16:06.043Z] #77 149.0 CC src/runtime_spec_schema_state_schema.lo [2022-06-29T21:16:06.043Z] #77 149.2 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-06-29T21:16:06.205Z] #77 177.6 CC src/libcrun/libcrun_la-terminal.lo [2022-06-29T21:16:06.304Z] #77 149.3 CC src/basic_test_double_array_item.lo [2022-06-29T21:16:06.304Z] #77 149.4 CC src/basic_test_double_array.lo [2022-06-29T21:16:06.411Z] #14 201.4 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-29T21:16:06.565Z] #77 149.4 CC src/basic_test_top_array_int.lo [2022-06-29T21:16:06.565Z] #77 149.6 CC src/basic_test_top_array_string.lo [2022-06-29T21:16:06.565Z] #77 149.6 CC src/basic_test_top_double_array_int.lo [2022-06-29T21:16:06.565Z] #77 149.7 CC src/basic_test_top_double_array_obj.lo [2022-06-29T21:16:06.683Z] #14 ... [2022-06-29T21:16:06.683Z] [2022-06-29T21:16:06.683Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:16:06.683Z] #67 sha256:48a68a771439dd8e44aae707026da471be4cacb961708fb8856141b8f25be536 [2022-06-29T21:16:06.683Z] #67 201.6 rootlesskit version 1.0.0 [2022-06-29T21:16:06.683Z] #67 201.6 Usage of /build/rootlesskit-docker-proxy: [2022-06-29T21:16:06.683Z] #67 201.6 -container-ip string [2022-06-29T21:16:06.683Z] #67 201.6 container ip [2022-06-29T21:16:06.683Z] #67 201.6 -container-port int [2022-06-29T21:16:06.683Z] #67 201.6 container port (default -1) [2022-06-29T21:16:06.683Z] #67 201.6 -host-ip string [2022-06-29T21:16:06.683Z] #67 201.6 host ip [2022-06-29T21:16:06.683Z] #67 201.6 -host-port int [2022-06-29T21:16:06.683Z] #67 201.6 host port (default -1) [2022-06-29T21:16:06.683Z] #67 201.6 -proto string [2022-06-29T21:16:06.683Z] #67 201.6 proxy protocol (default "tcp") [2022-06-29T21:16:06.778Z] #77 178.0 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-06-29T21:16:06.778Z] #77 178.2 CC src/libcrun/libcrun_la-signals.lo [2022-06-29T21:16:06.827Z] #77 149.8 CC src/basic_test_top_double_array_refobj.lo [2022-06-29T21:16:06.827Z] #77 149.9 CC src/basic_test_top_double_array_string.lo [2022-06-29T21:16:07.039Z] #77 178.4 CC src/libcrun/libcrun_la-mount_flags.lo [2022-06-29T21:16:07.088Z] #77 ... [2022-06-29T21:16:07.088Z] [2022-06-29T21:16:07.088Z] #22 [dev-systemd-false 8/28] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-06-29T21:16:07.088Z] #22 sha256:6e7331ce53045168b7902ad6e8b27df388e8f4e02f2eefa532fbc165eedddbed [2022-06-29T21:16:07.088Z] #22 1.619 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-29T21:16:07.088Z] #22 1.623 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-29T21:16:07.088Z] #22 1.626 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-29T21:16:07.088Z] #22 DONE 1.8s [2022-06-29T21:16:07.088Z] [2022-06-29T21:16:07.089Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:16:07.089Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:16:07.089Z] #77 150.1 CC src/read-file.lo [2022-06-29T21:16:07.281Z] #67 DONE 202.1s [2022-06-29T21:16:07.281Z] [2022-06-29T21:16:07.281Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-29T21:16:07.281Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-29T21:16:07.281Z] #34 ... [2022-06-29T21:16:07.281Z] [2022-06-29T21:16:07.281Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-29T21:16:07.281Z] #68 sha256:8b3861ec73df09383db240936abd6d28dd0b91d362743365fd4ab88b066ea0b4 [2022-06-29T21:16:07.281Z] #68 DONE 0.1s [2022-06-29T21:16:07.281Z] [2022-06-29T21:16:07.281Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:16:07.281Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:16:07.281Z] #14 202.5 Selecting previously unselected package libapparmor1:amd64. [2022-06-29T21:16:07.281Z] #14 202.5 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-29T21:16:07.281Z] #14 202.5 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-29T21:16:07.281Z] #14 ... [2022-06-29T21:16:07.281Z] [2022-06-29T21:16:07.281Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-29T21:16:07.281Z] #69 sha256:6c6b4eeac0bc28e8c2f4c6415000c758d9061285b7062d47bdb287aefa2567ba [2022-06-29T21:16:07.281Z] #69 DONE 0.1s [2022-06-29T21:16:07.350Z] #77 150.2 CC src/json_common.lo [2022-06-29T21:16:07.543Z] [2022-06-29T21:16:07.543Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:16:07.543Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:16:07.543Z] #14 202.8 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-29T21:16:07.543Z] #14 202.8 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-29T21:16:07.543Z] #14 202.8 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-29T21:16:07.611Z] #77 150.5 CC tests/test-1.o [2022-06-29T21:16:07.611Z] #77 150.7 CC tests/test-2.o [2022-06-29T21:16:07.611Z] #77 178.9 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-06-29T21:16:07.611Z] #77 179.0 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-06-29T21:16:07.804Z] #14 203.1 Selecting previously unselected package libbtrfs0:amd64. [2022-06-29T21:16:07.804Z] #14 203.1 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-29T21:16:07.804Z] #14 203.1 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-29T21:16:07.872Z] #77 150.9 CC tests/test-3.o [2022-06-29T21:16:07.872Z] #77 179.3 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-06-29T21:16:08.066Z] #14 203.4 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-29T21:16:08.066Z] #14 203.4 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-29T21:16:08.066Z] #14 203.4 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-29T21:16:08.134Z] #77 179.5 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-06-29T21:16:08.134Z] #77 151.0 CC tests/test-4.o [2022-06-29T21:16:08.134Z] #77 151.3 CC tests/test-5.o [2022-06-29T21:16:08.396Z] #77 179.8 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-06-29T21:16:08.396Z] #77 151.4 CC tests/test-6.o [2022-06-29T21:16:08.637Z] #14 203.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-29T21:16:08.638Z] #14 203.9 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-29T21:16:08.638Z] #14 203.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:16:08.657Z] #77 180.1 CC tests/init.o [2022-06-29T21:16:08.657Z] #77 151.5 CC tests/test-7.o [2022-06-29T21:16:08.657Z] #77 151.8 CC tests/test-8.o [2022-06-29T21:16:08.899Z] #14 204.1 Selecting previously unselected package libudev-dev:amd64. [2022-06-29T21:16:08.899Z] #14 204.1 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-29T21:16:08.899Z] #14 204.1 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-29T21:16:08.918Z] #77 180.3 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-06-29T21:16:08.919Z] #77 152.0 CC tests/test-9.o [2022-06-29T21:16:09.162Z] #14 204.4 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-29T21:16:09.162Z] #14 204.4 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-29T21:16:09.162Z] #14 204.4 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-29T21:16:09.180Z] #77 152.2 CC tests/test-10.o [2022-06-29T21:16:09.441Z] #77 152.5 CC tests/test-11.o [2022-06-29T21:16:09.749Z] #14 205.0 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-29T21:16:09.749Z] #14 205.0 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-29T21:16:09.749Z] #14 205.0 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-29T21:16:10.012Z] #14 205.3 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-29T21:16:10.012Z] #14 205.3 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-29T21:16:10.012Z] #14 205.3 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-29T21:16:10.275Z] #14 205.6 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-29T21:16:10.275Z] #14 205.6 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-29T21:16:10.275Z] #14 205.6 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-29T21:16:10.538Z] #14 205.8 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-29T21:16:10.538Z] #14 205.8 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-29T21:16:10.538Z] #14 205.9 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-29T21:16:11.487Z] #14 206.6 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-29T21:16:11.487Z] #14 206.6 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-29T21:16:11.487Z] #14 206.6 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-29T21:16:11.487Z] #14 206.9 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-29T21:16:11.487Z] #14 206.9 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-29T21:16:11.487Z] #14 206.9 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:16:11.761Z] #14 207.2 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-29T21:16:11.861Z] #14 ... [2022-06-29T21:16:11.861Z] [2022-06-29T21:16:11.861Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:16:11.861Z] #67 sha256:a82b28b866715b1e24503b9138ab6db1f5e9bf183d78ca0f1381c9d5bccdb102 [2022-06-29T21:16:11.861Z] #67 195.4 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-29T21:16:11.861Z] #67 195.4 + GOBIN=/build [2022-06-29T21:16:11.861Z] #67 195.4 + GO111MODULE=on [2022-06-29T21:16:11.861Z] #67 195.4 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-29T21:16:12.036Z] #14 207.2 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-29T21:16:12.036Z] #14 207.2 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-29T21:16:12.123Z] #67 207.5 rootlesskit version 1.0.0 [2022-06-29T21:16:12.276Z] #19 ... [2022-06-29T21:16:12.276Z] [2022-06-29T21:16:12.276Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:16:12.276Z] #84 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:16:12.276Z] #84 249.3 CCLD tests/init [2022-06-29T21:16:12.310Z] #14 207.7 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-29T21:16:12.310Z] #14 207.7 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-29T21:16:12.477Z] #67 207.5 Usage of /build/rootlesskit-docker-proxy: [2022-06-29T21:16:12.478Z] #67 207.5 -container-ip string [2022-06-29T21:16:12.478Z] #67 207.5 container ip [2022-06-29T21:16:12.478Z] #67 207.5 -container-port int [2022-06-29T21:16:12.478Z] #67 207.5 container port (default -1) [2022-06-29T21:16:12.478Z] #67 207.5 -host-ip string [2022-06-29T21:16:12.478Z] #67 207.5 host ip [2022-06-29T21:16:12.478Z] #67 207.5 -host-port int [2022-06-29T21:16:12.478Z] #67 207.5 host port (default -1) [2022-06-29T21:16:12.478Z] #67 207.5 -proto string [2022-06-29T21:16:12.478Z] #67 207.5 proxy protocol (default "tcp") [2022-06-29T21:16:12.580Z] #14 207.7 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-29T21:16:13.129Z] #67 ... [2022-06-29T21:16:13.130Z] [2022-06-29T21:16:13.130Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:16:13.130Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:16:13.130Z] #14 208.7 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-29T21:16:13.130Z] #14 208.7 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-29T21:16:13.130Z] #14 208.8 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-29T21:16:13.410Z] [2022-06-29T21:16:13.410Z] #14 ... [2022-06-29T21:16:13.410Z] [2022-06-29T21:16:13.410Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:16:13.410Z] #67 sha256:a82b28b866715b1e24503b9138ab6db1f5e9bf183d78ca0f1381c9d5bccdb102 [2022-06-29T21:16:13.410Z] #67 DONE 208.5s [2022-06-29T21:16:13.410Z] [2022-06-29T21:16:13.410Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:16:13.410Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:16:13.410Z] #14 209.1 Selecting previously unselected package libapparmor1:amd64.#14 ... [2022-06-29T21:16:13.410Z] [2022-06-29T21:16:13.410Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-29T21:16:13.410Z] #68 sha256:954c80c207cd2fbd98bd1cae1636c6afa7fcba76e4232d438019eb54734cc093 [2022-06-29T21:16:13.410Z] #68 DONE 0.1s [2022-06-29T21:16:13.410Z] [2022-06-29T21:16:13.410Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:16:13.410Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:16:13.410Z] #14 209.1 Selecting previously unselected package libapparmor1:amd64. [2022-06-29T21:16:13.410Z] #14 209.1 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-29T21:16:13.410Z] #14 209.1 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-29T21:16:13.536Z] #14 208.6 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-29T21:16:13.536Z] #14 208.7 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-29T21:16:13.536Z] #14 208.8 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-29T21:16:13.536Z] #14 208.8 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-29T21:16:13.536Z] #14 208.8 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-29T21:16:13.536Z] #14 208.9 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-29T21:16:13.685Z] #14 ... [2022-06-29T21:16:13.685Z] [2022-06-29T21:16:13.685Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-29T21:16:13.685Z] #69 sha256:bd785b60a0f22afbfbb1dce7d18ac1189d044c0532b377f20fd9c3ab91fa06bf [2022-06-29T21:16:13.685Z] #69 DONE 0.1s [2022-06-29T21:16:13.685Z] [2022-06-29T21:16:13.685Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:16:13.685Z] #14 sha256:608fbd6cfdee48f2561d84e26c9562cf53446d5f39d258645187fdfdaa099a66 [2022-06-29T21:16:13.685Z] #14 209.4 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-29T21:16:13.799Z] #14 209.0 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-29T21:16:13.799Z] #14 209.0 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-29T21:16:13.799Z] #14 209.0 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-29T21:16:13.799Z] #14 209.0 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-29T21:16:13.799Z] #14 209.0 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-29T21:16:13.799Z] #14 209.1 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-29T21:16:13.799Z] #14 209.1 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-29T21:16:13.799Z] #14 209.1 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-29T21:16:13.799Z] #14 209.1 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-29T21:16:13.799Z] #14 209.2 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-29T21:16:13.951Z] #14 209.5 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-29T21:16:13.951Z] #14 209.5 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-29T21:16:14.062Z] #14 209.2 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-29T21:16:14.062Z] #14 209.2 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-29T21:16:14.062Z] #14 209.2 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-29T21:16:14.062Z] #14 209.2 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-29T21:16:14.062Z] #14 209.3 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-29T21:16:14.062Z] #14 209.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-29T21:16:14.062Z] #14 209.3 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-29T21:16:14.062Z] #14 209.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-29T21:16:14.062Z] #14 209.3 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-29T21:16:14.062Z] #14 209.3 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-29T21:16:14.062Z] #14 209.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-06-29T21:16:14.062Z] #14 209.4 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-29T21:16:14.062Z] #14 209.4 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-29T21:16:14.062Z] #14 209.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:16:14.062Z] #14 209.4 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-29T21:16:14.062Z] #14 209.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:16:14.062Z] #14 209.5 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:16:14.062Z] #14 209.5 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:16:14.214Z] #14 209.8 Selecting previously unselected package libbtrfs0:amd64. [2022-06-29T21:16:14.214Z] #14 209.8 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-29T21:16:14.214Z] #14 209.9 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-29T21:16:14.475Z] #14 210.1 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-29T21:16:14.475Z] #14 210.1 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-29T21:16:14.475Z] #14 210.2 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-29T21:16:14.799Z] #84 ... [2022-06-29T21:16:14.800Z] [2022-06-29T21:16:14.800Z] #54 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-29T21:16:14.800Z] #54 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-29T21:16:14.800Z] #54 DONE 310.5s [2022-06-29T21:16:14.800Z] [2022-06-29T21:16:14.800Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-29T21:16:14.800Z] #19 sha256:917bf0834aad25d25cd204588999ad2a1286424901d6429e4987625c582c85f0 [2022-06-29T21:16:15.046Z] #14 210.6 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-29T21:16:15.046Z] #14 210.6 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-29T21:16:15.046Z] #14 210.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:16:15.046Z] #14 210.7 Selecting previously unselected package libudev-dev:amd64. [2022-06-29T21:16:15.046Z] #14 210.7 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-29T21:16:15.046Z] #14 210.8 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-29T21:16:15.306Z] #14 211.0 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-29T21:16:15.306Z] #14 211.0 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-29T21:16:15.306Z] #14 211.0 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-29T21:16:15.454Z] #14 DONE 210.7s [2022-06-29T21:16:15.454Z] [2022-06-29T21:16:15.454Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-29T21:16:15.454Z] #59 sha256:e44723d152ce663b9618591bb22d2f3c8b484d5f84df2399266ffc44baf49aaf [2022-06-29T21:16:15.717Z] #59 DONE 0.2s [2022-06-29T21:16:15.717Z] [2022-06-29T21:16:15.717Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:16:15.717Z] #60 sha256:306f32eaaed17a842bc2cf6c0e29df2d8d1e3e31e7973edfe9bf25a87b6ea5be [2022-06-29T21:16:15.875Z] #14 211.7 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-29T21:16:16.139Z] #14 211.7 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-29T21:16:16.139Z] #14 211.8 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-29T21:16:16.406Z] #14 212.2 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-29T21:16:16.406Z] #14 212.2 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-29T21:16:16.667Z] #14 212.2 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-29T21:16:16.667Z] #14 212.4 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-29T21:16:16.667Z] #14 212.4 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-29T21:16:16.667Z] #14 212.4 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-29T21:16:16.927Z] #14 212.5 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-29T21:16:16.927Z] #14 212.5 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-29T21:16:16.927Z] #14 212.5 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-29T21:16:17.499Z] #14 213.2 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-29T21:16:17.499Z] #14 213.2 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-29T21:16:17.499Z] #14 213.2 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-29T21:16:17.587Z] #77 ... [2022-06-29T21:16:17.587Z] [2022-06-29T21:16:17.587Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-29T21:16:17.587Z] #23 sha256:14f1271dd59a6473095fa5824b1de17a8f4ffb68110d9b3e83a3fadbd2c0eb39 [2022-06-29T21:16:17.776Z] #14 213.5 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-29T21:16:17.777Z] #14 213.5 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-29T21:16:17.777Z] #14 213.5 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:16:17.848Z] #23 10.60 Collecting yamllint==1.26.1 [2022-06-29T21:16:18.037Z] #14 213.6 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-29T21:16:18.037Z] #14 213.6 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-29T21:16:18.037Z] #14 213.7 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-29T21:16:18.037Z] #14 213.8 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-29T21:16:18.037Z] #14 213.8 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-29T21:16:18.037Z] #14 213.8 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-29T21:16:18.279Z] #60 2.349 + RM_GOPATH=0 [2022-06-29T21:16:18.279Z] #60 2.349 + TMP_GOPATH= [2022-06-29T21:16:18.279Z] #60 2.349 + : /build [2022-06-29T21:16:18.279Z] #60 2.349 + '[' -z '' ']' [2022-06-29T21:16:18.279Z] #60 2.349 ++ mktemp -d [2022-06-29T21:16:18.279Z] #60 2.351 + export GOPATH=/tmp/tmp.aEtW7zpKef [2022-06-29T21:16:18.279Z] #60 2.351 + GOPATH=/tmp/tmp.aEtW7zpKef [2022-06-29T21:16:18.279Z] #60 2.351 + RM_GOPATH=1 [2022-06-29T21:16:18.279Z] #60 2.351 + case "$(go env GOARCH)" in [2022-06-29T21:16:18.279Z] #60 2.352 ++ go env GOARCH [2022-06-29T21:16:18.279Z] #60 2.389 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:16:18.279Z] #60 2.389 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:16:18.279Z] #60 2.389 ++ dirname /install.sh [2022-06-29T21:16:18.279Z] #60 2.389 + dir=/ [2022-06-29T21:16:18.279Z] #60 ... [2022-06-29T21:16:18.279Z] [2022-06-29T21:16:18.279Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-29T21:16:18.279Z] #15 sha256:cc95ddea40f49f1a0537aef9a9e9143c8ceb38ba5aa987390027ef85c2544f58 [2022-06-29T21:16:18.279Z] #15 DONE 2.7s [2022-06-29T21:16:18.279Z] [2022-06-29T21:16:18.279Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:16:18.279Z] #60 sha256:306f32eaaed17a842bc2cf6c0e29df2d8d1e3e31e7973edfe9bf25a87b6ea5be [2022-06-29T21:16:18.279Z] #60 2.390 + bin=runc [2022-06-29T21:16:18.279Z] #60 2.390 + shift [2022-06-29T21:16:18.279Z] #60 2.390 + '[' '!' -f //runc.installer ']' [2022-06-29T21:16:18.279Z] #60 2.390 + . //runc.installer [2022-06-29T21:16:18.279Z] #60 2.390 ++ set -e [2022-06-29T21:16:18.279Z] #60 2.391 ++ : v1.1.2 [2022-06-29T21:16:18.279Z] #60 2.392 + install_runc [2022-06-29T21:16:18.279Z] #60 2.395 Install runc version v1.1.2 (build tags: seccomp) [2022-06-29T21:16:18.279Z] #60 2.395 + RUNC_BUILDTAGS=seccomp [2022-06-29T21:16:18.279Z] #60 2.395 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-29T21:16:18.279Z] #60 2.395 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.aEtW7zpKef/src/github.com/opencontainers/runc [2022-06-29T21:16:18.279Z] #60 2.397 Cloning into '/tmp/tmp.aEtW7zpKef/src/github.com/opencontainers/runc'... [2022-06-29T21:16:18.792Z] #23 11.66 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-29T21:16:18.971Z] #19 303.2 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-06-29T21:16:18.971Z] #19 303.2 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-29T21:16:18.971Z] #19 303.2 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-29T21:16:18.971Z] #19 303.3 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-06-29T21:16:18.971Z] #19 303.3 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-06-29T21:16:18.971Z] #19 303.3 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-06-29T21:16:18.971Z] #19 303.8 Selecting previously unselected package libc6-dev-arm64-cross. [2022-06-29T21:16:18.971Z] #19 303.8 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-06-29T21:16:18.971Z] #19 303.8 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-06-29T21:16:18.976Z] #14 214.5 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-29T21:16:18.976Z] #14 214.5 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-29T21:16:18.976Z] #14 214.6 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-29T21:16:18.976Z] #14 214.6 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-29T21:16:18.976Z] #14 214.6 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-29T21:16:18.976Z] #14 214.6 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-29T21:16:18.976Z] #14 214.6 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-29T21:16:18.976Z] #14 214.6 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-29T21:16:18.976Z] #14 214.6 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-29T21:16:18.976Z] #14 214.7 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-29T21:16:18.976Z] #14 214.7 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-29T21:16:18.976Z] #14 214.7 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-29T21:16:18.976Z] #14 214.7 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-29T21:16:18.976Z] #14 214.7 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-29T21:16:18.976Z] #14 214.7 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-29T21:16:18.976Z] #14 214.8 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-29T21:16:18.976Z] #14 214.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-29T21:16:18.976Z] #14 214.8 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-29T21:16:18.976Z] #14 214.8 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-29T21:16:18.976Z] #14 214.8 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-29T21:16:18.976Z] #14 214.8 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-29T21:16:19.235Z] #14 214.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-29T21:16:19.235Z] #14 214.9 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-29T21:16:19.235Z] #14 214.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-29T21:16:19.235Z] #14 214.9 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-29T21:16:19.235Z] #14 214.9 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-29T21:16:19.235Z] #14 214.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-06-29T21:16:19.235Z] #14 214.9 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-29T21:16:19.235Z] #14 214.9 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-29T21:16:19.235Z] #14 215.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:16:19.235Z] #14 215.0 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-29T21:16:19.236Z] #14 215.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:16:19.236Z] #14 215.0 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:16:19.236Z] #14 215.0 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:16:19.533Z] #19 304.4 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-06-29T21:16:19.533Z] #19 304.4 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:19.533Z] #19 304.4 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-29T21:16:20.178Z] #14 DONE 215.8s [2022-06-29T21:16:20.178Z] [2022-06-29T21:16:20.178Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-29T21:16:20.178Z] #15 sha256:cc95ddea40f49f1a0537aef9a9e9143c8ceb38ba5aa987390027ef85c2544f58 [2022-06-29T21:16:20.179Z] #23 13.12 Collecting pathspec>=0.5.3 [2022-06-29T21:16:20.179Z] #23 13.13 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-29T21:16:20.201Z] #60 ... [2022-06-29T21:16:20.201Z] [2022-06-29T21:16:20.201Z] #16 [dev-systemd-false 2/28] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-29T21:16:20.201Z] #16 sha256:dc677770f28f54fccd1a8516cccd94f88336efcbdc40c96ad18c46e2754c68ba [2022-06-29T21:16:20.201Z] #16 DONE 2.0s [2022-06-29T21:16:20.201Z] [2022-06-29T21:16:20.201Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-29T21:16:20.201Z] #17 sha256:892cc41becfa68ce41b3829c8eb1e42e604f2bc45549b6f5a194215a472f22d3 [2022-06-29T21:16:20.352Z] #19 305.1 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-06-29T21:16:20.352Z] #19 305.1 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-29T21:16:20.352Z] #19 305.1 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-29T21:16:20.442Z] #15 ... [2022-06-29T21:16:20.442Z] [2022-06-29T21:16:20.442Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-29T21:16:20.442Z] #59 sha256:51f226dcdf6ff5853788be949110f4c6ad1b6b353f84c362c2b94ea371bbbc4e [2022-06-29T21:16:20.442Z] #59 DONE 0.2s [2022-06-29T21:16:20.442Z] [2022-06-29T21:16:20.442Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:16:20.442Z] #60 sha256:ac5acc302c3800de21e736568c6906ecb810f3d35a33f65ba9dbc2f4e47c46e2 [2022-06-29T21:16:20.751Z] #23 13.57 Collecting pyyaml [2022-06-29T21:16:20.751Z] #23 13.58 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-06-29T21:16:20.751Z] #23 13.68 Building wheels for collected packages: yamllint [2022-06-29T21:16:20.751Z] #23 13.69 Building wheel for yamllint (setup.py): started [2022-06-29T21:16:21.592Z] #17 1.279 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-29T21:16:21.592Z] #17 DONE 1.5s [2022-06-29T21:16:21.592Z] [2022-06-29T21:16:21.592Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-29T21:16:21.592Z] #18 sha256:02eb287b450d9a02816f72b3c6bad4b3a3a0abfc413ddbdd5d7e62c1d651c673 [2022-06-29T21:16:22.136Z] #23 14.81 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-29T21:16:22.136Z] #23 14.81 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=805ecb5bc7984785574484f49cb28e5935c84cafc78eca160573b69ac56b7cbe [2022-06-29T21:16:22.136Z] #23 14.81 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-29T21:16:22.136Z] #23 14.81 Successfully built yamllint [2022-06-29T21:16:22.136Z] #23 14.85 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-29T21:16:22.136Z] #23 15.28 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-29T21:16:22.983Z] #60 2.215 + RM_GOPATH=0 [2022-06-29T21:16:22.984Z] #60 2.216 + TMP_GOPATH= [2022-06-29T21:16:22.984Z] #60 2.216 + : /build [2022-06-29T21:16:22.984Z] #60 2.216 + '[' -z '' ']' [2022-06-29T21:16:22.984Z] #60 2.222 ++ mktemp -d [2022-06-29T21:16:22.984Z] #60 2.229 + export GOPATH=/tmp/tmp.2OH7XMVVnP [2022-06-29T21:16:22.984Z] #60 2.229 + GOPATH=/tmp/tmp.2OH7XMVVnP [2022-06-29T21:16:22.984Z] #60 2.229 + RM_GOPATH=1 [2022-06-29T21:16:22.984Z] #60 2.229 + case "$(go env GOARCH)" in [2022-06-29T21:16:22.984Z] #60 2.230 ++ go env GOARCH [2022-06-29T21:16:22.984Z] #60 2.254 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:16:22.984Z] #60 2.254 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:16:22.984Z] #60 2.257 ++ dirname /install.sh [2022-06-29T21:16:22.984Z] #60 2.261 + dir=/ [2022-06-29T21:16:22.984Z] #60 2.262 + bin=runc [2022-06-29T21:16:22.984Z] #60 2.262 + shift [2022-06-29T21:16:22.984Z] #60 2.262 + '[' '!' -f //runc.installer ']' [2022-06-29T21:16:22.984Z] #60 2.262 + . //runc.installer [2022-06-29T21:16:22.984Z] #60 2.266 ++ set -e [2022-06-29T21:16:22.984Z] #60 2.266 ++ : v1.1.2 [2022-06-29T21:16:22.984Z] #60 2.266 + install_runc [2022-06-29T21:16:22.984Z] #60 2.266 + RUNC_BUILDTAGS=seccomp [2022-06-29T21:16:22.984Z] #60 2.266 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-29T21:16:22.984Z] #60 2.266 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.2OH7XMVVnP/src/github.com/opencontainers/runc [2022-06-29T21:16:22.984Z] #60 2.266 Install runc version v1.1.2 (build tags: seccomp) [2022-06-29T21:16:22.984Z] #60 2.282 Cloning into '/tmp/tmp.2OH7XMVVnP/src/github.com/opencontainers/runc'... [2022-06-29T21:16:22.984Z] #60 ... [2022-06-29T21:16:22.984Z] [2022-06-29T21:16:22.984Z] #15 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-29T21:16:22.984Z] #15 sha256:cc95ddea40f49f1a0537aef9a9e9143c8ceb38ba5aa987390027ef85c2544f58 [2022-06-29T21:16:22.984Z] #15 DONE 2.6s [2022-06-29T21:16:22.984Z] [2022-06-29T21:16:22.984Z] #16 [dev-systemd-false 2/28] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-29T21:16:22.984Z] #16 sha256:dc677770f28f54fccd1a8516cccd94f88336efcbdc40c96ad18c46e2754c68ba [2022-06-29T21:16:22.984Z] #18 DONE 1.3s [2022-06-29T21:16:22.984Z] [2022-06-29T21:16:22.984Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-29T21:16:22.984Z] #19 sha256:68455664b8d40666121086f3ad95e7572c35f2e0ecd2e6dcaf6ca77b391427c9 [2022-06-29T21:16:23.079Z] #23 DONE 15.9s [2022-06-29T21:16:23.079Z] [2022-06-29T21:16:23.079Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:16:23.079Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:16:23.079Z] #77 ... [2022-06-29T21:16:23.079Z] [2022-06-29T21:16:23.079Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-29T21:16:23.079Z] #27 sha256:6744be2fc0cc00cef5230ef30b47fbb3325de312dd2678280099bc033cb65ee7 [2022-06-29T21:16:23.340Z] #27 DONE 0.5s [2022-06-29T21:16:23.340Z] [2022-06-29T21:16:23.340Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-29T21:16:23.340Z] #32 sha256:a5a5624ff9d025280016e7b6e5210741ca1ddc17a20a945f5929ad3b6541d300 [2022-06-29T21:16:24.282Z] #32 DONE 0.7s [2022-06-29T21:16:24.282Z] [2022-06-29T21:16:24.282Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:16:24.282Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:16:24.282Z] #55 ... [2022-06-29T21:16:24.282Z] [2022-06-29T21:16:24.282Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-29T21:16:24.282Z] #35 sha256:cc00f0dcbe23db64ba2b1ff656439ef17200cc5d67193eb14b9c7a99b0a4b385 [2022-06-29T21:16:24.543Z] #35 DONE 0.4s [2022-06-29T21:16:24.543Z] [2022-06-29T21:16:24.543Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-29T21:16:24.543Z] #37 sha256:e85e42584a245152d7e443eac0cf11d9648508720d3ebe7e43bf3595dba1fd45 [2022-06-29T21:16:24.805Z] #37 DONE 0.3s [2022-06-29T21:16:24.805Z] [2022-06-29T21:16:24.805Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:16:24.805Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:16:24.903Z] #19 DONE 1.7s [2022-06-29T21:16:24.903Z] [2022-06-29T21:16:24.903Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:16:24.903Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:16:24.903Z] #77 133.9 configure.ac:11: installing 'build-aux/compile' [2022-06-29T21:16:24.903Z] #77 133.9 configure.ac:11: installing 'build-aux/config.guess' [2022-06-29T21:16:24.903Z] #77 133.9 configure.ac:11: installing 'build-aux/config.sub' [2022-06-29T21:16:24.903Z] #77 133.9 configure.ac:13: installing 'build-aux/install-sh' [2022-06-29T21:16:24.903Z] #77 133.9 configure.ac:13: installing 'build-aux/missing' [2022-06-29T21:16:24.904Z] #77 133.9 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-06-29T21:16:24.904Z] #77 134.3 Makefile.am: installing 'build-aux/depcomp' [2022-06-29T21:16:24.904Z] #77 136.6 checking build system type... x86_64-pc-linux-gnu [2022-06-29T21:16:24.904Z] #77 137.0 checking host system type... x86_64-pc-linux-gnu [2022-06-29T21:16:24.904Z] #77 137.0 checking how to print strings... printf [2022-06-29T21:16:24.904Z] #77 137.0 checking for gcc... gcc [2022-06-29T21:16:24.904Z] #77 137.2 checking whether the C compiler works... yes [2022-06-29T21:16:24.904Z] #77 137.6 checking for C compiler default output file name... a.out [2022-06-29T21:16:24.904Z] #77 137.6 checking for suffix of executables... [2022-06-29T21:16:24.904Z] #77 138.0 checking whether we are cross compiling... no [2022-06-29T21:16:24.904Z] #77 138.3 checking for suffix of object files... o [2022-06-29T21:16:24.904Z] #77 138.6 checking whether we are using the GNU C compiler... yes [2022-06-29T21:16:24.904Z] #77 138.8 checking whether gcc accepts -g... yes [2022-06-29T21:16:24.904Z] #77 139.0 checking for gcc option to accept ISO C89... none needed [2022-06-29T21:16:24.904Z] #77 139.3 checking whether gcc understands -c and -o together... yes [2022-06-29T21:16:24.904Z] #77 139.6 checking for a sed that does not truncate output... /bin/sed [2022-06-29T21:16:24.904Z] #77 139.6 checking for grep that handles long lines and -e... /bin/grep [2022-06-29T21:16:24.904Z] #77 139.6 checking for egrep... /bin/grep -E [2022-06-29T21:16:24.904Z] #77 139.6 checking for fgrep... /bin/grep -F [2022-06-29T21:16:24.904Z] #77 139.7 checking for ld used by gcc... /usr/bin/ld [2022-06-29T21:16:24.904Z] #77 139.7 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-29T21:16:24.904Z] #77 139.7 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-29T21:16:24.904Z] #77 139.8 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-29T21:16:24.904Z] #77 140.0 checking whether ln -s works... yes [2022-06-29T21:16:24.904Z] #77 140.0 checking the maximum length of command line arguments... 1572864 [2022-06-29T21:16:24.904Z] #77 140.0 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-29T21:16:24.904Z] #77 140.0 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-29T21:16:24.904Z] #77 140.0 checking for /usr/bin/ld option to reload object files... -r [2022-06-29T21:16:24.904Z] #77 140.0 checking for objdump... objdump [2022-06-29T21:16:24.904Z] #77 140.0 checking how to recognize dependent libraries... pass_all [2022-06-29T21:16:24.904Z] #77 140.0 checking for dlltool... no [2022-06-29T21:16:24.904Z] #77 140.0 checking how to associate runtime and link libraries... printf %s\n [2022-06-29T21:16:24.904Z] #77 140.0 checking for ar... ar [2022-06-29T21:16:24.904Z] #77 140.0 checking for archiver @FILE support... @ [2022-06-29T21:16:24.904Z] #77 140.2 checking for strip... strip [2022-06-29T21:16:24.904Z] #77 140.3 checking for ranlib... ranlib [2022-06-29T21:16:24.904Z] #77 140.3 checking for gawk... no [2022-06-29T21:16:24.904Z] #77 140.3 checking for mawk... mawk [2022-06-29T21:16:24.904Z] #77 140.3 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-29T21:16:24.904Z] #77 140.9 checking for sysroot... no [2022-06-29T21:16:24.904Z] #77 140.9 checking for a working dd... /bin/dd [2022-06-29T21:16:24.904Z] #77 141.0 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-29T21:16:24.904Z] #77 141.1 checking for mt... no [2022-06-29T21:16:24.904Z] #77 141.1 checking if : is a manifest tool... no [2022-06-29T21:16:24.904Z] #77 141.1 checking how to run the C preprocessor... gcc -E [2022-06-29T21:16:25.066Z] #77 ... [2022-06-29T21:16:25.066Z] [2022-06-29T21:16:25.066Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-29T21:16:25.066Z] #39 sha256:78c8ec1a585532454978716e68e4febc5315426c1170ca9ebdf377082e4d7177 [2022-06-29T21:16:25.066Z] #39 DONE 0.1s [2022-06-29T21:16:25.066Z] [2022-06-29T21:16:25.066Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-29T21:16:25.066Z] #41 sha256:d2d2010aeeb7b3845a349bd458748bd7b02c53b767d87c5e7d6a6e69d67e5f88 [2022-06-29T21:16:25.066Z] #41 DONE 0.1s [2022-06-29T21:16:25.066Z] [2022-06-29T21:16:25.066Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-29T21:16:25.066Z] #45 sha256:4ad1210c7ccb30f12271cd16e30013cd6fb41e4ed368eca2c44643cf9a8e9b60 [2022-06-29T21:16:25.066Z] #45 DONE 0.1s [2022-06-29T21:16:25.066Z] [2022-06-29T21:16:25.066Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:16:25.066Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:16:25.537Z] #16 DONE 2.5s [2022-06-29T21:16:25.538Z] [2022-06-29T21:16:25.538Z] #17 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-29T21:16:25.538Z] #17 sha256:892cc41becfa68ce41b3829c8eb1e42e604f2bc45549b6f5a194215a472f22d3 [2022-06-29T21:16:26.117Z] #77 141.5 checking for ANSI C header files... yes [2022-06-29T21:16:26.117Z] #77 142.4 checking for sys/types.h... yes [2022-06-29T21:16:26.117Z] #77 142.7 checking for sys/stat.h... [2022-06-29T21:16:26.117Z] #77 ... [2022-06-29T21:16:26.117Z] [2022-06-29T21:16:26.117Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-06-29T21:16:26.117Z] #20 sha256:27068681b785a761bb7c53e1b796be963f7e35b10a3fd51fe3663b680ef5c50d [2022-06-29T21:16:26.117Z] #20 DONE 1.6s [2022-06-29T21:16:26.381Z] [2022-06-29T21:16:26.381Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:16:26.381Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:16:26.381Z] #77 142.7 checking for sys/stat.h... yes [2022-06-29T21:16:26.491Z] #17 1.464 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-29T21:16:26.643Z] #77 142.9 checking for stdlib.h... yes [2022-06-29T21:16:26.906Z] #77 143.2 checking for string.h... yes [2022-06-29T21:16:27.037Z] #77 197.9 CCLD tests/init [2022-06-29T21:16:27.060Z] #17 DONE 1.7s [2022-06-29T21:16:27.060Z] [2022-06-29T21:16:27.060Z] #18 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-29T21:16:27.060Z] #18 sha256:02eb287b450d9a02816f72b3c6bad4b3a3a0abfc413ddbdd5d7e62c1d651c673 [2022-06-29T21:16:27.169Z] #77 143.5 checking for memory.h... yes [2022-06-29T21:16:27.432Z] #77 143.9 checking for strings.h... yes [2022-06-29T21:16:28.272Z] #77 144.1 checking for inttypes.h... yes [2022-06-29T21:16:28.272Z] #77 144.7 checking for stdint.h... yes [2022-06-29T21:16:28.506Z] #19 ... [2022-06-29T21:16:28.506Z] [2022-06-29T21:16:28.506Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:16:28.506Z] #84 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:16:28.506Z] #84 264.4 AR libcrun_testing.a [2022-06-29T21:16:28.506Z] #84 264.4 ar: `u' modifier ignored since `D' is the default (see `U') [2022-06-29T21:16:28.506Z] #84 264.5 CCLD libcrun.la [2022-06-29T21:16:28.506Z] #84 264.5 CCLD tests/tests_libcrun_utils [2022-06-29T21:16:28.506Z] #84 264.5 CCLD tests/tests_libcrun_errors [2022-06-29T21:16:28.506Z] #84 264.5 CCLD tests/tests_libcrun_fuzzer [2022-06-29T21:16:28.763Z] #84 265.6 CCLD crun [2022-06-29T21:16:28.846Z] #77 144.9 checking for unistd.h... yes [2022-06-29T21:16:28.975Z] #18 DONE 1.8s [2022-06-29T21:16:28.975Z] [2022-06-29T21:16:28.975Z] #19 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-29T21:16:28.975Z] #19 sha256:68455664b8d40666121086f3ad95e7572c35f2e0ecd2e6dcaf6ca77b391427c9 [2022-06-29T21:16:29.020Z] #84 265.9 make[3]: Entering directory '/tmp/crun-build' [2022-06-29T21:16:29.108Z] #77 145.4 checking for dlfcn.h... yes [2022-06-29T21:16:29.276Z] #84 266.0 /bin/mkdir -p '/usr/local/lib' [2022-06-29T21:16:29.276Z] #84 266.0 /bin/mkdir -p '/usr/local/share/man/man1' [2022-06-29T21:16:29.276Z] #84 266.0 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-06-29T21:16:29.276Z] #84 266.1 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-06-29T21:16:29.276Z] #84 266.1 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-06-29T21:16:29.276Z] #84 266.1 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-06-29T21:16:29.276Z] #84 266.1 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-06-29T21:16:29.276Z] #84 266.1 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-06-29T21:16:29.371Z] #77 145.7 checking for objdir... .libs [2022-06-29T21:16:29.533Z] #84 266.3 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib [2022-06-29T21:16:29.533Z] #84 266.3 ---------------------------------------------------------------------- [2022-06-29T21:16:29.533Z] #84 266.3 Libraries have been installed in: [2022-06-29T21:16:29.533Z] #84 266.3 /usr/local/lib [2022-06-29T21:16:29.533Z] #84 266.3 [2022-06-29T21:16:29.533Z] #84 266.3 If you ever happen to want to link against installed libraries [2022-06-29T21:16:29.533Z] #84 266.3 in a given directory, LIBDIR, you must either use libtool, and [2022-06-29T21:16:29.533Z] #84 266.3 specify the full pathname of the library, or use the '-LLIBDIR' [2022-06-29T21:16:29.533Z] #84 266.3 flag during linking and do at least one of the following: [2022-06-29T21:16:29.533Z] #84 266.3 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-06-29T21:16:29.533Z] #84 266.3 during execution [2022-06-29T21:16:29.533Z] #84 266.3 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-06-29T21:16:29.533Z] #84 266.3 during linking [2022-06-29T21:16:29.533Z] #84 266.3 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-06-29T21:16:29.533Z] #84 266.3 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-06-29T21:16:29.533Z] #84 266.3 [2022-06-29T21:16:29.533Z] #84 266.3 See any operating system documentation about shared libraries for [2022-06-29T21:16:29.533Z] #84 266.3 more information, such as the ld(1) and ld.so(8) manual pages. [2022-06-29T21:16:29.533Z] #84 266.3 ---------------------------------------------------------------------- [2022-06-29T21:16:29.533Z] #84 266.3 /bin/mkdir -p '/build' [2022-06-29T21:16:29.533Z] #84 266.4 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-06-29T21:16:29.533Z] #84 266.4 libtool: install: /usr/bin/install -c crun /build/crun [2022-06-29T21:16:29.789Z] #84 266.4 make[3]: Leaving directory '/tmp/crun-build' [2022-06-29T21:16:29.789Z] #84 266.4 make[2]: Leaving directory '/tmp/crun-build' [2022-06-29T21:16:29.789Z] #84 266.4 make[1]: Leaving directory '/tmp/crun-build' [2022-06-29T21:16:30.317Z] #77 146.6 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-29T21:16:30.579Z] #77 147.0 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-29T21:16:30.841Z] #77 147.0 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-29T21:16:30.900Z] #19 DONE 2.0s [2022-06-29T21:16:30.900Z] [2022-06-29T21:16:30.900Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-06-29T21:16:30.900Z] #20 sha256:27068681b785a761bb7c53e1b796be963f7e35b10a3fd51fe3663b680ef5c50d [2022-06-29T21:16:30.900Z] #20 ... [2022-06-29T21:16:30.900Z] [2022-06-29T21:16:30.900Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:16:30.900Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:16:30.900Z] #77 135.7 configure.ac:11: installing 'build-aux/compile' [2022-06-29T21:16:30.900Z] #77 135.7 configure.ac:11: installing 'build-aux/config.guess' [2022-06-29T21:16:30.900Z] #77 135.7 configure.ac:11: installing 'build-aux/config.sub' [2022-06-29T21:16:30.900Z] #77 135.7 configure.ac:13: installing 'build-aux/install-sh' [2022-06-29T21:16:30.900Z] #77 135.7 configure.ac:13: installing 'build-aux/missing' [2022-06-29T21:16:30.900Z] #77 135.8 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-06-29T21:16:30.900Z] #77 136.2 Makefile.am: installing 'build-aux/depcomp' [2022-06-29T21:16:30.900Z] #77 138.6 checking build system type... x86_64-pc-linux-gnu [2022-06-29T21:16:30.900Z] #77 139.2 checking host system type... x86_64-pc-linux-gnu [2022-06-29T21:16:30.900Z] #77 139.2 checking how to print strings... printf [2022-06-29T21:16:30.900Z] #77 139.2 checking for gcc... gcc [2022-06-29T21:16:30.900Z] #77 139.5 checking whether the C compiler works... yes [2022-06-29T21:16:30.900Z] #77 139.9 checking for C compiler default output file name... a.out [2022-06-29T21:16:30.900Z] #77 139.9 checking for suffix of executables... [2022-06-29T21:16:30.900Z] #77 140.3 checking whether we are cross compiling... no [2022-06-29T21:16:30.900Z] #77 140.8 checking for suffix of object files... o [2022-06-29T21:16:30.900Z] #77 141.0 checking whether we are using the GNU C compiler... yes [2022-06-29T21:16:30.900Z] #77 141.2 checking whether gcc accepts -g... yes [2022-06-29T21:16:30.900Z] #77 141.4 checking for gcc option to accept ISO C89... none needed [2022-06-29T21:16:30.900Z] #77 141.8 checking whether gcc understands -c and -o together... yes [2022-06-29T21:16:30.900Z] #77 142.1 checking for a sed that does not truncate output... /bin/sed [2022-06-29T21:16:30.900Z] #77 142.2 checking for grep that handles long lines and -e... /bin/grep [2022-06-29T21:16:30.900Z] #77 142.2 checking for egrep... /bin/grep -E [2022-06-29T21:16:30.900Z] #77 142.2 checking for fgrep... /bin/grep -F [2022-06-29T21:16:30.900Z] #77 142.2 checking for ld used by gcc... /usr/bin/ld [2022-06-29T21:16:30.900Z] #77 142.2 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-29T21:16:30.900Z] #77 142.3 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-29T21:16:30.900Z] #77 142.3 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-29T21:16:30.900Z] #77 142.5 checking whether ln -s works... yes [2022-06-29T21:16:30.900Z] #77 142.5 checking the maximum length of command line arguments... 1572864 [2022-06-29T21:16:30.900Z] #77 142.6 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-29T21:16:30.900Z] #77 142.6 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-29T21:16:30.900Z] #77 142.6 checking for /usr/bin/ld option to reload object files... -r [2022-06-29T21:16:30.900Z] #77 142.6 checking for objdump... objdump [2022-06-29T21:16:30.900Z] #77 142.6 checking how to recognize dependent libraries... pass_all [2022-06-29T21:16:30.900Z] #77 142.6 checking for dlltool... no [2022-06-29T21:16:30.900Z] #77 142.6 checking how to associate runtime and link libraries... printf %s\n [2022-06-29T21:16:30.900Z] #77 142.6 checking for ar... ar [2022-06-29T21:16:30.900Z] #77 142.6 checking for archiver @FILE support... @ [2022-06-29T21:16:30.900Z] #77 142.7 checking for strip... strip [2022-06-29T21:16:30.900Z] #77 142.7 checking for ranlib... ranlib [2022-06-29T21:16:30.900Z] #77 142.7 checking for gawk... no [2022-06-29T21:16:30.900Z] #77 142.7 checking for mawk... mawk [2022-06-29T21:16:30.900Z] #77 142.7 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-29T21:16:30.900Z] #77 143.7 checking for sysroot... no [2022-06-29T21:16:30.900Z] #77 143.7 checking for a working dd... /bin/dd [2022-06-29T21:16:30.900Z] #77 143.7 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-29T21:16:30.900Z] #77 143.9 checking for mt... no [2022-06-29T21:16:30.900Z] #77 143.9 checking if : is a manifest tool... no [2022-06-29T21:16:30.900Z] #77 143.9 checking how to run the C preprocessor... gcc -E [2022-06-29T21:16:30.900Z] #77 144.5 checking for ANSI C header files... yes [2022-06-29T21:16:31.162Z] #77 145.7 checking for sys/types.h... yes [2022-06-29T21:16:31.423Z] #77 146.1 checking for sys/stat.h... yes [2022-06-29T21:16:31.817Z] #77 147.3 checking if gcc static flag -static works... yes [2022-06-29T21:16:31.943Z] #77 146.5 checking for stdlib.h... yes [2022-06-29T21:16:32.087Z] #77 148.5 checking if gcc supports -c -o file.o... yes [2022-06-29T21:16:32.087Z] #77 148.8 checking if gcc supports -c -o file.o... (cached) yes [2022-06-29T21:16:32.203Z] #77 147.1 checking for string.h... [2022-06-29T21:16:32.203Z] #77 ... [2022-06-29T21:16:32.203Z] [2022-06-29T21:16:32.203Z] #20 [dev-systemd-false 6/28] RUN ldconfig [2022-06-29T21:16:32.203Z] #20 sha256:27068681b785a761bb7c53e1b796be963f7e35b10a3fd51fe3663b680ef5c50d [2022-06-29T21:16:32.203Z] #20 DONE 1.6s [2022-06-29T21:16:32.350Z] #77 148.8 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-29T21:16:32.462Z] [2022-06-29T21:16:32.463Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:16:32.463Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-29T21:16:33.105Z] #84 DONE 269.8s [2022-06-29T21:16:33.105Z] [2022-06-29T21:16:33.105Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-29T21:16:33.105Z] #19 sha256:917bf0834aad25d25cd204588999ad2a1286424901d6429e4987625c582c85f0 [2022-06-29T21:16:33.105Z] #19 316.5 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-06-29T21:16:33.105Z] #19 316.5 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-29T21:16:33.105Z] #19 316.7 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-29T21:16:33.105Z] #19 317.2 Selecting previously unselected package patch. [2022-06-29T21:16:33.105Z] #19 317.3 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-06-29T21:16:33.105Z] #19 317.3 Unpacking patch (2.7.6-7) ... [2022-06-29T21:16:33.105Z] #19 317.9 Selecting previously unselected package dpkg-dev. [2022-06-29T21:16:33.105Z] #19 317.9 Preparing to unpack .../047-dpkg-dev_1.20.10_all.deb ... [2022-06-29T21:16:33.105Z] #19 317.9 Unpacking dpkg-dev (1.20.10) ... [2022-06-29T21:16:33.297Z] #77 148.9 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-29T21:16:33.297Z] #77 149.7 checking how to hardcode library paths into programs... immediate [2022-06-29T21:16:33.297Z] #77 149.7 checking whether stripping libraries is possible... yes [2022-06-29T21:16:33.297Z] #77 149.7 checking if libtool supports shared libraries... yes [2022-06-29T21:16:33.297Z] #77 149.7 checking whether to build shared libraries... no [2022-06-29T21:16:33.297Z] #77 149.7 checking whether to build static libraries... yes [2022-06-29T21:16:33.297Z] #77 149.7 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-29T21:16:33.364Z] #19 318.2 Selecting previously unselected package libconfig-inifiles-perl. [2022-06-29T21:16:33.364Z] #19 318.2 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-06-29T21:16:33.364Z] #19 318.3 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-06-29T21:16:33.364Z] #19 318.4 Selecting previously unselected package libio-string-perl. [2022-06-29T21:16:33.364Z] #19 318.4 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-06-29T21:16:33.364Z] #19 318.4 Unpacking libio-string-perl (1.08-3.1) ... [2022-06-29T21:16:33.364Z] #19 318.5 Selecting previously unselected package libicu67:amd64. [2022-06-29T21:16:33.559Z] #77 149.9 checking whether build environment is sane... yes [2022-06-29T21:16:33.559Z] #77 150.1 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-29T21:16:33.682Z] #19 318.5 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-06-29T21:16:33.682Z] #19 318.5 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-29T21:16:33.821Z] #77 150.2 checking whether make sets $(MAKE)... yes [2022-06-29T21:16:34.083Z] #77 150.3 checking whether make supports the include directive... yes (GNU style) [2022-06-29T21:16:34.083Z] #77 150.4 checking whether make supports nested variables... yes [2022-06-29T21:16:34.349Z] #77 150.7 checking whether UID '0' is supported by ustar format... yes [2022-06-29T21:16:34.349Z] #77 150.7 checking whether GID '0' is supported by ustar format... yes [2022-06-29T21:16:34.349Z] #77 150.7 checking how to create a ustar tar archive... gnutar [2022-06-29T21:16:34.611Z] #77 150.9 checking dependency style of gcc... [2022-06-29T21:16:34.611Z] #77 ... [2022-06-29T21:16:34.611Z] [2022-06-29T21:16:34.611Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:16:34.611Z] #60 sha256:306f32eaaed17a842bc2cf6c0e29df2d8d1e3e31e7973edfe9bf25a87b6ea5be [2022-06-29T21:16:34.611Z] #60 18.88 + cd /tmp/tmp.aEtW7zpKef/src/github.com/opencontainers/runc [2022-06-29T21:16:34.611Z] #60 18.88 + git checkout -q v1.1.2 [2022-06-29T21:16:35.001Z] #21 2.260 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:16:35.002Z] #21 2.343 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:16:35.002Z] #21 2.359 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:16:35.557Z] #60 19.82 + '[' -z '' ']' [2022-06-29T21:16:35.557Z] #60 19.82 + target=static [2022-06-29T21:16:35.557Z] #60 19.82 + make BUILDTAGS=seccomp static [2022-06-29T21:16:35.967Z] #21 3.681 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:16:36.131Z] #60 20.54 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-06-29T21:16:36.214Z] #19 321.2 Selecting previously unselected package libxml2:amd64. [2022-06-29T21:16:36.214Z] #19 321.2 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ... [2022-06-29T21:16:36.214Z] #19 321.2 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-29T21:16:36.214Z] #19 321.3 Selecting previously unselected package libxml-namespacesupport-perl. [2022-06-29T21:16:36.394Z] #60 ... [2022-06-29T21:16:36.394Z] [2022-06-29T21:16:36.394Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:16:36.394Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-29T21:16:36.394Z] #21 2.261 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:16:36.394Z] #21 2.489 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:16:36.394Z] #21 2.505 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:16:36.394Z] #21 3.633 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:16:36.394Z] #21 5.569 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:16:36.394Z] #21 7.853 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:16:36.394Z] #21 ... [2022-06-29T21:16:36.394Z] [2022-06-29T21:16:36.394Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:16:36.394Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:16:36.394Z] #77 150.9 checking dependency style of gcc... gcc3 [2022-06-29T21:16:36.394Z] #77 151.4 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-29T21:16:36.394Z] #77 151.4 checking whether make supports nested variables... (cached) yes [2022-06-29T21:16:36.394Z] #77 151.4 checking for gawk... (cached) mawk [2022-06-29T21:16:36.394Z] #77 151.4 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-29T21:16:36.394Z] #77 151.4 checking for gcc... (cached) gcc [2022-06-29T21:16:36.394Z] #77 151.8 checking whether we are using the GNU C compiler... (cached) yes [2022-06-29T21:16:36.394Z] #77 151.8 checking whether gcc accepts -g... (cached) yes [2022-06-29T21:16:36.394Z] #77 151.8 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-29T21:16:36.394Z] #77 151.8 checking whether gcc understands -c and -o together... (cached) yes [2022-06-29T21:16:36.394Z] #77 151.8 checking for a Python interpreter with version >= 3... python3 [2022-06-29T21:16:36.394Z] #77 152.0 checking for python3... /usr/bin/python3 [2022-06-29T21:16:36.394Z] #77 152.0 checking for python3 version... 3.9 [2022-06-29T21:16:36.394Z] #77 152.1 checking for python3 platform... linux [2022-06-29T21:16:36.394Z] #77 152.2 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-29T21:16:36.395Z] #77 152.6 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-29T21:16:36.395Z] #77 152.8 checking for go-md2man... no [2022-06-29T21:16:36.471Z] #19 321.3 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-06-29T21:16:36.471Z] #19 321.3 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-06-29T21:16:36.471Z] #19 321.3 Selecting previously unselected package libxml-sax-base-perl. [2022-06-29T21:16:36.471Z] #19 321.3 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-06-29T21:16:36.471Z] #19 321.3 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-06-29T21:16:36.471Z] #19 321.4 Selecting previously unselected package libxml-sax-perl. [2022-06-29T21:16:36.471Z] #19 321.4 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-06-29T21:16:36.471Z] #19 321.4 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-06-29T21:16:36.471Z] #19 321.5 Selecting previously unselected package libxml-libxml-perl. [2022-06-29T21:16:36.471Z] #19 321.5 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-06-29T21:16:36.471Z] #19 321.5 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-06-29T21:16:36.657Z] #77 152.8 checking error.h usability... yes [2022-06-29T21:16:36.658Z] #77 153.1 checking error.h presence... yes [2022-06-29T21:16:36.658Z] #77 153.2 checking for error.h... yes [2022-06-29T21:16:36.727Z] #19 321.6 Selecting previously unselected package libxml-simple-perl. [2022-06-29T21:16:36.727Z] #19 321.6 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-06-29T21:16:36.727Z] #19 321.6 Unpacking libxml-simple-perl (2.25-1) ... [2022-06-29T21:16:36.727Z] #19 321.6 Selecting previously unselected package libyaml-perl. [2022-06-29T21:16:36.727Z] #19 321.6 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-06-29T21:16:36.727Z] #19 321.6 Unpacking libyaml-perl (1.30-1) ... [2022-06-29T21:16:36.727Z] #19 321.7 Selecting previously unselected package libconfig-auto-perl. [2022-06-29T21:16:36.727Z] #19 321.7 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-06-29T21:16:36.727Z] #19 321.7 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-06-29T21:16:36.727Z] #19 321.7 Selecting previously unselected package libfile-which-perl. [2022-06-29T21:16:36.727Z] #19 321.7 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-06-29T21:16:36.727Z] #19 321.7 Unpacking libfile-which-perl (1.23-1) ... [2022-06-29T21:16:36.727Z] #19 321.8 Selecting previously unselected package libfile-homedir-perl. [2022-06-29T21:16:36.727Z] #19 321.8 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-06-29T21:16:36.727Z] #19 321.8 Unpacking libfile-homedir-perl (1.006-1) ... [2022-06-29T21:16:36.920Z] #77 153.2 checking linux/openat2.h usability... yes [2022-06-29T21:16:36.920Z] #77 153.4 checking linux/openat2.h presence... yes [2022-06-29T21:16:36.920Z] #77 153.5 checking for linux/openat2.h... yes [2022-06-29T21:16:36.983Z] #19 321.8 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-06-29T21:16:36.983Z] #19 321.8 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-06-29T21:16:36.983Z] #19 321.8 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-06-29T21:16:36.983Z] #19 321.9 Selecting previously unselected package dpkg-cross. [2022-06-29T21:16:36.983Z] #19 321.9 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-06-29T21:16:36.983Z] #19 321.9 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-06-29T21:16:36.983Z] #19 321.9 Selecting previously unselected package crossbuild-essential-arm64. [2022-06-29T21:16:36.983Z] #19 321.9 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-06-29T21:16:36.983Z] #19 321.9 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-06-29T21:16:36.983Z] #19 322.0 Selecting previously unselected package libc6-armel-cross. [2022-06-29T21:16:36.983Z] #19 322.0 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-06-29T21:16:36.983Z] #19 322.0 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-06-29T21:16:36.983Z] #19 ... [2022-06-29T21:16:36.983Z] [2022-06-29T21:16:36.983Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:16:36.983Z] #62 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:16:36.983Z] #62 333.3 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-29T21:16:37.249Z] #62 DONE 333.4s [2022-06-29T21:16:37.249Z] [2022-06-29T21:16:37.249Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-06-29T21:16:37.249Z] #19 sha256:917bf0834aad25d25cd204588999ad2a1286424901d6429e4987625c582c85f0 [2022-06-29T21:16:37.249Z] #19 322.2 Selecting previously unselected package libgcc-s1-armel-cross. [2022-06-29T21:16:37.249Z] #19 322.2 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:37.249Z] #19 322.2 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-06-29T21:16:37.249Z] #19 322.2 Selecting previously unselected package libgomp1-armel-cross. [2022-06-29T21:16:37.249Z] #19 322.2 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:37.249Z] #19 322.2 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-06-29T21:16:37.249Z] #19 322.3 Selecting previously unselected package libatomic1-armel-cross. [2022-06-29T21:16:37.249Z] #19 322.3 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:37.493Z] #77 153.5 checking for copy_file_range... yes [2022-06-29T21:16:37.509Z] #19 322.3 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-06-29T21:16:37.509Z] #19 322.3 Selecting previously unselected package libasan6-armel-cross. [2022-06-29T21:16:37.509Z] #19 322.3 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:37.509Z] #19 322.3 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-06-29T21:16:37.807Z] #19 322.7 Selecting previously unselected package libstdc++6-armel-cross. [2022-06-29T21:16:37.807Z] #19 322.7 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:37.807Z] #19 322.7 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-06-29T21:16:37.807Z] #19 322.8 Selecting previously unselected package libubsan1-armel-cross. [2022-06-29T21:16:37.807Z] #19 322.8 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:37.807Z] #19 322.8 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-06-29T21:16:38.064Z] #19 322.9 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-06-29T21:16:38.064Z] #19 322.9 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:38.064Z] #19 322.9 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-29T21:16:38.064Z] #19 323.1 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-06-29T21:16:38.067Z] #77 154.1 checking for fgetxattr... yes [2022-06-29T21:16:38.320Z] #19 323.1 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-29T21:16:38.320Z] #19 323.1 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-29T21:16:38.329Z] #77 154.6 checking for statx... yes [2022-06-29T21:16:38.518Z] #21 ... [2022-06-29T21:16:38.518Z] [2022-06-29T21:16:38.518Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:16:38.518Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:16:38.518Z] #77 147.1 checking for string.h... yes [2022-06-29T21:16:38.518Z] #77 147.5 checking for memory.h... yes [2022-06-29T21:16:38.518Z] #77 147.8 checking for strings.h... yes [2022-06-29T21:16:38.518Z] #77 148.2 checking for inttypes.h... yes [2022-06-29T21:16:38.518Z] #77 148.6 checking for stdint.h... yes [2022-06-29T21:16:38.518Z] #77 149.1 checking for unistd.h... yes [2022-06-29T21:16:38.518Z] #77 149.5 checking for dlfcn.h... yes [2022-06-29T21:16:38.518Z] #77 150.0 checking for objdir... .libs [2022-06-29T21:16:38.518Z] #77 150.9 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-29T21:16:38.518Z] #77 151.0 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-29T21:16:38.518Z] #77 151.0 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-29T21:16:38.518Z] #77 151.3 checking if gcc static flag -static works... yes [2022-06-29T21:16:38.518Z] #77 152.0 checking if gcc supports -c -o file.o... yes [2022-06-29T21:16:38.518Z] #77 152.4 checking if gcc supports -c -o file.o... (cached) yes [2022-06-29T21:16:38.518Z] #77 152.4 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-29T21:16:38.518Z] #77 152.7 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-29T21:16:38.518Z] #77 153.4 checking how to hardcode library paths into programs... immediate [2022-06-29T21:16:38.518Z] #77 153.4 checking whether stripping libraries is possible... yes [2022-06-29T21:16:38.518Z] #77 153.4 checking if libtool supports shared libraries... yes [2022-06-29T21:16:38.518Z] #77 153.4 checking whether to build shared libraries... no [2022-06-29T21:16:38.518Z] #77 153.4 checking whether to build static libraries... yes [2022-06-29T21:16:38.518Z] #77 153.4 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-29T21:16:38.518Z] #77 153.5 checking whether build environment is sane... yes [2022-06-29T21:16:38.778Z] #77 153.5 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-29T21:16:38.778Z] #77 153.5 checking whether make sets $(MAKE)... yes [2022-06-29T21:16:39.037Z] #77 153.8 checking whether make supports the include directive... yes (GNU style) [2022-06-29T21:16:39.164Z] #77 155.2 checking for fgetpwent_r... yes [2022-06-29T21:16:39.297Z] #77 154.0 checking whether make supports nested variables... yes [2022-06-29T21:16:39.297Z] #77 154.1 checking whether UID '0' is supported by ustar format... yes [2022-06-29T21:16:39.297Z] #77 154.1 checking whether GID '0' is supported by ustar format... yes [2022-06-29T21:16:39.557Z] #77 154.1 checking how to create a ustar tar archive... gnutar [2022-06-29T21:16:39.557Z] #77 154.3 checking dependency style of gcc... [2022-06-29T21:16:39.557Z] #77 ... [2022-06-29T21:16:39.557Z] [2022-06-29T21:16:39.557Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:16:39.557Z] #60 sha256:ac5acc302c3800de21e736568c6906ecb810f3d35a33f65ba9dbc2f4e47c46e2 [2022-06-29T21:16:39.557Z] #60 19.30 + cd /tmp/tmp.2OH7XMVVnP/src/github.com/opencontainers/runc [2022-06-29T21:16:39.557Z] #60 19.30 + git checkout -q v1.1.2 [2022-06-29T21:16:39.737Z] #77 155.6 checking for issetugid... no [2022-06-29T21:16:39.738Z] #77 156.2 checking for pkg-config... /usr/bin/pkg-config [2022-06-29T21:16:39.738Z] #77 156.2 checking pkg-config is at least version 0.9.0... yes [2022-06-29T21:16:40.497Z] #60 20.00 + '[' -z '' ']' [2022-06-29T21:16:40.497Z] #60 20.01 + target=static [2022-06-29T21:16:40.497Z] #60 20.01 + make BUILDTAGS=seccomp static [2022-06-29T21:16:41.068Z] #60 20.53 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-06-29T21:16:41.127Z] #77 156.2 checking for library containing yajl_tree_get... -lyajl [2022-06-29T21:16:41.127Z] #77 157.4 checking for yajl >= 2.0.0... yes [2022-06-29T21:16:41.127Z] #77 157.5 checking sys/capability.h usability... yes [2022-06-29T21:16:41.389Z] #77 157.7 checking sys/capability.h presence... yes [2022-06-29T21:16:41.389Z] #77 157.8 checking for sys/capability.h... yes [2022-06-29T21:16:41.961Z] #77 157.8 checking for library containing cap_from_name... -lcap [2022-06-29T21:16:43.169Z] #77 158.7 checking for library containing dlopen... -ldl [2022-06-29T21:16:43.182Z] #77 185.4 CCLD libocispec.la [2022-06-29T21:16:43.182Z] #77 185.8 CCLD src/validate [2022-06-29T21:16:43.182Z] #77 185.9 CCLD tests/test-1 [2022-06-29T21:16:43.182Z] #77 185.9 CCLD tests/test-2 [2022-06-29T21:16:43.182Z] #77 185.9 CCLD tests/test-3 [2022-06-29T21:16:43.182Z] #77 185.9 CCLD tests/test-4 [2022-06-29T21:16:43.182Z] #77 186.0 CCLD tests/test-5 [2022-06-29T21:16:43.182Z] #77 186.0 CCLD tests/test-7 [2022-06-29T21:16:43.182Z] #77 186.1 CCLD tests/test-6 [2022-06-29T21:16:43.182Z] #77 186.1 CCLD tests/test-8 [2022-06-29T21:16:43.182Z] #77 186.2 CCLD tests/test-9 [2022-06-29T21:16:43.182Z] #77 186.3 CCLD tests/test-10 [2022-06-29T21:16:43.443Z] #77 186.4 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-06-29T21:16:43.443Z] #77 186.5 CCLD tests/test-11 [2022-06-29T21:16:43.565Z] #19 327.9 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-06-29T21:16:43.565Z] #19 327.9 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-29T21:16:43.565Z] #19 327.9 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-29T21:16:43.565Z] #19 327.9 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-06-29T21:16:43.565Z] #19 327.9 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-06-29T21:16:43.565Z] #19 327.9 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-06-29T21:16:43.565Z] #19 328.1 Selecting previously unselected package libc6-dev-armel-cross. [2022-06-29T21:16:43.565Z] #19 328.1 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-06-29T21:16:43.565Z] #19 328.1 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-06-29T21:16:43.565Z] #19 328.3 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-06-29T21:16:43.565Z] #19 328.3 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:43.565Z] #19 328.3 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-29T21:16:43.565Z] #19 328.5 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-06-29T21:16:43.565Z] #19 328.5 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-06-29T21:16:43.565Z] #19 328.5 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-29T21:16:43.748Z] #77 159.8 checking seccomp.h usability... yes [2022-06-29T21:16:43.748Z] #77 160.1 checking seccomp.h presence... yes [2022-06-29T21:16:43.748Z] #77 160.3 checking for seccomp.h... yes [2022-06-29T21:16:44.322Z] #77 160.3 checking for library containing seccomp_rule_add... -lseccomp [2022-06-29T21:16:44.322Z] #77 161.0 checking for library containing seccomp_arch_resolve_name... none required [2022-06-29T21:16:44.847Z] #77 161.1 checking systemd/sd-bus.h usability... yes [2022-06-29T21:16:45.109Z] #77 161.4 checking systemd/sd-bus.h presence... yes [2022-06-29T21:16:45.109Z] #77 161.6 checking for systemd/sd-bus.h... yes [2022-06-29T21:16:45.162Z] #77 ... [2022-06-29T21:16:45.162Z] [2022-06-29T21:16:45.162Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-29T21:16:45.162Z] #26 sha256:c09e74314362f18f7fd3e05cc8aabcbbe8b098dd36bb588d055ab4037eea3986 [2022-06-29T21:16:45.162Z] #26 260.6 + return [2022-06-29T21:16:45.266Z] #60 ... [2022-06-29T21:16:45.266Z] [2022-06-29T21:16:45.266Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:16:45.266Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:16:45.266Z] #77 154.3 checking dependency style of gcc... gcc3 [2022-06-29T21:16:45.266Z] #77 154.9 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-29T21:16:45.266Z] #77 154.9 checking whether make supports nested variables... (cached) yes [2022-06-29T21:16:45.266Z] #77 154.9 checking for gawk... (cached) mawk [2022-06-29T21:16:45.266Z] #77 154.9 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-29T21:16:45.266Z] #77 154.9 checking for gcc... (cached) gcc [2022-06-29T21:16:45.266Z] #77 155.1 checking whether we are using the GNU C compiler... (cached) yes [2022-06-29T21:16:45.266Z] #77 155.1 checking whether gcc accepts -g... (cached) yes [2022-06-29T21:16:45.266Z] #77 155.1 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-29T21:16:45.266Z] #77 155.1 checking whether gcc understands -c and -o together... (cached) yes [2022-06-29T21:16:45.266Z] #77 155.1 checking for a Python interpreter with version >= 3... python3 [2022-06-29T21:16:45.266Z] #77 155.3 checking for python3... /usr/bin/python3 [2022-06-29T21:16:45.266Z] #77 155.3 checking for python3 version... 3.9 [2022-06-29T21:16:45.266Z] #77 155.5 checking for python3 platform... linux [2022-06-29T21:16:45.266Z] #77 155.6 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-29T21:16:45.266Z] #77 155.9 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-29T21:16:45.266Z] #77 156.3 checking for go-md2man... no [2022-06-29T21:16:45.266Z] #77 156.4 checking error.h usability... yes [2022-06-29T21:16:45.266Z] #77 156.8 checking error.h presence... yes [2022-06-29T21:16:45.266Z] #77 157.0 checking for error.h... yes [2022-06-29T21:16:45.266Z] #77 157.1 checking linux/openat2.h usability... yes [2022-06-29T21:16:45.266Z] #77 157.4 checking linux/openat2.h presence... yes [2022-06-29T21:16:45.266Z] #77 157.5 checking for linux/openat2.h... yes [2022-06-29T21:16:45.266Z] #77 157.7 checking for copy_file_range... yes [2022-06-29T21:16:45.266Z] #77 158.6 checking for fgetxattr... yes [2022-06-29T21:16:45.266Z] #77 159.2 checking for statx... yes [2022-06-29T21:16:45.266Z] #77 159.8 checking for fgetpwent_r... yes [2022-06-29T21:16:45.360Z] #77 188.5 libtool: link: ar cr libocispec.a [2022-06-29T21:16:45.621Z] #77 188.6 libtool: link: ranlib libocispec.a [2022-06-29T21:16:45.684Z] #77 161.6 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-06-29T21:16:45.734Z] #26 DONE 262.6s [2022-06-29T21:16:45.734Z] [2022-06-29T21:16:45.734Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:16:45.734Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-29T21:16:45.734Z] #77 216.8 AR libcrun_testing.a [2022-06-29T21:16:45.734Z] #77 216.8 ar: `u' modifier ignored since `D' is the default (see `U') [2022-06-29T21:16:45.734Z] #77 216.9 CCLD tests/tests_libcrun_utils [2022-06-29T21:16:45.734Z] #77 216.9 CCLD tests/tests_libcrun_fuzzer [2022-06-29T21:16:45.734Z] #77 216.9 CCLD tests/tests_libcrun_errors [2022-06-29T21:16:45.734Z] #77 ... [2022-06-29T21:16:45.734Z] [2022-06-29T21:16:45.734Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:16:45.734Z] #55 sha256:b4112fde20f3c301e6555f609b7dc3a93d26bb370180d9cc6b11d031339a6e20 [2022-06-29T21:16:45.734Z] #55 262.1 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-29T21:16:45.734Z] #55 DONE 263.1s [2022-06-29T21:16:45.734Z] [2022-06-29T21:16:45.734Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:16:45.734Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-29T21:16:45.734Z] #77 217.1 CCLD libcrun.la [2022-06-29T21:16:45.837Z] #77 160.2 checking for issetugid... no [2022-06-29T21:16:45.837Z] #77 160.5 checking for pkg-config... /usr/bin/pkg-config [2022-06-29T21:16:45.837Z] #77 160.5 checking pkg-config is at least version 0.9.0... yes [2022-06-29T21:16:46.208Z] #77 162.3 checking for sd_notify_barrier... yes [2022-06-29T21:16:46.777Z] #77 160.5 checking for library containing yajl_tree_get... -lyajl [2022-06-29T21:16:46.781Z] #77 162.8 checking linux/bpf.h usability... yes [2022-06-29T21:16:46.781Z] #77 163.2 checking linux/bpf.h presence... yes [2022-06-29T21:16:46.781Z] #77 163.3 checking for linux/bpf.h... yes [2022-06-29T21:16:47.008Z] #77 190.0 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-06-29T21:16:47.008Z] #77 190.1 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-29T21:16:47.008Z] #77 190.1 make[5]: Nothing to be done for 'install-data-am'. [2022-06-29T21:16:47.008Z] #77 190.1 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-29T21:16:47.008Z] #77 190.1 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-29T21:16:47.008Z] #77 190.1 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-29T21:16:47.008Z] #77 190.1 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-29T21:16:47.008Z] #77 190.1 make[2]: Entering directory '/tmp/crun-build' [2022-06-29T21:16:47.008Z] #77 190.2 CC src/libcrun/libcrun_testing_a-utils.o [2022-06-29T21:16:47.037Z] #77 161.8 checking for yajl >= 2.0.0... yes [2022-06-29T21:16:47.042Z] #77 163.3 checking compilation for eBPF... yes [2022-06-29T21:16:47.270Z] #77 190.2 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-06-29T21:16:47.270Z] #77 190.2 CC src/libcrun/libcrun_testing_a-container.o [2022-06-29T21:16:47.270Z] #77 190.2 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-06-29T21:16:47.270Z] #77 190.3 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-06-29T21:16:47.270Z] #77 190.3 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-06-29T21:16:47.270Z] #77 190.3 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-06-29T21:16:47.270Z] #77 190.4 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-06-29T21:16:47.270Z] #77 190.4 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-06-29T21:16:47.270Z] #77 190.4 CC src/libcrun/libcrun_testing_a-criu.o [2022-06-29T21:16:47.304Z] #77 163.7 checking for criu >= 3.15... no [2022-06-29T21:16:47.304Z] #77 163.7 configure: CRIU headers not found, building without CRIU support [2022-06-29T21:16:47.304Z] #77 163.7 checking for criu > 3.16... no [2022-06-29T21:16:47.304Z] #77 163.8 configure: CRIU version doesn't support join-ns API [2022-06-29T21:16:47.304Z] #77 163.8 checking for criu > 3.16.1... no [2022-06-29T21:16:47.304Z] #77 163.9 configure: CRIU version doesn't support for pre-dumping [2022-06-29T21:16:47.531Z] #77 190.5 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-06-29T21:16:47.531Z] #77 190.5 CC src/libcrun/libcrun_testing_a-linux.o [2022-06-29T21:16:47.531Z] #77 190.6 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-06-29T21:16:47.531Z] #77 190.6 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-06-29T21:16:47.531Z] #77 190.6 CC src/libcrun/libcrun_testing_a-error.o [2022-06-29T21:16:47.531Z] #77 190.7 CC src/libcrun/libcrun_testing_a-status.o [2022-06-29T21:16:47.606Z] #77 161.9 checking sys/capability.h usability... yes [2022-06-29T21:16:47.606Z] #77 162.3 checking sys/capability.h presence... yes [2022-06-29T21:16:47.653Z] #77 218.7 CCLD crun [2022-06-29T21:16:47.653Z] #77 219.1 make[3]: Entering directory '/tmp/crun-build' [2022-06-29T21:16:47.792Z] #77 190.8 CC src/libcrun/libcrun_testing_a-terminal.o [2022-06-29T21:16:47.792Z] #77 190.8 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-06-29T21:16:47.792Z] #77 191.0 CC src/libcrun/libcrun_testing_a-signals.o [2022-06-29T21:16:47.866Z] #77 162.5 checking for sys/capability.h... yes [2022-06-29T21:16:47.877Z] #77 163.9 checking for new mount API (fsconfig)... yes [2022-06-29T21:16:47.877Z] #77 164.3 checking for seccomp notify API... yes [2022-06-29T21:16:47.914Z] #77 219.3 /bin/mkdir -p '/usr/local/lib' [2022-06-29T21:16:47.914Z] #77 219.3 /bin/mkdir -p '/usr/local/share/man/man1' [2022-06-29T21:16:47.914Z] #77 219.3 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-06-29T21:16:47.914Z] #77 219.3 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-06-29T21:16:47.914Z] #77 219.3 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-06-29T21:16:47.914Z] #77 219.3 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-06-29T21:16:47.914Z] #77 219.4 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-06-29T21:16:47.914Z] #77 219.4 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-06-29T21:16:48.053Z] #77 191.1 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-06-29T21:16:48.053Z] #77 191.2 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-06-29T21:16:48.138Z] #77 164.5 checking for gperf... no [2022-06-29T21:16:48.138Z] #77 164.5 configure: gperf not found - cannot rebuild signal parser code [2022-06-29T21:16:48.175Z] #77 ... [2022-06-29T21:16:48.175Z] [2022-06-29T21:16:48.175Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-29T21:16:48.175Z] #27 sha256:5cca096550fafbc010c7746968b9e211891802846f50f25338443dcbb0fb841b [2022-06-29T21:16:48.175Z] #27 DONE 0.8s [2022-06-29T21:16:48.175Z] [2022-06-29T21:16:48.175Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:16:48.175Z] #77 sha256:20c2f0cf95460a7a37a3077ab2d6ec5254ae4f42f48ebe6f0d31f338e436f9a3 [2022-06-29T21:16:48.175Z] #77 219.7 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib [2022-06-29T21:16:48.175Z] #77 219.7 ---------------------------------------------------------------------- [2022-06-29T21:16:48.175Z] #77 219.7 Libraries have been installed in: [2022-06-29T21:16:48.175Z] #77 219.7 /usr/local/lib [2022-06-29T21:16:48.175Z] #77 219.7 [2022-06-29T21:16:48.175Z] #77 219.7 If you ever happen to want to link against installed libraries [2022-06-29T21:16:48.175Z] #77 219.7 in a given directory, LIBDIR, you must either use libtool, and [2022-06-29T21:16:48.175Z] #77 219.7 specify the full pathname of the library, or use the '-LLIBDIR' [2022-06-29T21:16:48.175Z] #77 219.7 flag during linking and do at least one of the following: [2022-06-29T21:16:48.175Z] #77 219.7 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-06-29T21:16:48.175Z] #77 219.7 during execution [2022-06-29T21:16:48.175Z] #77 219.7 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-06-29T21:16:48.175Z] #77 219.7 during linking [2022-06-29T21:16:48.175Z] #77 219.7 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-06-29T21:16:48.175Z] #77 219.7 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-06-29T21:16:48.175Z] #77 219.7 [2022-06-29T21:16:48.175Z] #77 219.7 See any operating system documentation about shared libraries for [2022-06-29T21:16:48.175Z] #77 219.7 more information, such as the ld(1) and ld.so(8) manual pages. [2022-06-29T21:16:48.175Z] #77 219.7 ---------------------------------------------------------------------- [2022-06-29T21:16:48.175Z] #77 219.7 /bin/mkdir -p '/build' [2022-06-29T21:16:48.175Z] #77 219.7 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-06-29T21:16:48.313Z] #77 191.3 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-06-29T21:16:48.400Z] #77 164.5 checking for library containing argp_parse... [2022-06-29T21:16:48.400Z] #77 ... [2022-06-29T21:16:48.400Z] [2022-06-29T21:16:48.400Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-29T21:16:48.400Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-29T21:16:48.400Z] #34 DONE 243.5s [2022-06-29T21:16:48.400Z] [2022-06-29T21:16:48.400Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:16:48.400Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-29T21:16:48.400Z] #21 14.80 Fetched 8545 kB in 13s (660 kB/s) [2022-06-29T21:16:48.400Z] #21 14.80 Reading package lists... [2022-06-29T21:16:48.400Z] #21 20.15 Reading package lists... [2022-06-29T21:16:48.400Z] #21 ... [2022-06-29T21:16:48.400Z] [2022-06-29T21:16:48.400Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:16:48.400Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:16:48.400Z] #77 164.5 checking for library containing argp_parse... none required [2022-06-29T21:16:48.436Z] #77 162.6 checking for library containing cap_from_name... -lcap [2022-06-29T21:16:48.436Z] #77 219.8 libtool: install: /usr/bin/install -c crun /build/crun [2022-06-29T21:16:48.436Z] #77 219.8 make[3]: Leaving directory '/tmp/crun-build' [2022-06-29T21:16:48.436Z] #77 219.8 make[2]: Leaving directory '/tmp/crun-build' [2022-06-29T21:16:48.436Z] #77 219.8 make[1]: Leaving directory '/tmp/crun-build' [2022-06-29T21:16:48.436Z] #77 163.2 checking for library containing dlopen... [2022-06-29T21:16:48.436Z] #77 ... [2022-06-29T21:16:48.436Z] [2022-06-29T21:16:48.436Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:16:48.436Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-29T21:16:48.436Z] #21 6.176 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:16:48.436Z] #21 8.385 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:16:48.436Z] #21 14.66 Fetched 8545 kB in 13s (671 kB/s) [2022-06-29T21:16:48.574Z] #77 191.5 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-06-29T21:16:48.574Z] #77 191.6 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-06-29T21:16:48.574Z] #77 191.6 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-06-29T21:16:48.574Z] #77 191.7 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-06-29T21:16:48.574Z] #77 191.8 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-06-29T21:16:48.662Z] #77 165.3 checking that generated files are newer than configure... done [2022-06-29T21:16:48.662Z] #77 165.3 configure: creating ./config.status [2022-06-29T21:16:48.808Z] #19 333.0 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-06-29T21:16:48.808Z] #19 333.0 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-06-29T21:16:48.808Z] #19 333.0 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-29T21:16:48.808Z] #19 333.0 Selecting previously unselected package crossbuild-essential-armel. [2022-06-29T21:16:48.808Z] #19 333.0 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-06-29T21:16:48.808Z] #19 333.1 Unpacking crossbuild-essential-armel (12.9) ... [2022-06-29T21:16:48.808Z] #19 333.1 Selecting previously unselected package libc6-armhf-cross. [2022-06-29T21:16:48.808Z] #19 333.1 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-06-29T21:16:48.808Z] #19 333.1 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-06-29T21:16:48.808Z] #19 333.2 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-06-29T21:16:48.808Z] #19 333.2 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:48.808Z] #19 333.2 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-06-29T21:16:48.808Z] #19 333.2 Selecting previously unselected package libgomp1-armhf-cross. [2022-06-29T21:16:48.808Z] #19 333.2 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:48.808Z] #19 333.2 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-06-29T21:16:48.808Z] #19 333.3 Selecting previously unselected package libatomic1-armhf-cross. [2022-06-29T21:16:48.808Z] #19 333.3 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:48.808Z] #19 333.3 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-06-29T21:16:48.808Z] #19 333.4 Selecting previously unselected package libasan6-armhf-cross. [2022-06-29T21:16:48.808Z] #19 333.4 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:48.808Z] #19 333.4 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-06-29T21:16:48.808Z] #19 333.6 Selecting previously unselected package libstdc++6-armhf-cross. [2022-06-29T21:16:48.808Z] #19 333.6 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:48.808Z] #19 333.6 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-06-29T21:16:48.808Z] #19 333.7 Selecting previously unselected package libubsan1-armhf-cross. [2022-06-29T21:16:48.808Z] #19 333.7 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:48.808Z] #19 333.7 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-06-29T21:16:48.808Z] #19 333.8 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-06-29T21:16:48.808Z] #19 333.8 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:48.808Z] #19 333.8 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-29T21:16:48.808Z] #19 333.9 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-06-29T21:16:49.005Z] #21 14.66 Reading package lists... [2022-06-29T21:16:49.005Z] #21 ... [2022-06-29T21:16:49.005Z] [2022-06-29T21:16:49.006Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:16:49.006Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:16:49.006Z] #77 163.2 checking for library containing dlopen... -ldl [2022-06-29T21:16:49.063Z] #19 333.9 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-29T21:16:49.063Z] #19 333.9 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-29T21:16:49.145Z] #77 192.1 CC src/crun-crun.o [2022-06-29T21:16:49.145Z] #77 192.3 CC src/crun-run.o [2022-06-29T21:16:49.406Z] #77 192.4 CC src/crun-delete.o [2022-06-29T21:16:49.406Z] #77 192.6 CC src/crun-kill.o [2022-06-29T21:16:49.406Z] #77 192.6 CC src/crun-pause.o [2022-06-29T21:16:49.576Z] #77 163.9 checking seccomp.h usability... yes [2022-06-29T21:16:49.576Z] #77 164.3 checking seccomp.h presence... yes [2022-06-29T21:16:49.576Z] #77 164.5 checking for seccomp.h... yes [2022-06-29T21:16:49.667Z] #77 192.8 CC src/crun-unpause.o [2022-06-29T21:16:49.821Z] #77 DONE 221.3s [2022-06-29T21:16:49.821Z] [2022-06-29T21:16:49.821Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-29T21:16:49.821Z] #32 sha256:90ad2cd8200706abb456ba78780f5e9dd0207a70d066ef294fec76fc8bbacd68 [2022-06-29T21:16:49.821Z] #32 DONE 1.7s [2022-06-29T21:16:49.821Z] [2022-06-29T21:16:49.821Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-29T21:16:49.821Z] #35 sha256:9e54f3cb01695e808768b2f5f92a0cf8fcb1a07463d54e874abb5ee91a5cde01 [2022-06-29T21:16:49.927Z] #77 193.0 CC src/crun-spec.o [2022-06-29T21:16:49.927Z] #77 193.0 CC src/crun-exec.o [2022-06-29T21:16:50.188Z] #77 193.2 CC src/crun-list.o [2022-06-29T21:16:50.395Z] #35 DONE 0.3s [2022-06-29T21:16:50.395Z] [2022-06-29T21:16:50.395Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:16:50.395Z] #60 sha256:f91445fef201c2ac3d6c287812ad9401a416323d1c2d161a15d19dab09df6d82 [2022-06-29T21:16:50.395Z] #60 154.7 + mkdir -p /build [2022-06-29T21:16:50.395Z] #60 154.7 + cp runc /build/runc [2022-06-29T21:16:50.395Z] #60 DONE 154.9s [2022-06-29T21:16:50.395Z] [2022-06-29T21:16:50.395Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-29T21:16:50.395Z] #37 sha256:7fdf759b819fddb370adfdfd4d2c748b7e30e24a7e0fdd0e2b785e1600914293 [2022-06-29T21:16:50.448Z] #77 193.4 CC src/crun-create.o [2022-06-29T21:16:50.448Z] #77 193.5 CC src/crun-start.o [2022-06-29T21:16:50.515Z] #77 164.5 checking for library containing seccomp_rule_add... -lseccomp [2022-06-29T21:16:50.515Z] #77 165.3 checking for library containing seccomp_arch_resolve_name... none required [2022-06-29T21:16:50.709Z] #77 193.8 CC src/crun-state.o [2022-06-29T21:16:50.709Z] #77 193.9 CC src/crun-update.o [2022-06-29T21:16:50.775Z] #77 165.5 checking systemd/sd-bus.h usability... yes [2022-06-29T21:16:50.968Z] #37 DONE 0.6s [2022-06-29T21:16:50.968Z] [2022-06-29T21:16:50.968Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-29T21:16:50.968Z] #39 sha256:5df88b14d9ae3401aac7b2f69b78d48c6e3cb74c8f230ce56b546de7a713cd00 [2022-06-29T21:16:50.968Z] #39 DONE 0.2s [2022-06-29T21:16:50.968Z] [2022-06-29T21:16:50.968Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:16:50.968Z] #64 sha256:6b48fbae9549dca484874d56148079b251dc8c0b1728c9fe64782e3248d05f12 [2022-06-29T21:16:51.229Z] #64 ... [2022-06-29T21:16:51.229Z] [2022-06-29T21:16:51.229Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-29T21:16:51.229Z] #41 sha256:6e78a34246e5188fe1148438f105ce93f4af947e5f535f797d633c5b022c46dc [2022-06-29T21:16:51.280Z] #77 194.2 CC src/crun-ps.o [2022-06-29T21:16:51.280Z] #77 194.4 CC src/crun-checkpoint.o [2022-06-29T21:16:51.295Z] #77 165.8 checking systemd/sd-bus.h presence... yes [2022-06-29T21:16:51.295Z] #77 166.0 checking for systemd/sd-bus.h... yes [2022-06-29T21:16:51.490Z] #41 DONE 0.1s [2022-06-29T21:16:51.490Z] [2022-06-29T21:16:51.490Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-29T21:16:51.490Z] #45 sha256:5113f430b2d7f92fa59fccd8686554581f0d000f3ee6f3c8f6b06a4440874f8b [2022-06-29T21:16:51.490Z] #45 DONE 0.2s [2022-06-29T21:16:51.490Z] [2022-06-29T21:16:51.490Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:16:51.490Z] #64 sha256:6b48fbae9549dca484874d56148079b251dc8c0b1728c9fe64782e3248d05f12 [2022-06-29T21:16:51.541Z] #77 194.6 CC src/crun-restore.o [2022-06-29T21:16:51.541Z] #77 194.8 CC src/libcrun/libcrun_la-utils.lo [2022-06-29T21:16:51.752Z] #64 ... [2022-06-29T21:16:51.752Z] [2022-06-29T21:16:51.752Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-29T21:16:51.752Z] #48 sha256:9de5b61a86de0eb7b83bf0a28bfc4e554568059c6b3605f557a705e4d79f7652 [2022-06-29T21:16:51.868Z] #77 166.0 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-06-29T21:16:52.013Z] #48 DONE 0.5s [2022-06-29T21:16:52.013Z] [2022-06-29T21:16:52.013Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-29T21:16:52.013Z] #52 sha256:ab14a568cb6aee1cb9bf039f7ac018e4b34e5a19b85f7179e104cc333f99cf26 [2022-06-29T21:16:52.013Z] #52 DONE 0.1s [2022-06-29T21:16:52.013Z] [2022-06-29T21:16:52.013Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:16:52.013Z] #64 sha256:6b48fbae9549dca484874d56148079b251dc8c0b1728c9fe64782e3248d05f12 [2022-06-29T21:16:52.113Z] #77 195.0 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-06-29T21:16:52.113Z] #77 195.1 CC src/libcrun/libcrun_la-container.lo [2022-06-29T21:16:52.129Z] #77 166.8 checking for sd_notify_barrier... yes [2022-06-29T21:16:52.275Z] #64 ... [2022-06-29T21:16:52.275Z] [2022-06-29T21:16:52.275Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-29T21:16:52.275Z] #54 sha256:488ec438afb1aaa5e80565c5e8f416e58e32e38b9f9413f0211447fa93837d6f [2022-06-29T21:16:52.275Z] #54 DONE 0.2s [2022-06-29T21:16:52.275Z] [2022-06-29T21:16:52.275Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-29T21:16:52.275Z] #56 sha256:71574f751c6bba284537f5ffa2639821883470548e492d5b9cf0f1083f045876 [2022-06-29T21:16:52.374Z] #77 195.3 CC src/libcrun/libcrun_la-cgroup.lo [2022-06-29T21:16:52.374Z] #77 195.4 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-06-29T21:16:52.636Z] #77 195.7 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-06-29T21:16:52.650Z] #77 167.2 checking linux/bpf.h usability... yes [2022-06-29T21:16:52.650Z] #77 167.5 checking linux/bpf.h presence... yes [2022-06-29T21:16:52.883Z] #77 169.5 config.status: creating Makefile [2022-06-29T21:16:52.896Z] #77 196.0 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-06-29T21:16:52.909Z] #77 167.6 checking for linux/bpf.h... yes [2022-06-29T21:16:52.909Z] #77 167.6 checking compilation for eBPF... yes [2022-06-29T21:16:53.145Z] #77 169.7 config.status: creating rpm/crun.spec [2022-06-29T21:16:53.145Z] #77 169.8 config.status: creating config.h [2022-06-29T21:16:53.157Z] #77 196.2 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-06-29T21:16:53.169Z] #77 167.9 checking for criu >= 3.15... no [2022-06-29T21:16:53.169Z] #77 168.0 configure: CRIU headers not found, building without CRIU support [2022-06-29T21:16:53.169Z] #77 168.0 checking for criu > 3.16... no [2022-06-29T21:16:53.169Z] #77 168.0 configure: CRIU version doesn't support join-ns API [2022-06-29T21:16:53.169Z] #77 168.0 checking for criu > 3.16.1... no [2022-06-29T21:16:53.169Z] #77 168.1 configure: CRIU version doesn't support for pre-dumping [2022-06-29T21:16:53.407Z] #77 169.9 config.status: executing libtool commands [2022-06-29T21:16:53.407Z] #77 169.9 config.status: executing depfiles commands [2022-06-29T21:16:53.417Z] #77 196.4 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-06-29T21:16:53.428Z] #77 168.1 checking for new mount API (fsconfig)... yes [2022-06-29T21:16:53.428Z] #77 168.2 checking for seccomp notify API... yes [2022-06-29T21:16:53.428Z] #77 168.4 checking for gperf... no [2022-06-29T21:16:53.428Z] #77 168.4 configure: gperf not found - cannot rebuild signal parser code [2022-06-29T21:16:53.662Z] #56 DONE 1.0s [2022-06-29T21:16:53.662Z] [2022-06-29T21:16:53.662Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-29T21:16:53.662Z] #58 sha256:6f6143c3ded60655c289d4fdb44f6ac8f27ae402402629120629fca9d1784406 [2022-06-29T21:16:53.662Z] #58 DONE 0.1s [2022-06-29T21:16:53.662Z] [2022-06-29T21:16:53.662Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-29T21:16:53.662Z] #61 sha256:3d817f43241c2b7c88e2c64b147e33b10c277f4dcecbbda35fbbee64d809cb19 [2022-06-29T21:16:53.677Z] #77 196.6 CC src/libcrun/libcrun_la-criu.lo [2022-06-29T21:16:53.688Z] #77 168.4 checking for library containing argp_parse... none required [2022-06-29T21:16:53.923Z] #61 DONE 0.4s [2022-06-29T21:16:53.923Z] [2022-06-29T21:16:53.923Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:16:53.923Z] #64 sha256:6b48fbae9549dca484874d56148079b251dc8c0b1728c9fe64782e3248d05f12 [2022-06-29T21:16:53.938Z] #77 196.9 CC src/libcrun/libcrun_la-custom-handler.lo [2022-06-29T21:16:53.938Z] #77 197.1 CC src/libcrun/libcrun_la-linux.lo [2022-06-29T21:16:54.208Z] #77 169.0 checking that generated files are newer than configure... done [2022-06-29T21:16:54.208Z] #77 169.0 configure: creating ./config.status [2022-06-29T21:16:54.269Z] #77 197.3 CC src/libcrun/libcrun_la-seccomp.lo [2022-06-29T21:16:54.318Z] #19 339.0 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-06-29T21:16:54.318Z] #19 339.0 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-29T21:16:54.318Z] #19 339.0 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-29T21:16:54.318Z] #19 339.3 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-06-29T21:16:54.574Z] #19 339.3 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-06-29T21:16:54.574Z] #19 339.5 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-06-29T21:16:54.865Z] #64 236.7 + bin/containerd [2022-06-29T21:16:55.242Z] #77 198.3 CC src/libcrun/libcrun_la-ebpf.lo [2022-06-29T21:16:55.415Z] #77 ... [2022-06-29T21:16:55.415Z] [2022-06-29T21:16:55.415Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-29T21:16:55.415Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-29T21:16:55.415Z] #36 250.5 Delve is a source level debugger for Go programs. [2022-06-29T21:16:55.415Z] #36 250.5 [2022-06-29T21:16:55.415Z] #36 250.5 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-29T21:16:55.415Z] #36 250.5 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-29T21:16:55.415Z] #36 250.5 [2022-06-29T21:16:55.415Z] #36 250.5 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-29T21:16:55.415Z] #36 250.5 [2022-06-29T21:16:55.415Z] #36 250.5 Pass flags to the program you are debugging using `--`, for example: [2022-06-29T21:16:55.415Z] #36 250.5 [2022-06-29T21:16:55.415Z] #36 250.5 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-29T21:16:55.415Z] #36 250.5 [2022-06-29T21:16:55.415Z] #36 250.5 Usage: [2022-06-29T21:16:55.415Z] #36 250.5 dlv [command] [2022-06-29T21:16:55.415Z] #36 250.5 [2022-06-29T21:16:55.415Z] #36 250.5 Available Commands: [2022-06-29T21:16:55.415Z] #36 250.5 attach Attach to running process and begin debugging. [2022-06-29T21:16:55.415Z] #36 250.5 connect Connect to a headless debug server with a terminal client. [2022-06-29T21:16:55.415Z] #36 250.5 core Examine a core dump. [2022-06-29T21:16:55.415Z] #36 250.5 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-29T21:16:55.415Z] #36 250.5 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-29T21:16:55.415Z] #36 250.5 exec Execute a precompiled binary, and begin a debug session. [2022-06-29T21:16:55.415Z] #36 250.5 help Help about any command [2022-06-29T21:16:55.415Z] #36 250.5 run Deprecated command. Use 'debug' instead. [2022-06-29T21:16:55.415Z] #36 250.5 test Compile test binary and begin debugging program. [2022-06-29T21:16:55.415Z] #36 250.5 trace Compile and begin tracing program. [2022-06-29T21:16:55.415Z] #36 250.5 version Prints version. [2022-06-29T21:16:55.415Z] #36 250.5 [2022-06-29T21:16:55.415Z] #36 250.5 Flags: [2022-06-29T21:16:55.415Z] #36 250.5 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-29T21:16:55.415Z] #36 250.5 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-29T21:16:55.415Z] #36 250.5 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-29T21:16:55.415Z] #36 250.5 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-29T21:16:55.415Z] #36 250.5 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-29T21:16:55.415Z] #36 250.5 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-29T21:16:55.415Z] #36 250.5 --disable-aslr Disables address space randomization [2022-06-29T21:16:55.415Z] #36 250.5 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-29T21:16:55.415Z] #36 250.5 -h, --help help for dlv [2022-06-29T21:16:55.415Z] #36 250.5 --init string Init file, executed by the terminal client. [2022-06-29T21:16:55.415Z] #36 250.5 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-29T21:16:55.415Z] #36 250.5 --log Enable debugging server logging. [2022-06-29T21:16:55.415Z] #36 250.5 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-29T21:16:55.415Z] #36 250.5 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-29T21:16:55.415Z] #36 250.5 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-29T21:16:55.415Z] #36 250.5 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-29T21:16:55.415Z] #36 250.5 --wd string Working directory for running the program. [2022-06-29T21:16:55.415Z] #36 250.5 [2022-06-29T21:16:55.415Z] #36 250.5 Additional help topics: [2022-06-29T21:16:55.415Z] #36 250.5 dlv backend Help about the --backend flag. [2022-06-29T21:16:55.415Z] #36 250.5 dlv log Help about logging flags. [2022-06-29T21:16:55.415Z] #36 250.5 dlv redirect Help about file redirection. [2022-06-29T21:16:55.415Z] #36 250.5 [2022-06-29T21:16:55.415Z] #36 250.5 Use "dlv [command] --help" for more information about a command. [2022-06-29T21:16:55.415Z] #36 DONE 250.8s [2022-06-29T21:16:55.415Z] [2022-06-29T21:16:55.415Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:16:55.415Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:16:55.415Z] #77 172.0 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-06-29T21:16:55.415Z] #77 172.0 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-29T21:16:55.543Z] #19 340.5 Selecting previously unselected package libc6-dev-armhf-cross. [2022-06-29T21:16:55.543Z] #19 340.5 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-06-29T21:16:55.799Z] #19 340.7 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-06-29T21:16:55.826Z] #77 198.8 CC src/libcrun/libcrun_la-error.lo [2022-06-29T21:16:56.003Z] #77 172.4 checking for gcc... gcc [2022-06-29T21:16:56.397Z] #77 199.5 CC src/libcrun/libcrun_la-terminal.lo [2022-06-29T21:16:56.397Z] #77 ... [2022-06-29T21:16:56.397Z] [2022-06-29T21:16:56.397Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-29T21:16:56.397Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-29T21:16:56.397Z] #47 243.6 + dpkg --print-architecture [2022-06-29T21:16:56.397Z] #47 243.6 + git checkout -q v2.1.0 [2022-06-29T21:16:56.397Z] #47 244.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-29T21:16:56.397Z] #47 244.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-29T21:16:56.397Z] #47 ... [2022-06-29T21:16:56.397Z] [2022-06-29T21:16:56.397Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:16:56.397Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:16:56.397Z] #77 199.5 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-06-29T21:16:56.397Z] #77 199.5 CC src/libcrun/libcrun_la-status.lo [2022-06-29T21:16:56.578Z] #77 172.5 checking whether the C compiler works... yes [2022-06-29T21:16:56.579Z] #77 172.9 checking for C compiler default output file name... a.out [2022-06-29T21:16:56.579Z] #77 172.9 checking for suffix of executables... [2022-06-29T21:16:56.658Z] #77 199.7 CC src/libcrun/libcrun_la-signals.lo [2022-06-29T21:16:56.658Z] #77 199.9 CC src/libcrun/libcrun_la-mount_flags.lo [2022-06-29T21:16:56.792Z] #77 ... [2022-06-29T21:16:56.792Z] [2022-06-29T21:16:56.792Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-06-29T21:16:56.792Z] #34 sha256:57cac5213fcae21efe2ad5a79653c7a528cb8df1cf3213bf5251221ef169603e [2022-06-29T21:16:56.792Z] #34 DONE 252.1s [2022-06-29T21:16:56.792Z] [2022-06-29T21:16:56.792Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:16:56.792Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-29T21:16:56.792Z] #21 14.66 Reading package lists... [2022-06-29T21:16:56.840Z] #77 173.2 checking whether we are cross compiling... no [2022-06-29T21:16:57.103Z] #77 173.5 checking for suffix of object files... o [2022-06-29T21:16:57.207Z] #19 341.9 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-06-29T21:16:57.207Z] #19 341.9 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:16:57.207Z] #19 342.1 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-29T21:16:57.229Z] #77 200.2 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-06-29T21:16:57.229Z] #77 200.3 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-06-29T21:16:57.365Z] #77 173.7 checking whether we are using the GNU C compiler... yes [2022-06-29T21:16:57.463Z] #19 342.4 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-06-29T21:16:57.627Z] #77 173.9 checking whether gcc accepts -g... yes [2022-06-29T21:16:57.720Z] #19 342.4 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-06-29T21:16:57.720Z] #19 342.5 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-29T21:16:57.800Z] #77 200.6 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-06-29T21:16:57.800Z] #77 200.8 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-06-29T21:16:57.890Z] #77 174.0 checking for gcc option to accept ISO C89... none needed [2022-06-29T21:16:58.060Z] #77 201.1 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-06-29T21:16:58.160Z] #77 174.4 checking whether gcc understands -c and -o together... yes [2022-06-29T21:16:58.174Z] #21 20.17 Reading package lists... [2022-06-29T21:16:58.321Z] #77 201.3 CC tests/init.o [2022-06-29T21:16:58.423Z] #77 174.7 checking how to run the C preprocessor... gcc -E [2022-06-29T21:16:58.423Z] #77 175.0 checking for grep that handles long lines and -e... /bin/grep [2022-06-29T21:16:58.423Z] #77 175.0 checking for egrep... /bin/grep -E [2022-06-29T21:16:58.742Z] #21 25.91 Building dependency tree... [2022-06-29T21:16:58.742Z] #21 ... [2022-06-29T21:16:58.742Z] [2022-06-29T21:16:58.742Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:16:58.742Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:16:58.742Z] #77 173.5 config.status: creating Makefile [2022-06-29T21:16:58.742Z] #77 173.7 config.status: creating rpm/crun.spec [2022-06-29T21:16:59.001Z] #77 174.0 config.status: creating config.h [2022-06-29T21:16:59.260Z] #77 174.1 config.status: executing libtool commands [2022-06-29T21:16:59.260Z] #77 174.3 config.status: executing depfiles commands [2022-06-29T21:16:59.370Z] #77 175.0 checking for ANSI C header files... yes [2022-06-29T21:16:59.631Z] #77 175.9 checking for sys/types.h... yes [2022-06-29T21:16:59.892Z] #77 176.2 checking for sys/stat.h... yes [2022-06-29T21:17:00.233Z] #77 203.4 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-06-29T21:17:00.414Z] #77 176.6 checking for stdlib.h... yes [2022-06-29T21:17:00.676Z] #77 176.9 checking for string.h... yes [2022-06-29T21:17:00.676Z] #77 177.2 checking for memory.h... [2022-06-29T21:17:00.676Z] #77 ... [2022-06-29T21:17:00.676Z] [2022-06-29T21:17:00.676Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:17:00.676Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-29T21:17:00.676Z] #21 20.15 Reading package lists... [2022-06-29T21:17:00.676Z] #21 24.44 Building dependency tree... [2022-06-29T21:17:00.676Z] #21 26.83 The following additional packages will be installed: [2022-06-29T21:17:00.676Z] #21 26.83 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-29T21:17:00.676Z] #21 26.83 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-29T21:17:00.676Z] #21 26.83 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-29T21:17:00.676Z] #21 26.84 python3-pkg-resources vim-runtime xxd [2022-06-29T21:17:00.676Z] #21 26.85 Suggested packages: [2022-06-29T21:17:00.676Z] #21 26.85 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-29T21:17:00.676Z] #21 26.85 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-29T21:17:00.676Z] #21 26.85 acl attr quota [2022-06-29T21:17:00.676Z] #21 26.86 Recommended packages: [2022-06-29T21:17:00.676Z] #21 26.86 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-29T21:17:00.676Z] #21 29.25 The following NEW packages will be installed: [2022-06-29T21:17:00.676Z] #21 29.25 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-29T21:17:00.676Z] #21 29.25 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-29T21:17:00.676Z] #21 29.25 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-29T21:17:00.676Z] #21 29.25 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2 [2022-06-29T21:17:00.676Z] #21 29.26 net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3 [2022-06-29T21:17:00.676Z] #21 29.26 python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-29T21:17:00.676Z] #21 29.26 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-29T21:17:00.676Z] #21 29.26 xz-utils zip zstd [2022-06-29T21:17:00.676Z] #21 29.70 0 upgraded, 49 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:17:00.676Z] #21 29.70 Need to get 27.7 MB of archives. [2022-06-29T21:17:00.676Z] #21 29.70 After this operation, 106 MB of additional disk space will be used. [2022-06-29T21:17:00.676Z] #21 29.70 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-29T21:17:00.676Z] #21 29.72 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-29T21:17:00.676Z] #21 29.72 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-29T21:17:00.676Z] #21 29.73 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-29T21:17:00.676Z] #21 29.73 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-29T21:17:00.676Z] #21 29.73 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-29T21:17:00.676Z] #21 29.73 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-29T21:17:00.676Z] #21 29.74 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-29T21:17:00.676Z] #21 29.77 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-29T21:17:00.676Z] #21 29.78 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-29T21:17:00.676Z] #21 29.78 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-29T21:17:00.676Z] #21 29.81 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-29T21:17:00.676Z] #21 29.81 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-06-29T21:17:00.676Z] #21 29.81 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-29T21:17:00.676Z] #21 29.85 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-29T21:17:00.676Z] #21 29.87 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-29T21:17:00.676Z] #21 29.89 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-29T21:17:00.676Z] #21 29.89 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-29T21:17:00.676Z] #21 29.89 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-29T21:17:00.676Z] #21 29.89 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-29T21:17:00.676Z] #21 29.89 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-29T21:17:00.676Z] #21 29.92 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-29T21:17:00.676Z] #21 29.95 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-29T21:17:00.676Z] #21 29.95 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-29T21:17:00.676Z] #21 29.96 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-29T21:17:00.676Z] #21 29.96 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-29T21:17:00.676Z] #21 29.96 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-29T21:17:00.676Z] #21 30.40 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-29T21:17:00.676Z] #21 30.41 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-29T21:17:00.676Z] #21 30.41 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-29T21:17:00.676Z] #21 30.41 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-29T21:17:00.676Z] #21 30.41 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-29T21:17:00.676Z] #21 30.41 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-29T21:17:00.676Z] #21 30.43 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-29T21:17:00.676Z] #21 30.45 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-06-29T21:17:00.676Z] #21 30.56 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-29T21:17:00.676Z] #21 30.56 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-29T21:17:00.676Z] #21 30.56 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-29T21:17:00.676Z] #21 30.59 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-29T21:17:00.676Z] #21 30.60 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-29T21:17:00.676Z] #21 30.60 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-29T21:17:00.676Z] #21 30.61 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-29T21:17:00.676Z] #21 30.65 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-29T21:17:00.676Z] #21 30.67 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-29T21:17:00.676Z] #21 30.68 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-06-29T21:17:00.676Z] #21 30.94 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-29T21:17:00.676Z] #21 31.01 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-29T21:17:00.676Z] #21 31.04 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-29T21:17:00.676Z] #21 31.05 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-29T21:17:00.676Z] #21 31.93 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:17:00.676Z] #21 32.14 Fetched 27.7 MB in 2s (16.2 MB/s) [2022-06-29T21:17:00.676Z] #21 32.23 Selecting previously unselected package pigz. [2022-06-29T21:17:00.676Z] #21 32.23 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24019 files and directories currently installed.) [2022-06-29T21:17:00.676Z] #21 32.34 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-29T21:17:00.676Z] #21 32.36 Unpacking pigz (2.6-1) ... [2022-06-29T21:17:00.676Z] #21 32.48 Selecting previously unselected package libelf1:amd64. [2022-06-29T21:17:00.676Z] #21 32.49 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-29T21:17:00.676Z] #21 32.50 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-29T21:17:00.676Z] #21 32.68 Selecting previously unselected package libbpf0:amd64. [2022-06-29T21:17:00.676Z] #21 32.68 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-29T21:17:00.676Z] #21 32.68 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-29T21:17:00.676Z] #21 32.79 Selecting previously unselected package libcap2:amd64. [2022-06-29T21:17:00.676Z] #21 32.80 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-29T21:17:00.676Z] #21 32.80 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-29T21:17:00.676Z] #21 32.90 Selecting previously unselected package libmnl0:amd64. [2022-06-29T21:17:00.676Z] #21 32.92 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-29T21:17:00.676Z] #21 32.93 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-29T21:17:00.676Z] #21 33.02 Selecting previously unselected package libxtables12:amd64. [2022-06-29T21:17:00.676Z] #21 33.03 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-29T21:17:00.676Z] #21 33.03 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-29T21:17:00.676Z] #21 33.14 Selecting previously unselected package libcap2-bin. [2022-06-29T21:17:00.676Z] #21 33.16 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-29T21:17:00.676Z] #21 33.17 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-29T21:17:00.676Z] #21 33.27 Selecting previously unselected package iproute2. [2022-06-29T21:17:00.676Z] #21 33.28 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-29T21:17:00.676Z] #21 33.28 Unpacking iproute2 (5.10.0-4) ... [2022-06-29T21:17:00.676Z] #21 33.93 Selecting previously unselected package xxd. [2022-06-29T21:17:00.676Z] #21 33.95 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-29T21:17:00.676Z] #21 33.95 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:17:00.676Z] #21 34.12 Selecting previously unselected package vim-common. [2022-06-29T21:17:00.676Z] #21 34.13 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-29T21:17:00.676Z] #21 34.16 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:17:00.938Z] #21 ... [2022-06-29T21:17:00.938Z] [2022-06-29T21:17:00.938Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:17:00.938Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:17:00.938Z] #77 177.2 checking for memory.h... yes [2022-06-29T21:17:01.200Z] #77 177.5 checking for strings.h... yes [2022-06-29T21:17:01.462Z] #77 177.8 checking for inttypes.h... yes [2022-06-29T21:17:01.725Z] #77 178.2 checking for stdint.h... yes [2022-06-29T21:17:01.987Z] #77 178.4 checking for unistd.h... yes [2022-06-29T21:17:02.553Z] #77 177.4 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-06-29T21:17:02.561Z] #77 178.7 checking minix/config.h usability... no [2022-06-29T21:17:02.561Z] #77 178.9 checking minix/config.h presence... no [2022-06-29T21:17:02.561Z] #77 179.1 checking for minix/config.h... no [2022-06-29T21:17:02.811Z] #77 177.5 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-29T21:17:02.823Z] #77 179.1 checking whether it is safe to define __EXTENSIONS__... yes [2022-06-29T21:17:02.977Z] #19 347.0 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-06-29T21:17:02.977Z] #19 347.0 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-06-29T21:17:02.977Z] #19 347.0 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-29T21:17:02.977Z] #19 347.0 Selecting previously unselected package crossbuild-essential-armhf. [2022-06-29T21:17:02.977Z] #19 347.1 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-06-29T21:17:02.977Z] #19 347.1 Unpacking crossbuild-essential-armhf (12.9) ... [2022-06-29T21:17:02.977Z] #19 347.1 Selecting previously unselected package libc6-ppc64el-cross. [2022-06-29T21:17:02.977Z] #19 347.1 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-06-29T21:17:02.977Z] #19 347.1 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-06-29T21:17:02.977Z] #19 347.3 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-06-29T21:17:02.977Z] #19 347.3 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:17:02.977Z] #19 347.3 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:02.977Z] #19 347.3 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-06-29T21:17:02.977Z] #19 347.3 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:17:02.977Z] #19 347.3 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:02.977Z] #19 347.3 Selecting previously unselected package libitm1-ppc64el-cross. [2022-06-29T21:17:02.977Z] #19 347.3 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:17:02.977Z] #19 347.4 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:02.977Z] #19 347.4 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-06-29T21:17:02.977Z] #19 347.4 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:17:02.977Z] #19 347.4 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:02.977Z] #19 347.4 Selecting previously unselected package libasan6-ppc64el-cross. [2022-06-29T21:17:02.977Z] #19 347.4 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:17:02.977Z] #19 347.4 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:02.977Z] #19 347.7 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-06-29T21:17:02.977Z] #19 347.7 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:17:02.977Z] #19 347.7 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:02.977Z] #19 347.8 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-06-29T21:17:02.977Z] #19 347.8 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:17:02.977Z] #19 347.8 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:03.070Z] #77 ... [2022-06-29T21:17:03.071Z] [2022-06-29T21:17:03.071Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help [2022-06-29T21:17:03.071Z] #36 sha256:aec3dd14936618fb2a135ddc87a5e49c50d6ccdde651790049db64c19515ec8e [2022-06-29T21:17:03.071Z] #36 258.4 Delve is a source level debugger for Go programs. [2022-06-29T21:17:03.071Z] #36 258.4 [2022-06-29T21:17:03.071Z] #36 258.4 Delve enables you to interact with your program by controlling the execution of the process, [2022-06-29T21:17:03.071Z] #36 258.4 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-06-29T21:17:03.071Z] #36 258.4 [2022-06-29T21:17:03.071Z] #36 258.4 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-06-29T21:17:03.071Z] #36 258.4 [2022-06-29T21:17:03.071Z] #36 258.4 Pass flags to the program you are debugging using `--`, for example: [2022-06-29T21:17:03.071Z] #36 258.4 [2022-06-29T21:17:03.071Z] #36 258.4 `dlv exec ./hello -- server --config conf/config.toml` [2022-06-29T21:17:03.071Z] #36 258.4 [2022-06-29T21:17:03.071Z] #36 258.4 Usage: [2022-06-29T21:17:03.071Z] #36 258.4 dlv [command] [2022-06-29T21:17:03.071Z] #36 258.4 [2022-06-29T21:17:03.071Z] #36 258.4 Available Commands: [2022-06-29T21:17:03.071Z] #36 258.4 attach Attach to running process and begin debugging. [2022-06-29T21:17:03.071Z] #36 258.4 connect Connect to a headless debug server with a terminal client. [2022-06-29T21:17:03.071Z] #36 258.4 core Examine a core dump. [2022-06-29T21:17:03.071Z] #36 258.4 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-06-29T21:17:03.071Z] #36 258.4 debug Compile and begin debugging main package in current directory, or the package specified. [2022-06-29T21:17:03.071Z] #36 258.4 exec Execute a precompiled binary, and begin a debug session. [2022-06-29T21:17:03.071Z] #36 258.4 help Help about any command [2022-06-29T21:17:03.071Z] #36 258.4 run Deprecated command. Use 'debug' instead. [2022-06-29T21:17:03.071Z] #36 258.4 test Compile test binary and begin debugging program. [2022-06-29T21:17:03.071Z] #36 258.4 trace Compile and begin tracing program. [2022-06-29T21:17:03.071Z] #36 258.4 version Prints version. [2022-06-29T21:17:03.071Z] #36 258.4 [2022-06-29T21:17:03.071Z] #36 258.4 Flags: [2022-06-29T21:17:03.071Z] #36 258.4 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-06-29T21:17:03.071Z] #36 258.4 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-06-29T21:17:03.071Z] #36 258.4 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-06-29T21:17:03.071Z] #36 258.4 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-06-29T21:17:03.071Z] #36 258.4 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-06-29T21:17:03.071Z] #36 258.4 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-06-29T21:17:03.071Z] #36 258.4 --disable-aslr Disables address space randomization [2022-06-29T21:17:03.071Z] #36 258.4 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-06-29T21:17:03.071Z] #36 258.4 -h, --help help for dlv [2022-06-29T21:17:03.071Z] #36 258.4 --init string Init file, executed by the terminal client. [2022-06-29T21:17:03.071Z] #36 258.4 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-06-29T21:17:03.071Z] #36 258.4 --log Enable debugging server logging. [2022-06-29T21:17:03.071Z] #36 258.4 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-06-29T21:17:03.071Z] #36 258.4 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-06-29T21:17:03.071Z] #36 258.4 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-06-29T21:17:03.071Z] #36 258.4 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-06-29T21:17:03.071Z] #36 258.4 --wd string Working directory for running the program. [2022-06-29T21:17:03.071Z] #36 258.4 [2022-06-29T21:17:03.071Z] #36 258.4 Additional help topics: [2022-06-29T21:17:03.071Z] #36 258.4 dlv backend Help about the --backend flag. [2022-06-29T21:17:03.071Z] #36 258.4 dlv log Help about logging flags. [2022-06-29T21:17:03.071Z] #36 258.4 dlv redirect Help about file redirection. [2022-06-29T21:17:03.071Z] #36 258.4 [2022-06-29T21:17:03.071Z] #36 258.4 Use "dlv [command] --help" for more information about a command. [2022-06-29T21:17:03.071Z] #36 DONE 258.6s [2022-06-29T21:17:03.071Z] [2022-06-29T21:17:03.071Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:17:03.071Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-29T21:17:03.071Z] #21 25.91 Building dependency tree... [2022-06-29T21:17:03.071Z] #21 28.80 The following additional packages will be installed: [2022-06-29T21:17:03.071Z] #21 28.80 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-29T21:17:03.071Z] #21 28.80 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-06-29T21:17:03.071Z] #21 28.80 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-29T21:17:03.071Z] #21 28.81 python3-pkg-resources vim-runtime xxd [2022-06-29T21:17:03.071Z] #21 28.81 Suggested packages: [2022-06-29T21:17:03.071Z] #21 28.81 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-06-29T21:17:03.071Z] #21 28.81 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-06-29T21:17:03.071Z] #21 28.81 acl attr quota [2022-06-29T21:17:03.071Z] #21 28.81 Recommended packages: [2022-06-29T21:17:03.071Z] #21 28.81 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-29T21:17:03.234Z] #19 348.0 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-06-29T21:17:03.234Z] #19 348.0 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:17:03.234Z] #19 348.0 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:03.234Z] #19 348.1 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-06-29T21:17:03.234Z] #19 348.1 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:17:03.234Z] #19 348.1 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:03.234Z] #19 348.2 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-06-29T21:17:03.397Z] #77 179.4 checking build system type... x86_64-pc-linux-gnu [2022-06-29T21:17:03.397Z] #77 180.0 checking host system type... x86_64-pc-linux-gnu [2022-06-29T21:17:03.397Z] #77 180.0 checking how to print strings... printf [2022-06-29T21:17:03.397Z] #77 180.0 checking for a sed that does not truncate output... /bin/sed [2022-06-29T21:17:03.491Z] #19 348.2 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:17:03.491Z] #19 348.2 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:03.491Z] #19 348.3 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-06-29T21:17:03.491Z] #19 348.3 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:17:03.491Z] #19 348.3 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:03.491Z] #19 348.5 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-06-29T21:17:03.491Z] #19 348.5 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-29T21:17:03.643Z] #21 31.22 The following NEW packages will be installed: [2022-06-29T21:17:03.643Z] #21 31.22 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-06-29T21:17:03.643Z] #21 31.22 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-06-29T21:17:03.643Z] #21 31.22 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-06-29T21:17:03.643Z] #21 31.22 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2 [2022-06-29T21:17:03.643Z] #21 31.22 net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3 [2022-06-29T21:17:03.643Z] #21 31.22 python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo [2022-06-29T21:17:03.643Z] #21 31.22 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-06-29T21:17:03.643Z] #21 31.22 xz-utils zip zstd [2022-06-29T21:17:03.660Z] #77 180.1 checking for fgrep... /bin/grep -F [2022-06-29T21:17:03.660Z] #77 180.2 checking for ld used by gcc... /usr/bin/ld [2022-06-29T21:17:03.660Z] #77 180.2 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-29T21:17:03.660Z] #77 180.3 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-29T21:17:03.748Z] #19 348.5 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-29T21:17:03.902Z] #21 31.64 0 upgraded, 49 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:17:03.902Z] #21 31.64 Need to get 27.7 MB of archives. [2022-06-29T21:17:03.902Z] #21 31.64 After this operation, 106 MB of additional disk space will be used. [2022-06-29T21:17:03.902Z] #21 31.64 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-29T21:17:03.902Z] #21 31.67 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-29T21:17:03.902Z] #21 31.67 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-29T21:17:03.902Z] #21 31.68 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-29T21:17:03.902Z] #21 31.68 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-29T21:17:03.902Z] #21 31.68 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-29T21:17:03.902Z] #21 31.68 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-29T21:17:03.902Z] #21 31.70 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-29T21:17:04.161Z] #21 31.75 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-29T21:17:04.161Z] #21 31.76 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-29T21:17:04.161Z] #21 31.77 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-29T21:17:04.161Z] #21 31.79 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-06-29T21:17:04.161Z] #21 31.80 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB] [2022-06-29T21:17:04.161Z] #21 31.80 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-29T21:17:04.161Z] #21 31.85 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-29T21:17:04.161Z] #21 31.87 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-29T21:17:04.161Z] #21 31.87 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-29T21:17:04.161Z] #21 31.87 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-29T21:17:04.161Z] #21 31.87 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-29T21:17:04.161Z] #21 31.89 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-29T21:17:04.161Z] #21 31.89 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-29T21:17:04.161Z] #21 31.90 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-29T21:17:04.161Z] #21 31.93 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-29T21:17:04.161Z] #21 31.94 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-29T21:17:04.161Z] #21 31.95 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-29T21:17:04.161Z] #21 31.97 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-29T21:17:04.161Z] #21 31.97 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-06-29T21:17:04.185Z] #77 180.4 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-29T21:17:04.185Z] #77 180.6 checking whether ln -s works... yes [2022-06-29T21:17:04.185Z] #77 180.6 checking the maximum length of command line arguments... 1572864 [2022-06-29T21:17:04.185Z] #77 180.7 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-29T21:17:04.185Z] #77 180.7 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-29T21:17:04.185Z] #77 180.7 checking for /usr/bin/ld option to reload object files... -r [2022-06-29T21:17:04.185Z] #77 180.7 checking for objdump... objdump [2022-06-29T21:17:04.185Z] #77 180.7 checking how to recognize dependent libraries... pass_all [2022-06-29T21:17:04.185Z] #77 180.7 checking for dlltool... no [2022-06-29T21:17:04.185Z] #77 180.7 checking how to associate runtime and link libraries... printf %s\n [2022-06-29T21:17:04.185Z] #77 180.7 checking for ar... ar [2022-06-29T21:17:04.447Z] #77 180.7 checking for archiver @FILE support... @ [2022-06-29T21:17:04.447Z] #77 181.0 checking for strip... strip [2022-06-29T21:17:04.447Z] #77 181.0 checking for ranlib... ranlib [2022-06-29T21:17:04.447Z] #77 181.0 checking for gawk... no [2022-06-29T21:17:04.447Z] #77 181.0 checking for mawk... mawk [2022-06-29T21:17:04.731Z] #21 32.50 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-29T21:17:04.731Z] #21 32.50 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-29T21:17:04.731Z] #21 32.50 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-29T21:17:04.731Z] #21 32.50 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-29T21:17:04.731Z] #21 32.50 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-29T21:17:04.731Z] #21 32.50 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-29T21:17:04.731Z] #21 32.55 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-06-29T21:17:04.731Z] #21 32.55 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-06-29T21:17:04.991Z] #21 32.63 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-29T21:17:04.991Z] #21 32.63 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-29T21:17:04.991Z] #21 32.64 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-29T21:17:04.991Z] #21 32.64 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-29T21:17:04.991Z] #21 32.69 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-29T21:17:04.991Z] #21 32.69 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-29T21:17:04.991Z] #21 32.69 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-29T21:17:05.022Z] #77 181.0 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-29T21:17:05.251Z] #21 32.72 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-29T21:17:05.251Z] #21 32.76 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-29T21:17:05.251Z] #21 32.77 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-06-29T21:17:05.285Z] #77 181.7 checking for sysroot... no [2022-06-29T21:17:05.285Z] #77 181.7 checking for a working dd... /bin/dd [2022-06-29T21:17:05.285Z] #77 181.7 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-29T21:17:05.285Z] #77 181.8 checking for mt... no [2022-06-29T21:17:05.285Z] #77 181.8 checking if : is a manifest tool... no [2022-06-29T21:17:05.511Z] #21 33.15 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-29T21:17:05.511Z] #21 33.20 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-29T21:17:05.511Z] #21 33.25 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-29T21:17:05.511Z] #21 33.25 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-29T21:17:05.547Z] #77 181.8 checking for dlfcn.h... yes [2022-06-29T21:17:05.547Z] #77 182.1 checking for objdir... .libs [2022-06-29T21:17:06.121Z] #77 182.6 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-29T21:17:06.121Z] #77 182.8 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-29T21:17:06.696Z] #77 182.8 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-29T21:17:06.891Z] #21 34.40 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:17:06.891Z] #21 34.65 Fetched 27.7 MB in 2s (13.7 MB/s) [2022-06-29T21:17:06.959Z] #77 183.0 checking if gcc static flag -static works... yes [2022-06-29T21:17:07.151Z] #21 34.81 Selecting previously unselected package pigz. [2022-06-29T21:17:07.222Z] #77 183.5 checking if gcc supports -c -o file.o... yes [2022-06-29T21:17:07.222Z] #77 183.8 checking if gcc supports -c -o file.o... (cached) yes [2022-06-29T21:17:07.222Z] #77 183.8 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-29T21:17:07.411Z] #21 34.81 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24019 files and directories currently installed.) [2022-06-29T21:17:07.411Z] #21 35.03 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-29T21:17:07.411Z] #21 35.06 Unpacking pigz (2.6-1) ... [2022-06-29T21:17:07.671Z] #21 35.25 Selecting previously unselected package libelf1:amd64. [2022-06-29T21:17:07.671Z] #21 35.26 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-29T21:17:07.671Z] #21 35.27 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-29T21:17:07.931Z] #21 35.67 Selecting previously unselected package libbpf0:amd64. [2022-06-29T21:17:07.931Z] #21 35.67 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-29T21:17:07.931Z] #21 35.68 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-29T21:17:08.059Z] #77 183.9 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-29T21:17:08.059Z] #77 184.6 checking how to hardcode library paths into programs... immediate [2022-06-29T21:17:08.059Z] #77 184.6 checking whether stripping libraries is possible... yes [2022-06-29T21:17:08.059Z] #77 184.6 checking if libtool supports shared libraries... yes [2022-06-29T21:17:08.059Z] #77 184.6 checking whether to build shared libraries... no [2022-06-29T21:17:08.059Z] #77 184.6 checking whether to build static libraries... yes [2022-06-29T21:17:08.059Z] #77 184.6 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-29T21:17:08.059Z] #77 184.7 checking whether build environment is sane... yes [2022-06-29T21:17:08.191Z] #21 35.85 Selecting previously unselected package libcap2:amd64. [2022-06-29T21:17:08.191Z] #21 35.85 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-29T21:17:08.191Z] #21 35.86 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-29T21:17:08.321Z] #77 184.8 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-29T21:17:08.321Z] #77 184.8 checking whether make sets $(MAKE)... yes [2022-06-29T21:17:08.321Z] #77 184.8 checking whether make supports the include directive... yes (GNU style) [2022-06-29T21:17:08.321Z] #77 184.9 checking whether make supports nested variables... yes [2022-06-29T21:17:08.450Z] #21 36.12 Selecting previously unselected package libmnl0:amd64. [2022-06-29T21:17:08.450Z] #21 36.14 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-29T21:17:08.450Z] #21 36.16 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-29T21:17:08.584Z] #77 185.0 checking whether UID '0' is supported by ustar format... yes [2022-06-29T21:17:08.584Z] #77 185.0 checking whether GID '0' is supported by ustar format... yes [2022-06-29T21:17:08.584Z] #77 185.0 checking how to create a ustar tar archive... gnutar [2022-06-29T21:17:08.710Z] #21 36.35 Selecting previously unselected package libxtables12:amd64. [2022-06-29T21:17:08.710Z] #21 36.35 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-29T21:17:08.710Z] #21 36.36 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-29T21:17:08.846Z] #77 185.1 checking dependency style of gcc... gcc3 [2022-06-29T21:17:08.847Z] #77 185.5 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-29T21:17:08.847Z] #77 185.5 checking whether make supports nested variables... (cached) yes [2022-06-29T21:17:08.847Z] #77 185.5 checking for pkg-config... /usr/bin/pkg-config [2022-06-29T21:17:08.847Z] #77 185.5 checking pkg-config is at least version 0.9.0... yes [2022-06-29T21:17:08.847Z] #77 185.5 checking for yajl >= 2.1.0... yes [2022-06-29T21:17:08.970Z] #21 36.64 Selecting previously unselected package libcap2-bin. [2022-06-29T21:17:08.971Z] #21 36.64 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-29T21:17:08.971Z] #21 36.65 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-29T21:17:09.007Z] #19 353.2 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-06-29T21:17:09.007Z] #19 353.2 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-29T21:17:09.007Z] #19 353.2 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-29T21:17:09.007Z] #19 353.2 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-06-29T21:17:09.007Z] #19 353.2 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-06-29T21:17:09.007Z] #19 353.2 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-06-29T21:17:09.007Z] #19 353.4 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-06-29T21:17:09.007Z] #19 353.4 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-06-29T21:17:09.007Z] #19 353.4 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-06-29T21:17:09.007Z] #19 353.7 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-06-29T21:17:09.007Z] #19 353.7 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:17:09.007Z] #19 353.7 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:09.109Z] #77 185.6 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-29T21:17:09.109Z] #77 185.6 checking for gcc... (cached) gcc [2022-06-29T21:17:09.109Z] #77 185.7 checking whether we are using the GNU C compiler... (cached) yes [2022-06-29T21:17:09.109Z] #77 185.7 checking whether gcc accepts -g... (cached) yes [2022-06-29T21:17:09.109Z] #77 185.7 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-29T21:17:09.109Z] #77 185.7 checking whether gcc understands -c and -o together... (cached) yes [2022-06-29T21:17:09.231Z] #21 36.88 Selecting previously unselected package iproute2. [2022-06-29T21:17:09.231Z] #21 36.88 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-29T21:17:09.231Z] #21 36.89 Unpacking iproute2 (5.10.0-4) ... [2022-06-29T21:17:09.263Z] #19 354.2 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-06-29T21:17:09.263Z] #19 354.2 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-29T21:17:09.263Z] #19 354.2 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-29T21:17:09.371Z] #77 185.7 checking for a Python interpreter with version >= 3... python3 [2022-06-29T21:17:09.372Z] #77 185.8 checking for python3... /usr/bin/python3 [2022-06-29T21:17:09.372Z] #77 185.8 checking for python3 version... 3.9 [2022-06-29T21:17:09.372Z] #77 185.9 checking for python3 platform... linux [2022-06-29T21:17:09.634Z] #77 185.9 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-29T21:17:09.897Z] #77 186.2 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-29T21:17:10.159Z] #77 186.7 checking that generated files are newer than configure... done [2022-06-29T21:17:10.159Z] #77 186.7 configure: creating ./config.status [2022-06-29T21:17:10.612Z] #21 38.00 Selecting previously unselected package xxd. [2022-06-29T21:17:10.612Z] #21 38.01 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-29T21:17:10.612Z] #21 38.02 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:17:10.612Z] #21 38.34 Selecting previously unselected package vim-common. [2022-06-29T21:17:10.612Z] #21 38.34 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-29T21:17:10.612Z] #21 38.39 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:17:11.105Z] #77 ... [2022-06-29T21:17:11.106Z] [2022-06-29T21:17:11.106Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:17:11.106Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-29T21:17:11.106Z] #21 34.66 Selecting previously unselected package bash-completion. [2022-06-29T21:17:11.106Z] #21 34.67 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-29T21:17:11.106Z] #21 40.12 Unpacking bash-completion (1:2.11-2) ... [2022-06-29T21:17:11.106Z] #21 40.65 Selecting previously unselected package bzip2. [2022-06-29T21:17:11.106Z] #21 40.66 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-06-29T21:17:11.106Z] #21 40.68 Unpacking bzip2 (1.0.8-4) ... [2022-06-29T21:17:11.106Z] #21 40.91 Selecting previously unselected package xz-utils. [2022-06-29T21:17:11.106Z] #21 40.91 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-29T21:17:11.106Z] #21 40.94 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-29T21:17:11.106Z] #21 41.32 Selecting previously unselected package apparmor. [2022-06-29T21:17:11.106Z] #21 41.34 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-06-29T21:17:11.106Z] #21 41.48 Unpacking apparmor (2.13.6-10) ... [2022-06-29T21:17:11.106Z] #21 42.34 Selecting previously unselected package inetutils-ping. [2022-06-29T21:17:11.106Z] #21 42.37 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-29T21:17:11.106Z] #21 42.37 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-29T21:17:11.106Z] #21 42.54 Selecting previously unselected package libip4tc2:amd64. [2022-06-29T21:17:11.106Z] #21 42.55 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-29T21:17:11.106Z] #21 42.56 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-29T21:17:11.106Z] #21 42.67 Selecting previously unselected package libip6tc2:amd64. [2022-06-29T21:17:11.106Z] #21 42.67 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-29T21:17:11.106Z] #21 42.68 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-29T21:17:11.106Z] #21 42.84 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-29T21:17:11.106Z] #21 42.85 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-29T21:17:11.106Z] #21 42.85 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-29T21:17:11.106Z] #21 42.92 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-29T21:17:11.106Z] #21 42.92 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-29T21:17:11.106Z] #21 42.94 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-29T21:17:11.106Z] #21 43.06 Selecting previously unselected package libnftnl11:amd64. [2022-06-29T21:17:11.106Z] #21 43.06 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-29T21:17:11.106Z] #21 43.08 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-29T21:17:11.106Z] #21 43.36 Selecting previously unselected package iptables. [2022-06-29T21:17:11.106Z] #21 43.37 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-06-29T21:17:11.106Z] #21 43.38 Unpacking iptables (1.8.7-1) ... [2022-06-29T21:17:11.106Z] #21 43.99 Selecting previously unselected package libonig5:amd64. [2022-06-29T21:17:11.106Z] #21 43.99 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-29T21:17:11.106Z] #21 44.00 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-29T21:17:11.106Z] #21 44.22 Selecting previously unselected package libjq1:amd64. [2022-06-29T21:17:11.106Z] #21 44.26 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-06-29T21:17:11.106Z] #21 44.27 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-29T21:17:11.106Z] #21 44.59 Selecting previously unselected package jq. [2022-06-29T21:17:11.106Z] #21 44.59 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-06-29T21:17:11.106Z] #21 44.64 Unpacking jq (1.6-2.1) ... [2022-06-29T21:17:11.106Z] #21 44.88 Selecting previously unselected package libaio1:amd64. [2022-06-29T21:17:11.106Z] #21 44.89 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-06-29T21:17:11.106Z] #21 44.90 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-29T21:17:11.183Z] #21 38.81 Selecting previously unselected package bash-completion. [2022-06-29T21:17:11.183Z] #21 38.81 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-29T21:17:11.368Z] #21 45.12 Selecting previously unselected package libgpm2:amd64. [2022-06-29T21:17:11.368Z] #21 45.12 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-06-29T21:17:11.368Z] #21 45.13 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-29T21:17:11.630Z] #21 45.29 Selecting previously unselected package libicu67:amd64. [2022-06-29T21:17:11.630Z] #21 45.29 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-06-29T21:17:11.630Z] #21 45.30 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-29T21:17:11.752Z] #21 ... [2022-06-29T21:17:11.752Z] [2022-06-29T21:17:11.752Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:17:11.752Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:17:11.752Z] #77 178.3 checking for gcc... gcc [2022-06-29T21:17:11.752Z] #77 178.6 checking whether the C compiler works... yes [2022-06-29T21:17:11.752Z] #77 178.9 checking for C compiler default output file name... a.out [2022-06-29T21:17:11.752Z] #77 178.9 checking for suffix of executables... [2022-06-29T21:17:11.752Z] #77 179.4 checking whether we are cross compiling... no [2022-06-29T21:17:11.752Z] #77 179.9 checking for suffix of object files... o [2022-06-29T21:17:11.752Z] #77 180.2 checking whether we are using the GNU C compiler... yes [2022-06-29T21:17:11.752Z] #77 180.3 checking whether gcc accepts -g... yes [2022-06-29T21:17:11.752Z] #77 180.4 checking for gcc option to accept ISO C89... none needed [2022-06-29T21:17:11.752Z] #77 180.6 checking whether gcc understands -c and -o together... yes [2022-06-29T21:17:11.752Z] #77 180.9 checking how to run the C preprocessor... gcc -E [2022-06-29T21:17:11.752Z] #77 181.3 checking for grep that handles long lines and -e... /bin/grep [2022-06-29T21:17:11.752Z] #77 181.4 checking for egrep... /bin/grep -E [2022-06-29T21:17:11.752Z] #77 181.4 checking for ANSI C header files... yes [2022-06-29T21:17:11.752Z] #77 182.2 checking for sys/types.h... yes [2022-06-29T21:17:11.752Z] #77 182.6 checking for sys/stat.h... yes [2022-06-29T21:17:11.752Z] #77 182.9 checking for stdlib.h... yes [2022-06-29T21:17:11.752Z] #77 183.1 checking for string.h... yes [2022-06-29T21:17:11.752Z] #77 183.5 checking for memory.h... yes [2022-06-29T21:17:11.752Z] #77 183.9 checking for strings.h... yes [2022-06-29T21:17:11.752Z] #77 184.3 checking for inttypes.h... yes [2022-06-29T21:17:11.752Z] #77 184.5 checking for stdint.h... yes [2022-06-29T21:17:11.752Z] #77 184.7 checking for unistd.h... yes [2022-06-29T21:17:11.752Z] #77 185.0 checking minix/config.h usability... no [2022-06-29T21:17:11.752Z] #77 185.2 checking minix/config.h presence... no [2022-06-29T21:17:11.752Z] #77 185.3 checking for minix/config.h... no [2022-06-29T21:17:11.752Z] #77 185.4 checking whether it is safe to define __EXTENSIONS__... yes [2022-06-29T21:17:11.752Z] #77 185.7 checking build system type... x86_64-pc-linux-gnu [2022-06-29T21:17:11.752Z] #77 186.5 checking host system type... x86_64-pc-linux-gnu [2022-06-29T21:17:11.752Z] #77 186.5 checking how to print strings... printf [2022-06-29T21:17:11.752Z] #77 186.5 checking for a sed that does not truncate output... /bin/sed [2022-06-29T21:17:11.752Z] #77 186.6 checking for fgrep... /bin/grep -F [2022-06-29T21:17:11.752Z] #77 186.6 checking for ld used by gcc... /usr/bin/ld [2022-06-29T21:17:11.752Z] #77 186.7 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-29T21:17:12.012Z] #77 186.7 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-29T21:17:12.012Z] #77 186.8 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-29T21:17:12.012Z] #77 187.0 checking whether ln -s works... yes [2022-06-29T21:17:12.272Z] #77 187.0 checking the maximum length of command line arguments... 1572864 [2022-06-29T21:17:12.272Z] #77 187.1 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-29T21:17:12.272Z] #77 187.1 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-29T21:17:12.272Z] #77 187.1 checking for /usr/bin/ld option to reload object files... -r [2022-06-29T21:17:12.272Z] #77 187.1 checking for objdump... objdump [2022-06-29T21:17:12.272Z] #77 187.1 checking how to recognize dependent libraries... pass_all [2022-06-29T21:17:12.272Z] #77 187.1 checking for dlltool... no [2022-06-29T21:17:12.272Z] #77 187.1 checking how to associate runtime and link libraries... printf %s\n [2022-06-29T21:17:12.272Z] #77 187.1 checking for ar... ar [2022-06-29T21:17:12.532Z] #77 187.1 checking for archiver @FILE support... @ [2022-06-29T21:17:12.532Z] #77 187.4 checking for strip... strip [2022-06-29T21:17:12.532Z] #77 187.4 checking for ranlib... ranlib [2022-06-29T21:17:12.532Z] #77 187.4 checking for gawk... no [2022-06-29T21:17:12.532Z] #77 187.4 checking for mawk... mawk [2022-06-29T21:17:13.104Z] #77 187.4 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-29T21:17:13.104Z] #77 187.9 checking for sysroot... no [2022-06-29T21:17:13.104Z] #77 187.9 checking for a working dd... /bin/dd [2022-06-29T21:17:13.104Z] #77 187.9 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-29T21:17:13.104Z] #77 187.9 checking for mt... no [2022-06-29T21:17:13.104Z] #77 187.9 checking if : is a manifest tool... no [2022-06-29T21:17:13.104Z] #77 188.0 checking for dlfcn.h... yes [2022-06-29T21:17:13.364Z] #77 188.1 checking for objdir... .libs [2022-06-29T21:17:14.198Z] #77 188.5 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-29T21:17:14.198Z] #77 188.9 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-29T21:17:14.198Z] #77 188.9 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-29T21:17:14.504Z] #19 358.6 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-06-29T21:17:14.504Z] #19 358.6 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-29T21:17:14.504Z] #19 358.6 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-29T21:17:14.504Z] #19 358.6 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-06-29T21:17:14.504Z] #19 358.6 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-06-29T21:17:14.504Z] #19 358.6 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-06-29T21:17:14.504Z] #19 358.6 Selecting previously unselected package libc6-s390x-cross. [2022-06-29T21:17:14.504Z] #19 358.6 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-06-29T21:17:14.504Z] #19 358.6 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-06-29T21:17:14.504Z] #19 358.8 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-06-29T21:17:14.504Z] #19 358.8 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:17:14.504Z] #19 358.8 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-06-29T21:17:14.504Z] #19 358.8 Selecting previously unselected package libgomp1-s390x-cross. [2022-06-29T21:17:14.504Z] #19 358.8 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:17:14.504Z] #19 358.8 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-06-29T21:17:14.504Z] #19 358.9 Selecting previously unselected package libitm1-s390x-cross. [2022-06-29T21:17:14.504Z] #19 358.9 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:17:14.504Z] #19 358.9 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-06-29T21:17:14.504Z] #19 358.9 Selecting previously unselected package libatomic1-s390x-cross. [2022-06-29T21:17:14.504Z] #19 358.9 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:17:14.504Z] #19 358.9 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-06-29T21:17:14.504Z] #19 358.9 Selecting previously unselected package libasan6-s390x-cross. [2022-06-29T21:17:14.504Z] #19 358.9 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:17:14.504Z] #19 359.0 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-06-29T21:17:14.504Z] #19 359.2 Selecting previously unselected package libstdc++6-s390x-cross. [2022-06-29T21:17:14.504Z] #19 359.2 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:17:14.504Z] #19 359.2 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-06-29T21:17:14.504Z] #19 359.3 Selecting previously unselected package libubsan1-s390x-cross. [2022-06-29T21:17:14.504Z] #19 359.3 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:17:14.504Z] #19 359.3 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-06-29T21:17:14.504Z] #19 359.4 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-06-29T21:17:14.504Z] #19 359.4 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:17:14.504Z] #19 359.4 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-29T21:17:14.504Z] #19 359.5 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-06-29T21:17:14.760Z] #19 359.5 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-29T21:17:14.760Z] #19 359.5 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-29T21:17:14.768Z] #77 189.1 checking if gcc static flag -static works... yes [2022-06-29T21:17:14.944Z] #21 ... [2022-06-29T21:17:14.944Z] [2022-06-29T21:17:14.944Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:17:14.944Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:17:14.944Z] #77 191.3 config.status: creating Makefile [2022-06-29T21:17:14.944Z] #77 191.4 config.status: creating config.h [2022-06-29T21:17:14.944Z] #77 191.5 config.status: executing libtool commands [2022-06-29T21:17:14.944Z] #77 191.5 config.status: executing depfiles commands [2022-06-29T21:17:15.337Z] #77 189.7 checking if gcc supports -c -o file.o... yes [2022-06-29T21:17:15.337Z] #77 190.0 checking if gcc supports -c -o file.o... (cached) yes [2022-06-29T21:17:15.337Z] #77 190.0 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-29T21:17:15.337Z] #77 190.1 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-29T21:17:15.337Z] #77 190.4 checking how to hardcode library paths into programs... immediate [2022-06-29T21:17:15.337Z] #77 190.4 checking whether stripping libraries is possible... yes [2022-06-29T21:17:15.337Z] #77 190.4 checking if libtool supports shared libraries... yes [2022-06-29T21:17:15.337Z] #77 190.4 checking whether to build shared libraries... no [2022-06-29T21:17:15.337Z] #77 190.4 checking whether to build static libraries... yes [2022-06-29T21:17:15.337Z] #77 190.4 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-29T21:17:15.597Z] #77 190.4 checking whether build environment is sane... yes [2022-06-29T21:17:15.597Z] #77 190.5 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-29T21:17:15.597Z] #77 190.5 checking whether make sets $(MAKE)... yes [2022-06-29T21:17:15.857Z] #77 190.6 checking whether make supports the include directive... yes (GNU style) [2022-06-29T21:17:15.857Z] #77 190.7 checking whether make supports nested variables... yes [2022-06-29T21:17:15.857Z] #77 190.8 checking whether UID '0' is supported by ustar format... yes [2022-06-29T21:17:15.857Z] #77 190.8 checking whether GID '0' is supported by ustar format... yes [2022-06-29T21:17:15.890Z] #77 192.5 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-06-29T21:17:16.116Z] #77 190.8 checking how to create a ustar tar archive... gnutar [2022-06-29T21:17:16.153Z] #77 192.6 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-29T21:17:16.687Z] #77 191.0 checking dependency style of gcc... gcc3 [2022-06-29T21:17:16.687Z] #77 191.4 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-29T21:17:16.687Z] #77 191.4 checking whether make supports nested variables... (cached) yes [2022-06-29T21:17:16.687Z] #77 191.4 checking for pkg-config... /usr/bin/pkg-config [2022-06-29T21:17:16.687Z] #77 191.4 checking pkg-config is at least version 0.9.0... yes [2022-06-29T21:17:16.687Z] #77 191.5 checking for yajl >= 2.1.0... yes [2022-06-29T21:17:16.687Z] #77 191.6 checking for a sed that does not truncate output... (cached) /bin/sed [2022-06-29T21:17:16.687Z] #77 191.6 checking for gcc... (cached) gcc [2022-06-29T21:17:16.947Z] #77 191.7 checking whether we are using the GNU C compiler... (cached) yes [2022-06-29T21:17:16.947Z] #77 191.7 checking whether gcc accepts -g... (cached) yes [2022-06-29T21:17:16.947Z] #77 191.7 checking for gcc option to accept ISO C89... (cached) none needed [2022-06-29T21:17:16.947Z] #77 191.7 checking whether gcc understands -c and -o together... (cached) yes [2022-06-29T21:17:16.947Z] #77 191.7 checking for a Python interpreter with version >= 3... python3 [2022-06-29T21:17:16.947Z] #77 191.8 checking for python3... /usr/bin/python3 [2022-06-29T21:17:16.947Z] #77 191.8 checking for python3 version... 3.9 [2022-06-29T21:17:16.947Z] #77 191.8 checking for python3 platform... linux [2022-06-29T21:17:17.099Z] #77 193.5 checking for gcc... gcc [2022-06-29T21:17:17.207Z] #77 192.0 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-06-29T21:17:17.467Z] #77 192.2 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-06-29T21:17:17.625Z] #77 193.7 checking whether the C compiler works... yes [2022-06-29T21:17:17.625Z] #77 194.1 checking for C compiler default output file name... a.out [2022-06-29T21:17:17.888Z] #77 194.1 checking for suffix of executables... [2022-06-29T21:17:17.888Z] #77 194.3 checking whether we are cross compiling... no [2022-06-29T21:17:17.888Z] #77 194.5 checking for suffix of object files... o [2022-06-29T21:17:18.037Z] #77 192.9 checking that generated files are newer than configure... done [2022-06-29T21:17:18.037Z] #77 192.9 configure: creating ./config.status [2022-06-29T21:17:18.150Z] #77 194.6 checking whether we are using the GNU C compiler... yes [2022-06-29T21:17:18.150Z] #77 194.8 checking whether gcc accepts -g... yes [2022-06-29T21:17:18.369Z] #77 ... [2022-06-29T21:17:18.369Z] [2022-06-29T21:17:18.369Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-29T21:17:18.369Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-29T21:17:18.369Z] #47 DONE 273.0s [2022-06-29T21:17:18.369Z] [2022-06-29T21:17:18.369Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:17:18.369Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:17:18.369Z] #77 ... [2022-06-29T21:17:18.369Z] [2022-06-29T21:17:18.369Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-29T21:17:18.369Z] #48 sha256:fbb14d0bfb3609569526b7f8f83414b66c1604bf0bd82e990c7803764cffde6c [2022-06-29T21:17:18.413Z] #77 194.9 checking for gcc option to accept ISO C89... none needed [2022-06-29T21:17:18.413Z] #77 195.0 checking whether gcc understands -c and -o together... yes [2022-06-29T21:17:18.675Z] #77 195.1 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-29T21:17:18.675Z] #77 195.2 checking whether build environment is sane... yes [2022-06-29T21:17:18.675Z] #77 195.2 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-29T21:17:18.675Z] #77 195.2 checking for gawk... no [2022-06-29T21:17:18.675Z] #77 195.2 checking for mawk... mawk [2022-06-29T21:17:18.675Z] #77 195.3 checking whether make sets $(MAKE)... yes [2022-06-29T21:17:18.930Z] #19 363.8 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-06-29T21:17:18.930Z] #19 363.8 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-29T21:17:18.930Z] #19 363.8 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-29T21:17:18.930Z] #19 363.9 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-06-29T21:17:18.930Z] #19 363.9 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-06-29T21:17:18.930Z] #19 363.9 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-06-29T21:17:18.937Z] #77 195.3 checking whether make supports the include directive... yes (GNU style) [2022-06-29T21:17:18.937Z] #77 195.4 checking whether make supports nested variables... yes [2022-06-29T21:17:18.943Z] #48 DONE 0.6s [2022-06-29T21:17:18.943Z] [2022-06-29T21:17:18.943Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-29T21:17:18.943Z] #52 sha256:eafff86f9e1ea7ab3534f10d39b3eabfcb23824bbdd6cb829460792cc826dd09 [2022-06-29T21:17:18.943Z] #52 DONE 0.2s [2022-06-29T21:17:18.943Z] [2022-06-29T21:17:18.943Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-29T21:17:18.943Z] #54 sha256:bf234aba14ab5a965f9a723896d1b69d860277a7c27d395d46713075b5f8beaa [2022-06-29T21:17:18.981Z] #77 ... [2022-06-29T21:17:18.981Z] [2022-06-29T21:17:18.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-06-29T21:17:18.981Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-29T21:17:18.981Z] #21 43.48 Unpacking bash-completion (1:2.11-2) ... [2022-06-29T21:17:18.981Z] #21 44.32 Selecting previously unselected package bzip2. [2022-06-29T21:17:18.981Z] #21 44.34 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-06-29T21:17:18.981Z] #21 44.35 Unpacking bzip2 (1.0.8-4) ... [2022-06-29T21:17:18.981Z] #21 44.67 Selecting previously unselected package xz-utils. [2022-06-29T21:17:18.981Z] #21 44.68 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ... [2022-06-29T21:17:18.981Z] #21 44.68 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-29T21:17:18.981Z] #21 45.39 Selecting previously unselected package apparmor. [2022-06-29T21:17:18.981Z] #21 45.39 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-06-29T21:17:18.981Z] #21 45.57 Unpacking apparmor (2.13.6-10) ... [2022-06-29T21:17:18.981Z] #21 46.13 Selecting previously unselected package inetutils-ping. [2022-06-29T21:17:18.981Z] #21 46.15 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-29T21:17:18.981Z] #21 46.16 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-29T21:17:18.981Z] #21 46.35 Selecting previously unselected package libip4tc2:amd64. [2022-06-29T21:17:18.981Z] #21 46.36 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-29T21:17:18.981Z] #21 46.37 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-29T21:17:18.981Z] #21 46.45 Selecting previously unselected package libip6tc2:amd64. [2022-06-29T21:17:18.981Z] #21 46.46 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-29T21:17:18.981Z] #21 46.46 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-29T21:17:18.981Z] #21 46.52 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-29T21:17:18.981Z] #21 46.52 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-29T21:17:18.981Z] #21 46.53 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-29T21:17:18.981Z] #21 46.63 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-29T21:17:18.981Z] #21 46.64 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-29T21:17:18.981Z] #21 46.66 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-29T21:17:19.186Z] #19 364.1 Selecting previously unselected package libc6-dev-s390x-cross. [2022-06-29T21:17:19.186Z] #19 364.1 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-06-29T21:17:19.186Z] #19 364.1 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-06-29T21:17:19.199Z] #77 195.5 checking whether UID '0' is supported by ustar format... yes [2022-06-29T21:17:19.200Z] #77 195.5 checking whether GID '0' is supported by ustar format... yes [2022-06-29T21:17:19.200Z] #77 195.5 checking how to create a ustar tar archive... gnutar [2022-06-29T21:17:19.204Z] #54 DONE 0.2s [2022-06-29T21:17:19.204Z] [2022-06-29T21:17:19.204Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:17:19.204Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:17:19.204Z] #77 221.8 CCLD tests/init [2022-06-29T21:17:19.241Z] #21 46.98 Selecting previously unselected package libnftnl11:amd64. [2022-06-29T21:17:19.241Z] #21 46.99 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-29T21:17:19.241Z] #21 47.02 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-29T21:17:19.442Z] #19 364.3 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-06-29T21:17:19.442Z] #19 364.3 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-06-29T21:17:19.442Z] #19 364.3 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-29T21:17:19.442Z] #19 364.5 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-06-29T21:17:19.462Z] #77 195.8 checking dependency style of gcc... gcc3 [2022-06-29T21:17:19.499Z] #21 47.09 Selecting previously unselected package iptables. [2022-06-29T21:17:19.499Z] #21 47.09 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-06-29T21:17:19.499Z] #21 47.10 Unpacking iptables (1.8.7-1) ... [2022-06-29T21:17:19.699Z] #19 364.6 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-06-29T21:17:19.699Z] #19 364.6 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-29T21:17:19.726Z] #77 196.1 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-29T21:17:19.726Z] #77 196.1 checking whether make supports nested variables... (cached) yes [2022-06-29T21:17:20.438Z] #21 47.94 Selecting previously unselected package libonig5:amd64. [2022-06-29T21:17:20.438Z] #21 47.94 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-29T21:17:20.438Z] #21 47.96 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-29T21:17:20.676Z] #77 196.3 checking build system type... x86_64-pc-linux-gnu [2022-06-29T21:17:20.676Z] #77 196.9 checking host system type... x86_64-pc-linux-gnu [2022-06-29T21:17:20.676Z] #77 196.9 checking how to print strings... printf [2022-06-29T21:17:20.676Z] #77 197.0 checking for a sed that does not truncate output... /bin/sed [2022-06-29T21:17:20.676Z] #77 197.0 checking for grep that handles long lines and -e... /bin/grep [2022-06-29T21:17:20.676Z] #77 197.0 checking for egrep... /bin/grep -E [2022-06-29T21:17:20.676Z] #77 197.0 checking for fgrep... /bin/grep -F [2022-06-29T21:17:20.676Z] #77 197.0 checking for ld used by gcc... /usr/bin/ld [2022-06-29T21:17:20.676Z] #77 197.1 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-29T21:17:20.676Z] #77 197.1 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-29T21:17:20.676Z] #77 197.1 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-29T21:17:20.676Z] #77 197.3 checking whether ln -s works... yes [2022-06-29T21:17:20.676Z] #77 197.3 checking the maximum length of command line arguments... 1572864 [2022-06-29T21:17:20.698Z] #21 48.30 Selecting previously unselected package libjq1:amd64. [2022-06-29T21:17:20.698Z] #21 48.30 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-06-29T21:17:20.698Z] #21 48.32 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-29T21:17:20.939Z] #77 197.3 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-29T21:17:20.939Z] #77 197.3 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-29T21:17:20.939Z] #77 197.4 checking for /usr/bin/ld option to reload object files... -r [2022-06-29T21:17:20.939Z] #77 197.4 checking for objdump... objdump [2022-06-29T21:17:20.939Z] #77 197.4 checking how to recognize dependent libraries... pass_all [2022-06-29T21:17:20.939Z] #77 197.4 checking for dlltool... no [2022-06-29T21:17:20.939Z] #77 197.4 checking how to associate runtime and link libraries... printf %s\n [2022-06-29T21:17:20.939Z] #77 197.4 checking for ar... ar [2022-06-29T21:17:20.939Z] #77 197.4 checking for archiver @FILE support... @ [2022-06-29T21:17:21.202Z] #77 197.6 checking for strip... strip [2022-06-29T21:17:21.202Z] #77 197.6 checking for ranlib... ranlib [2022-06-29T21:17:21.268Z] #21 48.70 Selecting previously unselected package jq. [2022-06-29T21:17:21.268Z] #21 48.72 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-06-29T21:17:21.268Z] #21 48.74 Unpacking jq (1.6-2.1) ... [2022-06-29T21:17:21.268Z] #21 48.94 Selecting previously unselected package libaio1:amd64. [2022-06-29T21:17:21.268Z] #21 48.94 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-06-29T21:17:21.268Z] #21 48.95 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-29T21:17:21.464Z] #77 197.6 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-29T21:17:21.528Z] #21 49.06 Selecting previously unselected package libgpm2:amd64. [2022-06-29T21:17:21.528Z] #21 49.07 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-06-29T21:17:21.528Z] #21 49.07 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-29T21:17:21.528Z] #21 49.30 Selecting previously unselected package libicu67:amd64. [2022-06-29T21:17:21.528Z] #21 49.31 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-06-29T21:17:21.528Z] #21 49.33 Unpacking libicu67:amd64 (67.1-7) ... [2022-06-29T21:17:21.727Z] #77 198.2 checking for sysroot... no [2022-06-29T21:17:21.727Z] #77 198.2 checking for a working dd... /bin/dd [2022-06-29T21:17:21.727Z] #77 198.2 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-29T21:17:21.990Z] #77 198.4 checking for mt... no [2022-06-29T21:17:21.990Z] #77 198.4 checking if : is a manifest tool... no [2022-06-29T21:17:22.252Z] #77 198.4 checking how to run the C preprocessor... gcc -E [2022-06-29T21:17:23.871Z] #19 368.8 Selecting previously unselected package g++-s390x-linux-gnu. [2022-06-29T21:17:23.871Z] #19 368.8 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-06-29T21:17:23.871Z] #19 368.9 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-29T21:17:23.871Z] #19 368.9 Selecting previously unselected package crossbuild-essential-s390x. [2022-06-29T21:17:23.871Z] #19 368.9 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-06-29T21:17:23.871Z] #19 368.9 Unpacking crossbuild-essential-s390x (12.9) ... [2022-06-29T21:17:23.871Z] #19 369.0 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-06-29T21:17:23.871Z] #19 369.0 Setting up libfile-which-perl (1.23-1) ... [2022-06-29T21:17:23.907Z] #77 199.0 checking for ANSI C header files... yes [2022-06-29T21:17:23.907Z] #77 200.2 checking for sys/types.h... yes [2022-06-29T21:17:24.127Z] #19 369.0 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-06-29T21:17:24.127Z] #19 369.0 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-06-29T21:17:24.127Z] #19 369.0 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-06-29T21:17:24.127Z] #19 369.0 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-29T21:17:24.127Z] #19 369.0 Setting up libicu67:amd64 (67.1-7) ... [2022-06-29T21:17:24.127Z] #19 369.0 Setting up libmagic-mgc (1:5.39-3) ... [2022-06-29T21:17:24.127Z] #19 369.1 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-06-29T21:17:24.127Z] #19 369.1 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-06-29T21:17:24.127Z] #19 369.1 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-06-29T21:17:24.127Z] #19 369.1 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-06-29T21:17:24.127Z] #19 369.1 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-06-29T21:17:24.127Z] #19 369.1 Setting up file (1:5.39-3) ... [2022-06-29T21:17:24.127Z] #19 369.1 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-06-29T21:17:24.127Z] #19 369.1 Setting up bzip2 (1.0.8-4) ... [2022-06-29T21:17:24.127Z] #19 369.2 Setting up libyaml-perl (1.30-1) ... [2022-06-29T21:17:24.127Z] #19 369.2 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-06-29T21:17:24.127Z] #19 369.2 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-06-29T21:17:24.169Z] #77 200.4 checking for sys/stat.h... yes [2022-06-29T21:17:24.382Z] #19 369.2 Setting up libio-string-perl (1.08-3.1) ... [2022-06-29T21:17:24.382Z] #19 369.2 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-06-29T21:17:24.382Z] #19 369.2 Setting up cross-config (2.6.18+nmu1) ... [2022-06-29T21:17:24.382Z] #19 369.3 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-29T21:17:24.382Z] #19 369.3 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-29T21:17:24.382Z] #19 369.4 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-06-29T21:17:24.382Z] #19 369.4 Setting up patch (2.7.6-7) ... [2022-06-29T21:17:24.383Z] #19 369.4 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-06-29T21:17:24.383Z] #19 369.4 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-06-29T21:17:24.383Z] #19 369.4 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:24.383Z] #19 369.4 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-06-29T21:17:24.383Z] #19 369.4 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-06-29T21:17:24.383Z] #19 369.4 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-06-29T21:17:24.430Z] #77 200.7 checking for stdlib.h... yes [2022-06-29T21:17:24.638Z] #19 369.4 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:24.638Z] #19 369.5 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-06-29T21:17:24.638Z] #19 369.5 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-06-29T21:17:24.638Z] #19 369.5 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:24.638Z] #19 369.5 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-29T21:17:24.638Z] #19 369.5 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-06-29T21:17:24.638Z] #19 369.5 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-06-29T21:17:24.638Z] #19 369.5 Setting up libfile-homedir-perl (1.006-1) ... [2022-06-29T21:17:24.638Z] #19 369.5 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-06-29T21:17:24.638Z] #19 369.5 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-06-29T21:17:24.638Z] #19 369.6 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-06-29T21:17:24.638Z] #19 369.6 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-29T21:17:24.638Z] #19 369.6 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-06-29T21:17:24.638Z] #19 369.6 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-29T21:17:24.638Z] #19 369.6 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-06-29T21:17:24.638Z] #19 369.6 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-29T21:17:24.638Z] #19 369.6 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-06-29T21:17:24.638Z] #19 369.6 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-06-29T21:17:24.638Z] #19 369.6 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-06-29T21:17:24.638Z] #19 369.7 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-06-29T21:17:24.695Z] #77 200.9 checking for string.h... yes [2022-06-29T21:17:24.894Z] #19 369.7 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-29T21:17:24.894Z] #19 369.7 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-06-29T21:17:24.894Z] #19 369.7 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:24.894Z] #19 369.7 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-06-29T21:17:24.894Z] #19 369.7 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-06-29T21:17:24.894Z] #19 369.7 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:24.894Z] #19 369.7 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-06-29T21:17:24.894Z] #19 369.7 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-06-29T21:17:24.894Z] #19 369.8 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-06-29T21:17:24.894Z] #19 369.8 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-06-29T21:17:24.894Z] #19 369.8 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-06-29T21:17:24.894Z] #19 369.8 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-06-29T21:17:24.894Z] #19 369.8 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-06-29T21:17:24.894Z] #19 369.8 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-06-29T21:17:24.894Z] #19 369.8 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-06-29T21:17:24.894Z] #19 369.8 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-06-29T21:17:24.894Z] #19 369.8 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:24.894Z] #19 369.9 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-06-29T21:17:24.956Z] #77 201.2 checking for memory.h... yes [2022-06-29T21:17:25.150Z] #19 369.9 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-06-29T21:17:25.150Z] #19 370.0 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-06-29T21:17:25.150Z] #19 370.1 [2022-06-29T21:17:25.150Z] #19 370.1 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-06-29T21:17:25.150Z] #19 370.2 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.150Z] #19 370.2 Setting up dpkg-dev (1.20.10) ... [2022-06-29T21:17:25.150Z] #19 370.2 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.308Z] #77 201.5 checking for strings.h... yes [2022-06-29T21:17:25.407Z] #19 370.2 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-29T21:17:25.407Z] #19 370.2 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.407Z] #19 370.2 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.407Z] #19 370.2 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.407Z] #19 370.2 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.407Z] #19 370.3 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-29T21:17:25.407Z] #19 370.3 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.407Z] #19 370.3 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.407Z] #19 370.3 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.407Z] #19 370.3 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.407Z] #19 370.3 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-06-29T21:17:25.407Z] #19 370.3 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-06-29T21:17:25.407Z] #19 370.4 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-06-29T21:17:25.569Z] #77 201.8 checking for inttypes.h... yes [2022-06-29T21:17:25.663Z] #19 370.5 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-06-29T21:17:25.663Z] #19 370.6 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-06-29T21:17:25.663Z] #19 370.6 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-29T21:17:25.663Z] #19 370.6 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-29T21:17:25.663Z] #19 370.6 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.663Z] #19 370.6 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-29T21:17:25.663Z] #19 370.7 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.663Z] #19 370.7 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.794Z] #21 ... [2022-06-29T21:17:25.794Z] [2022-06-29T21:17:25.794Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:17:25.794Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:17:25.794Z] #77 197.5 config.status: creating Makefile [2022-06-29T21:17:25.794Z] #77 197.7 config.status: creating config.h [2022-06-29T21:17:25.794Z] #77 197.8 config.status: executing libtool commands [2022-06-29T21:17:25.794Z] #77 197.9 config.status: executing depfiles commands [2022-06-29T21:17:25.794Z] #77 198.6 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-06-29T21:17:25.794Z] #77 198.7 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-06-29T21:17:25.794Z] #77 198.9 checking for gcc... gcc [2022-06-29T21:17:25.794Z] #77 199.0 checking whether the C compiler works... yes [2022-06-29T21:17:25.794Z] #77 199.2 checking for C compiler default output file name... a.out [2022-06-29T21:17:25.794Z] #77 199.2 checking for suffix of executables... [2022-06-29T21:17:25.794Z] #77 199.4 checking whether we are cross compiling... no [2022-06-29T21:17:25.794Z] #77 199.6 checking for suffix of object files... o [2022-06-29T21:17:25.794Z] #77 199.8 checking whether we are using the GNU C compiler... yes [2022-06-29T21:17:25.794Z] #77 200.0 checking whether gcc accepts -g... yes [2022-06-29T21:17:25.794Z] #77 200.2 checking for gcc option to accept ISO C89... none needed [2022-06-29T21:17:25.831Z] #77 202.2 checking for stdint.h... yes [2022-06-29T21:17:25.919Z] #19 370.7 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-29T21:17:25.919Z] #19 370.7 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-29T21:17:25.919Z] #19 370.7 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.919Z] #19 370.7 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.919Z] #19 370.7 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.919Z] #19 370.7 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.919Z] #19 370.7 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.919Z] #19 370.7 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.919Z] #19 370.8 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-06-29T21:17:25.919Z] #19 370.8 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-29T21:17:25.919Z] #19 370.8 Setting up libxml-simple-perl (2.25-1) ... [2022-06-29T21:17:25.919Z] #19 370.8 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-29T21:17:25.919Z] #19 370.8 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-29T21:17:25.919Z] #19 370.8 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-06-29T21:17:25.919Z] #19 370.8 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.919Z] #19 370.8 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.919Z] #19 370.8 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.919Z] #19 370.9 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.919Z] #19 370.9 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-29T21:17:25.919Z] #19 370.9 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-06-29T21:17:25.919Z] #19 370.9 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.919Z] #19 370.9 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-06-29T21:17:25.919Z] #19 370.9 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.919Z] #19 370.9 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-29T21:17:25.919Z] #19 370.9 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-29T21:17:25.919Z] #19 370.9 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-06-29T21:17:25.919Z] #19 370.9 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-06-29T21:17:25.919Z] #19 371.0 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-29T21:17:25.919Z] #19 371.0 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-06-29T21:17:25.919Z] #19 371.0 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-06-29T21:17:26.055Z] #77 200.5 checking whether gcc understands -c and -o together... yes [2022-06-29T21:17:26.103Z] #77 202.4 checking for unistd.h... yes [2022-06-29T21:17:26.175Z] #19 371.0 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-29T21:17:26.175Z] #19 371.0 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-06-29T21:17:26.175Z] #19 371.0 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-29T21:17:26.175Z] #19 371.0 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-29T21:17:26.175Z] #19 371.0 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-06-29T21:17:26.175Z] #19 371.1 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-06-29T21:17:26.175Z] #19 371.1 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-06-29T21:17:26.175Z] #19 371.1 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-06-29T21:17:26.175Z] #19 371.1 Setting up crossbuild-essential-armel (12.9) ... [2022-06-29T21:17:26.175Z] #19 371.1 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-06-29T21:17:26.175Z] #19 371.1 Setting up crossbuild-essential-armhf (12.9) ... [2022-06-29T21:17:26.175Z] #19 371.2 Setting up crossbuild-essential-arm64 (12.9) ... [2022-06-29T21:17:26.175Z] #19 371.2 Setting up crossbuild-essential-s390x (12.9) ... [2022-06-29T21:17:26.175Z] #19 371.2 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-06-29T21:17:26.175Z] #19 371.2 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:17:26.321Z] #77 201.0 checking for a BSD-compatible install... /usr/bin/install -c [2022-06-29T21:17:26.321Z] #77 201.0 checking whether build environment is sane... yes [2022-06-29T21:17:26.321Z] #77 201.1 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-06-29T21:17:26.321Z] #77 201.1 checking for gawk... no [2022-06-29T21:17:26.321Z] #77 201.1 checking for mawk... mawk [2022-06-29T21:17:26.321Z] #77 201.1 checking whether make sets $(MAKE)... yes [2022-06-29T21:17:26.365Z] #77 202.6 checking for dlfcn.h... yes [2022-06-29T21:17:26.365Z] #77 202.8 checking for objdir... .libs [2022-06-29T21:17:26.581Z] #77 201.3 checking whether make supports the include directive... yes (GNU style) [2022-06-29T21:17:26.581Z] #77 201.3 checking whether make supports nested variables... yes [2022-06-29T21:17:26.581Z] #77 201.3 checking whether UID '0' is supported by ustar format... yes [2022-06-29T21:17:26.581Z] #77 201.3 checking whether GID '0' is supported by ustar format... yes [2022-06-29T21:17:26.581Z] #77 201.3 checking how to create a ustar tar archive... gnutar [2022-06-29T21:17:26.581Z] #77 201.5 checking dependency style of gcc... gcc3 [2022-06-29T21:17:26.841Z] #77 201.6 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-06-29T21:17:26.841Z] #77 201.6 checking whether make supports nested variables... (cached) yes [2022-06-29T21:17:26.939Z] #77 203.3 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-29T21:17:26.939Z] #77 203.4 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-29T21:17:27.102Z] #77 201.7 checking build system type... x86_64-pc-linux-gnu [2022-06-29T21:17:27.102Z] #77 202.0 checking host system type... x86_64-pc-linux-gnu [2022-06-29T21:17:27.102Z] #77 202.0 checking how to print strings... printf [2022-06-29T21:17:27.102Z] #77 202.0 checking for a sed that does not truncate output... /bin/sed [2022-06-29T21:17:27.102Z] #77 202.0 checking for grep that handles long lines and -e... /bin/grep [2022-06-29T21:17:27.102Z] #77 202.1 checking for egrep... /bin/grep -E [2022-06-29T21:17:27.102Z] #77 202.1 checking for fgrep... /bin/grep -F [2022-06-29T21:17:27.102Z] #77 202.1 checking for ld used by gcc... /usr/bin/ld [2022-06-29T21:17:27.201Z] #77 203.4 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-29T21:17:27.201Z] #77 203.5 checking if gcc static flag -static works... [2022-06-29T21:17:27.201Z] #77 ... [2022-06-29T21:17:27.201Z] [2022-06-29T21:17:27.201Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:17:27.201Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-29T21:17:27.201Z] #21 50.88 Selecting previously unselected package libinih1:amd64. [2022-06-29T21:17:27.201Z] #21 50.89 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-06-29T21:17:27.201Z] #21 50.90 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-29T21:17:27.201Z] #21 51.03 Selecting previously unselected package libnet1:amd64. [2022-06-29T21:17:27.201Z] #21 51.03 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-29T21:17:27.201Z] #21 51.07 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-29T21:17:27.201Z] #21 51.23 Selecting previously unselected package libnl-3-200:amd64. [2022-06-29T21:17:27.201Z] #21 51.25 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-29T21:17:27.201Z] #21 51.25 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-29T21:17:27.201Z] #21 51.41 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-29T21:17:27.201Z] #21 51.41 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-29T21:17:27.201Z] #21 51.41 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:17:27.201Z] #21 51.56 Selecting previously unselected package libyajl2:amd64. [2022-06-29T21:17:27.201Z] #21 51.57 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ... [2022-06-29T21:17:27.201Z] #21 51.58 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-29T21:17:27.201Z] #21 51.76 Selecting previously unselected package net-tools. [2022-06-29T21:17:27.201Z] #21 51.80 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-29T21:17:27.201Z] #21 51.94 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-29T21:17:27.201Z] #21 52.21 Selecting previously unselected package patch. [2022-06-29T21:17:27.201Z] #21 52.24 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ... [2022-06-29T21:17:27.201Z] #21 52.25 Unpacking patch (2.7.6-7) ... [2022-06-29T21:17:27.201Z] #21 52.48 Selecting previously unselected package python-pip-whl. [2022-06-29T21:17:27.201Z] #21 52.50 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-29T21:17:27.201Z] #21 52.52 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-29T21:17:27.201Z] #21 53.70 Selecting previously unselected package python3-lib2to3. [2022-06-29T21:17:27.201Z] #21 53.70 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-29T21:17:27.202Z] #21 53.71 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-29T21:17:27.202Z] #21 53.94 Selecting previously unselected package python3-distutils. [2022-06-29T21:17:27.202Z] #21 53.97 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ... [2022-06-29T21:17:27.202Z] #21 53.99 Unpacking python3-distutils (3.9.2-1) ... [2022-06-29T21:17:27.202Z] #21 54.30 Selecting previously unselected package python3-pkg-resources. [2022-06-29T21:17:27.202Z] #21 54.31 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-29T21:17:27.202Z] #21 54.33 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-29T21:17:27.202Z] #21 54.67 Selecting previously unselected package python3-setuptools. [2022-06-29T21:17:27.202Z] #21 54.69 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ... [2022-06-29T21:17:27.202Z] #21 54.69 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-29T21:17:27.202Z] #21 55.26 Selecting previously unselected package python3-wheel. [2022-06-29T21:17:27.202Z] #21 55.27 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ... [2022-06-29T21:17:27.202Z] #21 55.30 Unpacking python3-wheel (0.34.2-1) ... [2022-06-29T21:17:27.202Z] #21 55.57 Selecting previously unselected package python3-pip. [2022-06-29T21:17:27.202Z] #21 55.57 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-29T21:17:27.202Z] #21 55.62 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-29T21:17:27.202Z] #21 56.13 Selecting previously unselected package sudo. [2022-06-29T21:17:27.202Z] #21 56.14 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ... [2022-06-29T21:17:27.202Z] #21 56.17 Unpacking sudo (1.9.5p2-3) ... [2022-06-29T21:17:27.202Z] #21 57.57 Selecting previously unselected package thin-provisioning-tools. [2022-06-29T21:17:27.202Z] #21 57.60 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-29T21:17:27.202Z] #21 57.70 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-29T21:17:27.202Z] #21 58.07 Selecting previously unselected package uidmap. [2022-06-29T21:17:27.202Z] #21 58.08 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-29T21:17:27.202Z] #21 58.12 Unpacking uidmap (1:4.8.1-1) ... [2022-06-29T21:17:27.202Z] #21 58.42 Selecting previously unselected package vim-runtime. [2022-06-29T21:17:27.202Z] #21 58.42 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-29T21:17:27.202Z] #21 58.59 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-06-29T21:17:27.202Z] #21 58.67 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-29T21:17:27.202Z] #21 58.75 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:17:27.364Z] #77 202.1 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-06-29T21:17:27.365Z] #77 202.1 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-06-29T21:17:27.365Z] #77 202.2 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-06-29T21:17:27.365Z] #77 202.3 checking whether ln -s works... yes [2022-06-29T21:17:27.365Z] #77 202.3 checking the maximum length of command line arguments... 1572864 [2022-06-29T21:17:27.365Z] #77 202.3 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop [2022-06-29T21:17:27.365Z] #77 202.3 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop [2022-06-29T21:17:27.365Z] #77 202.3 checking for /usr/bin/ld option to reload object files... -r [2022-06-29T21:17:27.365Z] #77 202.3 checking for objdump... objdump [2022-06-29T21:17:27.365Z] #77 202.3 checking how to recognize dependent libraries... pass_all [2022-06-29T21:17:27.365Z] #77 202.3 checking for dlltool... no [2022-06-29T21:17:27.365Z] #77 202.3 checking how to associate runtime and link libraries... printf %s\n [2022-06-29T21:17:27.365Z] #77 202.3 checking for ar... ar [2022-06-29T21:17:27.466Z] #21 ... [2022-06-29T21:17:27.466Z] [2022-06-29T21:17:27.466Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:17:27.466Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:17:27.466Z] #77 203.5 checking if gcc static flag -static works... yes [2022-06-29T21:17:27.624Z] #77 202.3 checking for archiver @FILE support... @ [2022-06-29T21:17:27.729Z] #77 204.1 checking if gcc supports -c -o file.o... yes [2022-06-29T21:17:27.729Z] #77 204.3 checking if gcc supports -c -o file.o... (cached) yes [2022-06-29T21:17:27.884Z] #77 202.6 checking for strip... strip [2022-06-29T21:17:27.885Z] #77 202.6 checking for ranlib... ranlib [2022-06-29T21:17:27.993Z] #77 204.3 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-29T21:17:28.107Z] #19 DONE 372.6s [2022-06-29T21:17:28.108Z] [2022-06-29T21:17:28.108Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-06-29T21:17:28.108Z] #32 sha256:38b68ea5c97b630aada6eeb823efc476bf2318465f29a8fa6f07da1d72796e21 [2022-06-29T21:17:28.108Z] #32 DONE 0.1s [2022-06-29T21:17:28.108Z] [2022-06-29T21:17:28.108Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:17:28.108Z] #20 sha256:545c30010215b2745d84b840ab4dc42629ebf78cade95c2c7875a1329bb1db59 [2022-06-29T21:17:28.108Z] #20 ... [2022-06-29T21:17:28.108Z] [2022-06-29T21:17:28.108Z] #73 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-06-29T21:17:28.108Z] #73 sha256:c55aaf326db726111f4d03a46b38453f57f38b13d57acd454fe9c46f15a09ecf [2022-06-29T21:17:28.108Z] #73 DONE 0.1s [2022-06-29T21:17:28.108Z] [2022-06-29T21:17:28.108Z] #74 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:17:28.108Z] #74 sha256:4062989fa5ec1dcc4391263a3c1b8916ea8a80f4bfc08cd7c903a9adc15ca856 [2022-06-29T21:17:28.146Z] #77 202.6 checking command to parse /usr/bin/nm -B output from gcc object... [2022-06-29T21:17:28.146Z] #77 ... [2022-06-29T21:17:28.146Z] [2022-06-29T21:17:28.146Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:17:28.146Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-29T21:17:28.146Z] #21 55.80 Selecting previously unselected package libinih1:amd64. [2022-06-29T21:17:28.146Z] #21 55.80 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-06-29T21:17:28.146Z] #21 55.81 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-29T21:17:28.257Z] #77 204.4 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-29T21:17:28.257Z] #77 204.8 checking how to hardcode library paths into programs... immediate [2022-06-29T21:17:28.406Z] #21 55.91 Selecting previously unselected package libnet1:amd64. [2022-06-29T21:17:28.407Z] #21 55.92 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-29T21:17:28.407Z] #21 55.92 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-29T21:17:28.407Z] #21 56.08 Selecting previously unselected package libnl-3-200:amd64. [2022-06-29T21:17:28.407Z] #21 56.08 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-29T21:17:28.407Z] #21 56.10 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-29T21:17:28.520Z] #77 204.8 checking whether stripping libraries is possible... yes [2022-06-29T21:17:28.520Z] #77 204.9 checking if libtool supports shared libraries... yes [2022-06-29T21:17:28.520Z] #77 204.9 checking whether to build shared libraries... no [2022-06-29T21:17:28.520Z] #77 204.9 checking whether to build static libraries... yes [2022-06-29T21:17:28.520Z] #77 204.9 checking float.h usability... yes [2022-06-29T21:17:28.520Z] #77 205.1 checking float.h presence... yes [2022-06-29T21:17:28.520Z] #77 205.2 checking for float.h... yes [2022-06-29T21:17:28.666Z] #21 56.19 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-29T21:17:28.666Z] #21 56.19 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-29T21:17:28.666Z] #21 56.20 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:17:28.666Z] #21 56.30 Selecting previously unselected package libyajl2:amd64. [2022-06-29T21:17:28.666Z] #21 56.31 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ... [2022-06-29T21:17:28.666Z] #21 56.32 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-29T21:17:28.666Z] #21 56.45 Selecting previously unselected package net-tools. [2022-06-29T21:17:28.666Z] #21 56.45 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-29T21:17:28.782Z] #77 205.2 checking limits.h usability... yes [2022-06-29T21:17:28.782Z] #77 205.4 checking limits.h presence... yes [2022-06-29T21:17:28.782Z] #77 205.4 checking for limits.h... yes [2022-06-29T21:17:28.927Z] #21 56.46 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-29T21:17:28.927Z] #21 56.67 Selecting previously unselected package patch. [2022-06-29T21:17:28.927Z] #21 56.68 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ... [2022-06-29T21:17:28.927Z] #21 56.70 Unpacking patch (2.7.6-7) ... [2022-06-29T21:17:29.045Z] #77 205.5 checking stddef.h usability... yes [2022-06-29T21:17:29.045Z] #77 205.7 checking stddef.h presence... yes [2022-06-29T21:17:29.189Z] #21 56.84 Selecting previously unselected package python-pip-whl. [2022-06-29T21:17:29.189Z] #21 56.87 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-29T21:17:29.189Z] #21 56.89 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-29T21:17:29.307Z] #77 205.8 checking for stddef.h... yes [2022-06-29T21:17:29.307Z] #77 205.8 checking for stdlib.h... (cached) yes [2022-06-29T21:17:29.307Z] #77 205.9 checking for string.h... (cached) yes [2022-06-29T21:17:29.475Z] #74 1.408 + RM_GOPATH=0 [2022-06-29T21:17:29.475Z] #74 1.409 + TMP_GOPATH= [2022-06-29T21:17:29.475Z] #74 1.410 + : /build [2022-06-29T21:17:29.475Z] #74 1.411 + '[' -z '' ']' [2022-06-29T21:17:29.475Z] #74 1.412 ++ mktemp -d [2022-06-29T21:17:29.475Z] #74 1.413 + export GOPATH=/tmp/tmp.sjbi3JO6v6 [2022-06-29T21:17:29.475Z] #74 1.414 + GOPATH=/tmp/tmp.sjbi3JO6v6 [2022-06-29T21:17:29.475Z] #74 1.414 + RM_GOPATH=1 [2022-06-29T21:17:29.475Z] #74 1.414 + case "$(go env GOARCH)" in [2022-06-29T21:17:29.475Z] #74 1.414 ++ go env GOARCH [2022-06-29T21:17:29.475Z] #74 1.419 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:17:29.475Z] #74 1.419 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:17:29.475Z] #74 1.420 ++ dirname /install.sh [2022-06-29T21:17:29.475Z] #74 1.421 + dir=/ [2022-06-29T21:17:29.475Z] #74 1.421 + bin=rootlesskit [2022-06-29T21:17:29.475Z] #74 1.424 + shift [2022-06-29T21:17:29.475Z] #74 1.424 + '[' '!' -f //rootlesskit.installer ']' [2022-06-29T21:17:29.475Z] #74 1.424 + . //rootlesskit.installer [2022-06-29T21:17:29.475Z] #74 1.424 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-06-29T21:17:29.475Z] #74 1.424 + install_rootlesskit [2022-06-29T21:17:29.475Z] #74 1.424 + case "$1" in [2022-06-29T21:17:29.475Z] #74 1.424 + export CGO_ENABLED=0 [2022-06-29T21:17:29.475Z] #74 1.424 + CGO_ENABLED=0 [2022-06-29T21:17:29.475Z] #74 1.424 + _install_rootlesskit [2022-06-29T21:17:29.475Z] #74 1.425 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-06-29T21:17:29.475Z] #74 1.426 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-06-29T21:17:29.475Z] #74 1.426 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-29T21:17:29.475Z] #74 1.426 + GOBIN=/build [2022-06-29T21:17:29.475Z] #74 1.426 + GO111MODULE=on [2022-06-29T21:17:29.475Z] #74 1.426 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-06-29T21:17:29.570Z] #77 205.9 checking sys/time.h usability... yes [2022-06-29T21:17:29.732Z] #74 1.864 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-06-29T21:17:29.833Z] #77 206.2 checking sys/time.h presence... yes [2022-06-29T21:17:29.833Z] #77 206.2 checking for sys/time.h... yes [2022-06-29T21:17:29.833Z] #77 206.3 checking for inline... inline [2022-06-29T21:17:30.096Z] #77 206.4 checking for size_t... yes [2022-06-29T21:17:30.133Z] #21 57.71 Selecting previously unselected package python3-lib2to3. [2022-06-29T21:17:30.133Z] #21 57.71 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-29T21:17:30.133Z] #21 57.72 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-29T21:17:30.359Z] #77 206.8 checking for stdlib.h... (cached) yes [2022-06-29T21:17:30.392Z] #21 57.90 Selecting previously unselected package python3-distutils. [2022-06-29T21:17:30.392Z] #21 57.90 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ... [2022-06-29T21:17:30.392Z] #21 57.91 Unpacking python3-distutils (3.9.2-1) ... [2022-06-29T21:17:30.392Z] #21 58.10 Selecting previously unselected package python3-pkg-resources. [2022-06-29T21:17:30.392Z] #21 58.11 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-29T21:17:30.392Z] #21 58.11 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-29T21:17:30.623Z] #77 206.8 checking for GNU libc compatible malloc... yes [2022-06-29T21:17:30.623Z] #77 207.1 checking for stdlib.h... (cached) yes [2022-06-29T21:17:30.652Z] #21 58.37 Selecting previously unselected package python3-setuptools. [2022-06-29T21:17:30.652Z] #21 58.38 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ... [2022-06-29T21:17:30.652Z] #21 58.39 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-29T21:17:30.885Z] #77 207.2 checking for GNU libc compatible realloc... yes [2022-06-29T21:17:31.222Z] #21 58.76 Selecting previously unselected package python3-wheel. [2022-06-29T21:17:31.222Z] #21 58.77 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ... [2022-06-29T21:17:31.222Z] #21 58.77 Unpacking python3-wheel (0.34.2-1) ... [2022-06-29T21:17:31.222Z] #21 58.90 Selecting previously unselected package python3-pip. [2022-06-29T21:17:31.222Z] #21 58.91 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-29T21:17:31.222Z] #21 58.91 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-29T21:17:31.414Z] #77 207.5 checking for working strtod... yes [2022-06-29T21:17:31.483Z] #21 59.27 Selecting previously unselected package sudo. [2022-06-29T21:17:31.676Z] #74 3.730 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-29T21:17:31.676Z] #74 3.732 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-06-29T21:17:31.744Z] #21 59.27 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ... [2022-06-29T21:17:31.744Z] #21 59.28 Unpacking sudo (1.9.5p2-3) ... [2022-06-29T21:17:31.934Z] #74 4.028 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-06-29T21:17:31.991Z] #77 208.1 checking for gettimeofday... yes [2022-06-29T21:17:31.991Z] #77 208.4 checking for memset... yes [2022-06-29T21:17:32.254Z] #77 208.7 checking for strspn... yes [2022-06-29T21:17:32.516Z] #77 209.2 checking that generated files are newer than configure... done [2022-06-29T21:17:32.684Z] #21 60.27 Selecting previously unselected package thin-provisioning-tools. [2022-06-29T21:17:32.684Z] #21 60.28 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-29T21:17:32.684Z] #21 60.29 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-29T21:17:32.778Z] #77 209.2 configure: creating ./config.status [2022-06-29T21:17:32.863Z] #74 ... [2022-06-29T21:17:32.863Z] [2022-06-29T21:17:32.863Z] #33 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-06-29T21:17:32.863Z] #33 sha256:98d021031d06cac4daea35d3d98dc760b0e343dd97baa868195167c5ec22df54 [2022-06-29T21:17:32.863Z] #33 1.386 + RM_GOPATH=0 [2022-06-29T21:17:32.863Z] #33 1.386 + TMP_GOPATH= [2022-06-29T21:17:32.863Z] #33 1.386 + : /build [2022-06-29T21:17:32.863Z] #33 1.386 + '[' -z '' ']' [2022-06-29T21:17:32.863Z] #33 1.386 ++ mktemp -d [2022-06-29T21:17:32.863Z] #33 1.387 + export GOPATH=/tmp/tmp.aaPqV74aDM [2022-06-29T21:17:32.863Z] #33 1.387 + GOPATH=/tmp/tmp.aaPqV74aDM [2022-06-29T21:17:32.863Z] #33 1.388 + RM_GOPATH=1 [2022-06-29T21:17:32.863Z] #33 1.388 + case "$(go env GOARCH)" in [2022-06-29T21:17:32.863Z] #33 1.388 ++ go env GOARCH [2022-06-29T21:17:32.863Z] #33 1.400 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:17:32.863Z] #33 1.400 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:17:32.863Z] #33 1.404 ++ dirname /install.sh [2022-06-29T21:17:32.863Z] #33 1.404 + dir=/ [2022-06-29T21:17:32.863Z] #33 1.404 + bin=dockercli [2022-06-29T21:17:32.863Z] #33 1.404 + shift [2022-06-29T21:17:32.863Z] #33 1.404 + '[' '!' -f //dockercli.installer ']' [2022-06-29T21:17:32.863Z] #33 1.404 + . //dockercli.installer [2022-06-29T21:17:32.863Z] #33 1.404 ++ : stable [2022-06-29T21:17:32.863Z] #33 1.404 ++ : 17.06.2-ce [2022-06-29T21:17:32.863Z] #33 1.404 + install_dockercli [2022-06-29T21:17:32.863Z] #33 1.404 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-06-29T21:17:32.863Z] #33 1.404 ++ uname -m [2022-06-29T21:17:32.863Z] #33 1.404 Install docker/cli version 17.06.2-ce from stable [2022-06-29T21:17:32.863Z] #33 1.413 + arch=x86_64 [2022-06-29T21:17:32.863Z] #33 1.413 + '[' x86_64 '!=' x86_64 ']' [2022-06-29T21:17:32.863Z] #33 1.413 + url=https://download.docker.com/linux/static [2022-06-29T21:17:32.863Z] #33 1.413 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-06-29T21:17:32.863Z] #33 1.413 + tar -xz docker/docker [2022-06-29T21:17:32.863Z] #33 4.479 + mkdir -p /build [2022-06-29T21:17:32.863Z] #33 4.482 + mv docker/docker /build/ [2022-06-29T21:17:32.863Z] #33 4.484 + rmdir docker [2022-06-29T21:17:32.863Z] #33 DONE 4.8s [2022-06-29T21:17:32.863Z] [2022-06-29T21:17:32.863Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:17:32.863Z] #49 sha256:b6c359175e621c0ba64e84f967841cc57655772efdab4cb603e7f10a344ddccc [2022-06-29T21:17:32.863Z] #49 1.401 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:17:32.863Z] #49 1.437 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:17:32.863Z] #49 1.563 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:17:32.863Z] #49 1.640 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-29T21:17:32.863Z] #49 1.738 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:17:32.863Z] #49 2.045 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-29T21:17:32.863Z] #49 2.495 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-29T21:17:32.863Z] #49 3.046 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-29T21:17:32.863Z] #49 3.541 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-29T21:17:32.863Z] #49 4.016 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [160 kB] [2022-06-29T21:17:32.863Z] #49 4.018 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [135 kB] [2022-06-29T21:17:32.863Z] #49 4.019 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [153 kB] [2022-06-29T21:17:32.863Z] #49 4.021 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:17:32.863Z] #49 4.022 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [161 kB] [2022-06-29T21:17:32.863Z] #49 4.029 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [143 kB] [2022-06-29T21:17:32.863Z] #49 4.044 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-29T21:17:32.863Z] #49 4.045 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-29T21:17:32.863Z] #49 4.048 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-29T21:17:32.863Z] #49 4.048 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:17:32.863Z] #49 4.048 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-29T21:17:32.863Z] #49 4.048 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-29T21:17:32.944Z] #21 60.67 Selecting previously unselected package uidmap. [2022-06-29T21:17:33.203Z] #21 60.68 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-29T21:17:33.204Z] #21 60.70 Unpacking uidmap (1:4.8.1-1) ... [2022-06-29T21:17:33.463Z] #21 60.94 Selecting previously unselected package vim-runtime. [2022-06-29T21:17:33.463Z] #21 60.95 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-29T21:17:33.463Z] #21 61.01 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-06-29T21:17:33.463Z] #21 61.04 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-29T21:17:33.463Z] #21 61.15 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:17:34.798Z] #49 ... [2022-06-29T21:17:34.798Z] [2022-06-29T21:17:34.798Z] #74 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:17:34.798Z] #74 sha256:4062989fa5ec1dcc4391263a3c1b8916ea8a80f4bfc08cd7c903a9adc15ca856 [2022-06-29T21:17:34.798Z] #74 5.508 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-06-29T21:17:34.798Z] #74 6.055 go: downloading github.com/google/uuid v1.3.0 [2022-06-29T21:17:34.798Z] #74 6.056 go: downloading github.com/moby/vpnkit v0.5.0 [2022-06-29T21:17:34.798Z] #74 6.092 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-06-29T21:17:34.798Z] #74 6.506 go: downloading github.com/gofrs/flock v0.8.1 [2022-06-29T21:17:34.798Z] #74 6.536 go: downloading github.com/gorilla/mux v1.8.0 [2022-06-29T21:17:34.798Z] #74 6.633 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-06-29T21:17:34.798Z] #74 6.837 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-06-29T21:17:34.798Z] #74 6.920 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-06-29T21:17:35.054Z] #74 7.282 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-06-29T21:17:35.054Z] #74 7.359 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-06-29T21:17:37.662Z] #21 ... [2022-06-29T21:17:37.662Z] [2022-06-29T21:17:37.662Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:17:37.662Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:17:37.662Z] #77 202.6 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-06-29T21:17:37.662Z] #77 203.0 checking for sysroot... no [2022-06-29T21:17:37.662Z] #77 203.0 checking for a working dd... /bin/dd [2022-06-29T21:17:37.662Z] #77 203.1 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-06-29T21:17:37.662Z] #77 203.2 checking for mt... no [2022-06-29T21:17:37.662Z] #77 203.2 checking if : is a manifest tool... no [2022-06-29T21:17:37.662Z] #77 203.2 checking how to run the C preprocessor... gcc -E [2022-06-29T21:17:37.662Z] #77 203.6 checking for ANSI C header files... yes [2022-06-29T21:17:37.662Z] #77 204.4 checking for sys/types.h... yes [2022-06-29T21:17:37.662Z] #77 204.8 checking for sys/stat.h... yes [2022-06-29T21:17:37.662Z] #77 205.0 checking for stdlib.h... yes [2022-06-29T21:17:37.662Z] #77 205.2 checking for string.h... yes [2022-06-29T21:17:37.662Z] #77 205.5 checking for memory.h... yes [2022-06-29T21:17:37.662Z] #77 205.7 checking for strings.h... yes [2022-06-29T21:17:37.662Z] #77 205.9 checking for inttypes.h... yes [2022-06-29T21:17:37.662Z] #77 206.3 checking for stdint.h... yes [2022-06-29T21:17:37.662Z] #77 206.5 checking for unistd.h... yes [2022-06-29T21:17:37.662Z] #77 206.8 checking for dlfcn.h... yes [2022-06-29T21:17:37.662Z] #77 207.0 checking for objdir... .libs [2022-06-29T21:17:37.662Z] #77 207.5 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-06-29T21:17:37.662Z] #77 207.7 checking for gcc option to produce PIC... -fPIC -DPIC [2022-06-29T21:17:37.662Z] #77 207.7 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-06-29T21:17:37.662Z] #77 207.8 checking if gcc static flag -static works... yes [2022-06-29T21:17:37.662Z] #77 208.3 checking if gcc supports -c -o file.o... yes [2022-06-29T21:17:37.662Z] #77 208.4 checking if gcc supports -c -o file.o... (cached) yes [2022-06-29T21:17:37.662Z] #77 208.4 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes [2022-06-29T21:17:37.662Z] #77 208.5 checking dynamic linker characteristics... GNU/Linux ld.so [2022-06-29T21:17:37.662Z] #77 209.0 checking how to hardcode library paths into programs... immediate [2022-06-29T21:17:37.662Z] #77 209.0 checking whether stripping libraries is possible... yes [2022-06-29T21:17:37.662Z] #77 209.1 checking if libtool supports shared libraries... yes [2022-06-29T21:17:37.662Z] #77 209.1 checking whether to build shared libraries... no [2022-06-29T21:17:37.662Z] #77 209.1 checking whether to build static libraries... yes [2022-06-29T21:17:37.662Z] #77 209.1 checking float.h usability... yes [2022-06-29T21:17:37.662Z] #77 209.4 checking float.h presence... yes [2022-06-29T21:17:37.662Z] #77 209.5 checking for float.h... yes [2022-06-29T21:17:37.662Z] #77 209.6 checking limits.h usability... yes [2022-06-29T21:17:37.662Z] #77 209.9 checking limits.h presence... yes [2022-06-29T21:17:37.662Z] #77 210.1 checking for limits.h... yes [2022-06-29T21:17:37.662Z] #77 210.1 checking stddef.h usability... yes [2022-06-29T21:17:37.662Z] #77 210.4 checking stddef.h presence... yes [2022-06-29T21:17:37.662Z] #77 210.5 checking for stddef.h... yes [2022-06-29T21:17:37.662Z] #77 210.6 checking for stdlib.h... (cached) yes [2022-06-29T21:17:37.662Z] #77 210.7 checking for string.h... (cached) yes [2022-06-29T21:17:37.662Z] #77 210.8 checking sys/time.h usability... yes [2022-06-29T21:17:37.662Z] #77 211.1 checking sys/time.h presence... yes [2022-06-29T21:17:37.662Z] #77 211.2 checking for sys/time.h... yes [2022-06-29T21:17:37.662Z] #77 211.3 checking for inline... inline [2022-06-29T21:17:37.662Z] #77 211.4 checking for size_t... yes [2022-06-29T21:17:37.662Z] #77 212.1 checking for stdlib.h... (cached) yes [2022-06-29T21:17:37.662Z] #77 212.1 checking for GNU libc compatible malloc... yes [2022-06-29T21:17:37.662Z] #77 212.6 checking for stdlib.h... (cached) yes [2022-06-29T21:17:37.978Z] #77 212.6 checking for GNU libc compatible realloc... yes [2022-06-29T21:17:38.087Z] #77 214.0 config.status: creating Makefile [2022-06-29T21:17:38.087Z] #77 214.2 config.status: creating config.h [2022-06-29T21:17:38.087Z] #77 214.3 config.status: executing depfiles commands [2022-06-29T21:17:38.087Z] #77 214.7 config.status: executing libtool commands [2022-06-29T21:17:38.368Z] #74 ... [2022-06-29T21:17:38.368Z] [2022-06-29T21:17:38.368Z] #69 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:17:38.368Z] #69 sha256:811fd7bc677321c2a92b90b85e8bb4d50f3f9e6e0c528f077d6db2fa42c16a5e [2022-06-29T21:17:38.368Z] #69 1.778 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:17:38.368Z] #69 1.802 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:17:38.368Z] #69 1.804 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:17:38.368Z] #69 2.112 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-29T21:17:38.368Z] #69 2.452 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-29T21:17:38.368Z] #69 3.017 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-29T21:17:38.368Z] #69 3.628 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-29T21:17:38.368Z] #69 4.264 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-29T21:17:38.368Z] #69 4.721 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:17:38.368Z] #69 5.203 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:17:38.368Z] #69 5.203 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [135 kB] [2022-06-29T21:17:38.368Z] #69 5.203 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [143 kB] [2022-06-29T21:17:38.368Z] #69 5.203 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [161 kB] [2022-06-29T21:17:38.368Z] #69 5.203 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [160 kB] [2022-06-29T21:17:38.368Z] #69 5.203 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [153 kB] [2022-06-29T21:17:38.368Z] #69 5.223 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:17:38.368Z] #69 5.223 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-29T21:17:38.368Z] #69 5.223 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-29T21:17:38.368Z] #69 5.223 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-29T21:17:38.368Z] #69 5.223 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-29T21:17:38.368Z] #69 5.223 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-29T21:17:38.368Z] #69 ... [2022-06-29T21:17:38.368Z] [2022-06-29T21:17:38.368Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:17:38.368Z] #20 sha256:545c30010215b2745d84b840ab4dc42629ebf78cade95c2c7875a1329bb1db59 [2022-06-29T21:17:38.368Z] #20 1.776 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:17:38.368Z] #20 1.797 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:17:38.368Z] #20 1.797 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:17:38.368Z] #20 2.118 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-29T21:17:38.368Z] #20 2.409 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-29T21:17:38.368Z] #20 2.972 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:17:38.368Z] #20 3.492 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-29T21:17:38.368Z] #20 4.126 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-29T21:17:38.368Z] #20 4.765 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-29T21:17:38.368Z] #20 5.175 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [143 kB] [2022-06-29T21:17:38.368Z] #20 5.175 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [153 kB] [2022-06-29T21:17:38.368Z] #20 5.175 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [135 kB] [2022-06-29T21:17:38.368Z] #20 5.175 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [160 kB] [2022-06-29T21:17:38.368Z] #20 5.175 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:17:38.368Z] #20 5.231 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [161 kB] [2022-06-29T21:17:38.368Z] #20 5.231 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-29T21:17:38.368Z] #20 5.231 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-29T21:17:38.368Z] #20 5.231 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-29T21:17:38.368Z] #20 5.231 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:17:38.368Z] #20 5.231 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-29T21:17:38.368Z] #20 5.231 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-29T21:17:38.605Z] #77 213.0 checking for working strtod... yes [2022-06-29T21:17:38.868Z] #77 213.6 checking for gettimeofday... yes [2022-06-29T21:17:39.399Z] #77 213.9 checking for memset... yes [2022-06-29T21:17:39.480Z] #77 216.1 GEN .version [2022-06-29T21:17:39.480Z] #77 216.1 make install-recursive [2022-06-29T21:17:39.658Z] #77 214.2 checking for strspn... yes [2022-06-29T21:17:39.658Z] #77 214.6 checking that generated files are newer than configure... [2022-06-29T21:17:39.658Z] #77 ... [2022-06-29T21:17:39.658Z] [2022-06-29T21:17:39.658Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:17:39.658Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-29T21:17:39.658Z] #21 67.38 Selecting previously unselected package vim. [2022-06-29T21:17:39.658Z] #21 67.39 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-29T21:17:39.658Z] #21 67.42 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:17:39.744Z] #77 216.1 make[1]: Entering directory '/tmp/crun-build' [2022-06-29T21:17:39.744Z] #77 216.2 Making install in libocispec [2022-06-29T21:17:39.744Z] #77 216.2 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-06-29T21:17:39.744Z] #77 216.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-06-29T21:17:39.744Z] #77 216.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-06-29T21:17:39.744Z] #77 216.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-06-29T21:17:39.744Z] #77 216.3 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-06-29T21:17:40.334Z] #77 ... [2022-06-29T21:17:40.334Z] [2022-06-29T21:17:40.334Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:17:40.334Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-29T21:17:40.334Z] #21 64.02 Selecting previously unselected package vim. [2022-06-29T21:17:40.334Z] #21 64.03 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-29T21:17:40.334Z] #21 64.05 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:17:40.334Z] #21 65.01 Selecting previously unselected package xfsprogs. [2022-06-29T21:17:40.334Z] #21 65.02 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-29T21:17:40.334Z] #21 65.04 Unpacking xfsprogs (5.10.0-4) ... [2022-06-29T21:17:40.334Z] #21 65.74 Selecting previously unselected package zip. [2022-06-29T21:17:40.334Z] #21 65.76 Preparing to unpack .../47-zip_3.0-12_amd64.deb ... [2022-06-29T21:17:40.334Z] #21 65.77 Unpacking zip (3.0-12) ... [2022-06-29T21:17:40.334Z] #21 66.01 Selecting previously unselected package zstd. [2022-06-29T21:17:40.334Z] #21 66.02 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-29T21:17:40.334Z] #21 66.03 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-29T21:17:40.334Z] #21 66.58 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-29T21:17:40.334Z] #21 67.97 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-29T21:17:40.334Z] #21 68.02 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-29T21:17:40.334Z] #21 68.08 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-29T21:17:40.334Z] #21 68.13 Setting up libicu67:amd64 (67.1-7) ... [2022-06-29T21:17:40.334Z] #21 68.16 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-29T21:17:40.334Z] #21 68.21 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-29T21:17:40.334Z] #21 68.26 Setting up uidmap (1:4.8.1-1) ... [2022-06-29T21:17:40.334Z] #21 68.29 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-29T21:17:40.334Z] #21 68.35 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-29T21:17:40.334Z] #21 68.42 Setting up bzip2 (1.0.8-4) ... [2022-06-29T21:17:40.334Z] #21 68.43 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:17:40.334Z] #21 68.44 Setting up python3-wheel (0.34.2-1) ... [2022-06-29T21:17:40.334Z] #21 69.50 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:17:40.334Z] #21 69.52 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-29T21:17:40.334Z] #21 69.53 Setting up libcap2-bin (1:2.44-1) ... [2022-06-29T21:17:40.334Z] #21 69.54 Setting up apparmor (2.13.6-10) ... [2022-06-29T21:17:40.334Z] #21 71.87 Setting up zip (3.0-12) ... [2022-06-29T21:17:40.334Z] #21 71.90 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:17:40.334Z] #21 71.94 Setting up bash-completion (1:2.11-2) ... [2022-06-29T21:17:40.600Z] #21 68.26 Selecting previously unselected package xfsprogs. [2022-06-29T21:17:40.600Z] #21 68.28 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-29T21:17:40.600Z] #21 68.32 Unpacking xfsprogs (5.10.0-4) ... [2022-06-29T21:17:40.914Z] #21 ... [2022-06-29T21:17:40.914Z] [2022-06-29T21:17:40.914Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:17:40.914Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:17:40.914Z] #77 217.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-06-29T21:17:40.914Z] #77 217.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-06-29T21:17:40.914Z] #77 217.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-06-29T21:17:40.914Z] #77 217.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-06-29T21:17:40.914Z] #77 217.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-06-29T21:17:40.914Z] #77 217.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-06-29T21:17:40.914Z] #77 217.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-06-29T21:17:40.914Z] #77 217.5 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-06-29T21:17:41.176Z] #77 217.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-06-29T21:17:41.176Z] #77 242.4 AR libcrun_testing.a [2022-06-29T21:17:41.176Z] #77 242.4 ar: `u' modifier ignored since `D' is the default (see `U') [2022-06-29T21:17:41.176Z] #77 242.5 CCLD tests/tests_libcrun_utils [2022-06-29T21:17:41.176Z] #77 242.5 CCLD tests/tests_libcrun_errors [2022-06-29T21:17:41.176Z] #77 242.5 CCLD tests/tests_libcrun_fuzzer [2022-06-29T21:17:41.176Z] #77 243.0 CCLD libcrun.la [2022-06-29T21:17:41.176Z] #77 244.1 CCLD crun [2022-06-29T21:17:41.446Z] #77 217.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-06-29T21:17:41.446Z] #77 217.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-06-29T21:17:41.446Z] #77 217.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-06-29T21:17:41.446Z] #77 217.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-06-29T21:17:41.446Z] #77 217.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-06-29T21:17:41.446Z] #77 217.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-06-29T21:17:41.446Z] #77 217.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-06-29T21:17:41.542Z] #21 69.07 Selecting previously unselected package zip. [2022-06-29T21:17:41.542Z] #21 69.09 Preparing to unpack .../47-zip_3.0-12_amd64.deb ... [2022-06-29T21:17:41.542Z] #21 69.11 Unpacking zip (3.0-12) ... [2022-06-29T21:17:41.542Z] #21 69.34 Selecting previously unselected package zstd. [2022-06-29T21:17:41.586Z] #64 275.7 # github.com/containerd/containerd/cmd/containerd [2022-06-29T21:17:41.586Z] #64 275.7 /usr/bin/ld: /tmp/go-link-2444457967/000019.o: in function `New': [2022-06-29T21:17:41.586Z] #64 275.7 /tmp/tmp.zxvwuK4AQw/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-06-29T21:17:41.586Z] #64 275.8 + bin/containerd-stress [2022-06-29T21:17:41.586Z] #64 276.8 + bin/containerd-shim [2022-06-29T21:17:41.749Z] #77 244.6 make[3]: Entering directory '/tmp/crun-build' [2022-06-29T21:17:41.749Z] #77 244.8 /bin/mkdir -p '/usr/local/lib' [2022-06-29T21:17:41.749Z] #77 244.8 /bin/mkdir -p '/usr/local/share/man/man1' [2022-06-29T21:17:41.749Z] #77 244.8 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-06-29T21:17:41.749Z] #77 244.8 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-06-29T21:17:41.802Z] #21 69.35 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-29T21:17:41.802Z] #21 69.35 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-29T21:17:42.011Z] #77 244.9 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-06-29T21:17:42.011Z] #77 244.9 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-06-29T21:17:42.011Z] #77 244.9 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-06-29T21:17:42.011Z] #77 244.9 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-06-29T21:17:42.011Z] #77 245.1 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib [2022-06-29T21:17:42.011Z] #77 245.1 ---------------------------------------------------------------------- [2022-06-29T21:17:42.011Z] #77 245.1 Libraries have been installed in: [2022-06-29T21:17:42.011Z] #77 245.1 /usr/local/lib [2022-06-29T21:17:42.011Z] #77 245.1 [2022-06-29T21:17:42.011Z] #77 245.1 If you ever happen to want to link against installed libraries [2022-06-29T21:17:42.011Z] #77 245.1 in a given directory, LIBDIR, you must either use libtool, and [2022-06-29T21:17:42.011Z] #77 245.1 specify the full pathname of the library, or use the '-LLIBDIR' [2022-06-29T21:17:42.011Z] #77 245.1 flag during linking and do at least one of the following: [2022-06-29T21:17:42.011Z] #77 245.1 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-06-29T21:17:42.011Z] #77 245.1 during execution [2022-06-29T21:17:42.011Z] #77 245.1 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-06-29T21:17:42.011Z] #77 245.1 during linking [2022-06-29T21:17:42.011Z] #77 245.1 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-06-29T21:17:42.011Z] #77 245.1 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-06-29T21:17:42.011Z] #77 245.1 [2022-06-29T21:17:42.011Z] #77 245.1 See any operating system documentation about shared libraries for [2022-06-29T21:17:42.011Z] #77 245.1 more information, such as the ld(1) and ld.so(8) manual pages. [2022-06-29T21:17:42.011Z] #77 245.1 ---------------------------------------------------------------------- [2022-06-29T21:17:42.011Z] #77 245.1 /bin/mkdir -p '/build' [2022-06-29T21:17:42.011Z] #77 245.2 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-06-29T21:17:42.272Z] #77 245.3 libtool: install: /usr/bin/install -c crun /build/crun [2022-06-29T21:17:42.272Z] #77 245.3 make[3]: Leaving directory '/tmp/crun-build' [2022-06-29T21:17:42.272Z] #77 245.3 make[2]: Leaving directory '/tmp/crun-build' [2022-06-29T21:17:42.272Z] #77 245.3 make[1]: Leaving directory '/tmp/crun-build' [2022-06-29T21:17:42.371Z] #21 69.94 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-29T21:17:42.534Z] #77 DONE 245.5s [2022-06-29T21:17:42.534Z] [2022-06-29T21:17:42.534Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:17:42.534Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:17:42.899Z] #77 219.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-06-29T21:17:42.899Z] #77 219.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-06-29T21:17:42.899Z] #77 219.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-06-29T21:17:42.899Z] #77 219.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-06-29T21:17:42.899Z] #77 219.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-06-29T21:17:42.899Z] #77 219.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-06-29T21:17:42.899Z] #77 219.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-06-29T21:17:42.899Z] #77 219.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-06-29T21:17:42.899Z] #77 219.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-06-29T21:17:42.899Z] #77 219.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-06-29T21:17:42.899Z] #77 219.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-06-29T21:17:42.899Z] #77 219.5 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-06-29T21:17:42.899Z] #77 219.6 make install-recursive [2022-06-29T21:17:42.899Z] #77 219.6 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-06-29T21:17:43.176Z] #77 219.7 Making install in yajl [2022-06-29T21:17:43.176Z] #77 219.8 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-29T21:17:43.176Z] #77 219.9 CC verify/json_verify-json_verify.o [2022-06-29T21:17:43.474Z] #77 219.9 CC src/libyajl_la-yajl_alloc.lo [2022-06-29T21:17:43.475Z] #77 219.9 CC src/libyajl_la-yajl.lo [2022-06-29T21:17:43.475Z] #77 219.9 CC src/libyajl_la-yajl_gen.lo [2022-06-29T21:17:43.475Z] #77 220.0 CC src/libyajl_la-yajl_parser.lo [2022-06-29T21:17:43.475Z] #77 220.0 CC src/libyajl_la-yajl_buf.lo [2022-06-29T21:17:43.475Z] #77 220.0 CC src/libyajl_la-yajl_encode.lo [2022-06-29T21:17:43.475Z] #77 220.0 CC src/libyajl_la-yajl_lex.lo [2022-06-29T21:17:43.475Z] #77 220.1 CC src/libyajl_la-yajl_tree.lo [2022-06-29T21:17:43.510Z] #64 285.4 + bin/containerd-shim-runc-v1 [2022-06-29T21:17:44.295Z] #21 72.03 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-29T21:17:44.295Z] #21 72.05 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-29T21:17:44.295Z] #21 72.06 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-29T21:17:44.295Z] #21 72.08 Setting up libicu67:amd64 (67.1-7) ... [2022-06-29T21:17:44.295Z] #21 72.09 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-29T21:17:44.295Z] #21 72.11 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-29T21:17:44.295Z] #21 72.12 Setting up uidmap (1:4.8.1-1) ... [2022-06-29T21:17:44.295Z] #21 72.13 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-29T21:17:44.555Z] #21 72.14 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-29T21:17:44.555Z] #21 72.16 Setting up bzip2 (1.0.8-4) ... [2022-06-29T21:17:44.555Z] #21 72.17 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:17:44.555Z] #21 72.18 Setting up python3-wheel (0.34.2-1) ... [2022-06-29T21:17:45.939Z] #21 73.35 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:17:45.939Z] #21 73.36 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-29T21:17:45.939Z] #21 73.37 Setting up libcap2-bin (1:2.44-1) ... [2022-06-29T21:17:45.939Z] #21 73.38 Setting up apparmor (2.13.6-10) ... [2022-06-29T21:17:47.730Z] #77 ... [2022-06-29T21:17:47.731Z] [2022-06-29T21:17:47.731Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:17:47.731Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-29T21:17:47.731Z] #21 75.46 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-29T21:17:47.731Z] #21 75.59 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-29T21:17:47.731Z] #21 75.59 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-29T21:17:47.731Z] #21 75.60 Setting up patch (2.7.6-7) ... [2022-06-29T21:17:47.731Z] #21 75.61 Setting up sudo (1.9.5p2-3) ... [2022-06-29T21:17:47.731Z] #21 75.75 invoke-rc.d: could not determine current runlevel [2022-06-29T21:17:47.731Z] #21 75.81 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-29T21:17:47.731Z] #21 75.83 Setting up xfsprogs (5.10.0-4) ... [2022-06-29T21:17:47.731Z] #21 75.85 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-29T21:17:47.731Z] #21 75.93 Setting up inetutils-ping (2:2.0-1) ... [2022-06-29T21:17:47.731Z] #21 75.97 Setting up pigz (2.6-1) ... [2022-06-29T21:17:47.731Z] #21 75.99 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-29T21:17:47.731Z] #21 76.04 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-29T21:17:47.731Z] #21 76.06 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-29T21:17:47.731Z] #21 76.07 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:17:47.731Z] #21 77.69 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-29T21:17:47.731Z] #21 77.71 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-29T21:17:47.731Z] #21 78.82 Setting up libelf1:amd64 (0.183-1) ... [2022-06-29T21:17:47.731Z] #21 78.89 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-29T21:17:47.731Z] #21 78.97 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-29T21:17:47.731Z] #21 79.00 Setting up python3-distutils (3.9.2-1) ... [2022-06-29T21:17:47.731Z] #21 79.78 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:17:47.731Z] #21 79.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-29T21:17:47.731Z] #21 79.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-29T21:17:47.731Z] #21 79.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-29T21:17:47.731Z] #21 79.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-29T21:17:47.731Z] #21 79.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-29T21:17:47.731Z] #21 79.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-29T21:17:47.731Z] #21 79.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-29T21:17:47.731Z] #21 79.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-29T21:17:47.731Z] #21 79.95 Setting up python3-setuptools (52.0.0-4) ... [2022-06-29T21:17:47.849Z] #21 75.28 Setting up zip (3.0-12) ... [2022-06-29T21:17:47.849Z] #21 75.30 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:17:47.849Z] #21 75.36 Setting up bash-completion (1:2.11-2) ... [2022-06-29T21:17:48.307Z] #21 82.00 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-29T21:17:48.307Z] #21 82.07 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-29T21:17:48.570Z] #21 82.10 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-29T21:17:48.570Z] #21 82.14 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-29T21:17:48.803Z] #64 290.4 + bin/containerd-shim-runc-v2 [2022-06-29T21:17:49.375Z] #64 291.1 + binaries [2022-06-29T21:17:49.375Z] #64 291.1 + install -D bin/containerd /build/containerd [2022-06-29T21:17:49.375Z] #64 291.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-29T21:17:49.375Z] #64 291.1 + install -D bin/ctr /build/ctr [2022-06-29T21:17:49.764Z] #21 ... [2022-06-29T21:17:49.764Z] [2022-06-29T21:17:49.764Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:17:49.764Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:17:49.764Z] #77 214.6 checking that generated files are newer than configure... done [2022-06-29T21:17:49.764Z] #77 214.7 configure: creating ./config.status [2022-06-29T21:17:49.764Z] #77 217.5 config.status: creating Makefile [2022-06-29T21:17:49.764Z] #77 217.6 config.status: creating config.h [2022-06-29T21:17:49.764Z] #77 217.8 config.status: executing depfiles commands [2022-06-29T21:17:49.764Z] #77 218.1 config.status: executing libtool commands [2022-06-29T21:17:49.764Z] #77 220.2 GEN .version [2022-06-29T21:17:49.764Z] #77 220.2 make install-recursive [2022-06-29T21:17:49.764Z] #77 220.2 make[1]: Entering directory '/tmp/crun-build' [2022-06-29T21:17:49.764Z] #77 220.5 Making install in libocispec [2022-06-29T21:17:49.764Z] #77 220.6 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-06-29T21:17:49.764Z] #77 220.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-06-29T21:17:49.764Z] #77 220.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-06-29T21:17:49.764Z] #77 220.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-06-29T21:17:49.764Z] #77 220.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-06-29T21:17:49.764Z] #77 221.6 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-06-29T21:17:49.764Z] #77 221.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-06-29T21:17:49.764Z] #77 221.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-06-29T21:17:49.764Z] #77 221.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-06-29T21:17:49.764Z] #77 221.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-06-29T21:17:49.764Z] #77 221.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-06-29T21:17:49.764Z] #77 221.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-06-29T21:17:49.764Z] #77 221.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-06-29T21:17:49.764Z] #77 221.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-06-29T21:17:49.764Z] #77 222.1 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-06-29T21:17:49.764Z] #77 222.1 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-06-29T21:17:49.764Z] #77 222.1 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-06-29T21:17:49.764Z] #77 222.1 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-06-29T21:17:49.764Z] #77 222.1 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-06-29T21:17:49.764Z] #77 222.1 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-06-29T21:17:49.764Z] #77 222.1 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-06-29T21:17:49.764Z] #77 223.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-06-29T21:17:49.764Z] #77 223.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-06-29T21:17:49.764Z] #77 223.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-06-29T21:17:49.764Z] #77 223.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-06-29T21:17:49.764Z] #77 223.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-06-29T21:17:49.764Z] #77 223.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-06-29T21:17:49.764Z] #77 223.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-06-29T21:17:49.764Z] #77 223.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-06-29T21:17:49.764Z] #77 223.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-06-29T21:17:49.764Z] #77 223.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-06-29T21:17:49.764Z] #77 223.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-06-29T21:17:49.764Z] #77 223.7 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-06-29T21:17:49.764Z] #77 223.7 make install-recursive [2022-06-29T21:17:49.764Z] #77 223.7 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-06-29T21:17:49.764Z] #77 223.8 Making install in yajl [2022-06-29T21:17:49.764Z] #77 223.8 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-29T21:17:49.764Z] #77 223.9 CC verify/json_verify-json_verify.o [2022-06-29T21:17:49.764Z] #77 223.9 CC src/libyajl_la-yajl_alloc.lo [2022-06-29T21:17:49.764Z] #77 224.0 CC src/libyajl_la-yajl.lo [2022-06-29T21:17:49.764Z] #77 224.0 CC src/libyajl_la-yajl_gen.lo [2022-06-29T21:17:49.764Z] #77 224.1 CC src/libyajl_la-yajl_parser.lo [2022-06-29T21:17:49.764Z] #77 224.1 CC src/libyajl_la-yajl_buf.lo [2022-06-29T21:17:49.764Z] #77 224.1 CC src/libyajl_la-yajl_encode.lo [2022-06-29T21:17:49.764Z] #77 224.2 CC src/libyajl_la-yajl_lex.lo [2022-06-29T21:17:49.764Z] #77 224.3 CC src/libyajl_la-yajl_tree.lo [2022-06-29T21:17:50.490Z] #21 84.28 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-29T21:17:50.490Z] #21 84.29 Setting up jq (1.6-2.1) ... [2022-06-29T21:17:50.490Z] #21 84.31 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-29T21:17:50.490Z] #21 84.32 Setting up iptables (1.8.7-1) ... [2022-06-29T21:17:50.490Z] #21 84.34 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-29T21:17:50.490Z] #21 84.36 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-29T21:17:50.490Z] #21 84.38 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-29T21:17:50.490Z] #21 84.40 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-29T21:17:50.584Z] #20 ... [2022-06-29T21:17:50.584Z] [2022-06-29T21:17:50.584Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:17:50.584Z] #49 sha256:b6c359175e621c0ba64e84f967841cc57655772efdab4cb603e7f10a344ddccc [2022-06-29T21:17:50.584Z] #49 21.35 Fetched 49.1 MB in 20s (2431 kB/s) [2022-06-29T21:17:50.753Z] #21 84.42 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-29T21:17:50.753Z] #21 84.44 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-29T21:17:50.753Z] #21 84.45 Setting up iproute2 (5.10.0-4) ... [2022-06-29T21:17:51.327Z] #21 85.03 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:17:51.902Z] #21 ... [2022-06-29T21:17:51.902Z] [2022-06-29T21:17:51.902Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:17:51.902Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:17:51.902Z] #77 228.4 CCLD libyajl.la [2022-06-29T21:17:52.305Z] #77 ... [2022-06-29T21:17:52.305Z] [2022-06-29T21:17:52.305Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:17:52.305Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-29T21:17:52.305Z] #21 79.77 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-06-29T21:17:52.305Z] #21 79.85 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-06-29T21:17:52.305Z] #21 79.90 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-29T21:17:52.305Z] #21 79.93 Setting up patch (2.7.6-7) ... [2022-06-29T21:17:52.305Z] #21 79.94 Setting up sudo (1.9.5p2-3) ... [2022-06-29T21:17:52.305Z] #21 80.16 invoke-rc.d: could not determine current runlevel [2022-06-29T21:17:52.565Z] #21 80.18 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-29T21:17:52.565Z] #21 80.20 Setting up xfsprogs (5.10.0-4) ... [2022-06-29T21:17:52.565Z] #21 80.22 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-29T21:17:52.565Z] #21 80.24 Setting up inetutils-ping (2:2.0-1) ... [2022-06-29T21:17:52.565Z] #21 80.25 Setting up pigz (2.6-1) ... [2022-06-29T21:17:52.824Z] #21 80.31 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-29T21:17:52.824Z] #21 80.33 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-29T21:17:52.824Z] #21 80.36 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-29T21:17:52.824Z] #21 80.38 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:17:52.849Z] #77 ... [2022-06-29T21:17:52.849Z] [2022-06-29T21:17:52.849Z] #21 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:17:52.849Z] #21 sha256:1e1c556501d50144ec2056d387ac3bedf31b0e4c600c1beaa562de672697b7c5 [2022-06-29T21:17:52.849Z] #21 DONE 86.4s [2022-06-29T21:17:52.849Z] [2022-06-29T21:17:52.849Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:17:52.849Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:17:52.849Z] #77 229.2 CCLD verify/json_verify [2022-06-29T21:17:53.423Z] #77 229.9 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-29T21:17:53.423Z] #77 229.9 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-29T21:17:53.423Z] #77 229.9 make[5]: Nothing to be done for 'install-data-am'. [2022-06-29T21:17:53.423Z] #77 229.9 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-29T21:17:53.423Z] #77 229.9 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-29T21:17:53.423Z] #77 229.9 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-06-29T21:17:53.423Z] #77 230.0 CC src/validate.o [2022-06-29T21:17:53.423Z] #77 230.1 CC src/image_spec_schema_config_schema.lo [2022-06-29T21:17:53.423Z] #77 230.1 CC src/image_spec_schema_content_descriptor.lo [2022-06-29T21:17:53.423Z] #77 230.1 CC src/image_spec_schema_defs.lo [2022-06-29T21:17:53.423Z] #77 230.1 CC src/image_spec_schema_defs_descriptor.lo [2022-06-29T21:17:53.424Z] #77 230.1 CC src/image_spec_schema_image_index_schema.lo [2022-06-29T21:17:53.577Z] #64 DONE 295.3s [2022-06-29T21:17:53.686Z] #77 ... [2022-06-29T21:17:53.686Z] [2022-06-29T21:17:53.686Z] #22 [dev-systemd-false 8/28] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-06-29T21:17:53.686Z] #22 sha256:6e7331ce53045168b7902ad6e8b27df388e8f4e02f2eefa532fbc165eedddbed [2022-06-29T21:17:53.686Z] #22 0.878 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-29T21:17:53.686Z] #22 0.881 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-29T21:17:53.686Z] #22 0.884 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-29T21:17:53.686Z] #22 DONE 1.0s [2022-06-29T21:17:53.686Z] [2022-06-29T21:17:53.686Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:17:53.686Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:17:53.686Z] #77 230.1 CC src/image_spec_schema_image_layout_schema.lo [2022-06-29T21:17:53.686Z] #77 230.1 CC src/image_spec_schema_image_manifest_schema.lo [2022-06-29T21:17:53.686Z] #77 230.2 CC src/runtime_spec_schema_config_linux.lo [2022-06-29T21:17:53.686Z] #77 230.2 CC src/runtime_spec_schema_config_zos.lo [2022-06-29T21:17:53.686Z] #77 230.3 CC src/runtime_spec_schema_config_solaris.lo [2022-06-29T21:17:53.686Z] #77 230.3 CC src/runtime_spec_schema_config_schema.lo [2022-06-29T21:17:53.686Z] #77 230.4 CC src/runtime_spec_schema_config_vm.lo [2022-06-29T21:17:53.686Z] #77 230.4 CC src/runtime_spec_schema_config_windows.lo [2022-06-29T21:17:53.686Z] #77 230.4 CC src/runtime_spec_schema_defs.lo [2022-06-29T21:17:53.949Z] #77 230.5 CC src/runtime_spec_schema_defs_linux.lo [2022-06-29T21:17:53.949Z] #77 230.5 CC src/runtime_spec_schema_defs_zos.lo [2022-06-29T21:17:53.949Z] #77 230.5 CC src/runtime_spec_schema_defs_vm.lo [2022-06-29T21:17:53.949Z] #77 230.5 CC src/runtime_spec_schema_state_schema.lo [2022-06-29T21:17:53.949Z] #77 230.6 CC src/runtime_spec_schema_defs_windows.lo [2022-06-29T21:17:53.949Z] #77 230.6 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-06-29T21:17:53.949Z] #77 230.6 CC src/basic_test_double_array_item.lo [2022-06-29T21:17:54.211Z] #77 230.7 CC src/basic_test_double_array.lo [2022-06-29T21:17:54.211Z] #77 230.7 CC src/basic_test_top_array_int.lo [2022-06-29T21:17:54.211Z] #77 230.8 CC src/basic_test_top_array_string.lo [2022-06-29T21:17:54.211Z] #77 230.8 CC src/basic_test_top_double_array_int.lo [2022-06-29T21:17:54.223Z] #21 81.88 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-29T21:17:54.223Z] #21 81.89 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-29T21:17:54.474Z] #77 230.9 CC src/basic_test_top_double_array_refobj.lo [2022-06-29T21:17:54.474Z] #77 231.0 CC src/basic_test_top_double_array_string.lo [2022-06-29T21:17:54.474Z] #77 231.0 CC src/basic_test_top_double_array_obj.lo [2022-06-29T21:17:54.522Z] [2022-06-29T21:17:54.522Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-29T21:17:54.522Z] #65 sha256:fc7e2d82041ccdc5c4cc659e7d54a2f7124b3cb391f1c2657e1982276ebf93f7 [2022-06-29T21:17:54.736Z] #77 231.1 CC src/read-file.lo [2022-06-29T21:17:54.736Z] #77 231.2 CC src/json_common.lo [2022-06-29T21:17:54.736Z] #77 231.2 CC tests/test-1.o [2022-06-29T21:17:54.792Z] #21 82.45 Setting up libelf1:amd64 (0.183-1) ... [2022-06-29T21:17:54.792Z] #21 82.47 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-29T21:17:54.793Z] #21 82.49 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-29T21:17:54.793Z] #21 82.51 Setting up python3-distutils (3.9.2-1) ... [2022-06-29T21:17:54.998Z] #77 231.4 CC tests/test-3.o [2022-06-29T21:17:54.998Z] #77 231.4 CC tests/test-2.o [2022-06-29T21:17:54.998Z] #77 231.5 CC tests/test-4.o [2022-06-29T21:17:55.261Z] #77 231.7 CC tests/test-5.o [2022-06-29T21:17:55.261Z] #77 231.7 CC tests/test-6.o [2022-06-29T21:17:55.261Z] #77 231.8 CC tests/test-7.o [2022-06-29T21:17:55.363Z] #21 83.07 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:17:55.363Z] #21 83.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-29T21:17:55.363Z] #21 83.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-29T21:17:55.363Z] #21 83.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-29T21:17:55.363Z] #21 83.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-29T21:17:55.363Z] #21 83.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-29T21:17:55.523Z] #77 231.9 CC tests/test-8.o [2022-06-29T21:17:55.523Z] #77 232.1 CC tests/test-9.o [2022-06-29T21:17:55.523Z] #77 232.1 CC tests/test-10.o [2022-06-29T21:17:55.623Z] #21 83.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-29T21:17:55.623Z] #21 83.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-29T21:17:55.623Z] #21 83.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-29T21:17:55.623Z] #21 83.16 Setting up python3-setuptools (52.0.0-4) ... [2022-06-29T21:17:55.785Z] #77 232.3 CC tests/test-11.o [2022-06-29T21:17:55.906Z] #65 DONE 1.4s [2022-06-29T21:17:55.906Z] [2022-06-29T21:17:55.906Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-29T21:17:55.906Z] #70 sha256:21ab7c4fe706060722587dfaf49b904e0ea51779f7a53072c50efeb66574924f [2022-06-29T21:17:55.906Z] #70 DONE 0.3s [2022-06-29T21:17:56.173Z] [2022-06-29T21:17:56.173Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-29T21:17:56.173Z] #75 sha256:73dfe8055f8e5f990552ad49b4ce26eec4204d18dfecbf93a32ea8b292a055d8 [2022-06-29T21:17:57.122Z] #49 21.35 Reading package lists... [2022-06-29T21:17:57.122Z] #49 ... [2022-06-29T21:17:57.122Z] [2022-06-29T21:17:57.122Z] #69 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:17:57.122Z] #69 sha256:811fd7bc677321c2a92b90b85e8bb4d50f3f9e6e0c528f077d6db2fa42c16a5e [2022-06-29T21:17:57.122Z] #69 22.01 Fetched 49.1 MB in 21s (2394 kB/s) [2022-06-29T21:17:57.451Z] #55 313.7 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-29T21:17:57.451Z] #55 DONE 315.1s [2022-06-29T21:17:57.451Z] [2022-06-29T21:17:57.451Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:17:57.451Z] #60 sha256:b1b6ad7d9c97abe66c8a12eee5e212f91fd26303f5447fec26fdf299cabfa99c [2022-06-29T21:17:57.451Z] #60 183.8 + mkdir -p /build [2022-06-29T21:17:57.451Z] #60 183.8 + cp runc /build/runc [2022-06-29T21:17:57.538Z] #21 84.89 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-29T21:17:57.538Z] #21 84.90 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-29T21:17:57.538Z] #21 84.91 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-29T21:17:57.538Z] #21 84.93 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-29T21:17:57.603Z] #75 DONE 1.6s [2022-06-29T21:17:57.603Z] [2022-06-29T21:17:57.603Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-29T21:17:57.603Z] #78 sha256:7abdd95441d25630d3b59f062c5bf8ae3242897832eb0edc72326f390caac6c2 [2022-06-29T21:17:57.603Z] #78 DONE 0.1s [2022-06-29T21:17:57.864Z] [2022-06-29T21:17:57.864Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-29T21:17:57.864Z] #79 sha256:9d25357b94ec7cdeda41fdea65ddb8ad02b5a252c523c09bcc3e00c35fae8358 [2022-06-29T21:17:57.864Z] #79 DONE 0.0s [2022-06-29T21:17:57.864Z] [2022-06-29T21:17:57.864Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-29T21:17:57.864Z] #80 sha256:e6cb38c5baeb1b86c8046c81f7611aa860ecb4b3042ae93790a60597835801d1 [2022-06-29T21:17:57.864Z] #80 DONE 0.0s [2022-06-29T21:17:57.864Z] [2022-06-29T21:17:57.864Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-29T21:17:57.864Z] #81 sha256:99be5e7005f5b151db3ef8fca11676bbc3c4f556c9f0a1970797d77fde4c59f4 [2022-06-29T21:17:58.023Z] #60 DONE 184.1s [2022-06-29T21:17:58.023Z] [2022-06-29T21:17:58.023Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:17:58.023Z] #64 sha256:67dbbdfdcd43275ab72726c41a1d2d58e4927a24af9d9be20dcf08e7e00c3b2b [2022-06-29T21:17:58.478Z] #21 86.12 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-29T21:17:58.478Z] #21 86.13 Setting up jq (1.6-2.1) ... [2022-06-29T21:17:58.478Z] #21 86.14 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-29T21:17:58.478Z] #21 86.15 Setting up iptables (1.8.7-1) ... [2022-06-29T21:17:58.478Z] #21 86.17 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-29T21:17:58.478Z] #21 86.17 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-29T21:17:58.478Z] #21 86.18 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-29T21:17:58.478Z] #21 86.19 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-29T21:17:58.478Z] #21 86.20 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-29T21:17:58.478Z] #21 86.20 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-29T21:17:58.478Z] #21 86.22 Setting up iproute2 (5.10.0-4) ... [2022-06-29T21:17:58.496Z] #69 22.01 Reading package lists... [2022-06-29T21:17:58.497Z] #69 ... [2022-06-29T21:17:58.497Z] [2022-06-29T21:17:58.497Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:17:58.497Z] #49 sha256:b6c359175e621c0ba64e84f967841cc57655772efdab4cb603e7f10a344ddccc [2022-06-29T21:17:58.497Z] #49 21.35 Reading package lists... [2022-06-29T21:17:59.049Z] #21 86.61 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:17:59.249Z] #81 DONE 1.2s [2022-06-29T21:17:59.249Z] [2022-06-29T21:17:59.249Z] #82 exporting to image [2022-06-29T21:17:59.249Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-29T21:17:59.249Z] #82 exporting layers [2022-06-29T21:17:59.864Z] #49 30.76 Reading package lists... [2022-06-29T21:17:59.864Z] #49 ... [2022-06-29T21:17:59.864Z] [2022-06-29T21:17:59.864Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:17:59.864Z] #20 sha256:545c30010215b2745d84b840ab4dc42629ebf78cade95c2c7875a1329bb1db59 [2022-06-29T21:17:59.864Z] #20 21.80 Fetched 49.1 MB in 20s (2421 kB/s) [2022-06-29T21:17:59.864Z] #20 21.80 Reading package lists... [2022-06-29T21:17:59.864Z] #20 30.87 Reading package lists... [2022-06-29T21:17:59.864Z] #20 ... [2022-06-29T21:17:59.864Z] [2022-06-29T21:17:59.864Z] #69 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:17:59.864Z] #69 sha256:811fd7bc677321c2a92b90b85e8bb4d50f3f9e6e0c528f077d6db2fa42c16a5e [2022-06-29T21:17:59.864Z] #69 22.01 Reading package lists... [2022-06-29T21:17:59.936Z] #64 ... [2022-06-29T21:17:59.936Z] [2022-06-29T21:17:59.936Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-29T21:17:59.936Z] #56 sha256:a2363454b8864dde4176ecbc6bd8b3276016af9a5d1c47f6639437a5c635667c [2022-06-29T21:17:59.988Z] #21 DONE 87.6s [2022-06-29T21:17:59.988Z] [2022-06-29T21:17:59.988Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:17:59.988Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:17:59.988Z] #77 231.7 CCLD libyajl.la [2022-06-29T21:17:59.988Z] #77 232.1 CCLD verify/json_verify [2022-06-29T21:17:59.988Z] #77 232.6 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-06-29T21:17:59.988Z] #77 232.6 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-29T21:17:59.988Z] #77 232.6 make[5]: Nothing to be done for 'install-data-am'. [2022-06-29T21:17:59.988Z] #77 232.6 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-29T21:17:59.988Z] #77 232.6 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-06-29T21:17:59.988Z] #77 232.6 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-06-29T21:17:59.988Z] #77 232.7 CC src/validate.o [2022-06-29T21:17:59.988Z] #77 232.7 CC src/image_spec_schema_config_schema.lo [2022-06-29T21:17:59.988Z] #77 232.7 CC src/image_spec_schema_content_descriptor.lo [2022-06-29T21:17:59.988Z] #77 232.7 CC src/image_spec_schema_defs.lo [2022-06-29T21:17:59.988Z] #77 232.7 CC src/image_spec_schema_defs_descriptor.lo [2022-06-29T21:17:59.988Z] #77 232.7 CC src/image_spec_schema_image_index_schema.lo [2022-06-29T21:17:59.988Z] #77 232.8 CC src/image_spec_schema_image_manifest_schema.lo [2022-06-29T21:17:59.988Z] #77 232.8 CC src/image_spec_schema_image_layout_schema.lo [2022-06-29T21:17:59.988Z] #77 232.8 CC src/runtime_spec_schema_config_zos.lo [2022-06-29T21:17:59.988Z] #77 232.8 CC src/runtime_spec_schema_config_schema.lo [2022-06-29T21:17:59.988Z] #77 232.8 CC src/runtime_spec_schema_config_linux.lo [2022-06-29T21:17:59.988Z] #77 232.8 CC src/runtime_spec_schema_config_solaris.lo [2022-06-29T21:17:59.988Z] #77 232.9 CC src/runtime_spec_schema_config_vm.lo [2022-06-29T21:17:59.988Z] #77 232.9 CC src/runtime_spec_schema_config_windows.lo [2022-06-29T21:17:59.988Z] #77 233.0 CC src/runtime_spec_schema_defs.lo [2022-06-29T21:17:59.988Z] #77 233.0 CC src/runtime_spec_schema_defs_linux.lo [2022-06-29T21:17:59.988Z] #77 233.0 CC src/runtime_spec_schema_defs_zos.lo [2022-06-29T21:17:59.988Z] #77 233.1 CC src/runtime_spec_schema_defs_vm.lo [2022-06-29T21:17:59.988Z] #77 233.1 CC src/runtime_spec_schema_state_schema.lo [2022-06-29T21:17:59.988Z] #77 233.1 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-06-29T21:17:59.988Z] #77 233.1 CC src/runtime_spec_schema_defs_windows.lo [2022-06-29T21:17:59.988Z] #77 233.2 CC src/basic_test_double_array_item.lo [2022-06-29T21:17:59.988Z] #77 233.2 CC src/basic_test_double_array.lo [2022-06-29T21:17:59.988Z] #77 233.2 CC src/basic_test_top_array_int.lo [2022-06-29T21:17:59.988Z] #77 233.3 CC src/basic_test_top_array_string.lo [2022-06-29T21:17:59.988Z] #77 233.4 CC src/basic_test_top_double_array_int.lo [2022-06-29T21:17:59.988Z] #77 233.5 CC src/basic_test_top_double_array_refobj.lo [2022-06-29T21:17:59.988Z] #77 233.5 CC src/basic_test_top_double_array_obj.lo [2022-06-29T21:17:59.988Z] #77 233.5 CC src/basic_test_top_double_array_string.lo [2022-06-29T21:17:59.988Z] #77 233.5 CC src/read-file.lo [2022-06-29T21:17:59.988Z] #77 233.6 CC src/json_common.lo [2022-06-29T21:17:59.988Z] #77 233.6 CC tests/test-1.o [2022-06-29T21:17:59.988Z] #77 233.7 CC tests/test-3.o [2022-06-29T21:17:59.988Z] #77 233.8 CC tests/test-2.o [2022-06-29T21:17:59.988Z] #77 233.8 CC tests/test-4.o [2022-06-29T21:17:59.988Z] #77 234.0 CC tests/test-6.o [2022-06-29T21:17:59.988Z] #77 234.0 CC tests/test-7.o [2022-06-29T21:17:59.988Z] #77 234.1 CC tests/test-5.o [2022-06-29T21:17:59.988Z] #77 234.1 CC tests/test-10.o [2022-06-29T21:17:59.988Z] #77 234.1 CC tests/test-9.o [2022-06-29T21:17:59.988Z] #77 234.2 CC tests/test-8.o [2022-06-29T21:17:59.988Z] #77 234.3 CC tests/test-11.o [2022-06-29T21:18:00.878Z] #56 DONE 0.8s [2022-06-29T21:18:00.878Z] [2022-06-29T21:18:00.878Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-29T21:18:00.878Z] #58 sha256:04bc26c1549d0f66abbf98efdc03f95f77106736cbd38897266231e82986ab14 [2022-06-29T21:18:01.138Z] #58 DONE 0.2s [2022-06-29T21:18:01.138Z] [2022-06-29T21:18:01.138Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-29T21:18:01.138Z] #61 sha256:a7f1ac16a42a1391c24586c43ae18db84a191c076c29d1a891b347cf07591eb8 [2022-06-29T21:18:01.372Z] #77 ... [2022-06-29T21:18:01.372Z] [2022-06-29T21:18:01.372Z] #22 [dev-systemd-false 8/28] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-06-29T21:18:01.372Z] #22 sha256:6e7331ce53045168b7902ad6e8b27df388e8f4e02f2eefa532fbc165eedddbed [2022-06-29T21:18:01.372Z] #22 1.005 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-29T21:18:01.372Z] #22 1.009 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-29T21:18:01.372Z] #22 1.015 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-29T21:18:01.372Z] #22 DONE 1.2s [2022-06-29T21:18:01.372Z] [2022-06-29T21:18:01.372Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-29T21:18:01.372Z] #23 sha256:14f1271dd59a6473095fa5824b1de17a8f4ffb68110d9b3e83a3fadbd2c0eb39 [2022-06-29T21:18:01.399Z] #61 DONE 0.3s [2022-06-29T21:18:01.399Z] [2022-06-29T21:18:01.399Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:18:01.399Z] #64 sha256:67dbbdfdcd43275ab72726c41a1d2d58e4927a24af9d9be20dcf08e7e00c3b2b [2022-06-29T21:18:02.551Z] #82 exporting layers 3.4s done [2022-06-29T21:18:02.551Z] #82 writing image sha256:697d41b09727a0703b3ff376fc1244b1b755da306deb8bdd835bf2ee424f3e33 done [2022-06-29T21:18:02.551Z] #82 naming to docker.io/library/docker:af47f4c2c5444a540cc9962c99dfdaf9b7532bab done [2022-06-29T21:18:02.551Z] #82 DONE 3.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-06-29T21:18:02.883Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-06-29T21:18:03.168Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43732/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=af47f4c2c5444a540cc9962c99dfdaf9b7532bab -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:af47f4c2c5444a540cc9962c99dfdaf9b7532bab hack/test/unit [2022-06-29T21:18:03.942Z] #77 ... [2022-06-29T21:18:03.942Z] [2022-06-29T21:18:03.942Z] #23 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-29T21:18:03.942Z] #23 sha256:14f1271dd59a6473095fa5824b1de17a8f4ffb68110d9b3e83a3fadbd2c0eb39 [2022-06-29T21:18:03.942Z] #23 9.827 Collecting yamllint==1.26.1 [2022-06-29T21:18:04.517Z] #23 10.87 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-29T21:18:04.551Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-06-29T21:18:04.551Z] + TESTFLAGS+=' -test.timeout=5m' [2022-06-29T21:18:04.551Z] + TESTDIRS=./... [2022-06-29T21:18:04.551Z] + exclude_paths='/vendor/|/integration' [2022-06-29T21:18:04.551Z] ++ go list ./... [2022-06-29T21:18:04.551Z] ++ grep -vE '(/vendor/|/integration)' [2022-06-29T21:18:04.698Z] #64 275.9 + bin/containerd [2022-06-29T21:18:05.465Z] #23 12.05 Collecting pathspec>=0.5.3 [2022-06-29T21:18:05.496Z] + pkg_list='github.com/docker/docker/api [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/server [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/server/backend/build [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/server/httpstatus [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/server/httputils [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/server/middleware [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/server/router [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/server/router/build [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/server/router/container [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/server/router/debug [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/server/router/distribution [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/server/router/grpc [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/server/router/image [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/server/router/network [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/server/router/plugin [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/server/router/session [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/server/router/swarm [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/server/router/system [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/server/router/volume [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/types [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/types/backend [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/types/blkiodev [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/types/container [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/types/events [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/types/filters [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/types/image [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/types/mount [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/types/network [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/types/registry [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/types/strslice [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/types/swarm [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/types/time [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/types/versions [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-29T21:18:05.496Z] github.com/docker/docker/api/types/volume [2022-06-29T21:18:05.496Z] github.com/docker/docker/builder [2022-06-29T21:18:05.496Z] github.com/docker/docker/builder/builder-next [2022-06-29T21:18:05.496Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-29T21:18:05.496Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-29T21:18:05.496Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-29T21:18:05.496Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-29T21:18:05.496Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-29T21:18:05.496Z] github.com/docker/docker/builder/builder-next/worker [2022-06-29T21:18:05.496Z] github.com/docker/docker/builder/dockerfile [2022-06-29T21:18:05.496Z] github.com/docker/docker/builder/remotecontext [2022-06-29T21:18:05.496Z] github.com/docker/docker/builder/remotecontext/git [2022-06-29T21:18:05.496Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-29T21:18:05.496Z] github.com/docker/docker/cli [2022-06-29T21:18:05.496Z] github.com/docker/docker/cli/config [2022-06-29T21:18:05.496Z] github.com/docker/docker/cli/debug [2022-06-29T21:18:05.496Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-29T21:18:05.496Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-29T21:18:05.496Z] github.com/docker/docker/client [2022-06-29T21:18:05.496Z] github.com/docker/docker/cmd/docker-proxy [2022-06-29T21:18:05.496Z] github.com/docker/docker/cmd/dockerd [2022-06-29T21:18:05.496Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-29T21:18:05.496Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-29T21:18:05.496Z] github.com/docker/docker/container [2022-06-29T21:18:05.496Z] github.com/docker/docker/container/stream [2022-06-29T21:18:05.496Z] github.com/docker/docker/contrib/apparmor [2022-06-29T21:18:05.496Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-29T21:18:05.496Z] github.com/docker/docker/contrib/httpserver [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/cluster [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/cluster/convert [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/cluster/executor [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/cluster/provider [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/config [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/events [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/events/testutils [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/exec [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/graphdriver [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/images [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/initlayer [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/links [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/listeners [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/logger [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/logger/gelf [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/logger/journald [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/logger/local [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/logger/logentries [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/logger/splunk [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/logger/syslog [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/logger/templates [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/names [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/network [2022-06-29T21:18:05.496Z] github.com/docker/docker/daemon/stats [2022-06-29T21:18:05.496Z] github.com/docker/docker/distribution [2022-06-29T21:18:05.496Z] github.com/docker/docker/distribution/metadata [2022-06-29T21:18:05.496Z] github.com/docker/docker/distribution/utils [2022-06-29T21:18:05.496Z] github.com/docker/docker/distribution/xfer [2022-06-29T21:18:05.496Z] github.com/docker/docker/dockerversion [2022-06-29T21:18:05.496Z] github.com/docker/docker/errdefs [2022-06-29T21:18:05.496Z] github.com/docker/docker/image [2022-06-29T21:18:05.496Z] github.com/docker/docker/image/cache [2022-06-29T21:18:05.496Z] github.com/docker/docker/image/tarexport [2022-06-29T21:18:05.496Z] github.com/docker/docker/image/v1 [2022-06-29T21:18:05.496Z] github.com/docker/docker/internal/test/suite [2022-06-29T21:18:05.496Z] github.com/docker/docker/layer [2022-06-29T21:18:05.496Z] github.com/docker/docker/libcontainerd [2022-06-29T21:18:05.496Z] github.com/docker/docker/libcontainerd/queue [2022-06-29T21:18:05.496Z] github.com/docker/docker/libcontainerd/remote [2022-06-29T21:18:05.496Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-29T21:18:05.496Z] github.com/docker/docker/libcontainerd/types [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/bitseq [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/cluster [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/config [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/datastore [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/driverapi [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/etchosts [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/idm [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/ipam [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/iptables [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/netlabel [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/netutils [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/networkdb [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/ns [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/options [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/osl [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/portallocator [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/portmapper [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/testutils [2022-06-29T21:18:05.496Z] github.com/docker/docker/libnetwork/types [2022-06-29T21:18:05.496Z] github.com/docker/docker/oci [2022-06-29T21:18:05.496Z] github.com/docker/docker/oci/caps [2022-06-29T21:18:05.496Z] github.com/docker/docker/opts [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/aaparser [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/archive [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/authorization [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/broadcaster [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/capabilities [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/chrootarchive [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/containerfs [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/devicemapper [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/directory [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/dmesg [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/fileutils [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/fsutils [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/homedir [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/idtools [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/ioutils [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/jsonmessage [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/longpath [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/loopback [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/namesgenerator [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/parsers [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/pidfile [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/platform [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/plugingetter [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/plugins [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/plugins/transport [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/pools [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/progress [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/pubsub [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/reexec [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/signal [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/stack [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/stdcopy [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/streamformatter [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/stringid [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/sysinfo [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/system [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/tailfile [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/tarsum [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/truncindex [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/urlutil [2022-06-29T21:18:05.496Z] github.com/docker/docker/pkg/useragent [2022-06-29T21:18:05.496Z] github.com/docker/docker/plugin [2022-06-29T21:18:05.496Z] github.com/docker/docker/plugin/executor/containerd [2022-06-29T21:18:05.496Z] github.com/docker/docker/plugin/v2 [2022-06-29T21:18:05.496Z] github.com/docker/docker/profiles/apparmor [2022-06-29T21:18:05.496Z] github.com/docker/docker/profiles/seccomp [2022-06-29T21:18:05.496Z] github.com/docker/docker/quota [2022-06-29T21:18:05.496Z] github.com/docker/docker/reference [2022-06-29T21:18:05.496Z] github.com/docker/docker/registry [2022-06-29T21:18:05.496Z] github.com/docker/docker/registry/resumable [2022-06-29T21:18:05.496Z] github.com/docker/docker/restartmanager [2022-06-29T21:18:05.497Z] github.com/docker/docker/rootless [2022-06-29T21:18:05.497Z] github.com/docker/docker/rootless/specconv [2022-06-29T21:18:05.497Z] github.com/docker/docker/runconfig [2022-06-29T21:18:05.497Z] github.com/docker/docker/runconfig/opts [2022-06-29T21:18:05.497Z] github.com/docker/docker/testutil [2022-06-29T21:18:05.497Z] github.com/docker/docker/testutil/daemon [2022-06-29T21:18:05.497Z] github.com/docker/docker/testutil/environment [2022-06-29T21:18:05.497Z] github.com/docker/docker/testutil/fakecontext [2022-06-29T21:18:05.497Z] github.com/docker/docker/testutil/fakegit [2022-06-29T21:18:05.497Z] github.com/docker/docker/testutil/fakestorage [2022-06-29T21:18:05.497Z] github.com/docker/docker/testutil/fixtures/load [2022-06-29T21:18:05.497Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-29T21:18:05.497Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-29T21:18:05.497Z] github.com/docker/docker/testutil/registry [2022-06-29T21:18:05.497Z] github.com/docker/docker/testutil/request [2022-06-29T21:18:05.497Z] github.com/docker/docker/volume [2022-06-29T21:18:05.497Z] github.com/docker/docker/volume/drivers [2022-06-29T21:18:05.497Z] github.com/docker/docker/volume/local [2022-06-29T21:18:05.497Z] github.com/docker/docker/volume/mounts [2022-06-29T21:18:05.497Z] github.com/docker/docker/volume/service [2022-06-29T21:18:05.497Z] github.com/docker/docker/volume/service/opts [2022-06-29T21:18:05.497Z] github.com/docker/docker/volume/testutils' [2022-06-29T21:18:05.497Z] ++ grep --fixed-strings -v /libnetwork [2022-06-29T21:18:05.497Z] ++ echo 'github.com/docker/docker/api [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/backend/build [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/httpstatus [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/httputils [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/middleware [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/build [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/container [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/debug [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/distribution [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/grpc [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/image [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/network [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/plugin [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/session [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/swarm [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/system [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/volume [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/backend [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/blkiodev [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/container [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/events [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/filters [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/image [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/mount [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/network [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/registry [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/strslice [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/swarm [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/time [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/versions [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/volume [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder/builder-next [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder/builder-next/worker [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder/dockerfile [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder/remotecontext [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder/remotecontext/git [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-29T21:18:05.497Z] github.com/docker/docker/cli [2022-06-29T21:18:05.497Z] github.com/docker/docker/cli/config [2022-06-29T21:18:05.497Z] github.com/docker/docker/cli/debug [2022-06-29T21:18:05.497Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-29T21:18:05.497Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-29T21:18:05.497Z] github.com/docker/docker/client [2022-06-29T21:18:05.497Z] github.com/docker/docker/cmd/docker-proxy [2022-06-29T21:18:05.497Z] github.com/docker/docker/cmd/dockerd [2022-06-29T21:18:05.497Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-29T21:18:05.497Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-29T21:18:05.497Z] github.com/docker/docker/container [2022-06-29T21:18:05.497Z] github.com/docker/docker/container/stream [2022-06-29T21:18:05.497Z] github.com/docker/docker/contrib/apparmor [2022-06-29T21:18:05.497Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-29T21:18:05.497Z] github.com/docker/docker/contrib/httpserver [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/cluster [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/cluster/convert [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/cluster/executor [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/cluster/provider [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/config [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/events [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/events/testutils [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/exec [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/graphdriver [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/images [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/initlayer [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/links [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/listeners [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/logger [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/logger/gelf [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/logger/journald [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/logger/local [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/logger/logentries [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/logger/splunk [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/logger/syslog [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/logger/templates [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/names [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/network [2022-06-29T21:18:05.497Z] github.com/docker/docker/daemon/stats [2022-06-29T21:18:05.497Z] github.com/docker/docker/distribution [2022-06-29T21:18:05.497Z] github.com/docker/docker/distribution/metadata [2022-06-29T21:18:05.497Z] github.com/docker/docker/distribution/utils [2022-06-29T21:18:05.497Z] github.com/docker/docker/distribution/xfer [2022-06-29T21:18:05.497Z] github.com/docker/docker/dockerversion [2022-06-29T21:18:05.497Z] github.com/docker/docker/errdefs [2022-06-29T21:18:05.497Z] github.com/docker/docker/image [2022-06-29T21:18:05.497Z] github.com/docker/docker/image/cache [2022-06-29T21:18:05.497Z] github.com/docker/docker/image/tarexport [2022-06-29T21:18:05.497Z] github.com/docker/docker/image/v1 [2022-06-29T21:18:05.497Z] github.com/docker/docker/internal/test/suite [2022-06-29T21:18:05.497Z] github.com/docker/docker/layer [2022-06-29T21:18:05.497Z] github.com/docker/docker/libcontainerd [2022-06-29T21:18:05.497Z] github.com/docker/docker/libcontainerd/queue [2022-06-29T21:18:05.497Z] github.com/docker/docker/libcontainerd/remote [2022-06-29T21:18:05.497Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-29T21:18:05.497Z] github.com/docker/docker/libcontainerd/types [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/bitseq [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/cluster [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/config [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/datastore [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/driverapi [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/etchosts [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/idm [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/ipam [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/iptables [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/netlabel [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/netutils [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/networkdb [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/ns [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/options [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/osl [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/portallocator [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/portmapper [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/testutils [2022-06-29T21:18:05.497Z] github.com/docker/docker/libnetwork/types [2022-06-29T21:18:05.497Z] github.com/docker/docker/oci [2022-06-29T21:18:05.497Z] github.com/docker/docker/oci/caps [2022-06-29T21:18:05.497Z] github.com/docker/docker/opts [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/aaparser [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/archive [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/authorization [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/broadcaster [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/capabilities [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/chrootarchive [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/containerfs [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/devicemapper [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/directory [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/dmesg [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/fileutils [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/fsutils [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/homedir [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/idtools [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/ioutils [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/jsonmessage [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/longpath [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/loopback [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/namesgenerator [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/parsers [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/pidfile [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/platform [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/plugingetter [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/plugins [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/plugins/transport [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/pools [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/progress [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/pubsub [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/reexec [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/signal [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/stack [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/stdcopy [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/streamformatter [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/stringid [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/sysinfo [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/system [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/tailfile [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/tarsum [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/truncindex [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/urlutil [2022-06-29T21:18:05.497Z] github.com/docker/docker/pkg/useragent [2022-06-29T21:18:05.497Z] github.com/docker/docker/plugin [2022-06-29T21:18:05.497Z] github.com/docker/docker/plugin/executor/containerd [2022-06-29T21:18:05.497Z] github.com/docker/docker/plugin/v2 [2022-06-29T21:18:05.497Z] github.com/docker/docker/profiles/apparmor [2022-06-29T21:18:05.497Z] github.com/docker/docker/profiles/seccomp [2022-06-29T21:18:05.497Z] github.com/docker/docker/quota [2022-06-29T21:18:05.497Z] github.com/docker/docker/reference [2022-06-29T21:18:05.497Z] github.com/docker/docker/registry [2022-06-29T21:18:05.497Z] github.com/docker/docker/registry/resumable [2022-06-29T21:18:05.497Z] github.com/docker/docker/restartmanager [2022-06-29T21:18:05.497Z] github.com/docker/docker/rootless [2022-06-29T21:18:05.497Z] github.com/docker/docker/rootless/specconv [2022-06-29T21:18:05.497Z] github.com/docker/docker/runconfig [2022-06-29T21:18:05.497Z] github.com/docker/docker/runconfig/opts [2022-06-29T21:18:05.497Z] github.com/docker/docker/testutil [2022-06-29T21:18:05.497Z] github.com/docker/docker/testutil/daemon [2022-06-29T21:18:05.497Z] github.com/docker/docker/testutil/environment [2022-06-29T21:18:05.497Z] github.com/docker/docker/testutil/fakecontext [2022-06-29T21:18:05.497Z] github.com/docker/docker/testutil/fakegit [2022-06-29T21:18:05.497Z] github.com/docker/docker/testutil/fakestorage [2022-06-29T21:18:05.497Z] github.com/docker/docker/testutil/fixtures/load [2022-06-29T21:18:05.497Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-29T21:18:05.497Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-29T21:18:05.497Z] github.com/docker/docker/testutil/registry [2022-06-29T21:18:05.497Z] github.com/docker/docker/testutil/request [2022-06-29T21:18:05.497Z] github.com/docker/docker/volume [2022-06-29T21:18:05.497Z] github.com/docker/docker/volume/drivers [2022-06-29T21:18:05.497Z] github.com/docker/docker/volume/local [2022-06-29T21:18:05.497Z] github.com/docker/docker/volume/mounts [2022-06-29T21:18:05.497Z] github.com/docker/docker/volume/service [2022-06-29T21:18:05.497Z] github.com/docker/docker/volume/service/opts [2022-06-29T21:18:05.497Z] github.com/docker/docker/volume/testutils' [2022-06-29T21:18:05.497Z] + base_pkg_list='github.com/docker/docker/api [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/backend/build [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/httpstatus [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/httputils [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/middleware [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/build [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/container [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/debug [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/distribution [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/grpc [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/image [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/network [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/plugin [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/session [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/swarm [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/system [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/server/router/volume [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/backend [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/blkiodev [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/container [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/events [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/filters [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/image [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/mount [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/network [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/registry [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/strslice [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/swarm [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/time [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/versions [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-29T21:18:05.497Z] github.com/docker/docker/api/types/volume [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder/builder-next [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder/builder-next/worker [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder/dockerfile [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder/remotecontext [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder/remotecontext/git [2022-06-29T21:18:05.497Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-29T21:18:05.497Z] github.com/docker/docker/cli [2022-06-29T21:18:05.497Z] github.com/docker/docker/cli/config [2022-06-29T21:18:05.497Z] github.com/docker/docker/cli/debug [2022-06-29T21:18:05.497Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-29T21:18:05.497Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-29T21:18:05.498Z] github.com/docker/docker/client [2022-06-29T21:18:05.498Z] github.com/docker/docker/cmd/docker-proxy [2022-06-29T21:18:05.498Z] github.com/docker/docker/cmd/dockerd [2022-06-29T21:18:05.498Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-29T21:18:05.498Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-29T21:18:05.498Z] github.com/docker/docker/container [2022-06-29T21:18:05.498Z] github.com/docker/docker/container/stream [2022-06-29T21:18:05.498Z] github.com/docker/docker/contrib/apparmor [2022-06-29T21:18:05.498Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-29T21:18:05.498Z] github.com/docker/docker/contrib/httpserver [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/cluster [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/cluster/convert [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/cluster/executor [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/cluster/provider [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/config [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/events [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/events/testutils [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/exec [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/images [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/initlayer [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/links [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/listeners [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/gelf [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/journald [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/local [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/logentries [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/splunk [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/syslog [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/templates [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/names [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/network [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/stats [2022-06-29T21:18:05.498Z] github.com/docker/docker/distribution [2022-06-29T21:18:05.498Z] github.com/docker/docker/distribution/metadata [2022-06-29T21:18:05.498Z] github.com/docker/docker/distribution/utils [2022-06-29T21:18:05.498Z] github.com/docker/docker/distribution/xfer [2022-06-29T21:18:05.498Z] github.com/docker/docker/dockerversion [2022-06-29T21:18:05.498Z] github.com/docker/docker/errdefs [2022-06-29T21:18:05.498Z] github.com/docker/docker/image [2022-06-29T21:18:05.498Z] github.com/docker/docker/image/cache [2022-06-29T21:18:05.498Z] github.com/docker/docker/image/tarexport [2022-06-29T21:18:05.498Z] github.com/docker/docker/image/v1 [2022-06-29T21:18:05.498Z] github.com/docker/docker/internal/test/suite [2022-06-29T21:18:05.498Z] github.com/docker/docker/layer [2022-06-29T21:18:05.498Z] github.com/docker/docker/libcontainerd [2022-06-29T21:18:05.498Z] github.com/docker/docker/libcontainerd/queue [2022-06-29T21:18:05.498Z] github.com/docker/docker/libcontainerd/remote [2022-06-29T21:18:05.498Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-29T21:18:05.498Z] github.com/docker/docker/libcontainerd/types [2022-06-29T21:18:05.498Z] github.com/docker/docker/oci [2022-06-29T21:18:05.498Z] github.com/docker/docker/oci/caps [2022-06-29T21:18:05.498Z] github.com/docker/docker/opts [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/aaparser [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/archive [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/authorization [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/broadcaster [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/capabilities [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/chrootarchive [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/containerfs [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/devicemapper [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/directory [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/dmesg [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/fileutils [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/fsutils [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/homedir [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/idtools [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/ioutils [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/jsonmessage [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/longpath [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/loopback [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/namesgenerator [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/parsers [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/pidfile [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/platform [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/plugingetter [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/plugins [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/plugins/transport [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/pools [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/progress [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/pubsub [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/reexec [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/signal [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/stack [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/stdcopy [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/streamformatter [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/stringid [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/sysinfo [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/system [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/tailfile [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/tarsum [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/truncindex [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/urlutil [2022-06-29T21:18:05.498Z] github.com/docker/docker/pkg/useragent [2022-06-29T21:18:05.498Z] github.com/docker/docker/plugin [2022-06-29T21:18:05.498Z] github.com/docker/docker/plugin/executor/containerd [2022-06-29T21:18:05.498Z] github.com/docker/docker/plugin/v2 [2022-06-29T21:18:05.498Z] github.com/docker/docker/profiles/apparmor [2022-06-29T21:18:05.498Z] github.com/docker/docker/profiles/seccomp [2022-06-29T21:18:05.498Z] github.com/docker/docker/quota [2022-06-29T21:18:05.498Z] github.com/docker/docker/reference [2022-06-29T21:18:05.498Z] github.com/docker/docker/registry [2022-06-29T21:18:05.498Z] github.com/docker/docker/registry/resumable [2022-06-29T21:18:05.498Z] github.com/docker/docker/restartmanager [2022-06-29T21:18:05.498Z] github.com/docker/docker/rootless [2022-06-29T21:18:05.498Z] github.com/docker/docker/rootless/specconv [2022-06-29T21:18:05.498Z] github.com/docker/docker/runconfig [2022-06-29T21:18:05.498Z] github.com/docker/docker/runconfig/opts [2022-06-29T21:18:05.498Z] github.com/docker/docker/testutil [2022-06-29T21:18:05.498Z] github.com/docker/docker/testutil/daemon [2022-06-29T21:18:05.498Z] github.com/docker/docker/testutil/environment [2022-06-29T21:18:05.498Z] github.com/docker/docker/testutil/fakecontext [2022-06-29T21:18:05.498Z] github.com/docker/docker/testutil/fakegit [2022-06-29T21:18:05.498Z] github.com/docker/docker/testutil/fakestorage [2022-06-29T21:18:05.498Z] github.com/docker/docker/testutil/fixtures/load [2022-06-29T21:18:05.498Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-29T21:18:05.498Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-29T21:18:05.498Z] github.com/docker/docker/testutil/registry [2022-06-29T21:18:05.498Z] github.com/docker/docker/testutil/request [2022-06-29T21:18:05.498Z] github.com/docker/docker/volume [2022-06-29T21:18:05.498Z] github.com/docker/docker/volume/drivers [2022-06-29T21:18:05.498Z] github.com/docker/docker/volume/local [2022-06-29T21:18:05.498Z] github.com/docker/docker/volume/mounts [2022-06-29T21:18:05.498Z] github.com/docker/docker/volume/service [2022-06-29T21:18:05.498Z] github.com/docker/docker/volume/service/opts [2022-06-29T21:18:05.498Z] github.com/docker/docker/volume/testutils' [2022-06-29T21:18:05.498Z] ++ grep --fixed-strings /libnetwork [2022-06-29T21:18:05.498Z] ++ echo 'github.com/docker/docker/api [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/server [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/server/backend/build [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/server/httpstatus [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/server/httputils [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/server/middleware [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/server/router [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/server/router/build [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/server/router/container [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/server/router/debug [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/server/router/distribution [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/server/router/grpc [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/server/router/image [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/server/router/network [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/server/router/plugin [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/server/router/session [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/server/router/swarm [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/server/router/system [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/server/router/volume [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/types [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/types/backend [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/types/blkiodev [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/types/container [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/types/events [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/types/filters [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/types/image [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/types/mount [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/types/network [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/types/registry [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/types/strslice [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/types/swarm [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/types/time [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/types/versions [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-29T21:18:05.498Z] github.com/docker/docker/api/types/volume [2022-06-29T21:18:05.498Z] github.com/docker/docker/builder [2022-06-29T21:18:05.498Z] github.com/docker/docker/builder/builder-next [2022-06-29T21:18:05.498Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-29T21:18:05.498Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-29T21:18:05.498Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-29T21:18:05.498Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-29T21:18:05.498Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-29T21:18:05.498Z] github.com/docker/docker/builder/builder-next/worker [2022-06-29T21:18:05.498Z] github.com/docker/docker/builder/dockerfile [2022-06-29T21:18:05.498Z] github.com/docker/docker/builder/remotecontext [2022-06-29T21:18:05.498Z] github.com/docker/docker/builder/remotecontext/git [2022-06-29T21:18:05.498Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-29T21:18:05.498Z] github.com/docker/docker/cli [2022-06-29T21:18:05.498Z] github.com/docker/docker/cli/config [2022-06-29T21:18:05.498Z] github.com/docker/docker/cli/debug [2022-06-29T21:18:05.498Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-29T21:18:05.498Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-29T21:18:05.498Z] github.com/docker/docker/client [2022-06-29T21:18:05.498Z] github.com/docker/docker/cmd/docker-proxy [2022-06-29T21:18:05.498Z] github.com/docker/docker/cmd/dockerd [2022-06-29T21:18:05.498Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-29T21:18:05.498Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-29T21:18:05.498Z] github.com/docker/docker/container [2022-06-29T21:18:05.498Z] github.com/docker/docker/container/stream [2022-06-29T21:18:05.498Z] github.com/docker/docker/contrib/apparmor [2022-06-29T21:18:05.498Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-29T21:18:05.498Z] github.com/docker/docker/contrib/httpserver [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/cluster [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/cluster/convert [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/cluster/executor [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/cluster/provider [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/config [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/events [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/events/testutils [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/exec [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/images [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/initlayer [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/links [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/listeners [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/gelf [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/journald [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/local [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/logentries [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/splunk [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/syslog [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/logger/templates [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/names [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/network [2022-06-29T21:18:05.498Z] github.com/docker/docker/daemon/stats [2022-06-29T21:18:05.498Z] github.com/docker/docker/distribution [2022-06-29T21:18:05.498Z] github.com/docker/docker/distribution/metadata [2022-06-29T21:18:05.498Z] github.com/docker/docker/distribution/utils [2022-06-29T21:18:05.498Z] github.com/docker/docker/distribution/xfer [2022-06-29T21:18:05.498Z] github.com/docker/docker/dockerversion [2022-06-29T21:18:05.498Z] github.com/docker/docker/errdefs [2022-06-29T21:18:05.498Z] github.com/docker/docker/image [2022-06-29T21:18:05.498Z] github.com/docker/docker/image/cache [2022-06-29T21:18:05.498Z] github.com/docker/docker/image/tarexport [2022-06-29T21:18:05.498Z] github.com/docker/docker/image/v1 [2022-06-29T21:18:05.498Z] github.com/docker/docker/internal/test/suite [2022-06-29T21:18:05.498Z] github.com/docker/docker/layer [2022-06-29T21:18:05.498Z] github.com/docker/docker/libcontainerd [2022-06-29T21:18:05.498Z] github.com/docker/docker/libcontainerd/queue [2022-06-29T21:18:05.498Z] github.com/docker/docker/libcontainerd/remote [2022-06-29T21:18:05.498Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-29T21:18:05.498Z] github.com/docker/docker/libcontainerd/types [2022-06-29T21:18:05.498Z] github.com/docker/docker/libnetwork [2022-06-29T21:18:05.498Z] github.com/docker/docker/libnetwork/bitseq [2022-06-29T21:18:05.498Z] github.com/docker/docker/libnetwork/cluster [2022-06-29T21:18:05.498Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-29T21:18:05.498Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-29T21:18:05.498Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-29T21:18:05.498Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-29T21:18:05.498Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-29T21:18:05.498Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-29T21:18:05.498Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-29T21:18:05.498Z] github.com/docker/docker/libnetwork/config [2022-06-29T21:18:05.498Z] github.com/docker/docker/libnetwork/datastore [2022-06-29T21:18:05.498Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-29T21:18:05.498Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-29T21:18:05.498Z] github.com/docker/docker/libnetwork/driverapi [2022-06-29T21:18:05.498Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-29T21:18:05.498Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-29T21:18:05.498Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-29T21:18:05.498Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-29T21:18:05.498Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/etchosts [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/idm [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipam [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/iptables [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/netlabel [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/netutils [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/networkdb [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ns [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/options [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/osl [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/portallocator [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/portmapper [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/testutils [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/types [2022-06-29T21:18:05.499Z] github.com/docker/docker/oci [2022-06-29T21:18:05.499Z] github.com/docker/docker/oci/caps [2022-06-29T21:18:05.499Z] github.com/docker/docker/opts [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/aaparser [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/archive [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/authorization [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/broadcaster [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/capabilities [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/chrootarchive [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/containerfs [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/devicemapper [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/directory [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/dmesg [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/fileutils [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/fsutils [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/homedir [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/idtools [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/ioutils [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/jsonmessage [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/longpath [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/loopback [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/namesgenerator [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/parsers [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/pidfile [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/platform [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/plugingetter [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/plugins [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/plugins/transport [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/pools [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/progress [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/pubsub [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/reexec [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/signal [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/stack [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/stdcopy [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/streamformatter [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/stringid [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/sysinfo [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/system [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/tailfile [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/tarsum [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/truncindex [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/urlutil [2022-06-29T21:18:05.499Z] github.com/docker/docker/pkg/useragent [2022-06-29T21:18:05.499Z] github.com/docker/docker/plugin [2022-06-29T21:18:05.499Z] github.com/docker/docker/plugin/executor/containerd [2022-06-29T21:18:05.499Z] github.com/docker/docker/plugin/v2 [2022-06-29T21:18:05.499Z] github.com/docker/docker/profiles/apparmor [2022-06-29T21:18:05.499Z] github.com/docker/docker/profiles/seccomp [2022-06-29T21:18:05.499Z] github.com/docker/docker/quota [2022-06-29T21:18:05.499Z] github.com/docker/docker/reference [2022-06-29T21:18:05.499Z] github.com/docker/docker/registry [2022-06-29T21:18:05.499Z] github.com/docker/docker/registry/resumable [2022-06-29T21:18:05.499Z] github.com/docker/docker/restartmanager [2022-06-29T21:18:05.499Z] github.com/docker/docker/rootless [2022-06-29T21:18:05.499Z] github.com/docker/docker/rootless/specconv [2022-06-29T21:18:05.499Z] github.com/docker/docker/runconfig [2022-06-29T21:18:05.499Z] github.com/docker/docker/runconfig/opts [2022-06-29T21:18:05.499Z] github.com/docker/docker/testutil [2022-06-29T21:18:05.499Z] github.com/docker/docker/testutil/daemon [2022-06-29T21:18:05.499Z] github.com/docker/docker/testutil/environment [2022-06-29T21:18:05.499Z] github.com/docker/docker/testutil/fakecontext [2022-06-29T21:18:05.499Z] github.com/docker/docker/testutil/fakegit [2022-06-29T21:18:05.499Z] github.com/docker/docker/testutil/fakestorage [2022-06-29T21:18:05.499Z] github.com/docker/docker/testutil/fixtures/load [2022-06-29T21:18:05.499Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-29T21:18:05.499Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-29T21:18:05.499Z] github.com/docker/docker/testutil/registry [2022-06-29T21:18:05.499Z] github.com/docker/docker/testutil/request [2022-06-29T21:18:05.499Z] github.com/docker/docker/volume [2022-06-29T21:18:05.499Z] github.com/docker/docker/volume/drivers [2022-06-29T21:18:05.499Z] github.com/docker/docker/volume/local [2022-06-29T21:18:05.499Z] github.com/docker/docker/volume/mounts [2022-06-29T21:18:05.499Z] github.com/docker/docker/volume/service [2022-06-29T21:18:05.499Z] github.com/docker/docker/volume/service/opts [2022-06-29T21:18:05.499Z] github.com/docker/docker/volume/testutils' [2022-06-29T21:18:05.499Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/bitseq [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/cluster [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/config [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/datastore [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/driverapi [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/etchosts [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/idm [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipam [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/iptables [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/netlabel [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/netutils [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/networkdb [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ns [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/options [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/osl [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/portallocator [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/portmapper [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/testutils [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/types' [2022-06-29T21:18:05.499Z] + echo 'github.com/docker/docker/libnetwork [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/bitseq [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/cluster [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/config [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/datastore [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/driverapi [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/etchosts [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/idm [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipam [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/iptables [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/netlabel [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/netutils [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/networkdb [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/ns [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/options [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/osl [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/portallocator [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/portmapper [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/testutils [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/types' [2022-06-29T21:18:05.499Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-29T21:18:05.499Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-29T21:18:05.499Z] + type docker-proxy [2022-06-29T21:18:05.499Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-06-29T21:18:05.499Z] + hack/make.sh binary-proxy install-proxy [2022-06-29T21:18:05.499Z] [2022-06-29T21:18:05.499Z] Removing bundles/ [2022-06-29T21:18:05.499Z] [2022-06-29T21:18:05.499Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-06-29T21:18:05.499Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-06-29T21:18:05.499Z] GOOS="" GOARCH="" GOARM="" [2022-06-29T21:18:05.727Z] #23 12.07 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-29T21:18:05.990Z] #23 12.48 Collecting pyyaml [2022-06-29T21:18:06.252Z] #23 12.49 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-06-29T21:18:06.252Z] #23 12.61 Building wheels for collected packages: yamllint [2022-06-29T21:18:06.252Z] #23 12.61 Building wheel for yamllint (setup.py): started [2022-06-29T21:18:07.199Z] #23 13.57 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-29T21:18:07.199Z] #23 13.57 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=47c89eb2b044a1213285a15d871d357c483a992c27579b569ffe3d9a4f9cb8e1 [2022-06-29T21:18:07.199Z] #23 13.57 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-29T21:18:07.199Z] #23 13.58 Successfully built yamllint [2022-06-29T21:18:07.199Z] #23 13.60 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-29T21:18:07.778Z] #23 14.03 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-29T21:18:07.958Z] #69 31.65 Reading package lists... [2022-06-29T21:18:07.958Z] #69 ... [2022-06-29T21:18:07.958Z] [2022-06-29T21:18:07.958Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:18:07.958Z] #49 sha256:b6c359175e621c0ba64e84f967841cc57655772efdab4cb603e7f10a344ddccc [2022-06-29T21:18:07.958Z] #49 30.76 Reading package lists... [2022-06-29T21:18:08.043Z] #23 DONE 14.5s [2022-06-29T21:18:08.043Z] [2022-06-29T21:18:08.043Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-29T21:18:08.043Z] #27 sha256:0b091ba612a5f5a98239d8fe9bdefe5f3c5ce8b1dc3aebf99b25facfa8b4c7bb [2022-06-29T21:18:08.618Z] #27 DONE 0.5s [2022-06-29T21:18:08.618Z] [2022-06-29T21:18:08.618Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-29T21:18:08.618Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-29T21:18:08.618Z] #47 ... [2022-06-29T21:18:08.618Z] [2022-06-29T21:18:08.618Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-29T21:18:08.618Z] #32 sha256:3c6ea6777263de15b68ed67d760f29759b5070c266aa6e1b6892150ac33a9314 [2022-06-29T21:18:09.192Z] #32 DONE 0.7s [2022-06-29T21:18:09.192Z] [2022-06-29T21:18:09.192Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:18:09.192Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:18:09.454Z] #55 ... [2022-06-29T21:18:09.454Z] [2022-06-29T21:18:09.454Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-29T21:18:09.454Z] #35 sha256:0a8a6498dd842b92c8edc9a1a9183569f138869cf4c0e8e0709b302e928f4338 [2022-06-29T21:18:09.716Z] #35 DONE 0.4s [2022-06-29T21:18:09.716Z] [2022-06-29T21:18:09.716Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-29T21:18:09.716Z] #37 sha256:5dbd80c04d6350f7659268c860ba97ac836cffdaa808fa029ae6d8b02b985cdf [2022-06-29T21:18:09.894Z] #49 40.03 Building dependency tree... [2022-06-29T21:18:09.978Z] #37 DONE 0.3s [2022-06-29T21:18:09.978Z] [2022-06-29T21:18:09.978Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:18:09.978Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:18:10.240Z] #55 ... [2022-06-29T21:18:10.240Z] [2022-06-29T21:18:10.240Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-29T21:18:10.240Z] #39 sha256:6c354657095ebeeab28b60c6632143ebece123ba75977ecc3a4e2d6b75c5547e [2022-06-29T21:18:10.240Z] #39 DONE 0.1s [2022-06-29T21:18:10.240Z] [2022-06-29T21:18:10.240Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-29T21:18:10.240Z] #41 sha256:7be52bbcd4fa5ff4c8ba72a32c06b1f0954399b7b5c5f8560af80eb2766e520c [2022-06-29T21:18:10.240Z] #41 DONE 0.1s [2022-06-29T21:18:10.240Z] [2022-06-29T21:18:10.240Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-29T21:18:10.240Z] #45 sha256:7c1b72a95fde7e0843a12a6d83009fd6a4e5e525ec72abc5c4ff5f1cafdd8b4c [2022-06-29T21:18:10.240Z] #45 DONE 0.1s [2022-06-29T21:18:10.240Z] [2022-06-29T21:18:10.240Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:18:10.240Z] #60 sha256:306f32eaaed17a842bc2cf6c0e29df2d8d1e3e31e7973edfe9bf25a87b6ea5be [2022-06-29T21:18:12.091Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-06-29T21:18:12.091Z] [2022-06-29T21:18:12.091Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-06-29T21:18:12.091Z] Installing docker-proxy to /usr/local/bin/ [2022-06-29T21:18:12.091Z] [2022-06-29T21:18:12.091Z] + mkdir -p bundles [2022-06-29T21:18:12.091Z] + '[' -n 'github.com/docker/docker/api [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/server [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/server/backend/build [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/server/httpstatus [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/server/httputils [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/server/middleware [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/server/router [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/server/router/build [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/server/router/container [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/server/router/debug [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/server/router/distribution [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/server/router/grpc [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/server/router/image [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/server/router/network [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/server/router/plugin [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/server/router/session [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/server/router/swarm [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/server/router/system [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/server/router/volume [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/types [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/types/backend [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/types/blkiodev [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/types/container [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/types/events [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/types/filters [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/types/image [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/types/mount [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/types/network [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/types/registry [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/types/strslice [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/types/swarm [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/types/time [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/types/versions [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-29T21:18:12.091Z] github.com/docker/docker/api/types/volume [2022-06-29T21:18:12.091Z] github.com/docker/docker/builder [2022-06-29T21:18:12.091Z] github.com/docker/docker/builder/builder-next [2022-06-29T21:18:12.091Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-29T21:18:12.091Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-29T21:18:12.091Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-29T21:18:12.091Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-29T21:18:12.091Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-29T21:18:12.091Z] github.com/docker/docker/builder/builder-next/worker [2022-06-29T21:18:12.091Z] github.com/docker/docker/builder/dockerfile [2022-06-29T21:18:12.091Z] github.com/docker/docker/builder/remotecontext [2022-06-29T21:18:12.091Z] github.com/docker/docker/builder/remotecontext/git [2022-06-29T21:18:12.091Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-29T21:18:12.091Z] github.com/docker/docker/cli [2022-06-29T21:18:12.091Z] github.com/docker/docker/cli/config [2022-06-29T21:18:12.091Z] github.com/docker/docker/cli/debug [2022-06-29T21:18:12.091Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-29T21:18:12.091Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-29T21:18:12.091Z] github.com/docker/docker/client [2022-06-29T21:18:12.091Z] github.com/docker/docker/cmd/docker-proxy [2022-06-29T21:18:12.091Z] github.com/docker/docker/cmd/dockerd [2022-06-29T21:18:12.091Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-29T21:18:12.091Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-29T21:18:12.091Z] github.com/docker/docker/container [2022-06-29T21:18:12.091Z] github.com/docker/docker/container/stream [2022-06-29T21:18:12.091Z] github.com/docker/docker/contrib/apparmor [2022-06-29T21:18:12.091Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-29T21:18:12.091Z] github.com/docker/docker/contrib/httpserver [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/cluster [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/cluster/convert [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/cluster/executor [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/cluster/provider [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/config [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/events [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/events/testutils [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/exec [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/graphdriver [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/images [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/initlayer [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/links [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/listeners [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/logger [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/logger/gelf [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/logger/journald [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/logger/local [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/logger/logentries [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/logger/splunk [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/logger/syslog [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/logger/templates [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/names [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/network [2022-06-29T21:18:12.091Z] github.com/docker/docker/daemon/stats [2022-06-29T21:18:12.091Z] github.com/docker/docker/distribution [2022-06-29T21:18:12.091Z] github.com/docker/docker/distribution/metadata [2022-06-29T21:18:12.091Z] github.com/docker/docker/distribution/utils [2022-06-29T21:18:12.091Z] github.com/docker/docker/distribution/xfer [2022-06-29T21:18:12.091Z] github.com/docker/docker/dockerversion [2022-06-29T21:18:12.091Z] github.com/docker/docker/errdefs [2022-06-29T21:18:12.091Z] github.com/docker/docker/image [2022-06-29T21:18:12.091Z] github.com/docker/docker/image/cache [2022-06-29T21:18:12.091Z] github.com/docker/docker/image/tarexport [2022-06-29T21:18:12.091Z] github.com/docker/docker/image/v1 [2022-06-29T21:18:12.091Z] github.com/docker/docker/internal/test/suite [2022-06-29T21:18:12.091Z] github.com/docker/docker/layer [2022-06-29T21:18:12.091Z] github.com/docker/docker/libcontainerd [2022-06-29T21:18:12.091Z] github.com/docker/docker/libcontainerd/queue [2022-06-29T21:18:12.091Z] github.com/docker/docker/libcontainerd/remote [2022-06-29T21:18:12.091Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-29T21:18:12.091Z] github.com/docker/docker/libcontainerd/types [2022-06-29T21:18:12.091Z] github.com/docker/docker/oci [2022-06-29T21:18:12.091Z] github.com/docker/docker/oci/caps [2022-06-29T21:18:12.091Z] github.com/docker/docker/opts [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/aaparser [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/archive [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/authorization [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/broadcaster [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/capabilities [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/chrootarchive [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/containerfs [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/devicemapper [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/directory [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/dmesg [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/fileutils [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/fsutils [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/homedir [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/idtools [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/ioutils [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/jsonmessage [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/longpath [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/loopback [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/namesgenerator [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/parsers [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/pidfile [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/platform [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/plugingetter [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/plugins [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/plugins/transport [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/pools [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/progress [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/pubsub [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/reexec [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/signal [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/stack [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/stdcopy [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/streamformatter [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/stringid [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/sysinfo [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/system [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/tailfile [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/tarsum [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/truncindex [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/urlutil [2022-06-29T21:18:12.091Z] github.com/docker/docker/pkg/useragent [2022-06-29T21:18:12.091Z] github.com/docker/docker/plugin [2022-06-29T21:18:12.091Z] github.com/docker/docker/plugin/executor/containerd [2022-06-29T21:18:12.091Z] github.com/docker/docker/plugin/v2 [2022-06-29T21:18:12.091Z] github.com/docker/docker/profiles/apparmor [2022-06-29T21:18:12.091Z] github.com/docker/docker/profiles/seccomp [2022-06-29T21:18:12.091Z] github.com/docker/docker/quota [2022-06-29T21:18:12.091Z] github.com/docker/docker/reference [2022-06-29T21:18:12.091Z] github.com/docker/docker/registry [2022-06-29T21:18:12.091Z] github.com/docker/docker/registry/resumable [2022-06-29T21:18:12.091Z] github.com/docker/docker/restartmanager [2022-06-29T21:18:12.091Z] github.com/docker/docker/rootless [2022-06-29T21:18:12.091Z] github.com/docker/docker/rootless/specconv [2022-06-29T21:18:12.091Z] github.com/docker/docker/runconfig [2022-06-29T21:18:12.091Z] github.com/docker/docker/runconfig/opts [2022-06-29T21:18:12.091Z] github.com/docker/docker/testutil [2022-06-29T21:18:12.091Z] github.com/docker/docker/testutil/daemon [2022-06-29T21:18:12.091Z] github.com/docker/docker/testutil/environment [2022-06-29T21:18:12.091Z] github.com/docker/docker/testutil/fakecontext [2022-06-29T21:18:12.091Z] github.com/docker/docker/testutil/fakegit [2022-06-29T21:18:12.091Z] github.com/docker/docker/testutil/fakestorage [2022-06-29T21:18:12.091Z] github.com/docker/docker/testutil/fixtures/load [2022-06-29T21:18:12.091Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-29T21:18:12.091Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-29T21:18:12.091Z] github.com/docker/docker/testutil/registry [2022-06-29T21:18:12.091Z] github.com/docker/docker/testutil/request [2022-06-29T21:18:12.091Z] github.com/docker/docker/volume [2022-06-29T21:18:12.091Z] github.com/docker/docker/volume/drivers [2022-06-29T21:18:12.091Z] github.com/docker/docker/volume/local [2022-06-29T21:18:12.091Z] github.com/docker/docker/volume/mounts [2022-06-29T21:18:12.091Z] github.com/docker/docker/volume/service [2022-06-29T21:18:12.091Z] github.com/docker/docker/volume/service/opts [2022-06-29T21:18:12.091Z] github.com/docker/docker/volume/testutils' ']' [2022-06-29T21:18:12.092Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-06-29T21:18:12.092Z] ? github.com/docker/docker/api [no test files] [2022-06-29T21:18:12.414Z] #49 44.38 The following additional packages will be installed: [2022-06-29T21:18:12.414Z] #49 44.41 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-06-29T21:18:12.414Z] #49 44.47 Suggested packages: [2022-06-29T21:18:12.414Z] #49 44.47 cmake-doc ninja-build lrzip [2022-06-29T21:18:12.414Z] #49 44.47 Recommended packages: [2022-06-29T21:18:12.414Z] #49 44.47 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-06-29T21:18:12.670Z] #49 45.07 The following NEW packages will be installed: [2022-06-29T21:18:12.927Z] #49 45.10 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-06-29T21:18:13.183Z] #49 45.53 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:18:13.184Z] #49 45.53 Need to get 8418 kB of archives. [2022-06-29T21:18:13.184Z] #49 45.53 After this operation, 34.9 MB of additional disk space will be used. [2022-06-29T21:18:13.184Z] #49 45.53 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-29T21:18:13.184Z] #49 45.54 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-29T21:18:13.184Z] #49 45.54 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-06-29T21:18:13.184Z] #49 45.57 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB] [2022-06-29T21:18:13.184Z] #49 45.62 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-06-29T21:18:13.184Z] #49 45.63 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-06-29T21:18:13.440Z] #49 45.65 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-06-29T21:18:13.440Z] #49 45.66 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-06-29T21:18:13.594Z] #23 10.41 Collecting yamllint==1.26.1 [2022-06-29T21:18:13.594Z] #23 11.49 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-29T21:18:13.854Z] #23 12.88 Collecting pathspec>=0.5.3 [2022-06-29T21:18:14.114Z] #23 12.89 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-29T21:18:14.369Z] #49 46.53 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:18:14.369Z] #49 ... [2022-06-29T21:18:14.369Z] [2022-06-29T21:18:14.369Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:18:14.369Z] #20 sha256:545c30010215b2745d84b840ab4dc42629ebf78cade95c2c7875a1329bb1db59 [2022-06-29T21:18:14.369Z] #20 30.87 Reading package lists... [2022-06-29T21:18:14.369Z] #20 40.10 Building dependency tree... [2022-06-29T21:18:14.369Z] #20 44.36 The following additional packages will be installed: [2022-06-29T21:18:14.369Z] #20 44.37 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-29T21:18:14.369Z] #20 44.37 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-06-29T21:18:14.369Z] #20 44.37 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-06-29T21:18:14.369Z] #20 44.37 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-06-29T21:18:14.369Z] #20 44.37 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-06-29T21:18:14.369Z] #20 44.39 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-06-29T21:18:14.369Z] #20 44.40 mingw-w64-common mingw-w64-x86-64-dev [2022-06-29T21:18:14.369Z] #20 44.46 Suggested packages: [2022-06-29T21:18:14.369Z] #20 44.46 gcc-10-locales seccomp wine64 [2022-06-29T21:18:14.369Z] #20 45.29 The following NEW packages will be installed: [2022-06-29T21:18:14.369Z] #20 45.29 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-06-29T21:18:14.369Z] #20 45.29 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-06-29T21:18:14.369Z] #20 45.29 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-06-29T21:18:14.369Z] #20 45.29 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-06-29T21:18:14.369Z] #20 45.29 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-06-29T21:18:14.369Z] #20 45.29 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-06-29T21:18:14.369Z] #20 45.30 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-06-29T21:18:14.369Z] #20 45.30 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-06-29T21:18:14.369Z] #20 45.30 mingw-w64-x86-64-dev [2022-06-29T21:18:14.369Z] #20 45.66 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:18:14.369Z] #20 45.66 Need to get 115 MB of archives. [2022-06-29T21:18:14.369Z] #20 45.66 After this operation, 645 MB of additional disk space will be used. [2022-06-29T21:18:14.369Z] #20 45.66 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-06-29T21:18:14.369Z] #20 45.72 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-06-29T21:18:14.369Z] #20 45.78 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-06-29T21:18:14.369Z] #20 45.79 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-06-29T21:18:14.369Z] #20 45.79 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-06-29T21:18:14.369Z] #20 45.80 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-06-29T21:18:14.369Z] #20 45.88 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-06-29T21:18:14.369Z] #20 45.97 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-06-29T21:18:14.369Z] #20 45.97 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-06-29T21:18:14.369Z] #20 46.17 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-06-29T21:18:14.369Z] #20 46.66 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-06-29T21:18:14.627Z] #20 46.84 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-06-29T21:18:14.627Z] #20 ... [2022-06-29T21:18:14.627Z] [2022-06-29T21:18:14.627Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:18:14.627Z] #49 sha256:b6c359175e621c0ba64e84f967841cc57655772efdab4cb603e7f10a344ddccc [2022-06-29T21:18:14.627Z] #49 46.85 Fetched 8418 kB in 1s (15.3 MB/s) [2022-06-29T21:18:14.627Z] #49 46.91 Selecting previously unselected package xxd. [2022-06-29T21:18:14.627Z] #49 46.91 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30256 files and directories currently installed.) [2022-06-29T21:18:14.627Z] #49 46.96 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-29T21:18:14.627Z] #49 46.98 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:18:14.684Z] #23 13.36 Collecting pyyaml [2022-06-29T21:18:14.684Z] #23 13.38 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-06-29T21:18:14.684Z] #23 13.53 Building wheels for collected packages: yamllint [2022-06-29T21:18:14.684Z] #23 13.54 Building wheel for yamllint (setup.py): started [2022-06-29T21:18:14.927Z] #49 47.13 Selecting previously unselected package vim-common. [2022-06-29T21:18:14.927Z] #49 47.14 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-29T21:18:14.927Z] #49 47.16 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:18:14.927Z] #49 ... [2022-06-29T21:18:14.927Z] [2022-06-29T21:18:14.927Z] #69 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-06-29T21:18:14.927Z] #69 sha256:811fd7bc677321c2a92b90b85e8bb4d50f3f9e6e0c528f077d6db2fa42c16a5e [2022-06-29T21:18:14.927Z] #69 31.65 Reading package lists... [2022-06-29T21:18:14.927Z] #69 40.61 Building dependency tree... [2022-06-29T21:18:14.927Z] #69 44.66 The following additional packages will be installed: [2022-06-29T21:18:14.927Z] #69 44.68 libbtrfs0 [2022-06-29T21:18:14.927Z] #69 44.94 The following NEW packages will be installed: [2022-06-29T21:18:14.927Z] #69 44.96 libbtrfs-dev libbtrfs0 [2022-06-29T21:18:14.927Z] #69 45.45 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:18:14.927Z] #69 45.45 Need to get 460 kB of archives. [2022-06-29T21:18:14.927Z] #69 45.45 After this operation, 1237 kB of additional disk space will be used. [2022-06-29T21:18:14.927Z] #69 45.45 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-29T21:18:14.927Z] #69 45.46 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-29T21:18:14.927Z] #69 46.06 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:18:14.927Z] #69 46.36 Fetched 460 kB in 0s (1434 kB/s) [2022-06-29T21:18:14.927Z] #69 46.45 Selecting previously unselected package libbtrfs0:amd64. [2022-06-29T21:18:14.927Z] #69 46.45 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30256 files and directories currently installed.) [2022-06-29T21:18:14.927Z] #69 46.51 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-29T21:18:14.927Z] #69 46.52 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-29T21:18:14.927Z] #69 46.66 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-29T21:18:14.927Z] #69 46.67 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-29T21:18:14.927Z] #69 46.68 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-29T21:18:14.927Z] #69 46.90 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-29T21:18:14.927Z] #69 46.92 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-29T21:18:14.927Z] #69 46.93 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:18:14.927Z] #69 DONE 47.2s [2022-06-29T21:18:14.927Z] [2022-06-29T21:18:14.927Z] #70 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-06-29T21:18:14.927Z] #70 sha256:8bb21a98b93f7a3a3fdf443dc0c5b84b60efa938c35b6ededd9beb6ad0617041 [2022-06-29T21:18:14.927Z] #70 DONE 0.1s [2022-06-29T21:18:15.184Z] [2022-06-29T21:18:15.184Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-06-29T21:18:15.184Z] #49 sha256:b6c359175e621c0ba64e84f967841cc57655772efdab4cb603e7f10a344ddccc [2022-06-29T21:18:15.184Z] #49 47.32 Selecting previously unselected package cmake-data. [2022-06-29T21:18:15.184Z] #49 47.33 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-06-29T21:18:15.184Z] #49 47.35 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-06-29T21:18:16.065Z] #23 14.77 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-29T21:18:16.065Z] #23 14.77 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=fecd395651f3ab2501bbf70e63e19a099b1b4719d93dfc59b36e9c58e0e8b51c [2022-06-29T21:18:16.065Z] #23 14.78 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-29T21:18:16.065Z] #23 14.79 Successfully built yamllint [2022-06-29T21:18:16.065Z] #23 14.82 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-29T21:18:16.325Z] #23 15.24 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-29T21:18:16.551Z] #49 48.52 Selecting previously unselected package libarchive13:amd64. [2022-06-29T21:18:16.551Z] #49 48.53 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ... [2022-06-29T21:18:16.551Z] #49 48.54 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-29T21:18:16.551Z] #49 48.70 Selecting previously unselected package libjsoncpp24:amd64. [2022-06-29T21:18:16.551Z] #49 48.72 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-06-29T21:18:16.551Z] #49 48.72 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-29T21:18:16.551Z] #49 48.81 Selecting previously unselected package librhash0:amd64. [2022-06-29T21:18:16.551Z] #49 48.81 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-06-29T21:18:16.551Z] #49 48.82 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-06-29T21:18:16.551Z] #49 48.90 Selecting previously unselected package libuv1:amd64. [2022-06-29T21:18:16.551Z] #49 48.90 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-06-29T21:18:16.551Z] #49 48.91 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-06-29T21:18:16.551Z] #49 48.97 Selecting previously unselected package cmake. [2022-06-29T21:18:16.551Z] #49 48.98 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-06-29T21:18:16.551Z] #49 48.98 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-06-29T21:18:17.266Z] #23 DONE 16.0s [2022-06-29T21:18:17.266Z] [2022-06-29T21:18:17.266Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-29T21:18:17.266Z] #27 sha256:a8bcd27ecccdb5895aa1042e9d82771c845bc37f440f5cd29650d050d6a8a0d2 [2022-06-29T21:18:18.205Z] #27 DONE 1.0s [2022-06-29T21:18:18.205Z] [2022-06-29T21:18:18.205Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:18:18.205Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:18:18.205Z] #77 ... [2022-06-29T21:18:18.205Z] [2022-06-29T21:18:18.205Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-29T21:18:18.205Z] #32 sha256:c4088a99a91096a5ea64fc325e0ab6eb3bd33846d01c89f7212fbcf248856504 [2022-06-29T21:18:18.445Z] #49 50.45 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... [2022-06-29T21:18:18.445Z] #49 50.46 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:18:18.445Z] #49 50.47 Setting up libuv1:amd64 (1.40.0-2) ... [2022-06-29T21:18:18.445Z] #49 50.48 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:18:18.445Z] #49 50.51 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-06-29T21:18:18.445Z] #49 50.52 Setting up librhash0:amd64 (1.4.1-2) ... [2022-06-29T21:18:18.445Z] #49 50.53 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-06-29T21:18:18.445Z] #49 50.55 Setting up cmake (3.18.4-2+deb11u1) ... [2022-06-29T21:18:18.445Z] #49 50.57 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:18:18.465Z] #32 DONE 0.3s [2022-06-29T21:18:18.465Z] [2022-06-29T21:18:18.465Z] #35 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-29T21:18:18.465Z] #35 sha256:1e4ee2c0b604a1582f25477a05184557d24f4152a4bc2efddf43c19d400d5f28 [2022-06-29T21:18:18.705Z] #49 DONE 51.0s [2022-06-29T21:18:18.705Z] [2022-06-29T21:18:18.705Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:18:18.705Z] #20 sha256:545c30010215b2745d84b840ab4dc42629ebf78cade95c2c7875a1329bb1db59 [2022-06-29T21:18:18.705Z] #20 47.09 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-06-29T21:18:18.705Z] #20 47.74 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-06-29T21:18:18.705Z] #20 47.98 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-06-29T21:18:18.705Z] #20 47.98 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-06-29T21:18:18.705Z] #20 47.98 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-06-29T21:18:18.705Z] #20 47.98 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-06-29T21:18:18.705Z] #20 47.99 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-06-29T21:18:18.705Z] #20 48.00 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-06-29T21:18:18.705Z] #20 48.00 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB] [2022-06-29T21:18:18.705Z] #20 48.00 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-06-29T21:18:18.705Z] #20 48.01 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-06-29T21:18:18.705Z] #20 48.01 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-06-29T21:18:18.705Z] #20 48.01 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-06-29T21:18:18.705Z] #20 48.02 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-06-29T21:18:18.705Z] #20 48.03 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-06-29T21:18:18.705Z] #20 48.04 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-06-29T21:18:18.705Z] #20 48.04 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-06-29T21:18:18.705Z] #20 48.04 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB] [2022-06-29T21:18:18.705Z] #20 48.74 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:18:18.705Z] #20 48.97 Fetched 115 MB in 3s (42.9 MB/s) [2022-06-29T21:18:18.705Z] #20 49.00 Selecting previously unselected package binutils-mingw-w64-i686. [2022-06-29T21:18:18.705Z] #20 49.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30256 files and directories currently installed.) [2022-06-29T21:18:18.705Z] #20 49.06 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-29T21:18:18.705Z] #20 49.07 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-29T21:18:18.705Z] #20 49.92 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-06-29T21:18:18.705Z] #20 49.92 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-06-29T21:18:18.705Z] #20 49.92 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-29T21:18:18.705Z] #20 ... [2022-06-29T21:18:18.705Z] [2022-06-29T21:18:18.705Z] #50 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-06-29T21:18:18.705Z] #50 sha256:10944affa6641a2d031053ead20144bb4122178d8fa86708e00945c5eda8cb78 [2022-06-29T21:18:18.705Z] #50 DONE 0.1s [2022-06-29T21:18:18.705Z] [2022-06-29T21:18:18.705Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:18:18.705Z] #20 sha256:545c30010215b2745d84b840ab4dc42629ebf78cade95c2c7875a1329bb1db59 [2022-06-29T21:18:18.705Z] #20 51.05 Selecting previously unselected package binutils-mingw-w64. [2022-06-29T21:18:18.705Z] #20 51.05 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-06-29T21:18:18.706Z] #20 51.06 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-29T21:18:18.706Z] #20 51.16 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-06-29T21:18:18.706Z] #20 51.16 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-29T21:18:18.725Z] #35 DONE 0.2s [2022-06-29T21:18:18.725Z] [2022-06-29T21:18:18.725Z] #37 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-29T21:18:18.725Z] #37 sha256:9c1d9e36fc36f2415c2f66eb40c955a9333d3b0bc9d76ca88d2348075fc71cca [2022-06-29T21:18:18.725Z] #37 DONE 0.1s [2022-06-29T21:18:18.725Z] [2022-06-29T21:18:18.725Z] #39 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-29T21:18:18.725Z] #39 sha256:d1543bcf50592f9da0829e479a5291ddedff0fafce4efaa734cceab7fae0341d [2022-06-29T21:18:18.725Z] #39 DONE 0.1s [2022-06-29T21:18:18.725Z] [2022-06-29T21:18:18.725Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:18:18.725Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:18:18.963Z] #20 51.16 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:18:18.963Z] #20 51.30 Selecting previously unselected package dmsetup. [2022-06-29T21:18:18.984Z] #77 ... [2022-06-29T21:18:18.984Z] [2022-06-29T21:18:18.984Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-29T21:18:18.984Z] #41 sha256:f1f496ed5f8b8a939cc04b94b9678cb5db93fae1aa1adb01867bf0d3984e9dc3 [2022-06-29T21:18:18.984Z] #41 DONE 0.1s [2022-06-29T21:18:18.984Z] [2022-06-29T21:18:18.984Z] #45 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-29T21:18:18.984Z] #45 sha256:983f432ad1058db76219534d8a74ee70b5d06636bbc15175634fc2284cb462cc [2022-06-29T21:18:18.984Z] #45 DONE 0.1s [2022-06-29T21:18:18.984Z] [2022-06-29T21:18:18.984Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:18:18.984Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:18:19.220Z] #20 51.31 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-06-29T21:18:19.220Z] #20 51.32 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-06-29T21:18:19.220Z] #20 51.49 Selecting previously unselected package mingw-w64-common. [2022-06-29T21:18:19.220Z] #20 51.50 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-06-29T21:18:19.220Z] #20 51.52 Unpacking mingw-w64-common (8.0.0-1) ... [2022-06-29T21:18:20.151Z] #20 ... [2022-06-29T21:18:20.151Z] [2022-06-29T21:18:20.151Z] #74 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-06-29T21:18:20.151Z] #74 sha256:4062989fa5ec1dcc4391263a3c1b8916ea8a80f4bfc08cd7c903a9adc15ca856 [2022-06-29T21:18:20.151Z] #74 48.64 + for f in rootlesskit rootlesskit-docker-proxy [2022-06-29T21:18:20.151Z] #74 48.64 + GOBIN=/build [2022-06-29T21:18:20.151Z] #74 48.64 + GO111MODULE=on [2022-06-29T21:18:20.151Z] #74 48.64 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-06-29T21:18:20.151Z] #74 52.05 rootlesskit version 1.0.0 [2022-06-29T21:18:20.151Z] #74 52.06 Usage of /build/rootlesskit-docker-proxy: [2022-06-29T21:18:20.151Z] #74 52.06 -container-ip string [2022-06-29T21:18:20.151Z] #74 52.06 container ip [2022-06-29T21:18:20.151Z] #74 52.06 -container-port int [2022-06-29T21:18:20.151Z] #74 52.06 container port (default -1) [2022-06-29T21:18:20.151Z] #74 52.06 -host-ip string [2022-06-29T21:18:20.151Z] #74 52.06 host ip [2022-06-29T21:18:20.151Z] #74 52.06 -host-port int [2022-06-29T21:18:20.151Z] #74 52.06 host port (default -1) [2022-06-29T21:18:20.151Z] #74 52.06 -proto string [2022-06-29T21:18:20.151Z] #74 52.06 proxy protocol (default "tcp") [2022-06-29T21:18:20.151Z] #74 DONE 52.2s [2022-06-29T21:18:20.151Z] [2022-06-29T21:18:20.151Z] #75 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-06-29T21:18:20.151Z] #75 sha256:de4c955c844f4808798348225ab25b36c4bffebc37cea302f7b7bac390e8a902 [2022-06-29T21:18:20.151Z] #75 DONE 0.1s [2022-06-29T21:18:20.151Z] [2022-06-29T21:18:20.151Z] #76 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-06-29T21:18:20.151Z] #76 sha256:1fc897ca32d87be70c0efabea7241a37c2bd97993c2d4b02cb61a83bd38a85e0 [2022-06-29T21:18:20.151Z] #76 DONE 0.1s [2022-06-29T21:18:20.151Z] [2022-06-29T21:18:20.151Z] #51 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-06-29T21:18:20.151Z] #51 sha256:25ebc15ead73f8c4436041942a2f091a02af3d35dafb6358fed9fc558f7d87d0 [2022-06-29T21:18:20.151Z] #51 0.809 + RM_GOPATH=0 [2022-06-29T21:18:20.151Z] #51 0.809 + TMP_GOPATH= [2022-06-29T21:18:20.151Z] #51 0.809 + : /build [2022-06-29T21:18:20.151Z] #51 0.809 + '[' -z '' ']' [2022-06-29T21:18:20.151Z] #51 0.809 ++ mktemp -d [2022-06-29T21:18:20.151Z] #51 0.810 + export GOPATH=/tmp/tmp.ve3GjogP8n [2022-06-29T21:18:20.151Z] #51 0.811 + GOPATH=/tmp/tmp.ve3GjogP8n [2022-06-29T21:18:20.151Z] #51 0.811 + RM_GOPATH=1 [2022-06-29T21:18:20.151Z] #51 0.811 + case "$(go env GOARCH)" in [2022-06-29T21:18:20.151Z] #51 0.811 ++ go env GOARCH [2022-06-29T21:18:20.151Z] #51 0.825 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:18:20.151Z] #51 0.825 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:18:20.151Z] #51 0.826 ++ dirname /install.sh [2022-06-29T21:18:20.151Z] #51 0.826 + dir=/ [2022-06-29T21:18:20.151Z] #51 0.827 + bin=tini [2022-06-29T21:18:20.151Z] #51 0.827 Install tini version v0.19.0 [2022-06-29T21:18:20.151Z] #51 0.828 + shift [2022-06-29T21:18:20.151Z] #51 0.828 + '[' '!' -f //tini.installer ']' [2022-06-29T21:18:20.151Z] #51 0.828 + . //tini.installer [2022-06-29T21:18:20.151Z] #51 0.828 ++ : v0.19.0 [2022-06-29T21:18:20.151Z] #51 0.828 + install_tini [2022-06-29T21:18:20.151Z] #51 0.828 + echo 'Install tini version v0.19.0' [2022-06-29T21:18:20.151Z] #51 0.828 + git clone https://github.com/krallin/tini.git /tmp/tmp.ve3GjogP8n/tini [2022-06-29T21:18:20.151Z] #51 0.830 Cloning into '/tmp/tmp.ve3GjogP8n/tini'... [2022-06-29T21:18:20.151Z] #51 1.244 + cd /tmp/tmp.ve3GjogP8n/tini [2022-06-29T21:18:20.151Z] #51 1.244 + git checkout -q v0.19.0 [2022-06-29T21:18:20.151Z] #51 1.256 + cmake . [2022-06-29T21:18:20.407Z] #51 1.516 -- The C compiler identification is GNU 10.2.1 [2022-06-29T21:18:20.407Z] #51 1.557 -- Detecting C compiler ABI info [2022-06-29T21:18:20.969Z] #51 2.005 -- Detecting C compiler ABI info - done [2022-06-29T21:18:20.969Z] #51 2.094 -- Check for working C compiler: /usr/bin/cc - skipped [2022-06-29T21:18:20.969Z] #51 2.096 -- Detecting C compile features [2022-06-29T21:18:20.969Z] #51 2.100 -- Detecting C compile features - done [2022-06-29T21:18:20.969Z] #51 2.122 -- Performing Test HAS_BUILTIN_FORTIFY [2022-06-29T21:18:21.225Z] #51 2.251 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-06-29T21:18:21.225Z] #51 2.326 -- Configuring done [2022-06-29T21:18:21.225Z] #51 2.345 -- Generating done [2022-06-29T21:18:21.225Z] #51 2.347 -- Build files have been written to: /tmp/tmp.ve3GjogP8n/tini [2022-06-29T21:18:21.225Z] #51 2.357 + make tini-static [2022-06-29T21:18:21.484Z] #51 2.513 Scanning dependencies of target tini-static [2022-06-29T21:18:21.484Z] #51 2.561 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-06-29T21:18:21.783Z] #51 3.000 [100%] Linking C executable tini-static [2022-06-29T21:18:22.040Z] #51 3.120 [100%] Built target tini-static [2022-06-29T21:18:22.040Z] #51 3.142 + mkdir -p /build [2022-06-29T21:18:22.040Z] #51 3.144 + cp tini-static /build/docker-init [2022-06-29T21:18:22.040Z] #51 DONE 3.2s [2022-06-29T21:18:22.040Z] [2022-06-29T21:18:22.040Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:18:22.040Z] #20 sha256:545c30010215b2745d84b840ab4dc42629ebf78cade95c2c7875a1329bb1db59 [2022-06-29T21:18:22.040Z] #20 54.12 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-06-29T21:18:22.040Z] #20 54.13 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-06-29T21:18:22.040Z] #20 54.13 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-29T21:18:24.562Z] #20 56.44 Selecting previously unselected package gcc-mingw-w64-base. [2022-06-29T21:18:24.562Z] #20 56.44 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:18:24.562Z] #20 56.45 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-29T21:18:24.562Z] #20 56.50 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-06-29T21:18:24.562Z] #20 56.50 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:18:24.562Z] #20 56.51 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-29T21:18:25.126Z] #20 ... [2022-06-29T21:18:25.126Z] [2022-06-29T21:18:25.126Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:18:25.126Z] #71 sha256:2025f26298a097610c7e3d7d5a6b3e12bdba1e1fc6b6ddb59c7c06aafc5ac130 [2022-06-29T21:18:25.126Z] #71 0.736 + RM_GOPATH=0 [2022-06-29T21:18:25.126Z] #71 0.736 + TMP_GOPATH= [2022-06-29T21:18:25.126Z] #71 0.736 + : /build [2022-06-29T21:18:25.126Z] #71 0.736 + '[' -z '' ']' [2022-06-29T21:18:25.126Z] #71 0.736 ++ mktemp -d [2022-06-29T21:18:25.126Z] #71 0.738 + export GOPATH=/tmp/tmp.fVOZIqBQjf [2022-06-29T21:18:25.126Z] #71 0.738 + GOPATH=/tmp/tmp.fVOZIqBQjf [2022-06-29T21:18:25.126Z] #71 0.738 + RM_GOPATH=1 [2022-06-29T21:18:25.126Z] #71 0.739 + case "$(go env GOARCH)" in [2022-06-29T21:18:25.127Z] #71 0.739 ++ go env GOARCH [2022-06-29T21:18:25.127Z] #71 0.749 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:18:25.127Z] #71 0.750 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:18:25.127Z] #71 0.750 ++ dirname /install.sh [2022-06-29T21:18:25.127Z] #71 0.751 + dir=/ [2022-06-29T21:18:25.127Z] #71 0.752 + bin=containerd [2022-06-29T21:18:25.127Z] #71 0.752 + shift [2022-06-29T21:18:25.127Z] #71 0.752 + '[' '!' -f //containerd.installer ']' [2022-06-29T21:18:25.127Z] #71 0.756 + . //containerd.installer [2022-06-29T21:18:25.127Z] #71 0.756 ++ set -e [2022-06-29T21:18:25.127Z] #71 0.756 ++ : v1.6.6 [2022-06-29T21:18:25.127Z] #71 0.757 + install_containerd [2022-06-29T21:18:25.127Z] #71 0.757 + echo 'Install containerd version v1.6.6' [2022-06-29T21:18:25.127Z] #71 0.758 Install containerd version v1.6.6 [2022-06-29T21:18:25.127Z] #71 0.758 + git clone https://github.com/containerd/containerd.git /tmp/tmp.fVOZIqBQjf/src/github.com/containerd/containerd [2022-06-29T21:18:25.127Z] #71 0.766 Cloning into '/tmp/tmp.fVOZIqBQjf/src/github.com/containerd/containerd'... [2022-06-29T21:18:26.057Z] #71 ... [2022-06-29T21:18:26.057Z] [2022-06-29T21:18:26.057Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:18:26.057Z] #20 sha256:545c30010215b2745d84b840ab4dc42629ebf78cade95c2c7875a1329bb1db59 [2022-06-29T21:18:26.057Z] #20 58.52 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-06-29T21:18:26.314Z] #20 58.53 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:18:26.314Z] #20 58.53 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-29T21:18:27.005Z] ok github.com/docker/docker/api/server 0.021s coverage: 7.9% of statements [2022-06-29T21:18:30.487Z] #20 62.27 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-06-29T21:18:30.487Z] #20 62.28 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:18:30.487Z] #20 62.28 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-29T21:18:31.675Z] #20 63.89 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-06-29T21:18:31.675Z] #20 63.90 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:18:31.675Z] #20 63.90 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-29T21:18:32.229Z] #60 ... [2022-06-29T21:18:32.229Z] [2022-06-29T21:18:32.229Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:18:32.229Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:18:32.229Z] #77 267.1 CCLD libocispec.la [2022-06-29T21:18:32.229Z] #77 267.5 CCLD src/validate [2022-06-29T21:18:32.229Z] #77 267.5 CCLD tests/test-1 [2022-06-29T21:18:32.229Z] #77 267.6 CCLD tests/test-3 [2022-06-29T21:18:32.229Z] #77 267.6 CCLD tests/test-2 [2022-06-29T21:18:32.229Z] #77 267.6 CCLD tests/test-4 [2022-06-29T21:18:32.229Z] #77 267.6 CCLD tests/test-5 [2022-06-29T21:18:32.229Z] #77 267.7 CCLD tests/test-6 [2022-06-29T21:18:32.229Z] #77 267.7 CCLD tests/test-7 [2022-06-29T21:18:32.229Z] #77 267.7 CCLD tests/test-8 [2022-06-29T21:18:32.229Z] #77 267.8 CCLD tests/test-9 [2022-06-29T21:18:32.229Z] #77 267.8 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-06-29T21:18:32.229Z] #77 267.9 CCLD tests/test-11 [2022-06-29T21:18:32.229Z] #77 268.0 CCLD tests/test-10 [2022-06-29T21:18:33.176Z] #77 269.6 libtool: link: ar cr libocispec.a [2022-06-29T21:18:33.176Z] #77 269.7 libtool: link: ranlib libocispec.a [2022-06-29T21:18:33.568Z] #20 65.78 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-06-29T21:18:33.568Z] #20 65.79 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:18:33.568Z] #20 65.79 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-29T21:18:35.098Z] #77 271.5 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-06-29T21:18:35.098Z] #77 271.5 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-29T21:18:35.098Z] #77 271.5 make[5]: Nothing to be done for 'install-data-am'. [2022-06-29T21:18:35.098Z] #77 271.5 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-29T21:18:35.098Z] #77 271.5 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-29T21:18:35.098Z] #77 271.5 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-29T21:18:35.098Z] #77 271.5 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-29T21:18:35.098Z] #77 271.5 make[2]: Entering directory '/tmp/crun-build' [2022-06-29T21:18:35.098Z] #77 271.7 CC src/libcrun/libcrun_testing_a-utils.o [2022-06-29T21:18:35.098Z] #77 271.7 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-06-29T21:18:35.098Z] #77 271.7 CC src/libcrun/libcrun_testing_a-container.o [2022-06-29T21:18:35.098Z] #77 271.7 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-06-29T21:18:35.098Z] #77 271.7 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-06-29T21:18:35.098Z] #77 271.7 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-06-29T21:18:35.098Z] #77 271.7 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-06-29T21:18:35.360Z] #77 271.7 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-06-29T21:18:35.360Z] #77 271.9 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-06-29T21:18:35.360Z] #77 271.9 CC src/libcrun/libcrun_testing_a-criu.o [2022-06-29T21:18:35.360Z] #77 271.9 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-06-29T21:18:35.360Z] #77 271.9 CC src/libcrun/libcrun_testing_a-linux.o [2022-06-29T21:18:35.360Z] #77 272.0 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-06-29T21:18:35.622Z] #77 272.0 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-06-29T21:18:35.622Z] #77 272.0 CC src/libcrun/libcrun_testing_a-error.o [2022-06-29T21:18:35.622Z] #77 272.0 CC src/libcrun/libcrun_testing_a-status.o [2022-06-29T21:18:35.622Z] #77 272.1 CC src/libcrun/libcrun_testing_a-terminal.o [2022-06-29T21:18:35.622Z] #77 272.2 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-06-29T21:18:35.622Z] #77 272.2 CC src/libcrun/libcrun_testing_a-signals.o [2022-06-29T21:18:35.622Z] #77 272.2 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-06-29T21:18:35.885Z] #77 272.3 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-06-29T21:18:35.885Z] #77 272.4 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-06-29T21:18:35.885Z] #77 272.5 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-06-29T21:18:35.885Z] #77 272.5 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-06-29T21:18:36.147Z] #77 272.5 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-06-29T21:18:36.147Z] #77 272.6 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-06-29T21:18:36.147Z] #77 272.6 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-06-29T21:18:36.147Z] #77 272.7 CC src/crun-crun.o [2022-06-29T21:18:36.147Z] #77 272.8 CC src/crun-run.o [2022-06-29T21:18:36.410Z] #77 272.8 CC src/crun-delete.o [2022-06-29T21:18:36.410Z] #77 272.9 CC src/crun-kill.o [2022-06-29T21:18:36.410Z] #77 273.0 CC src/crun-pause.o [2022-06-29T21:18:36.673Z] #77 273.2 CC src/crun-spec.o [2022-06-29T21:18:36.673Z] #77 273.2 CC src/crun-unpause.o [2022-06-29T21:18:36.673Z] #77 273.2 CC src/crun-exec.o [2022-06-29T21:18:36.673Z] #77 273.2 CC src/crun-list.o [2022-06-29T21:18:36.673Z] #77 273.3 CC src/crun-create.o [2022-06-29T21:18:36.673Z] #77 273.3 CC src/crun-start.o [2022-06-29T21:18:36.935Z] #77 273.4 CC src/crun-state.o [2022-06-29T21:18:36.935Z] #77 273.4 CC src/crun-update.o [2022-06-29T21:18:36.935Z] #77 273.5 CC src/crun-ps.o [2022-06-29T21:18:36.935Z] #77 273.6 CC src/crun-checkpoint.o [2022-06-29T21:18:37.090Z] #77 271.7 CCLD libocispec.la [2022-06-29T21:18:37.198Z] #77 273.7 CC src/crun-restore.o [2022-06-29T21:18:37.198Z] #77 273.7 CC src/libcrun/libcrun_la-utils.lo [2022-06-29T21:18:37.198Z] #77 273.7 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-06-29T21:18:37.198Z] #77 273.7 CC src/libcrun/libcrun_la-container.lo [2022-06-29T21:18:37.198Z] #77 273.8 CC src/libcrun/libcrun_la-cgroup.lo [2022-06-29T21:18:37.198Z] #77 273.9 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-06-29T21:18:37.351Z] #77 272.2 CCLD src/validate [2022-06-29T21:18:37.351Z] #77 272.2 CCLD tests/test-1 [2022-06-29T21:18:37.351Z] #77 272.2 CCLD tests/test-2 [2022-06-29T21:18:37.351Z] #77 272.2 CCLD tests/test-4 [2022-06-29T21:18:37.351Z] #77 272.2 CCLD tests/test-3 [2022-06-29T21:18:37.351Z] #77 272.2 CCLD tests/test-5 [2022-06-29T21:18:37.351Z] #77 272.3 CCLD tests/test-6 [2022-06-29T21:18:37.351Z] #77 272.3 CCLD tests/test-7 [2022-06-29T21:18:37.460Z] #77 273.9 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-06-29T21:18:37.460Z] #77 273.9 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-06-29T21:18:37.460Z] #77 274.0 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-06-29T21:18:37.611Z] #77 272.4 CCLD tests/test-8 [2022-06-29T21:18:37.611Z] #77 272.4 CCLD tests/test-9 [2022-06-29T21:18:37.611Z] #77 272.4 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-06-29T21:18:37.611Z] #77 272.5 CCLD tests/test-10 [2022-06-29T21:18:37.611Z] #77 272.5 CCLD tests/test-11 [2022-06-29T21:18:37.722Z] #77 274.2 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-06-29T21:18:37.722Z] #77 274.2 CC src/libcrun/libcrun_la-custom-handler.lo [2022-06-29T21:18:37.784Z] #20 69.60 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-06-29T21:18:37.784Z] #20 69.61 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-06-29T21:18:37.784Z] #20 69.61 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-29T21:18:37.985Z] #77 274.4 CC src/libcrun/libcrun_la-criu.lo [2022-06-29T21:18:37.985Z] #77 274.4 CC src/libcrun/libcrun_la-linux.lo [2022-06-29T21:18:37.985Z] #77 274.6 CC src/libcrun/libcrun_la-ebpf.lo [2022-06-29T21:18:37.985Z] #77 274.6 CC src/libcrun/libcrun_la-seccomp.lo [2022-06-29T21:18:38.247Z] #77 274.8 CC src/libcrun/libcrun_la-status.lo [2022-06-29T21:18:38.247Z] #77 274.8 CC src/libcrun/libcrun_la-error.lo [2022-06-29T21:18:38.509Z] #77 274.9 CC src/libcrun/libcrun_la-terminal.lo [2022-06-29T21:18:38.509Z] #77 274.9 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-06-29T21:18:38.509Z] #77 275.0 CC src/libcrun/libcrun_la-signals.lo [2022-06-29T21:18:38.509Z] #77 275.1 CC src/libcrun/libcrun_la-mount_flags.lo [2022-06-29T21:18:38.509Z] #77 275.1 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-06-29T21:18:38.772Z] #77 275.3 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-06-29T21:18:38.772Z] #77 275.3 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-06-29T21:18:38.772Z] #77 275.4 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-06-29T21:18:39.034Z] #77 275.5 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-06-29T21:18:39.191Z] #20 71.43 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-06-29T21:18:39.191Z] #20 71.44 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-06-29T21:18:39.191Z] #20 71.45 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-29T21:18:39.191Z] #20 71.51 Selecting previously unselected package libapparmor1:amd64. [2022-06-29T21:18:39.191Z] #20 71.52 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-06-29T21:18:39.191Z] #20 71.52 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-06-29T21:18:39.191Z] #20 71.57 Selecting previously unselected package libapparmor-dev:amd64. [2022-06-29T21:18:39.191Z] #20 71.58 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-06-29T21:18:39.191Z] #20 71.58 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-29T21:18:39.297Z] #77 275.7 CC tests/init.o [2022-06-29T21:18:39.297Z] #77 275.9 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-06-29T21:18:39.452Z] #20 71.65 Selecting previously unselected package libbtrfs0:amd64. [2022-06-29T21:18:39.452Z] #20 71.66 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-06-29T21:18:39.452Z] #20 71.67 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-06-29T21:18:39.452Z] #20 71.76 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-29T21:18:39.452Z] #20 ... [2022-06-29T21:18:39.452Z] [2022-06-29T21:18:39.452Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:18:39.452Z] #71 sha256:2025f26298a097610c7e3d7d5a6b3e12bdba1e1fc6b6ddb59c7c06aafc5ac130 [2022-06-29T21:18:39.452Z] #71 14.45 + cd /tmp/tmp.fVOZIqBQjf/src/github.com/containerd/containerd [2022-06-29T21:18:39.452Z] #71 14.45 + git checkout -q v1.6.6 [2022-06-29T21:18:39.452Z] #71 15.08 + export 'BUILDTAGS=netgo osusergo static_build' [2022-06-29T21:18:39.452Z] #71 15.08 + BUILDTAGS='netgo osusergo static_build' [2022-06-29T21:18:39.452Z] #71 15.08 + export EXTRA_FLAGS=-buildmode=pie [2022-06-29T21:18:39.452Z] #71 15.08 + EXTRA_FLAGS=-buildmode=pie [2022-06-29T21:18:39.452Z] #71 15.08 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-06-29T21:18:39.452Z] #71 15.08 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-06-29T21:18:39.452Z] #71 15.08 + '[' '' = dynamic ']' [2022-06-29T21:18:39.452Z] #71 15.08 + make [2022-06-29T21:18:39.452Z] #71 15.77 + bin/ctr [2022-06-29T21:18:39.452Z] #71 ... [2022-06-29T21:18:39.452Z] [2022-06-29T21:18:39.452Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-06-29T21:18:39.452Z] #20 sha256:545c30010215b2745d84b840ab4dc42629ebf78cade95c2c7875a1329bb1db59 [2022-06-29T21:18:39.452Z] #20 71.76 Selecting previously unselected package libbtrfs-dev:amd64. [2022-06-29T21:18:39.452Z] #20 71.77 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-06-29T21:18:39.452Z] #20 71.77 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-29T21:18:39.452Z] #20 71.86 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-06-29T21:18:39.452Z] #20 71.86 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-06-29T21:18:39.520Z] #77 274.1 libtool: link: ar cr libocispec.a [2022-06-29T21:18:39.520Z] #77 274.2 libtool: link: ranlib libocispec.a [2022-06-29T21:18:39.712Z] #20 71.87 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:18:39.712Z] #20 71.90 Selecting previously unselected package libudev-dev:amd64. [2022-06-29T21:18:39.712Z] #20 71.92 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ... [2022-06-29T21:18:39.712Z] #20 71.92 Unpacking libudev-dev:amd64 (247.3-7) ... [2022-06-29T21:18:39.712Z] #20 71.98 Selecting previously unselected package libsepol1-dev:amd64. [2022-06-29T21:18:39.712Z] #20 71.99 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-06-29T21:18:39.712Z] #20 72.00 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-06-29T21:18:39.712Z] #20 72.11 Selecting previously unselected package libpcre2-16-0:amd64. [2022-06-29T21:18:39.969Z] #20 72.11 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-06-29T21:18:39.969Z] #20 72.12 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-06-29T21:18:39.969Z] #20 72.24 Selecting previously unselected package libpcre2-32-0:amd64. [2022-06-29T21:18:39.969Z] #20 72.25 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-06-29T21:18:39.969Z] #20 72.25 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-06-29T21:18:39.969Z] #20 72.34 Selecting previously unselected package libpcre2-posix2:amd64. [2022-06-29T21:18:40.226Z] #20 72.35 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-06-29T21:18:40.226Z] #20 72.35 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-06-29T21:18:40.226Z] #20 72.39 Selecting previously unselected package libpcre2-dev:amd64. [2022-06-29T21:18:40.226Z] #20 72.39 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-06-29T21:18:40.226Z] #20 72.40 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-06-29T21:18:40.226Z] #20 72.58 Selecting previously unselected package libselinux1-dev:amd64. [2022-06-29T21:18:40.226Z] #20 72.59 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-06-29T21:18:40.226Z] #20 72.59 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-06-29T21:18:40.482Z] #20 72.70 Selecting previously unselected package libdevmapper-dev:amd64. [2022-06-29T21:18:40.482Z] #20 72.70 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-06-29T21:18:40.482Z] #20 72.71 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:18:40.482Z] #20 72.76 Selecting previously unselected package libseccomp-dev:amd64. [2022-06-29T21:18:40.482Z] #20 72.76 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-06-29T21:18:40.482Z] #20 72.77 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-29T21:18:40.482Z] #20 72.83 Selecting previously unselected package libsystemd-dev:amd64. [2022-06-29T21:18:40.482Z] #20 72.84 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ... [2022-06-29T21:18:40.482Z] #20 72.84 Unpacking libsystemd-dev:amd64 (247.3-7) ... [2022-06-29T21:18:40.738Z] #20 73.06 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-06-29T21:18:40.738Z] #20 73.07 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-06-29T21:18:40.738Z] #20 73.08 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-06-29T21:18:40.738Z] #20 73.09 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-06-29T21:18:40.738Z] #20 73.10 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-06-29T21:18:40.738Z] #20 73.11 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-06-29T21:18:40.738Z] #20 73.12 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-06-29T21:18:40.738Z] #20 73.14 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-06-29T21:18:40.738Z] #20 73.15 Setting up libudev-dev:amd64 (247.3-7) ... [2022-06-29T21:18:40.995Z] #20 73.16 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-06-29T21:18:40.995Z] #20 73.17 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-06-29T21:18:40.995Z] #20 73.18 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-06-29T21:18:40.995Z] #20 73.19 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-06-29T21:18:40.995Z] #20 73.21 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-06-29T21:18:40.995Z] #20 73.22 Setting up mingw-w64-common (8.0.0-1) ... [2022-06-29T21:18:40.995Z] #20 73.23 Setting up libsystemd-dev:amd64 (247.3-7) ... [2022-06-29T21:18:40.995Z] #20 73.24 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-06-29T21:18:40.995Z] #20 73.25 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-06-29T21:18:40.995Z] #20 73.26 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-06-29T21:18:40.995Z] #20 73.27 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-06-29T21:18:40.995Z] #20 73.28 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-29T21:18:40.995Z] #20 73.29 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-29T21:18:40.995Z] #20 73.30 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-29T21:18:40.995Z] #20 73.31 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-06-29T21:18:40.995Z] #20 73.31 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-06-29T21:18:40.995Z] #20 73.32 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-06-29T21:18:40.995Z] #20 73.33 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-06-29T21:18:40.995Z] #20 73.34 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-06-29T21:18:40.995Z] #20 73.36 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-06-29T21:18:40.995Z] #20 73.37 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:18:41.251Z] #20 73.39 Setting up dmsetup (2:1.02.175-2.1) ... [2022-06-29T21:18:41.251Z] #20 73.40 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:18:41.251Z] #20 73.41 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-06-29T21:18:41.251Z] #20 73.42 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:18:41.429Z] #77 276.2 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-06-29T21:18:41.429Z] #77 276.2 make[5]: Nothing to be done for 'install-exec-am'. [2022-06-29T21:18:41.429Z] #77 276.2 make[5]: Nothing to be done for 'install-data-am'. [2022-06-29T21:18:41.429Z] #77 276.2 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-29T21:18:41.429Z] #77 276.2 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-29T21:18:41.429Z] #77 276.2 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-29T21:18:41.429Z] #77 276.2 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-06-29T21:18:41.429Z] #77 276.2 make[2]: Entering directory '/tmp/crun-build' [2022-06-29T21:18:41.429Z] #77 276.4 CC src/libcrun/libcrun_testing_a-utils.o [2022-06-29T21:18:41.429Z] #77 276.4 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-06-29T21:18:41.429Z] #77 276.4 CC src/libcrun/libcrun_testing_a-container.o [2022-06-29T21:18:41.429Z] #77 276.4 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-06-29T21:18:41.429Z] #77 276.4 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-06-29T21:18:41.689Z] #77 276.5 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-06-29T21:18:41.689Z] #77 276.6 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-06-29T21:18:41.689Z] #77 276.6 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-06-29T21:18:41.689Z] #77 276.7 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-06-29T21:18:41.689Z] #77 276.7 CC src/libcrun/libcrun_testing_a-criu.o [2022-06-29T21:18:41.979Z] #77 276.9 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-06-29T21:18:41.979Z] #77 276.9 CC src/libcrun/libcrun_testing_a-linux.o [2022-06-29T21:18:41.979Z] #77 276.9 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-06-29T21:18:41.979Z] #77 277.0 CC src/libcrun/libcrun_testing_a-error.o [2022-06-29T21:18:41.979Z] #77 277.0 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-06-29T21:18:41.979Z] #77 277.0 CC src/libcrun/libcrun_testing_a-status.o [2022-06-29T21:18:42.181Z] #20 DONE 74.4s [2022-06-29T21:18:42.181Z] [2022-06-29T21:18:42.181Z] #21 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x libseccomp-dev:arm64 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el libseccomp-dev:s390x [2022-06-29T21:18:42.181Z] #21 sha256:c69268745e740405100f301a6a9b909aae27398f9d0aa0d9e149ff91926c5664 [2022-06-29T21:18:42.240Z] #77 277.0 CC src/libcrun/libcrun_testing_a-terminal.o [2022-06-29T21:18:42.240Z] #77 277.0 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-06-29T21:18:42.240Z] #77 277.2 CC src/libcrun/libcrun_testing_a-signals.o [2022-06-29T21:18:42.240Z] #77 277.2 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-06-29T21:18:42.502Z] #77 277.4 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-06-29T21:18:42.502Z] #77 277.4 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-06-29T21:18:42.502Z] #77 277.4 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-06-29T21:18:42.502Z] #77 277.4 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-06-29T21:18:42.607Z] #77 ... [2022-06-29T21:18:42.607Z] [2022-06-29T21:18:42.607Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-29T21:18:42.607Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-29T21:18:42.607Z] #47 347.2 + dpkg --print-architecture [2022-06-29T21:18:42.607Z] #47 347.2 + git checkout -q v2.1.0 [2022-06-29T21:18:42.607Z] #47 347.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-29T21:18:42.607Z] #47 347.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-29T21:18:42.767Z] #77 277.5 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-06-29T21:18:42.767Z] #77 277.6 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-06-29T21:18:42.767Z] #77 277.6 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-06-29T21:18:43.027Z] #77 277.8 CC src/crun-crun.o [2022-06-29T21:18:43.285Z] #77 278.0 CC src/crun-run.o [2022-06-29T21:18:43.285Z] #77 278.0 CC src/crun-pause.o [2022-06-29T21:18:43.285Z] #77 278.1 CC src/crun-delete.o [2022-06-29T21:18:43.285Z] #77 278.1 CC src/crun-exec.o [2022-06-29T21:18:43.286Z] #77 278.1 CC src/crun-spec.o [2022-06-29T21:18:43.286Z] #77 278.1 CC src/crun-unpause.o [2022-06-29T21:18:43.286Z] #77 278.1 CC src/crun-kill.o [2022-06-29T21:18:43.545Z] #77 278.3 CC src/crun-list.o [2022-06-29T21:18:43.545Z] #77 278.3 CC src/crun-create.o [2022-06-29T21:18:43.545Z] #77 278.4 CC src/crun-state.o [2022-06-29T21:18:43.545Z] #77 278.4 CC src/crun-start.o [2022-06-29T21:18:43.545Z] #77 278.5 CC src/crun-update.o [2022-06-29T21:18:43.545Z] #77 278.5 CC src/crun-ps.o [2022-06-29T21:18:43.550Z] #21 1.222 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-29T21:18:43.550Z] #21 1.411 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-06-29T21:18:43.550Z] #21 1.414 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-29T21:18:43.804Z] #77 278.6 CC src/crun-checkpoint.o [2022-06-29T21:18:43.804Z] #77 278.6 CC src/crun-restore.o [2022-06-29T21:18:43.804Z] #77 278.6 CC src/libcrun/libcrun_la-utils.lo [2022-06-29T21:18:43.804Z] #77 278.7 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-06-29T21:18:44.063Z] #77 279.0 CC src/libcrun/libcrun_la-container.lo [2022-06-29T21:18:44.322Z] #77 279.0 CC src/libcrun/libcrun_la-cgroup.lo [2022-06-29T21:18:44.322Z] #77 279.1 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-06-29T21:18:44.322Z] #77 279.3 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-06-29T21:18:44.593Z] #77 279.5 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-06-29T21:18:44.853Z] #77 279.6 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-06-29T21:18:44.853Z] #77 279.7 CC src/libcrun/libcrun_la-custom-handler.lo [2022-06-29T21:18:44.853Z] #77 279.7 CC src/libcrun/libcrun_la-criu.lo [2022-06-29T21:18:44.853Z] #77 279.8 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-06-29T21:18:45.112Z] #77 279.9 CC src/libcrun/libcrun_la-ebpf.lo [2022-06-29T21:18:45.112Z] #77 280.0 CC src/libcrun/libcrun_la-linux.lo [2022-06-29T21:18:45.112Z] #77 280.0 CC src/libcrun/libcrun_la-error.lo [2022-06-29T21:18:45.112Z] #77 280.0 CC src/libcrun/libcrun_la-status.lo [2022-06-29T21:18:45.112Z] #77 280.0 CC src/libcrun/libcrun_la-seccomp.lo [2022-06-29T21:18:45.372Z] #77 280.2 CC src/libcrun/libcrun_la-terminal.lo [2022-06-29T21:18:45.372Z] #77 280.3 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-06-29T21:18:45.372Z] #77 280.4 CC src/libcrun/libcrun_la-signals.lo [2022-06-29T21:18:45.632Z] #77 280.4 CC src/libcrun/libcrun_la-mount_flags.lo [2022-06-29T21:18:45.632Z] #77 280.5 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-06-29T21:18:45.632Z] #77 280.5 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-06-29T21:18:45.632Z] #77 280.6 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-06-29T21:18:45.893Z] #77 280.8 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-06-29T21:18:46.153Z] #77 280.8 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-06-29T21:18:46.153Z] #77 281.1 CC tests/init.o [2022-06-29T21:18:46.413Z] #77 281.1 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-06-29T21:18:48.954Z] #77 ... [2022-06-29T21:18:48.954Z] [2022-06-29T21:18:48.954Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-06-29T21:18:48.954Z] #47 sha256:1110e537d312b81127a11565b1fc9d8f479f430f626ed77585427bb6e9ce0ab1 [2022-06-29T21:18:48.954Z] #47 354.3 + dpkg --print-architecture [2022-06-29T21:18:48.954Z] #47 354.3 + git checkout -q v2.1.0 [2022-06-29T21:18:48.954Z] #47 354.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-06-29T21:18:48.954Z] #47 354.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-06-29T21:18:49.056Z] #21 1.721 Reading package lists... [2022-06-29T21:18:53.229Z] #21 6.364 Reading package lists... [2022-06-29T21:18:54.156Z] #21 11.05 Building dependency tree... [2022-06-29T21:18:54.412Z] #21 12.16 Reading state information... [2022-06-29T21:18:55.340Z] #21 13.32 The following additional packages will be installed: [2022-06-29T21:18:55.340Z] #21 13.32 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-06-29T21:18:55.595Z] #21 13.32 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-06-29T21:18:55.595Z] #21 13.32 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-06-29T21:18:55.595Z] #21 13.32 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-06-29T21:18:55.595Z] #21 13.32 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-06-29T21:18:55.595Z] #21 13.32 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-06-29T21:18:55.595Z] #21 13.33 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-06-29T21:18:55.595Z] #21 13.34 Suggested packages: [2022-06-29T21:18:55.595Z] #21 13.34 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-06-29T21:18:55.595Z] #21 13.34 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-06-29T21:18:55.596Z] #21 13.34 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-06-29T21:18:55.596Z] #21 13.34 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-06-29T21:18:55.596Z] #21 13.34 seccomp:ppc64el seccomp:s390x [2022-06-29T21:18:55.596Z] #21 13.34 Recommended packages: [2022-06-29T21:18:55.596Z] #21 13.34 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-06-29T21:18:55.596Z] #21 13.34 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-06-29T21:18:55.596Z] #21 13.34 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-06-29T21:18:55.596Z] #21 13.34 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-06-29T21:18:56.160Z] #21 13.89 The following NEW packages will be installed: [2022-06-29T21:18:56.160Z] #21 13.89 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-06-29T21:18:56.160Z] #21 13.89 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-06-29T21:18:56.160Z] #21 13.89 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-06-29T21:18:56.160Z] #21 13.89 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-06-29T21:18:56.160Z] #21 13.89 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-06-29T21:18:56.160Z] #21 13.89 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-06-29T21:18:56.160Z] #21 13.89 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-06-29T21:18:56.160Z] #21 13.90 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-06-29T21:18:56.160Z] #21 13.90 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-06-29T21:18:56.160Z] #21 13.90 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-06-29T21:18:56.160Z] #21 13.90 libseccomp2:ppc64el libseccomp2:s390x [2022-06-29T21:18:56.416Z] #21 14.26 0 upgraded, 40 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:18:56.416Z] #21 14.26 Need to get 15.9 MB of archives. [2022-06-29T21:18:56.416Z] #21 14.26 After this operation, 73.0 MB of additional disk space will be used. [2022-06-29T21:18:56.416Z] #21 14.26 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-06-29T21:18:56.416Z] #21 14.27 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-06-29T21:18:56.417Z] #21 14.27 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-06-29T21:18:56.417Z] #21 14.28 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-06-29T21:18:56.417Z] #21 14.28 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-06-29T21:18:56.417Z] #21 14.28 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-06-29T21:18:56.417Z] #21 14.28 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-06-29T21:18:56.417Z] #21 14.29 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB] [2022-06-29T21:18:56.417Z] #21 14.33 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-06-29T21:18:56.417Z] #21 14.33 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-06-29T21:18:56.417Z] #21 14.33 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-06-29T21:18:56.417Z] #21 14.33 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-06-29T21:18:56.417Z] #21 14.33 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB] [2022-06-29T21:18:56.417Z] #21 14.38 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-06-29T21:18:56.417Z] #21 14.38 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-06-29T21:18:56.417Z] #21 14.38 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-06-29T21:18:56.417Z] #21 14.38 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-06-29T21:18:56.417Z] #21 14.38 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB] [2022-06-29T21:18:56.417Z] #21 14.41 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-06-29T21:18:56.672Z] #21 14.41 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-06-29T21:18:56.672Z] #21 14.45 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-06-29T21:18:56.672Z] #21 14.45 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-06-29T21:18:56.672Z] #21 14.46 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB] [2022-06-29T21:18:56.672Z] #21 14.50 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-06-29T21:18:56.672Z] #21 14.50 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-06-29T21:18:56.672Z] #21 14.50 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-06-29T21:18:56.672Z] #21 14.50 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-06-29T21:18:56.672Z] #21 14.50 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB] [2022-06-29T21:18:56.672Z] #21 14.53 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-06-29T21:18:56.672Z] #21 14.53 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-06-29T21:18:56.672Z] #21 14.53 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-06-29T21:18:56.672Z] #21 14.53 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB] [2022-06-29T21:18:56.672Z] #21 14.53 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-06-29T21:18:56.672Z] #21 14.53 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB] [2022-06-29T21:18:56.672Z] #21 14.53 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-06-29T21:18:56.672Z] #21 14.54 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] [2022-06-29T21:18:56.672Z] #21 14.54 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-06-29T21:18:56.672Z] #21 14.54 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB] [2022-06-29T21:18:56.673Z] #21 14.54 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-06-29T21:18:56.673Z] #21 14.54 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-06-29T21:18:57.235Z] #21 15.03 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:18:57.235Z] #21 15.22 Fetched 15.9 MB in 1s (28.6 MB/s) [2022-06-29T21:18:57.235Z] #21 15.26 Selecting previously unselected package gcc-10-base:armel. [2022-06-29T21:18:57.490Z] #21 15.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 ... 38557 files and directories currently installed.) [2022-06-29T21:18:57.490Z] #21 15.29 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-06-29T21:18:57.490Z] #21 15.29 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-06-29T21:18:57.490Z] #21 15.34 Selecting previously unselected package gcc-10-base:armhf. [2022-06-29T21:18:57.490Z] #21 15.35 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-06-29T21:18:57.490Z] #21 15.35 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-06-29T21:18:57.490Z] #21 15.39 Selecting previously unselected package gcc-10-base:ppc64el. [2022-06-29T21:18:57.490Z] #21 15.40 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-06-29T21:18:57.490Z] #21 15.40 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-06-29T21:18:57.490Z] #21 15.45 Selecting previously unselected package gcc-10-base:s390x. [2022-06-29T21:18:57.490Z] #21 15.46 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-06-29T21:18:57.490Z] #21 15.46 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-06-29T21:18:57.746Z] #21 15.52 Selecting previously unselected package gcc-10-base:arm64. [2022-06-29T21:18:57.746Z] #21 15.52 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-06-29T21:18:57.746Z] #21 15.53 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-06-29T21:18:57.746Z] #21 15.59 Selecting previously unselected package libgcc-s1:armel. [2022-06-29T21:18:57.746Z] #21 15.60 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-06-29T21:18:57.746Z] #21 15.61 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-06-29T21:18:57.746Z] #21 15.66 Selecting previously unselected package libcrypt1:armel. [2022-06-29T21:18:58.003Z] #21 15.66 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-06-29T21:18:58.003Z] #21 15.67 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-06-29T21:18:58.003Z] #21 15.74 Selecting previously unselected package libc6:armel. [2022-06-29T21:18:58.003Z] #21 15.74 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ... [2022-06-29T21:18:58.003Z] #21 15.91 Unpacking libc6:armel (2.31-13+deb11u3) ... [2022-06-29T21:18:58.567Z] #21 16.31 Selecting previously unselected package libapparmor1:armel. [2022-06-29T21:18:58.567Z] #21 16.31 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-06-29T21:18:58.567Z] #21 16.32 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-06-29T21:18:58.567Z] #21 16.37 Selecting previously unselected package libapparmor-dev:armel. [2022-06-29T21:18:58.567Z] #21 16.37 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-06-29T21:18:58.567Z] #21 16.38 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-06-29T21:18:58.824Z] #21 16.45 Selecting previously unselected package libgcc-s1:arm64. [2022-06-29T21:18:58.824Z] #21 16.46 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-06-29T21:18:58.824Z] #21 16.46 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-06-29T21:18:58.824Z] #21 16.51 Selecting previously unselected package libcrypt1:arm64. [2022-06-29T21:18:58.824Z] #21 16.52 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-06-29T21:18:58.824Z] #21 16.52 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-06-29T21:18:58.824Z] #21 16.60 Selecting previously unselected package libc6:arm64. [2022-06-29T21:18:58.824Z] #21 16.61 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ... [2022-06-29T21:18:59.081Z] #21 16.79 Unpacking libc6:arm64 (2.31-13+deb11u3) ... [2022-06-29T21:18:59.338Z] #21 17.18 Selecting previously unselected package libapparmor1:arm64. [2022-06-29T21:18:59.338Z] #21 17.19 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-06-29T21:18:59.338Z] #21 17.19 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-06-29T21:18:59.338Z] #21 17.25 Selecting previously unselected package libapparmor-dev:arm64. [2022-06-29T21:18:59.338Z] #21 17.26 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-06-29T21:18:59.338Z] #21 17.26 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-29T21:18:59.596Z] #21 17.34 Selecting previously unselected package libgcc-s1:s390x. [2022-06-29T21:18:59.596Z] #21 17.34 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-06-29T21:18:59.596Z] #21 17.35 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-06-29T21:18:59.596Z] #21 17.40 Selecting previously unselected package libcrypt1:s390x. [2022-06-29T21:18:59.596Z] #21 17.40 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-06-29T21:18:59.596Z] #21 17.41 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-06-29T21:18:59.853Z] #21 17.49 Selecting previously unselected package libc6:s390x. [2022-06-29T21:18:59.853Z] #21 17.50 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ... [2022-06-29T21:18:59.853Z] #21 17.68 Unpacking libc6:s390x (2.31-13+deb11u3) ... [2022-06-29T21:19:00.418Z] #21 18.21 Selecting previously unselected package libapparmor1:s390x. [2022-06-29T21:19:00.418Z] #21 18.22 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-06-29T21:19:00.418Z] #21 18.23 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-06-29T21:19:00.418Z] #21 18.28 Selecting previously unselected package libapparmor-dev:s390x. [2022-06-29T21:19:00.418Z] #21 18.29 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-06-29T21:19:00.418Z] #21 18.29 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-06-29T21:19:00.418Z] #21 18.36 Selecting previously unselected package libgcc-s1:armhf. [2022-06-29T21:19:00.675Z] #21 18.36 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-06-29T21:19:00.675Z] #21 18.37 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-06-29T21:19:00.675Z] #21 18.41 Selecting previously unselected package libcrypt1:armhf. [2022-06-29T21:19:00.675Z] #21 18.42 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-06-29T21:19:00.675Z] #21 18.42 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-06-29T21:19:00.675Z] #21 18.49 Selecting previously unselected package libc6:armhf. [2022-06-29T21:19:00.675Z] #21 18.50 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ... [2022-06-29T21:19:00.932Z] #21 18.67 Unpacking libc6:armhf (2.31-13+deb11u3) ... [2022-06-29T21:19:00.963Z] #64 326.9 # github.com/containerd/containerd/cmd/containerd [2022-06-29T21:19:00.963Z] #64 326.9 /usr/bin/ld: /tmp/go-link-3672653951/000019.o: in function `New': [2022-06-29T21:19:00.963Z] #64 326.9 /tmp/tmp.VIgVU92tzx/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-06-29T21:19:00.963Z] #64 327.0 + bin/containerd-stress [2022-06-29T21:19:00.963Z] #64 328.2 + bin/containerd-shim [2022-06-29T21:19:01.495Z] #21 19.11 Selecting previously unselected package libapparmor1:armhf. [2022-06-29T21:19:01.495Z] #21 19.11 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-06-29T21:19:01.495Z] #21 19.11 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-06-29T21:19:01.495Z] #21 19.16 Selecting previously unselected package libapparmor-dev:armhf. [2022-06-29T21:19:01.495Z] #21 19.16 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-06-29T21:19:01.495Z] #21 19.16 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-06-29T21:19:01.495Z] #21 19.22 Selecting previously unselected package libgcc-s1:ppc64el. [2022-06-29T21:19:01.495Z] #21 19.23 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-06-29T21:19:01.495Z] #21 19.23 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-06-29T21:19:01.495Z] #21 19.28 Selecting previously unselected package libcrypt1:ppc64el. [2022-06-29T21:19:01.495Z] #21 19.28 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-06-29T21:19:01.495Z] #21 19.29 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-06-29T21:19:01.495Z] #21 19.37 Selecting previously unselected package libc6:ppc64el. [2022-06-29T21:19:01.495Z] #21 19.37 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ... [2022-06-29T21:19:01.752Z] #21 19.56 Unpacking libc6:ppc64el (2.31-13+deb11u3) ... [2022-06-29T21:19:02.316Z] #21 20.17 Selecting previously unselected package libapparmor1:ppc64el. [2022-06-29T21:19:02.316Z] #21 20.17 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-06-29T21:19:02.316Z] #21 20.18 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-06-29T21:19:02.316Z] #21 20.23 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-06-29T21:19:02.572Z] #21 20.24 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-06-29T21:19:02.572Z] #21 20.25 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-06-29T21:19:02.572Z] #21 20.32 Selecting previously unselected package libseccomp2:s390x. [2022-06-29T21:19:02.572Z] #21 20.32 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-06-29T21:19:02.572Z] #21 20.33 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-06-29T21:19:02.572Z] #21 20.38 Selecting previously unselected package libseccomp-dev:s390x. [2022-06-29T21:19:02.572Z] #21 20.38 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-06-29T21:19:02.572Z] #21 20.39 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-06-29T21:19:02.572Z] #21 20.45 Selecting previously unselected package libseccomp2:ppc64el. [2022-06-29T21:19:02.572Z] #21 20.45 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-06-29T21:19:02.572Z] #21 20.46 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-06-29T21:19:02.572Z] #21 20.51 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-06-29T21:19:02.829Z] #21 20.51 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-06-29T21:19:02.829Z] #21 20.51 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-06-29T21:19:02.829Z] #21 20.57 Selecting previously unselected package libseccomp2:armhf. [2022-06-29T21:19:02.829Z] #21 20.57 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-06-29T21:19:02.829Z] #21 20.58 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-06-29T21:19:02.829Z] #21 20.63 Selecting previously unselected package libseccomp-dev:armhf. [2022-06-29T21:19:02.829Z] #21 20.63 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-06-29T21:19:02.829Z] #21 20.64 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-06-29T21:19:02.829Z] #21 20.69 Selecting previously unselected package libseccomp2:armel. [2022-06-29T21:19:02.829Z] #21 20.70 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-06-29T21:19:02.829Z] #21 20.71 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-06-29T21:19:02.829Z] #21 20.76 Selecting previously unselected package libseccomp-dev:armel. [2022-06-29T21:19:03.085Z] #21 20.77 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-06-29T21:19:03.085Z] #21 20.78 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-06-29T21:19:03.085Z] #21 20.85 Selecting previously unselected package libseccomp2:arm64. [2022-06-29T21:19:03.085Z] #21 20.85 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-06-29T21:19:03.085Z] #21 20.86 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-06-29T21:19:03.085Z] #21 20.90 Selecting previously unselected package libseccomp-dev:arm64. [2022-06-29T21:19:03.085Z] #21 20.91 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-06-29T21:19:03.085Z] #21 20.91 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-29T21:19:03.085Z] #21 21.00 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-06-29T21:19:03.085Z] #21 21.02 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-06-29T21:19:03.085Z] #21 21.03 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-06-29T21:19:03.085Z] #21 21.04 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-06-29T21:19:03.085Z] #21 21.05 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-06-29T21:19:03.085Z] #21 21.07 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-06-29T21:19:03.085Z] #21 21.08 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-06-29T21:19:03.085Z] #21 21.09 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-06-29T21:19:03.085Z] #21 21.11 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-06-29T21:19:03.347Z] #21 21.12 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-06-29T21:19:03.347Z] #21 21.14 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-06-29T21:19:03.347Z] #21 21.15 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-06-29T21:19:03.347Z] #21 21.16 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-06-29T21:19:03.347Z] #21 21.17 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-06-29T21:19:03.347Z] #21 21.18 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-06-29T21:19:03.347Z] #21 21.19 Setting up libc6:arm64 (2.31-13+deb11u3) ... [2022-06-29T21:19:04.597Z] #47 DONE 375.9s [2022-06-29T21:19:04.597Z] [2022-06-29T21:19:04.597Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:19:04.597Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:19:04.597Z] #77 ... [2022-06-29T21:19:04.597Z] [2022-06-29T21:19:04.597Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-29T21:19:04.597Z] #48 sha256:f10cc4781427ab1bc887ef76a6f7111629645efe331cc9d1c065623bceb1f713 [2022-06-29T21:19:04.597Z] #48 DONE 0.6s [2022-06-29T21:19:04.597Z] [2022-06-29T21:19:04.597Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:19:04.597Z] #64 sha256:d2bea691e6d544b94b75414a81b0f0ad5b1471bf3e6a836f6ef67f6607280e84 [2022-06-29T21:19:04.597Z] #64 ... [2022-06-29T21:19:04.597Z] [2022-06-29T21:19:04.597Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-29T21:19:04.597Z] #52 sha256:2659ae0fa98285501870b2ea0250e2ef95b0dd07c0e279ae78500a43bb580c07 [2022-06-29T21:19:04.597Z] #52 DONE 0.1s [2022-06-29T21:19:04.597Z] [2022-06-29T21:19:04.597Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-29T21:19:04.597Z] #54 sha256:097ffd8166b63e8d4a4599f5b53ac708383a3757ca6d4c465668aa730b9f4f50 [2022-06-29T21:19:04.597Z] #54 DONE 0.2s [2022-06-29T21:19:04.597Z] [2022-06-29T21:19:04.597Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:19:04.597Z] #64 sha256:d2bea691e6d544b94b75414a81b0f0ad5b1471bf3e6a836f6ef67f6607280e84 [2022-06-29T21:19:04.714Z] #21 22.44 Setting up libc6:armel (2.31-13+deb11u3) ... [2022-06-29T21:19:05.901Z] #21 23.63 Setting up libc6:armhf (2.31-13+deb11u3) ... [2022-06-29T21:19:05.988Z] #64 ... [2022-06-29T21:19:05.988Z] [2022-06-29T21:19:05.988Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:19:05.988Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:19:05.988Z] #77 302.5 CCLD tests/init [2022-06-29T21:19:07.269Z] #21 24.85 Setting up libc6:ppc64el (2.31-13+deb11u3) ... [2022-06-29T21:19:08.199Z] #21 26.06 Setting up libc6:s390x (2.31-13+deb11u3) ... [2022-06-29T21:19:09.103Z] #64 339.4 + bin/containerd-shim-runc-v1 [2022-06-29T21:19:09.567Z] #21 27.31 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-06-29T21:19:09.567Z] #21 27.32 Setting up libapparmor1:armel (2.13.6-10) ... [2022-06-29T21:19:09.567Z] #21 27.33 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-06-29T21:19:09.567Z] #21 27.34 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-06-29T21:19:09.567Z] #21 27.35 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-06-29T21:19:09.567Z] #21 27.36 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-06-29T21:19:09.567Z] #21 27.37 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-06-29T21:19:09.567Z] #21 27.38 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-06-29T21:19:09.567Z] #21 27.39 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-06-29T21:19:09.567Z] #21 27.40 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-06-29T21:19:09.567Z] #21 27.42 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-06-29T21:19:09.567Z] #21 27.42 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-06-29T21:19:09.567Z] #21 27.43 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-06-29T21:19:09.567Z] #21 27.44 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-06-29T21:19:09.567Z] #21 27.45 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-06-29T21:19:09.567Z] #21 27.46 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-06-29T21:19:09.567Z] #21 27.47 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-06-29T21:19:09.567Z] #21 27.48 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-06-29T21:19:09.567Z] #21 27.50 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-06-29T21:19:09.567Z] #21 27.51 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-06-29T21:19:09.567Z] #21 27.52 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:19:10.136Z] #21 DONE 27.8s [2022-06-29T21:19:10.136Z] [2022-06-29T21:19:10.136Z] #66 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-06-29T21:19:10.136Z] #66 sha256:1acd8958fa87061955459f8374085caf5f6e6f6a3a0ab022237a52d1707e9630 [2022-06-29T21:19:10.136Z] #66 DONE 0.1s [2022-06-29T21:19:10.136Z] [2022-06-29T21:19:10.136Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:19:10.136Z] #67 sha256:99296ef4ecf5a1507d3f9e6de9f2ba655f5378e6072c6cb78637ff7654d777c3 [2022-06-29T21:19:10.911Z] #47 DONE 384.2s [2022-06-29T21:19:10.911Z] [2022-06-29T21:19:10.911Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:19:10.911Z] #64 sha256:edd910092fdcbd8a8b285cb22bb5ba070124b9950feb53f8c7d960b08ab64573 [2022-06-29T21:19:10.911Z] #64 ... [2022-06-29T21:19:10.911Z] [2022-06-29T21:19:10.911Z] #48 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-29T21:19:10.911Z] #48 sha256:f264f6b6fe644c27096e2742980160a3bb217d96754df26890ac41c55676b7eb [2022-06-29T21:19:11.072Z] #67 1.118 + RM_GOPATH=0 [2022-06-29T21:19:11.072Z] #67 1.118 + TMP_GOPATH= [2022-06-29T21:19:11.072Z] #67 1.118 + : /build [2022-06-29T21:19:11.072Z] #67 1.118 + '[' -z '' ']' [2022-06-29T21:19:11.171Z] #48 DONE 0.3s [2022-06-29T21:19:11.171Z] [2022-06-29T21:19:11.171Z] #52 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-29T21:19:11.171Z] #52 sha256:6fdf81a4e1ee9829b977a5e697c38a037a1bb49d8c33e2299475d88b1db2227b [2022-06-29T21:19:11.171Z] #52 DONE 0.0s [2022-06-29T21:19:11.171Z] [2022-06-29T21:19:11.171Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:19:11.171Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:19:11.328Z] #67 ... [2022-06-29T21:19:11.328Z] [2022-06-29T21:19:11.328Z] #22 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-06-29T21:19:11.328Z] #22 sha256:7ff22573b37504262e98adcb1549f36f1e0745ad8e427bc240bcd4e453d91753 [2022-06-29T21:19:11.328Z] #22 DONE 1.3s [2022-06-29T21:19:11.328Z] [2022-06-29T21:19:11.328Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:19:11.328Z] #67 sha256:99296ef4ecf5a1507d3f9e6de9f2ba655f5378e6072c6cb78637ff7654d777c3 [2022-06-29T21:19:11.328Z] #67 1.119 ++ mktemp -d [2022-06-29T21:19:11.328Z] #67 1.121 + export GOPATH=/tmp/tmp.dTpqtRIgJo [2022-06-29T21:19:11.328Z] #67 1.121 + GOPATH=/tmp/tmp.dTpqtRIgJo [2022-06-29T21:19:11.328Z] #67 1.122 + RM_GOPATH=1 [2022-06-29T21:19:11.328Z] #67 1.122 + case "$(go env GOARCH)" in [2022-06-29T21:19:11.328Z] #67 1.122 ++ go env GOARCH [2022-06-29T21:19:11.328Z] #67 1.128 + export GO_BUILDMODE=-buildmode=pie [2022-06-29T21:19:11.328Z] #67 1.128 + GO_BUILDMODE=-buildmode=pie [2022-06-29T21:19:11.328Z] #67 1.128 ++ dirname /install.sh [2022-06-29T21:19:11.328Z] #67 1.129 + dir=/ [2022-06-29T21:19:11.328Z] #67 1.129 + bin=runc [2022-06-29T21:19:11.328Z] #67 1.129 + shift [2022-06-29T21:19:11.328Z] #67 1.129 + '[' '!' -f //runc.installer ']' [2022-06-29T21:19:11.328Z] #67 1.129 + . //runc.installer [2022-06-29T21:19:11.328Z] #67 1.129 ++ set -e [2022-06-29T21:19:11.328Z] #67 1.129 ++ : v1.1.2 [2022-06-29T21:19:11.328Z] #67 1.130 + install_runc [2022-06-29T21:19:11.328Z] #67 1.130 + RUNC_BUILDTAGS=seccomp [2022-06-29T21:19:11.328Z] #67 1.130 + echo 'Install runc version v1.1.2 (build tags: seccomp)' [2022-06-29T21:19:11.328Z] #67 1.130 Install runc version v1.1.2 (build tags: seccomp) [2022-06-29T21:19:11.328Z] #67 1.130 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.dTpqtRIgJo/src/github.com/opencontainers/runc [2022-06-29T21:19:11.328Z] #67 1.131 Cloning into '/tmp/tmp.dTpqtRIgJo/src/github.com/opencontainers/runc'... [2022-06-29T21:19:11.431Z] #55 ... [2022-06-29T21:19:11.431Z] [2022-06-29T21:19:11.431Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-29T21:19:11.431Z] #54 sha256:360ac1b9b4cf34367f63df6e74dbca80e40a1de6c121880427c7e14574df3972 [2022-06-29T21:19:11.431Z] #54 DONE 0.1s [2022-06-29T21:19:11.431Z] [2022-06-29T21:19:11.431Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:19:11.431Z] #64 sha256:edd910092fdcbd8a8b285cb22bb5ba070124b9950feb53f8c7d960b08ab64573 [2022-06-29T21:19:12.261Z] #67 ... [2022-06-29T21:19:12.261Z] [2022-06-29T21:19:12.261Z] #23 [dev-systemd-false 2/28] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-06-29T21:19:12.261Z] #23 sha256:ff62181f85dff7b0fa011ad13200a0894d744734f26d731633984e51d8e7aef7 [2022-06-29T21:19:12.261Z] #23 DONE 1.1s [2022-06-29T21:19:12.517Z] [2022-06-29T21:19:12.517Z] #24 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-06-29T21:19:12.517Z] #24 sha256:5ba8e416e59d2463b3c23e79a7c9d8936b5cbe49a2257ef87fd28767898ffdf5 [2022-06-29T21:19:13.446Z] #24 0.910 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-06-29T21:19:13.446Z] #24 DONE 1.0s [2022-06-29T21:19:13.446Z] [2022-06-29T21:19:13.446Z] #25 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-06-29T21:19:13.446Z] #25 sha256:17900b09747c15e257475739f9213acd92e654739d4f98b47eb29b58581e8a5b [2022-06-29T21:19:14.376Z] #25 DONE 0.9s [2022-06-29T21:19:14.376Z] [2022-06-29T21:19:14.376Z] #26 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-06-29T21:19:14.376Z] #26 sha256:46d18cbf69fdd65229fce4a1ff0ccf6e4b3f818664affcb6f0dc42b391087a73 [2022-06-29T21:19:14.397Z] #64 345.7 + bin/containerd-shim-runc-v2 [2022-06-29T21:19:14.726Z] #64 ... [2022-06-29T21:19:14.726Z] [2022-06-29T21:19:14.726Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-06-29T21:19:14.726Z] #77 sha256:5ee11991eb6c9e3db5c2b8d0321c83304f3db0ac31ddb54c34938e26ecdba2dc [2022-06-29T21:19:14.726Z] #77 309.6 CCLD tests/init [2022-06-29T21:19:14.966Z] #64 346.5 + binaries [2022-06-29T21:19:14.966Z] #64 346.5 + install -D bin/containerd /build/containerd [2022-06-29T21:19:14.966Z] #64 346.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-29T21:19:14.966Z] #64 346.6 + install -D bin/ctr /build/ctr [2022-06-29T21:19:15.305Z] #26 DONE 1.0s [2022-06-29T21:19:15.305Z] [2022-06-29T21:19:15.305Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:19:15.305Z] #67 sha256:99296ef4ecf5a1507d3f9e6de9f2ba655f5378e6072c6cb78637ff7654d777c3 [2022-06-29T21:19:15.305Z] #67 5.295 + cd /tmp/tmp.dTpqtRIgJo/src/github.com/opencontainers/runc [2022-06-29T21:19:15.305Z] #67 5.295 + git checkout -q v1.1.2 [2022-06-29T21:19:15.561Z] #67 5.588 + '[' -z '' ']' [2022-06-29T21:19:15.561Z] #67 5.588 + target=static [2022-06-29T21:19:15.817Z] #67 5.589 + make BUILDTAGS=seccomp static [2022-06-29T21:19:15.817Z] #67 5.867 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc . [2022-06-29T21:19:16.380Z] #67 ... [2022-06-29T21:19:16.380Z] [2022-06-29T21:19:16.380Z] #27 [dev-systemd-false 6/28] RUN ldconfig [2022-06-29T21:19:16.380Z] #27 sha256:e828cb4a4c70fe20fdd9c59b0cc7a96bdc05420df447fb47f66ed10ce4043d70 [2022-06-29T21:19:16.380Z] #27 DONE 1.0s [2022-06-29T21:19:16.380Z] [2022-06-29T21:19:16.380Z] #28 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:19:16.380Z] #28 sha256:c4d8c9694e9e738331e640fb61089fa5198cfcbeded1ebd9ab5ce788c8605229 [2022-06-29T21:19:17.508Z] #64 DONE 348.8s [2022-06-29T21:19:17.750Z] #28 1.167 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-06-29T21:19:17.750Z] #28 1.184 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-06-29T21:19:17.750Z] #28 1.340 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-06-29T21:19:17.750Z] #28 1.488 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB] [2022-06-29T21:19:18.007Z] #28 1.748 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-06-29T21:19:18.079Z] [2022-06-29T21:19:18.079Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-29T21:19:18.079Z] #65 sha256:71b216087f57ea110701e59daaa9d4e3f6fc129c2b5d1b52bd48830af23389d9 [2022-06-29T21:19:18.570Z] #28 2.050 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-06-29T21:19:18.828Z] #28 2.381 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-06-29T21:19:19.019Z] #65 DONE 1.0s [2022-06-29T21:19:19.019Z] [2022-06-29T21:19:19.019Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-29T21:19:19.019Z] #70 sha256:4e772bab374273158fe6e703e53cdd602657f31b5f2fa377946912179db59f31 [2022-06-29T21:19:19.085Z] #28 2.658 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7944 kB] [2022-06-29T21:19:19.085Z] #28 2.920 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-06-29T21:19:19.278Z] #70 DONE 0.2s [2022-06-29T21:19:19.278Z] [2022-06-29T21:19:19.278Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-29T21:19:19.278Z] #75 sha256:e92df458e36374e52cfafacc00e886f8cbaddc1e93d10ab294ed3031c5677ba1 [2022-06-29T21:19:19.342Z] #28 3.213 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [153 kB] [2022-06-29T21:19:19.598Z] #28 3.213 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [161 kB] [2022-06-29T21:19:19.599Z] #28 3.215 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [135 kB] [2022-06-29T21:19:19.599Z] #28 3.216 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [143 kB] [2022-06-29T21:19:19.599Z] #28 3.220 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB] [2022-06-29T21:19:19.599Z] #28 3.228 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [160 kB] [2022-06-29T21:19:19.599Z] #28 3.291 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-06-29T21:19:19.599Z] #28 3.297 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-06-29T21:19:19.599Z] #28 3.297 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-06-29T21:19:19.599Z] #28 3.298 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-06-29T21:19:19.599Z] #28 3.299 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-06-29T21:19:19.599Z] #28 3.300 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B] [2022-06-29T21:19:20.218Z] #75 DONE 1.0s [2022-06-29T21:19:20.218Z] [2022-06-29T21:19:20.218Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-29T21:19:20.218Z] #78 sha256:859c6ae4f1983bddd6e9592acc1414c166dab1eeee9beef4431ed08b20bdf0a2 [2022-06-29T21:19:20.218Z] #78 DONE 0.1s [2022-06-29T21:19:20.218Z] [2022-06-29T21:19:20.218Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-29T21:19:20.218Z] #79 sha256:67b0fa44d03deb26ff5199acff3ebf24a2eeb84c9b4736baff671d252448ae04 [2022-06-29T21:19:20.218Z] #79 DONE 0.0s [2022-06-29T21:19:20.218Z] [2022-06-29T21:19:20.218Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-29T21:19:20.218Z] #80 sha256:6bdb0c25370f1f76117b753d7ef5eee1f6ef336d059ed2646777966a0987413a [2022-06-29T21:19:20.218Z] #80 DONE 0.0s [2022-06-29T21:19:20.479Z] [2022-06-29T21:19:20.479Z] #81 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends dbus dbus-user-session systemd systemd-sysv [2022-06-29T21:19:20.479Z] #81 sha256:ee4b5088ff8c24a612dfb9d5b11d7b2b392ae6d1d3df54aabb371fd23e6a5508 [2022-06-29T21:19:21.049Z] #81 0.646 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-06-29T21:19:21.049Z] #81 0.646 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-06-29T21:19:21.049Z] #81 0.646 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-06-29T21:19:21.991Z] #81 0.885 Reading package lists... [2022-06-29T21:19:22.252Z] #81 1.416 Reading package lists... [2022-06-29T21:19:22.252Z] #81 1.935 Building dependency tree... [2022-06-29T21:19:22.513Z] #81 2.051 Reading state information... [2022-06-29T21:19:22.513Z] #81 2.173 The following additional packages will be installed: [2022-06-29T21:19:22.513Z] #81 2.173 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-06-29T21:19:22.513Z] #81 2.174 Suggested packages: [2022-06-29T21:19:22.513Z] #81 2.174 systemd-container policykit-1 [2022-06-29T21:19:22.513Z] #81 2.174 Recommended packages: [2022-06-29T21:19:22.513Z] #81 2.174 systemd-timesyncd | time-daemon libnss-systemd [2022-06-29T21:19:22.513Z] #81 2.241 The following NEW packages will be installed: [2022-06-29T21:19:22.513Z] #81 2.242 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-06-29T21:19:22.513Z] #81 2.243 libkmod2 libpam-systemd systemd systemd-sysv [2022-06-29T21:19:22.774Z] #81 2.513 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:19:22.774Z] #81 2.513 Need to get 5817 kB of archives. [2022-06-29T21:19:22.774Z] #81 2.513 After this operation, 19.3 MB of additional disk space will be used. [2022-06-29T21:19:22.774Z] #81 2.513 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-06-29T21:19:22.774Z] #81 2.517 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-06-29T21:19:22.774Z] #81 2.518 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB] [2022-06-29T21:19:22.774Z] #81 2.523 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-06-29T21:19:22.774Z] #81 2.524 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB] [2022-06-29T21:19:22.774Z] #81 2.604 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7 [113 kB] [2022-06-29T21:19:23.034Z] #81 2.614 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-06-29T21:19:23.034Z] #81 2.615 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-06-29T21:19:23.034Z] #81 2.623 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7 [283 kB] [2022-06-29T21:19:23.034Z] #81 2.628 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB] [2022-06-29T21:19:23.342Z] #81 2.780 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:19:23.342Z] #81 2.809 Fetched 5817 kB in 0s (15.2 MB/s) [2022-06-29T21:19:23.342Z] #81 2.833 Selecting previously unselected package libargon2-1:amd64. [2022-06-29T21:19:23.343Z] #81 2.833 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 28639 files and directories currently installed.) [2022-06-29T21:19:23.343Z] #81 2.848 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ... [2022-06-29T21:19:23.343Z] #81 2.853 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-06-29T21:19:23.343Z] #81 2.891 Selecting previously unselected package libjson-c5:amd64. [2022-06-29T21:19:23.343Z] #81 2.891 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ... [2022-06-29T21:19:23.343Z] #81 2.894 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-06-29T21:19:23.343Z] #81 2.928 Selecting previously unselected package libcryptsetup12:amd64. [2022-06-29T21:19:23.343Z] #81 2.931 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-06-29T21:19:23.343Z] #81 2.934 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-06-29T21:19:23.343Z] #81 2.983 Selecting previously unselected package libkmod2:amd64. [2022-06-29T21:19:23.343Z] #81 2.986 Preparing to unpack .../libkmod2_28-1_amd64.deb ... [2022-06-29T21:19:23.343Z] #81 2.990 Unpacking libkmod2:amd64 (28-1) ... [2022-06-29T21:19:23.343Z] #81 3.032 Selecting previously unselected package systemd. [2022-06-29T21:19:23.632Z] #81 3.035 Preparing to unpack .../systemd_247.3-7_amd64.deb ... [2022-06-29T21:19:23.632Z] #81 3.068 Unpacking systemd (247.3-7) ... [2022-06-29T21:19:24.224Z] #81 3.658 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-06-29T21:19:24.224Z] #81 3.669 Setting up libjson-c5:amd64 (0.15-2) ... [2022-06-29T21:19:24.224Z] #81 3.679 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-06-29T21:19:24.224Z] #81 3.688 Setting up libkmod2:amd64 (28-1) ... [2022-06-29T21:19:24.224Z] #81 3.697 Setting up systemd (247.3-7) ... [2022-06-29T21:19:24.224Z] #81 3.742 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-06-29T21:19:24.224Z] #81 3.745 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-06-29T21:19:24.224Z] #81 3.749 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-06-29T21:19:24.224Z] #81 3.771 Initializing machine ID from KVM UUID. [2022-06-29T21:19:24.493Z] #81 4.153 Selecting previously unselected package systemd-sysv. [2022-06-29T21:19:24.493Z] #81 4.153 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29450 files and directories currently installed.) [2022-06-29T21:19:24.493Z] #81 4.167 Preparing to unpack .../systemd-sysv_247.3-7_amd64.deb ... [2022-06-29T21:19:24.493Z] #81 4.170 Unpacking systemd-sysv (247.3-7) ... [2022-06-29T21:19:24.493Z] #81 4.208 Selecting previously unselected package libdbus-1-3:amd64. [2022-06-29T21:19:24.493Z] #81 4.211 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-06-29T21:19:24.493Z] #81 4.215 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-06-29T21:19:24.493Z] #81 4.271 Selecting previously unselected package dbus. [2022-06-29T21:19:24.493Z] #81 4.271 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-06-29T21:19:24.757Z] #81 4.280 Unpacking dbus (1.12.20-2) ... [2022-06-29T21:19:24.757Z] #81 4.347 Selecting previously unselected package libpam-systemd:amd64. [2022-06-29T21:19:24.757Z] #81 4.348 Preparing to unpack .../libpam-systemd_247.3-7_amd64.deb ... [2022-06-29T21:19:24.757Z] #81 4.351 Unpacking libpam-systemd:amd64 (247.3-7) ... [2022-06-29T21:19:24.757Z] #81 4.397 Selecting previously unselected package dbus-user-session. [2022-06-29T21:19:24.757Z] #81 4.400 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-06-29T21:19:24.757Z] #81 4.403 Unpacking dbus-user-session (1.12.20-2) ... [2022-06-29T21:19:24.757Z] #81 4.465 Setting up systemd-sysv (247.3-7) ... [2022-06-29T21:19:24.757Z] #81 4.476 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-06-29T21:19:24.757Z] #81 4.485 Setting up dbus (1.12.20-2) ... [2022-06-29T21:19:25.019Z] #81 4.597 invoke-rc.d: could not determine current runlevel [2022-06-29T21:19:25.019Z] #81 4.601 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-29T21:19:25.019Z] #81 4.606 Setting up libpam-systemd:amd64 (247.3-7) ... [2022-06-29T21:19:25.019Z] #81 4.780 Setting up dbus-user-session (1.12.20-2) ... [2022-06-29T21:19:25.019Z] #81 4.793 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:19:25.283Z] #81 DONE 4.9s [2022-06-29T21:19:25.283Z] [2022-06-29T21:19:25.283Z] #82 [dev-systemd-true 2/2] RUN mkdir -p hack && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh && chmod +x hack/dind-systemd [2022-06-29T21:19:25.283Z] #82 sha256:3f056c28ac2bd61cde6f0207b38edda08e39c7093f84c3ec338d23a55f16bffb [2022-06-29T21:19:25.856Z] #82 0.414 % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-29T21:19:25.856Z] #82 0.416 Dload Upload Total Spent Left Speed [2022-06-29T21:19:26.116Z] #82 0.417 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 5193 0 --:--:-- --:--:-- --:--:-- 5178 100 1823 100 1823 0 0 5193 0 --:--:-- --:--:-- --:--:-- 5178 [2022-06-29T21:19:26.116Z] #82 DONE 0.8s [2022-06-29T21:19:26.116Z] [2022-06-29T21:19:26.116Z] #83 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-29T21:19:26.116Z] #83 sha256:ef9b8a07354fa964e98e1f7073370dc96998626b71f61d56d52083c157af8b89 [2022-06-29T21:19:27.057Z] #83 DONE 0.8s [2022-06-29T21:19:27.057Z] [2022-06-29T21:19:27.057Z] #84 exporting to image [2022-06-29T21:19:27.057Z] #84 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-29T21:19:27.057Z] #84 exporting layers [2022-06-29T21:19:27.977Z] #77 322.9 AR libcrun_testing.a [2022-06-29T21:19:27.977Z] #77 322.9 ar: `u' modifier ignored since `D' is the default (see `U') [2022-06-29T21:19:27.977Z] #77 323.0 CCLD tests/tests_libcrun_fuzzer [2022-06-29T21:19:27.977Z] #77 323.0 CCLD tests/tests_libcrun_errors [2022-06-29T21:19:27.977Z] #77 323.0 CCLD tests/tests_libcrun_utils [2022-06-29T21:19:27.977Z] #77 323.1 CCLD libcrun.la [2022-06-29T21:19:27.977Z] #77 324.5 CCLD crun [2022-06-29T21:19:28.552Z] #77 325.0 make[3]: Entering directory '/tmp/crun-build' [2022-06-29T21:19:28.814Z] #77 325.2 /bin/mkdir -p '/usr/local/share/man/man1' [2022-06-29T21:19:28.814Z] #77 325.2 /bin/mkdir -p '/usr/local/lib' [2022-06-29T21:19:28.814Z] #77 325.2 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-06-29T21:19:28.814Z] #77 325.2 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-06-29T21:19:28.814Z] #77 325.3 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-06-29T21:19:28.814Z] #77 325.3 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-06-29T21:19:28.814Z] #77 325.3 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-06-29T21:19:28.814Z] #77 325.3 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-06-29T21:19:29.077Z] #77 325.5 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib [2022-06-29T21:19:29.077Z] #77 325.5 ---------------------------------------------------------------------- [2022-06-29T21:19:29.077Z] #77 325.5 Libraries have been installed in: [2022-06-29T21:19:29.077Z] #77 325.5 /usr/local/lib [2022-06-29T21:19:29.077Z] #77 325.5 [2022-06-29T21:19:29.077Z] #77 325.5 If you ever happen to want to link against installed libraries [2022-06-29T21:19:29.077Z] #77 325.5 in a given directory, LIBDIR, you must either use libtool, and [2022-06-29T21:19:29.077Z] #77 325.5 specify the full pathname of the library, or use the '-LLIBDIR' [2022-06-29T21:19:29.077Z] #77 325.5 flag during linking and do at least one of the following: [2022-06-29T21:19:29.077Z] #77 325.5 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-06-29T21:19:29.077Z] #77 325.5 during execution [2022-06-29T21:19:29.077Z] #77 325.5 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-06-29T21:19:29.077Z] #77 325.5 during linking [2022-06-29T21:19:29.077Z] #77 325.5 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-06-29T21:19:29.077Z] #77 325.5 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-06-29T21:19:29.077Z] #77 325.5 [2022-06-29T21:19:29.077Z] #77 325.5 See any operating system documentation about shared libraries for [2022-06-29T21:19:29.077Z] #77 325.5 more information, such as the ld(1) and ld.so(8) manual pages. [2022-06-29T21:19:29.077Z] #77 325.5 ---------------------------------------------------------------------- [2022-06-29T21:19:29.077Z] #77 325.5 /bin/mkdir -p '/build' [2022-06-29T21:19:29.077Z] #77 325.5 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-06-29T21:19:29.077Z] #77 325.6 libtool: install: /usr/bin/install -c crun /build/crun [2022-06-29T21:19:29.077Z] #77 325.7 make[3]: Leaving directory '/tmp/crun-build' [2022-06-29T21:19:29.077Z] #77 325.7 make[2]: Leaving directory '/tmp/crun-build' [2022-06-29T21:19:29.077Z] #77 325.7 make[1]: Leaving directory '/tmp/crun-build' [2022-06-29T21:19:29.721Z] #77 DONE 326.0s [2022-06-29T21:19:29.721Z] [2022-06-29T21:19:29.721Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:19:29.721Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:19:31.840Z] #28 15.23 Fetched 49.1 MB in 14s (3433 kB/s) [2022-06-29T21:19:33.641Z] #84 exporting layers 6.6s done [2022-06-29T21:19:33.641Z] #84 writing image sha256:bbae0f94f51e45b62392655b29231dcca7019e90815b42dc0de0cc298a53733b done [2022-06-29T21:19:33.641Z] #84 naming to docker.io/library/docker:af47f4c2c5444a540cc9962c99dfdaf9b7532bab [2022-06-29T21:19:33.641Z] #84 naming to docker.io/library/docker:af47f4c2c5444a540cc9962c99dfdaf9b7532bab done [2022-06-29T21:19:33.641Z] #84 DONE 6.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T21:19:33.992Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43732/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=af47f4c2c5444a540cc9962c99dfdaf9b7532bab -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:af47f4c2c5444a540cc9962c99dfdaf9b7532bab hack/make.sh dynbinary test-integration [2022-06-29T21:19:34.743Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-06-29T21:19:34.743Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-06-29T21:19:34.743Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 31.9% of statements [2022-06-29T21:19:34.743Z] ok github.com/docker/docker/api/server/middleware 0.006s coverage: 37.7% of statements [2022-06-29T21:19:34.743Z] ? github.com/docker/docker/api/server/router [no test files] [2022-06-29T21:19:34.743Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-06-29T21:19:34.743Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-06-29T21:19:34.743Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-06-29T21:19:34.743Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-06-29T21:19:34.743Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-06-29T21:19:34.743Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-06-29T21:19:34.743Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-06-29T21:19:34.743Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-06-29T21:19:34.743Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-06-29T21:19:34.743Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-06-29T21:19:34.743Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 6.0% of statements [2022-06-29T21:19:35.004Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-06-29T21:19:35.576Z] ok github.com/docker/docker/api/types/filters 0.008s coverage: 92.2% of statements [2022-06-29T21:19:35.576Z] ok github.com/docker/docker/api/server/router/volume 0.007s coverage: 67.9% of statements [2022-06-29T21:19:35.576Z] ? github.com/docker/docker/api/types [no test files] [2022-06-29T21:19:35.576Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-06-29T21:19:35.576Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-06-29T21:19:35.576Z] ? github.com/docker/docker/api/types/container [no test files] [2022-06-29T21:19:35.576Z] ? github.com/docker/docker/api/types/events [no test files] [2022-06-29T21:19:35.576Z] ? github.com/docker/docker/api/types/image [no test files] [2022-06-29T21:19:35.576Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-06-29T21:19:35.576Z] ? github.com/docker/docker/api/types/network [no test files] [2022-06-29T21:19:35.576Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-06-29T21:19:35.576Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-06-29T21:19:35.838Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2022-06-29T21:19:35.838Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-06-29T21:19:35.838Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-06-29T21:19:35.838Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-06-29T21:19:35.838Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-06-29T21:19:35.838Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-06-29T21:19:35.838Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-06-29T21:19:35.838Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-06-29T21:19:35.838Z] ? github.com/docker/docker/builder [no test files] [2022-06-29T21:19:35.838Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-06-29T21:19:35.838Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-06-29T21:19:35.838Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-06-29T21:19:35.838Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-06-29T21:19:35.838Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-06-29T21:19:35.838Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-06-29T21:19:35.838Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-06-29T21:19:35.903Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-06-29T21:19:35.903Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-06-29T21:19:35.903Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-06-29T21:19:35.903Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-06-29T21:19:35.903Z] systemd 247.3-7 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [2022-06-29T21:19:35.903Z] Detected virtualization docker. [2022-06-29T21:19:35.903Z] Detected architecture x86-64. [2022-06-29T21:19:35.903Z] Set hostname to . [2022-06-29T21:19:35.903Z] modprobe@drm.service: Succeeded. [2022-06-29T21:19:35.903Z] modprobe@fuse.service: Succeeded. [2022-06-29T21:19:35.903Z] modprobe@configfs.service: Succeeded. [2022-06-29T21:19:35.903Z] + source /etc/docker-entrypoint-cmd [2022-06-29T21:19:35.903Z] ++ hack/make.sh dynbinary test-integration [2022-06-29T21:19:35.903Z] [2022-06-29T21:19:35.903Z] Removing bundles/ [2022-06-29T21:19:35.903Z] [2022-06-29T21:19:35.903Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-29T21:19:35.903Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-29T21:19:35.903Z] GOOS="" GOARCH="" GOARM="" [2022-06-29T21:19:36.679Z] #77 330.2 AR libcrun_testing.a [2022-06-29T21:19:36.679Z] #77 330.2 ar: `u' modifier ignored since `D' is the default (see `U') [2022-06-29T21:19:36.679Z] #77 330.3 CCLD tests/tests_libcrun_utils [2022-06-29T21:19:36.679Z] #77 330.3 CCLD tests/tests_libcrun_errors [2022-06-29T21:19:36.679Z] #77 330.4 CCLD tests/tests_libcrun_fuzzer [2022-06-29T21:19:36.679Z] #77 330.7 CCLD libcrun.la [2022-06-29T21:19:36.939Z] #77 331.9 CCLD crun [2022-06-29T21:19:37.509Z] #77 332.5 make[3]: Entering directory '/tmp/crun-build' [2022-06-29T21:19:38.079Z] #77 332.7 /bin/mkdir -p '/usr/local/share/man/man1' [2022-06-29T21:19:38.079Z] #77 332.7 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-06-29T21:19:38.079Z] #77 332.7 /bin/mkdir -p '/usr/local/lib' [2022-06-29T21:19:38.079Z] #77 332.8 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-06-29T21:19:38.079Z] #77 332.8 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-06-29T21:19:38.079Z] #77 332.9 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-06-29T21:19:38.079Z] #77 332.9 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-06-29T21:19:38.079Z] #77 332.9 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-06-29T21:19:38.079Z] #77 333.1 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib [2022-06-29T21:19:38.339Z] #77 333.1 ---------------------------------------------------------------------- [2022-06-29T21:19:38.339Z] #77 333.1 Libraries have been installed in: [2022-06-29T21:19:38.339Z] #77 333.1 /usr/local/lib [2022-06-29T21:19:38.339Z] #77 333.1 [2022-06-29T21:19:38.339Z] #77 333.1 If you ever happen to want to link against installed libraries [2022-06-29T21:19:38.339Z] #77 333.1 in a given directory, LIBDIR, you must either use libtool, and [2022-06-29T21:19:38.339Z] #77 333.1 specify the full pathname of the library, or use the '-LLIBDIR' [2022-06-29T21:19:38.339Z] #77 333.1 flag during linking and do at least one of the following: [2022-06-29T21:19:38.339Z] #77 333.1 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-06-29T21:19:38.339Z] #77 333.1 during execution [2022-06-29T21:19:38.339Z] #77 333.1 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-06-29T21:19:38.339Z] #77 333.1 during linking [2022-06-29T21:19:38.339Z] #77 333.1 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-06-29T21:19:38.339Z] #77 333.1 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-06-29T21:19:38.339Z] #77 333.1 [2022-06-29T21:19:38.339Z] #77 333.1 See any operating system documentation about shared libraries for [2022-06-29T21:19:38.339Z] #77 333.1 more information, such as the ld(1) and ld.so(8) manual pages. [2022-06-29T21:19:38.339Z] #77 333.1 ---------------------------------------------------------------------- [2022-06-29T21:19:38.339Z] #77 333.1 /bin/mkdir -p '/build' [2022-06-29T21:19:38.339Z] #77 333.1 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-06-29T21:19:38.339Z] #77 333.2 libtool: install: /usr/bin/install -c crun /build/crun [2022-06-29T21:19:38.339Z] #77 333.2 make[3]: Leaving directory '/tmp/crun-build' [2022-06-29T21:19:38.339Z] #77 333.2 make[2]: Leaving directory '/tmp/crun-build' [2022-06-29T21:19:38.339Z] #77 333.2 make[1]: Leaving directory '/tmp/crun-build' [2022-06-29T21:19:38.379Z] #28 15.23 Reading package lists... [2022-06-29T21:19:38.385Z] ok github.com/docker/docker/builder/remotecontext 0.112s coverage: 13.7% of statements [2022-06-29T21:19:38.647Z] ok github.com/docker/docker/builder/dockerfile 0.449s coverage: 49.3% of statements [2022-06-29T21:19:38.908Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-06-29T21:19:38.909Z] #77 DONE 333.6s [2022-06-29T21:19:38.909Z] [2022-06-29T21:19:38.909Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:19:38.909Z] #60 sha256:ac5acc302c3800de21e736568c6906ecb810f3d35a33f65ba9dbc2f4e47c46e2 [2022-06-29T21:19:39.479Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-06-29T21:19:40.422Z] ok github.com/docker/docker/builder/remotecontext/git 1.672s coverage: 86.3% of statements [2022-06-29T21:19:40.422Z] ? github.com/docker/docker/cli [no test files] [2022-06-29T21:19:40.422Z] ? github.com/docker/docker/cli/config [no test files] [2022-06-29T21:19:40.422Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-06-29T21:19:40.422Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-06-29T21:19:40.994Z] ok github.com/docker/docker/cmd/docker-proxy 0.381s coverage: 67.6% of statements [2022-06-29T21:19:43.636Z] ok github.com/docker/docker/client 0.125s coverage: 75.6% of statements [2022-06-29T21:19:44.704Z] #55 419.2 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-29T21:19:44.971Z] #28 22.10 Reading package lists... [2022-06-29T21:19:45.277Z] #55 DONE 420.4s [2022-06-29T21:19:45.278Z] [2022-06-29T21:19:45.278Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:19:45.278Z] #60 sha256:306f32eaaed17a842bc2cf6c0e29df2d8d1e3e31e7973edfe9bf25a87b6ea5be [2022-06-29T21:19:45.278Z] #60 209.1 + mkdir -p /build [2022-06-29T21:19:45.278Z] #60 209.1 + cp runc /build/runc [2022-06-29T21:19:45.278Z] #60 DONE 209.5s [2022-06-29T21:19:45.278Z] [2022-06-29T21:19:45.278Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:19:45.278Z] #64 sha256:d2bea691e6d544b94b75414a81b0f0ad5b1471bf3e6a836f6ef67f6607280e84 [2022-06-29T21:19:46.861Z] #28 28.58 Building dependency tree... [2022-06-29T21:19:47.795Z] #28 31.64 bzip2 is already the newest version (1.0.8-4). [2022-06-29T21:19:47.795Z] #28 31.64 patch is already the newest version (2.7.6-7). [2022-06-29T21:19:47.795Z] #28 31.64 xz-utils is already the newest version (5.2.5-2.1~deb11u1). [2022-06-29T21:19:47.795Z] #28 31.64 The following additional packages will be installed: [2022-06-29T21:19:47.795Z] #28 31.64 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-06-29T21:19:47.795Z] #28 31.65 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-06-29T21:19:47.795Z] #28 31.65 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-06-29T21:19:47.795Z] #28 31.65 python3-pkg-resources vim-runtime xxd [2022-06-29T21:19:47.795Z] #28 31.67 Suggested packages: [2022-06-29T21:19:47.795Z] #28 31.67 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-06-29T21:19:47.795Z] #28 31.67 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-06-29T21:19:47.795Z] #28 31.67 Recommended packages: [2022-06-29T21:19:47.795Z] #28 31.67 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-06-29T21:19:47.832Z] #64 ... [2022-06-29T21:19:47.832Z] [2022-06-29T21:19:47.832Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-29T21:19:47.832Z] #56 sha256:b7d828849caee6c67a0cdc28c4c6a3bb3555840ea61d4d06ba340adb166f0786 [2022-06-29T21:19:47.832Z] #56 DONE 0.4s [2022-06-29T21:19:47.832Z] [2022-06-29T21:19:47.832Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-29T21:19:47.832Z] #58 sha256:f0658604f1abe0ea3cfc7998f65598da3d230118e4477b5e1c93592cbcaf4278 [2022-06-29T21:19:47.832Z] #58 DONE 0.1s [2022-06-29T21:19:47.832Z] [2022-06-29T21:19:47.832Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:19:47.832Z] #64 sha256:d2bea691e6d544b94b75414a81b0f0ad5b1471bf3e6a836f6ef67f6607280e84 [2022-06-29T21:19:48.094Z] #64 ... [2022-06-29T21:19:48.094Z] [2022-06-29T21:19:48.094Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-29T21:19:48.094Z] #61 sha256:e39ae50fd18e55fe9692fe1fbc9bf61838323aca5409dc381cea1fb05adeb392 [2022-06-29T21:19:48.094Z] #61 DONE 0.2s [2022-06-29T21:19:48.094Z] [2022-06-29T21:19:48.094Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:19:48.094Z] #64 sha256:d2bea691e6d544b94b75414a81b0f0ad5b1471bf3e6a836f6ef67f6607280e84 [2022-06-29T21:19:49.691Z] #28 33.30 The following NEW packages will be installed: [2022-06-29T21:19:49.692Z] #28 33.30 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-06-29T21:19:49.692Z] #28 33.30 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-06-29T21:19:49.692Z] #28 33.30 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-06-29T21:19:49.692Z] #28 33.31 libonig5 libprotobuf-c1 libxtables12 libyajl2 net-tools pigz python-pip-whl [2022-06-29T21:19:49.692Z] #28 33.31 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-06-29T21:19:49.692Z] #28 33.31 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-06-29T21:19:49.692Z] #28 33.31 vim-common vim-runtime xfsprogs xxd zip zstd [2022-06-29T21:19:49.949Z] #28 33.69 0 upgraded, 45 newly installed, 0 to remove and 2 not upgraded. [2022-06-29T21:19:49.949Z] #28 33.69 Need to get 18.6 MB of archives. [2022-06-29T21:19:49.949Z] #28 33.69 After this operation, 71.4 MB of additional disk space will be used. [2022-06-29T21:19:49.949Z] #28 33.69 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-06-29T21:19:49.949Z] #28 33.69 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-06-29T21:19:49.949Z] #28 33.70 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-06-29T21:19:49.949Z] #28 33.70 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-06-29T21:19:49.949Z] #28 33.70 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-06-29T21:19:49.949Z] #28 33.70 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-06-29T21:19:49.949Z] #28 33.70 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-06-29T21:19:49.949Z] #28 33.71 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-06-29T21:19:49.949Z] #28 33.73 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-06-29T21:19:49.949Z] #28 33.73 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-06-29T21:19:49.949Z] #28 33.74 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-06-29T21:19:49.949Z] #28 33.74 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-06-29T21:19:49.949Z] #28 33.76 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-06-29T21:19:49.949Z] #28 33.76 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-06-29T21:19:49.949Z] #28 33.77 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-06-29T21:19:49.949Z] #28 33.77 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-06-29T21:19:49.949Z] #28 33.77 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-06-29T21:19:49.949Z] #28 33.77 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-06-29T21:19:49.949Z] #28 33.77 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-06-29T21:19:49.949Z] #28 33.78 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-06-29T21:19:49.949Z] #28 33.79 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-06-29T21:19:49.949Z] #28 33.79 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-06-29T21:19:49.949Z] #28 33.80 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-06-29T21:19:49.949Z] #28 33.80 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-06-29T21:19:49.949Z] #28 33.80 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-06-29T21:19:50.206Z] #28 33.80 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-06-29T21:19:50.206Z] #28 33.80 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-06-29T21:19:50.206Z] #28 33.80 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-06-29T21:19:50.206Z] #28 33.81 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB] [2022-06-29T21:19:50.206Z] #28 33.81 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-06-29T21:19:50.206Z] #28 33.82 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-06-29T21:19:50.206Z] #28 33.86 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-06-29T21:19:50.206Z] #28 33.86 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-06-29T21:19:50.206Z] #28 33.86 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-06-29T21:19:50.206Z] #28 33.86 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-06-29T21:19:50.206Z] #28 33.87 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-06-29T21:19:50.206Z] #28 33.87 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-06-29T21:19:50.206Z] #28 33.88 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-06-29T21:19:50.206Z] #28 33.90 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-06-29T21:19:50.206Z] #28 33.91 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-06-29T21:19:50.206Z] #28 33.91 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-06-29T21:19:50.464Z] #28 34.13 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-06-29T21:19:50.464Z] #28 34.16 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-06-29T21:19:50.464Z] #28 34.17 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-06-29T21:19:50.464Z] #28 34.17 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-06-29T21:19:51.028Z] #28 34.89 debconf: delaying package configuration, since apt-utils is not installed [2022-06-29T21:19:51.403Z] #64 360.1 + bin/containerd [2022-06-29T21:19:51.593Z] #28 35.18 Fetched 18.6 MB in 1s (23.9 MB/s) [2022-06-29T21:19:51.593Z] #28 35.23 Selecting previously unselected package pigz. [2022-06-29T21:19:51.593Z] #28 35.23 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40117 files and directories currently installed.) [2022-06-29T21:19:51.593Z] #28 35.28 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-06-29T21:19:51.593Z] #28 35.28 Unpacking pigz (2.6-1) ... [2022-06-29T21:19:51.593Z] #28 35.34 Selecting previously unselected package libelf1:amd64. [2022-06-29T21:19:51.593Z] #28 35.34 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-06-29T21:19:51.593Z] #28 35.36 Unpacking libelf1:amd64 (0.183-1) ... [2022-06-29T21:19:51.850Z] #28 35.45 Selecting previously unselected package libbpf0:amd64. [2022-06-29T21:19:51.850Z] #28 35.45 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-06-29T21:19:51.850Z] #28 35.46 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-06-29T21:19:51.850Z] #28 35.54 Selecting previously unselected package libcap2:amd64. [2022-06-29T21:19:51.850Z] #28 35.55 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-06-29T21:19:51.850Z] #28 35.55 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-06-29T21:19:51.850Z] #28 35.59 Selecting previously unselected package libmnl0:amd64. [2022-06-29T21:19:51.850Z] #28 35.61 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-06-29T21:19:51.850Z] #28 35.62 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-06-29T21:19:51.850Z] #28 35.66 Selecting previously unselected package libxtables12:amd64. [2022-06-29T21:19:52.108Z] #28 35.67 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-06-29T21:19:52.108Z] #28 35.68 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-06-29T21:19:52.108Z] #28 35.74 Selecting previously unselected package libcap2-bin. [2022-06-29T21:19:52.108Z] #28 35.74 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-06-29T21:19:52.108Z] #28 35.75 Unpacking libcap2-bin (1:2.44-1) ... [2022-06-29T21:19:52.108Z] #28 35.81 Selecting previously unselected package iproute2. [2022-06-29T21:19:52.108Z] #28 35.82 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-06-29T21:19:52.108Z] #28 35.83 Unpacking iproute2 (5.10.0-4) ... [2022-06-29T21:19:52.365Z] #28 36.09 Selecting previously unselected package xxd. [2022-06-29T21:19:52.365Z] #28 36.10 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-29T21:19:52.365Z] #28 36.11 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:19:52.365Z] #28 36.20 Selecting previously unselected package vim-common. [2022-06-29T21:19:52.622Z] #28 36.20 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-29T21:19:52.622Z] #28 36.22 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:19:52.622Z] #28 36.35 Selecting previously unselected package bash-completion. [2022-06-29T21:19:52.622Z] #28 36.35 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-06-29T21:19:53.807Z] #60 ... [2022-06-29T21:19:53.807Z] [2022-06-29T21:19:53.807Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-06-29T21:19:53.807Z] #55 sha256:44a5b30d00d654189c3268cd91faed906c36a49829e89b53cc42e0d4dbd278ec [2022-06-29T21:19:53.807Z] #55 428.5 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-06-29T21:19:53.807Z] #55 DONE 429.6s [2022-06-29T21:19:53.807Z] [2022-06-29T21:19:53.807Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:19:53.807Z] #60 sha256:ac5acc302c3800de21e736568c6906ecb810f3d35a33f65ba9dbc2f4e47c46e2 [2022-06-29T21:19:53.807Z] #60 212.7 + mkdir -p /build [2022-06-29T21:19:53.807Z] #60 212.7 + cp runc /build/runc [2022-06-29T21:19:53.807Z] #60 DONE 213.6s [2022-06-29T21:19:53.807Z] [2022-06-29T21:19:53.807Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:19:53.807Z] #64 sha256:edd910092fdcbd8a8b285cb22bb5ba070124b9950feb53f8c7d960b08ab64573 [2022-06-29T21:19:53.991Z] #28 37.44 Unpacking bash-completion (1:2.11-2) ... [2022-06-29T21:19:53.991Z] #28 37.67 Selecting previously unselected package apparmor. [2022-06-29T21:19:53.991Z] #28 37.68 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-06-29T21:19:53.991Z] #28 37.71 Unpacking apparmor (2.13.6-10) ... [2022-06-29T21:19:54.248Z] #28 37.95 Selecting previously unselected package inetutils-ping. [2022-06-29T21:19:54.248Z] #28 37.96 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-06-29T21:19:54.248Z] #28 37.96 Unpacking inetutils-ping (2:2.0-1) ... [2022-06-29T21:19:54.248Z] #28 38.03 Selecting previously unselected package libip4tc2:amd64. [2022-06-29T21:19:54.248Z] #28 38.04 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-06-29T21:19:54.248Z] #28 38.05 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-06-29T21:19:54.505Z] #28 38.11 Selecting previously unselected package libip6tc2:amd64. [2022-06-29T21:19:54.506Z] #28 38.12 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-06-29T21:19:54.506Z] #28 38.12 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-06-29T21:19:54.506Z] #28 38.18 Selecting previously unselected package libnfnetlink0:amd64. [2022-06-29T21:19:54.506Z] #28 38.19 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-06-29T21:19:54.506Z] #28 38.19 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-29T21:19:54.506Z] #28 38.24 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-06-29T21:19:54.506Z] #28 38.25 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-06-29T21:19:54.506Z] #28 38.26 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-29T21:19:54.506Z] #28 38.32 Selecting previously unselected package libnftnl11:amd64. [2022-06-29T21:19:54.762Z] #28 38.33 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-06-29T21:19:54.762Z] #28 38.33 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-06-29T21:19:54.762Z] #28 38.40 Selecting previously unselected package iptables. [2022-06-29T21:19:54.762Z] #28 38.41 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-06-29T21:19:54.762Z] #28 38.41 Unpacking iptables (1.8.7-1) ... [2022-06-29T21:19:54.762Z] #28 38.60 Selecting previously unselected package libonig5:amd64. [2022-06-29T21:19:55.020Z] #28 38.61 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-06-29T21:19:55.020Z] #28 38.62 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-06-29T21:19:55.020Z] #28 38.70 Selecting previously unselected package libjq1:amd64. [2022-06-29T21:19:55.020Z] #28 38.71 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-06-29T21:19:55.020Z] #28 38.72 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-06-29T21:19:55.020Z] #28 38.82 Selecting previously unselected package jq. [2022-06-29T21:19:55.277Z] #28 38.82 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-06-29T21:19:55.277Z] #28 38.83 Unpacking jq (1.6-2.1) ... [2022-06-29T21:19:55.277Z] #28 38.88 Selecting previously unselected package libaio1:amd64. [2022-06-29T21:19:55.277Z] #28 38.88 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-06-29T21:19:55.277Z] #28 38.89 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-06-29T21:19:55.277Z] #28 ... [2022-06-29T21:19:55.277Z] [2022-06-29T21:19:55.277Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:19:55.277Z] #71 sha256:2025f26298a097610c7e3d7d5a6b3e12bdba1e1fc6b6ddb59c7c06aafc5ac130 [2022-06-29T21:19:55.277Z] #71 100.2 + bin/containerd [2022-06-29T21:19:56.362Z] #64 ... [2022-06-29T21:19:56.362Z] [2022-06-29T21:19:56.362Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-29T21:19:56.362Z] #56 sha256:d15aa3ac0094930a8b1a24c958f695e41842e31819efe62f75c1fa2711289984 [2022-06-29T21:19:56.626Z] #56 DONE 0.3s [2022-06-29T21:19:56.626Z] [2022-06-29T21:19:56.627Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:19:56.627Z] #64 sha256:edd910092fdcbd8a8b285cb22bb5ba070124b9950feb53f8c7d960b08ab64573 [2022-06-29T21:19:56.887Z] #64 ... [2022-06-29T21:19:56.887Z] [2022-06-29T21:19:56.887Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-29T21:19:56.887Z] #58 sha256:8bf81e9053dff4b86096bedc9199a5051d0a4a330b142d4c5f6a77e08a691f4e [2022-06-29T21:19:56.887Z] #58 DONE 0.1s [2022-06-29T21:19:56.887Z] [2022-06-29T21:19:56.887Z] #61 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-29T21:19:56.887Z] #61 sha256:3219e612fa5d4a09054f62e5d271b995c49ea000061fb0f95c903e5dbabdab73 [2022-06-29T21:19:56.887Z] #61 DONE 0.1s [2022-06-29T21:19:56.887Z] [2022-06-29T21:19:56.887Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:19:56.887Z] #64 sha256:edd910092fdcbd8a8b285cb22bb5ba070124b9950feb53f8c7d960b08ab64573 [2022-06-29T21:20:00.177Z] #64 372.9 + bin/containerd [2022-06-29T21:20:00.530Z] #71 ... [2022-06-29T21:20:00.530Z] [2022-06-29T21:20:00.530Z] #28 [dev-systemd-false 7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-06-29T21:20:00.530Z] #28 sha256:c4d8c9694e9e738331e640fb61089fa5198cfcbeded1ebd9ab5ce788c8605229 [2022-06-29T21:20:00.530Z] #28 38.95 Selecting previously unselected package libgpm2:amd64. [2022-06-29T21:20:00.530Z] #28 38.95 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-06-29T21:20:00.530Z] #28 38.96 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-06-29T21:20:00.530Z] #28 39.02 Selecting previously unselected package libinih1:amd64. [2022-06-29T21:20:00.530Z] #28 39.02 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-06-29T21:20:00.530Z] #28 39.03 Unpacking libinih1:amd64 (53-1+b2) ... [2022-06-29T21:20:00.530Z] #28 39.07 Selecting previously unselected package libnet1:amd64. [2022-06-29T21:20:00.530Z] #28 39.08 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-06-29T21:20:00.530Z] #28 39.09 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-29T21:20:00.530Z] #28 39.16 Selecting previously unselected package libnl-3-200:amd64. [2022-06-29T21:20:00.530Z] #28 39.17 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-06-29T21:20:00.530Z] #28 39.18 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-29T21:20:00.530Z] #28 39.24 Selecting previously unselected package libprotobuf-c1:amd64. [2022-06-29T21:20:00.530Z] #28 39.24 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-06-29T21:20:00.530Z] #28 39.26 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:20:00.530Z] #28 39.31 Selecting previously unselected package libyajl2:amd64. [2022-06-29T21:20:00.530Z] #28 39.31 Preparing to unpack .../28-libyajl2_2.1.0-3_amd64.deb ... [2022-06-29T21:20:00.530Z] #28 39.32 Unpacking libyajl2:amd64 (2.1.0-3) ... [2022-06-29T21:20:00.530Z] #28 39.38 Selecting previously unselected package net-tools. [2022-06-29T21:20:00.530Z] #28 39.38 Preparing to unpack .../29-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-06-29T21:20:00.530Z] #28 39.39 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-06-29T21:20:00.530Z] #28 39.50 Selecting previously unselected package python-pip-whl. [2022-06-29T21:20:00.530Z] #28 39.51 Preparing to unpack .../30-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-06-29T21:20:00.530Z] #28 39.52 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-29T21:20:00.530Z] #28 39.86 Selecting previously unselected package python3-lib2to3. [2022-06-29T21:20:00.530Z] #28 39.87 Preparing to unpack .../31-python3-lib2to3_3.9.2-1_all.deb ... [2022-06-29T21:20:00.530Z] #28 39.88 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-06-29T21:20:00.530Z] #28 39.97 Selecting previously unselected package python3-distutils. [2022-06-29T21:20:00.530Z] #28 39.97 Preparing to unpack .../32-python3-distutils_3.9.2-1_all.deb ... [2022-06-29T21:20:00.530Z] #28 39.99 Unpacking python3-distutils (3.9.2-1) ... [2022-06-29T21:20:00.530Z] #28 40.06 Selecting previously unselected package python3-pkg-resources. [2022-06-29T21:20:00.530Z] #28 40.07 Preparing to unpack .../33-python3-pkg-resources_52.0.0-4_all.deb ... [2022-06-29T21:20:00.530Z] #28 40.07 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-06-29T21:20:00.530Z] #28 40.17 Selecting previously unselected package python3-setuptools. [2022-06-29T21:20:00.530Z] #28 40.18 Preparing to unpack .../34-python3-setuptools_52.0.0-4_all.deb ... [2022-06-29T21:20:00.530Z] #28 40.19 Unpacking python3-setuptools (52.0.0-4) ... [2022-06-29T21:20:00.530Z] #28 40.31 Selecting previously unselected package python3-wheel. [2022-06-29T21:20:00.530Z] #28 40.32 Preparing to unpack .../35-python3-wheel_0.34.2-1_all.deb ... [2022-06-29T21:20:00.530Z] #28 40.33 Unpacking python3-wheel (0.34.2-1) ... [2022-06-29T21:20:00.530Z] #28 40.38 Selecting previously unselected package python3-pip. [2022-06-29T21:20:00.530Z] #28 40.39 Preparing to unpack .../36-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-06-29T21:20:00.530Z] #28 40.40 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-06-29T21:20:00.530Z] #28 40.55 Selecting previously unselected package sudo. [2022-06-29T21:20:00.530Z] #28 40.57 Preparing to unpack .../37-sudo_1.9.5p2-3_amd64.deb ... [2022-06-29T21:20:00.530Z] #28 40.58 Unpacking sudo (1.9.5p2-3) ... [2022-06-29T21:20:00.530Z] #28 40.87 Selecting previously unselected package thin-provisioning-tools. [2022-06-29T21:20:00.530Z] #28 40.88 Preparing to unpack .../38-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-06-29T21:20:00.530Z] #28 40.89 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-06-29T21:20:00.530Z] #28 41.04 Selecting previously unselected package uidmap. [2022-06-29T21:20:00.530Z] #28 41.05 Preparing to unpack .../39-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-06-29T21:20:00.530Z] #28 41.06 Unpacking uidmap (1:4.8.1-1) ... [2022-06-29T21:20:00.530Z] #28 41.16 Selecting previously unselected package vim-runtime. [2022-06-29T21:20:00.530Z] #28 41.17 Preparing to unpack .../40-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-06-29T21:20:00.530Z] #28 41.20 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-06-29T21:20:00.530Z] #28 41.22 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-06-29T21:20:00.530Z] #28 41.23 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:20:00.530Z] #28 42.84 Selecting previously unselected package vim. [2022-06-29T21:20:00.530Z] #28 42.84 Preparing to unpack .../41-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-06-29T21:20:00.530Z] #28 42.86 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:20:00.530Z] #28 43.17 Selecting previously unselected package xfsprogs. [2022-06-29T21:20:00.530Z] #28 43.18 Preparing to unpack .../42-xfsprogs_5.10.0-4_amd64.deb ... [2022-06-29T21:20:00.530Z] #28 43.18 Unpacking xfsprogs (5.10.0-4) ... [2022-06-29T21:20:00.530Z] #28 43.47 Selecting previously unselected package zip. [2022-06-29T21:20:00.530Z] #28 43.47 Preparing to unpack .../43-zip_3.0-12_amd64.deb ... [2022-06-29T21:20:00.530Z] #28 43.48 Unpacking zip (3.0-12) ... [2022-06-29T21:20:00.530Z] #28 43.57 Selecting previously unselected package zstd. [2022-06-29T21:20:00.530Z] #28 43.58 Preparing to unpack .../44-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-06-29T21:20:00.530Z] #28 43.58 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-06-29T21:20:00.530Z] #28 43.85 Setting up python3-pkg-resources (52.0.0-4) ... [2022-06-29T21:20:00.788Z] #28 44.42 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-06-29T21:20:00.788Z] #28 44.44 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-06-29T21:20:00.788Z] #28 44.45 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-06-29T21:20:00.788Z] #28 44.46 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-06-29T21:20:00.788Z] #28 44.50 Setting up libinih1:amd64 (53-1+b2) ... [2022-06-29T21:20:00.788Z] #28 44.52 Setting up uidmap (1:4.8.1-1) ... [2022-06-29T21:20:00.788Z] #28 44.54 Setting up libyajl2:amd64 (2.1.0-3) ... [2022-06-29T21:20:00.788Z] #28 44.55 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-06-29T21:20:00.788Z] #28 44.57 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-06-29T21:20:00.788Z] #28 44.59 Setting up python3-wheel (0.34.2-1) ... [2022-06-29T21:20:01.352Z] #28 44.96 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:20:01.353Z] #28 44.97 Setting up libcap2:amd64 (1:2.44-1) ... [2022-06-29T21:20:01.353Z] #28 44.99 Setting up libcap2-bin (1:2.44-1) ... [2022-06-29T21:20:01.353Z] #28 45.00 Setting up apparmor (2.13.6-10) ... [2022-06-29T21:20:02.721Z] #28 46.19 Setting up zip (3.0-12) ... [2022-06-29T21:20:02.721Z] #28 46.20 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:20:02.721Z] #28 46.23 Setting up bash-completion (1:2.11-2) ... [2022-06-29T21:20:03.652Z] #28 47.45 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-06-29T21:20:03.909Z] #28 47.47 Setting up sudo (1.9.5p2-3) ... [2022-06-29T21:20:03.909Z] #28 47.53 invoke-rc.d: could not determine current runlevel [2022-06-29T21:20:03.909Z] #28 47.54 invoke-rc.d: policy-rc.d denied execution of start. [2022-06-29T21:20:03.909Z] #28 47.55 Setting up xfsprogs (5.10.0-4) ... [2022-06-29T21:20:03.909Z] #28 47.57 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-06-29T21:20:03.909Z] #28 47.59 Setting up inetutils-ping (2:2.0-1) ... [2022-06-29T21:20:03.909Z] #28 47.61 Setting up pigz (2.6-1) ... [2022-06-29T21:20:03.909Z] #28 47.62 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-06-29T21:20:03.909Z] #28 47.64 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-06-29T21:20:03.909Z] #28 47.67 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-06-29T21:20:04.166Z] #28 47.70 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:20:04.422Z] #28 48.12 Setting up libaio1:amd64 (0.3.112-9) ... [2022-06-29T21:20:04.422Z] #28 48.13 Setting up python3-lib2to3 (3.9.2-1) ... [2022-06-29T21:20:04.680Z] #28 48.39 Setting up libelf1:amd64 (0.183-1) ... [2022-06-29T21:20:04.680Z] #28 48.40 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-06-29T21:20:04.680Z] #28 48.41 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-06-29T21:20:04.680Z] #28 48.42 Setting up python3-distutils (3.9.2-1) ... [2022-06-29T21:20:05.244Z] #28 48.83 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-06-29T21:20:05.244Z] #28 48.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-06-29T21:20:05.244Z] #28 48.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-06-29T21:20:05.244Z] #28 48.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-06-29T21:20:05.244Z] #28 48.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-06-29T21:20:05.244Z] #28 48.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-06-29T21:20:05.244Z] #28 48.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-06-29T21:20:05.244Z] #28 48.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-06-29T21:20:05.244Z] #28 48.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-06-29T21:20:05.244Z] #28 48.90 Setting up python3-setuptools (52.0.0-4) ... [2022-06-29T21:20:06.175Z] #28 49.80 Setting up libjq1:amd64 (1.6-2.1) ... [2022-06-29T21:20:06.175Z] #28 49.81 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-06-29T21:20:06.175Z] #28 49.82 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-06-29T21:20:06.175Z] #28 49.83 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-06-29T21:20:06.739Z] #28 50.47 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-06-29T21:20:06.739Z] #28 50.48 Setting up jq (1.6-2.1) ... [2022-06-29T21:20:06.739Z] #28 50.50 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-06-29T21:20:06.739Z] #28 50.51 Setting up iptables (1.8.7-1) ... [2022-06-29T21:20:06.739Z] #28 50.53 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-29T21:20:06.739Z] #28 50.53 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-29T21:20:06.739Z] #28 50.54 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-06-29T21:20:06.996Z] #28 50.54 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-06-29T21:20:06.996Z] #28 50.55 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-06-29T21:20:06.996Z] #28 50.55 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-06-29T21:20:06.996Z] #28 50.56 Setting up iproute2 (5.10.0-4) ... [2022-06-29T21:20:06.996Z] #28 50.78 Processing triggers for libc-bin (2.31-13+deb11u3) ... [2022-06-29T21:20:07.930Z] #28 DONE 51.6s [2022-06-29T21:20:07.930Z] [2022-06-29T21:20:07.930Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:20:07.930Z] #71 sha256:2025f26298a097610c7e3d7d5a6b3e12bdba1e1fc6b6ddb59c7c06aafc5ac130 [2022-06-29T21:20:07.930Z] #71 ... [2022-06-29T21:20:07.930Z] [2022-06-29T21:20:07.930Z] #29 [dev-systemd-false 8/28] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-06-29T21:20:07.930Z] #29 sha256:b04fa251c48098649e6b0cd9dc5a196432682d0481d4096cc3221c04d5397adf [2022-06-29T21:20:08.860Z] #29 0.848 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-06-29T21:20:08.860Z] #29 0.851 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-06-29T21:20:08.860Z] #29 0.854 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-06-29T21:20:08.860Z] #29 DONE 0.9s [2022-06-29T21:20:08.860Z] [2022-06-29T21:20:08.860Z] #30 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.26.1 [2022-06-29T21:20:08.860Z] #30 sha256:d1c6802d8742db954c450a30e209420653ddefe6ce5b3d25ebaace891909468c [2022-06-29T21:20:15.758Z] ok github.com/docker/docker/cmd/dockerd 0.071s coverage: 31.9% of statements [2022-06-29T21:20:16.962Z] #30 7.432 Collecting yamllint==1.26.1 [2022-06-29T21:20:17.143Z] ok github.com/docker/docker/container 0.117s coverage: 34.8% of statements [2022-06-29T21:20:17.404Z] ok github.com/docker/docker/cmd/dockerd/trap 2.438s coverage: 0.0% of statements [2022-06-29T21:20:17.404Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-06-29T21:20:17.404Z] ? github.com/docker/docker/container/stream [no test files] [2022-06-29T21:20:17.404Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-06-29T21:20:17.405Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-06-29T21:20:17.405Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-06-29T21:20:17.526Z] #30 8.487 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-06-29T21:20:18.091Z] #30 9.121 Collecting pathspec>=0.5.3 [2022-06-29T21:20:18.091Z] #30 9.126 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-06-29T21:20:18.091Z] #30 9.342 Collecting pyyaml [2022-06-29T21:20:18.348Z] #30 9.350 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-06-29T21:20:18.348Z] #30 9.391 Building wheels for collected packages: yamllint [2022-06-29T21:20:18.348Z] #30 9.393 Building wheel for yamllint (setup.py): started [2022-06-29T21:20:18.912Z] #30 9.972 Building wheel for yamllint (setup.py): finished with status 'done' [2022-06-29T21:20:18.912Z] #30 9.973 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=58514c1b2a9b4fdebf228ae528edd1b4379daed2f84ca193775f463bbf53681a [2022-06-29T21:20:18.912Z] #30 9.974 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-06-29T21:20:18.912Z] #30 9.977 Successfully built yamllint [2022-06-29T21:20:18.912Z] #30 9.986 Installing collected packages: pyyaml, pathspec, yamllint [2022-06-29T21:20:18.912Z] #30 10.22 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-06-29T21:20:19.479Z] #30 DONE 10.6s [2022-06-29T21:20:19.479Z] [2022-06-29T21:20:19.479Z] #34 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-06-29T21:20:19.479Z] #34 sha256:0c8936aa8009fd09841ab535698d915a7f38c06e33e5139ca74528330c87990f [2022-06-29T21:20:19.737Z] #34 DONE 0.4s [2022-06-29T21:20:19.737Z] [2022-06-29T21:20:19.737Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:20:19.737Z] #67 sha256:99296ef4ecf5a1507d3f9e6de9f2ba655f5378e6072c6cb78637ff7654d777c3 [2022-06-29T21:20:19.737Z] #67 ... [2022-06-29T21:20:19.737Z] [2022-06-29T21:20:19.737Z] #39 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-06-29T21:20:19.737Z] #39 sha256:95fb53b0a2fa1c5fb48de74494fc797432ab77af38252db8b5f428797e6be825 [2022-06-29T21:20:19.995Z] #39 DONE 0.3s [2022-06-29T21:20:19.995Z] [2022-06-29T21:20:19.995Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:20:19.995Z] #67 sha256:99296ef4ecf5a1507d3f9e6de9f2ba655f5378e6072c6cb78637ff7654d777c3 [2022-06-29T21:20:19.995Z] #67 ... [2022-06-29T21:20:19.995Z] [2022-06-29T21:20:19.995Z] #42 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-06-29T21:20:19.995Z] #42 sha256:3ca18b770cd4f8829e4642e7707e40fa4b044503bb4546c448321af0faae512f [2022-06-29T21:20:19.995Z] #42 DONE 0.1s [2022-06-29T21:20:20.252Z] [2022-06-29T21:20:20.252Z] #44 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-06-29T21:20:20.252Z] #44 sha256:1b67291da1d66fea6735bc1e1af09ef085e7b19e12ef4627fab72e9104c2fe25 [2022-06-29T21:20:20.252Z] #44 DONE 0.1s [2022-06-29T21:20:20.252Z] [2022-06-29T21:20:20.252Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:20:20.252Z] #67 sha256:99296ef4ecf5a1507d3f9e6de9f2ba655f5378e6072c6cb78637ff7654d777c3 [2022-06-29T21:20:20.252Z] #67 ... [2022-06-29T21:20:20.252Z] [2022-06-29T21:20:20.252Z] #46 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-06-29T21:20:20.252Z] #46 sha256:14847a13edfb3a9d734d8ff6360ffa806a7d32db30c488396ad4f7a13446fb12 [2022-06-29T21:20:20.252Z] #46 DONE 0.1s [2022-06-29T21:20:20.252Z] [2022-06-29T21:20:20.252Z] #48 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-06-29T21:20:20.252Z] #48 sha256:2ef363f94b83c1c4ff7a7a033c99e45d2bee9aba64d9a7844f5a11a1bfc06b0f [2022-06-29T21:20:20.509Z] #48 DONE 0.1s [2022-06-29T21:20:20.509Z] [2022-06-29T21:20:20.509Z] #52 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-06-29T21:20:20.509Z] #52 sha256:38717bca8485423d5e8fb79c9d125d846ba91f1bc61e216910f8ca4c546d99b9 [2022-06-29T21:20:20.509Z] #52 DONE 0.1s [2022-06-29T21:20:20.509Z] [2022-06-29T21:20:20.509Z] #55 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-06-29T21:20:20.509Z] #55 sha256:daa30ed7612a7946948519c6e14488f905c0d2bf478a235b2659a421ddf36ccc [2022-06-29T21:20:20.775Z] #55 DONE 0.2s [2022-06-29T21:20:20.775Z] [2022-06-29T21:20:20.775Z] #59 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-06-29T21:20:20.775Z] #59 sha256:a49dff04b977a1434d97fe87806601aeade17cc263b756184adef03459c2f90c [2022-06-29T21:20:20.775Z] #59 DONE 0.1s [2022-06-29T21:20:20.775Z] [2022-06-29T21:20:20.775Z] #61 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-06-29T21:20:20.775Z] #61 sha256:fb252d6aac748c7b5bcde772f80d9e97db5069450b7d999f28fa9952df658e15 [2022-06-29T21:20:20.775Z] #61 DONE 0.1s [2022-06-29T21:20:20.775Z] [2022-06-29T21:20:20.775Z] #63 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-06-29T21:20:20.775Z] #63 sha256:db140180202c9da20ea116a2374021526af6d8a4315322c1c201af9669a01a04 [2022-06-29T21:20:21.033Z] #63 DONE 0.2s [2022-06-29T21:20:21.033Z] [2022-06-29T21:20:21.033Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:20:21.033Z] #67 sha256:99296ef4ecf5a1507d3f9e6de9f2ba655f5378e6072c6cb78637ff7654d777c3 [2022-06-29T21:20:21.033Z] #67 ... [2022-06-29T21:20:21.033Z] [2022-06-29T21:20:21.033Z] #65 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-06-29T21:20:21.033Z] #65 sha256:7fd0b97f6d675d9ddae28e9eeedcd4ba1d8c904f29b26d849d43d77665b4f45a [2022-06-29T21:20:21.033Z] #65 DONE 0.1s [2022-06-29T21:20:21.290Z] [2022-06-29T21:20:21.290Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:20:21.290Z] #71 sha256:2025f26298a097610c7e3d7d5a6b3e12bdba1e1fc6b6ddb59c7c06aafc5ac130 [2022-06-29T21:20:24.097Z] ok github.com/docker/docker/daemon/cluster 0.074s coverage: 0.5% of statements [2022-06-29T21:20:24.097Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.013s coverage: 65.3% of statements [2022-06-29T21:20:25.489Z] ok github.com/docker/docker/daemon/cluster/convert 0.012s coverage: 36.9% of statements [2022-06-29T21:20:32.078Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.446s coverage: 13.4% of statements [2022-06-29T21:20:33.022Z] ok github.com/docker/docker/daemon/config 0.033s coverage: 81.7% of statements [2022-06-29T21:20:33.595Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-06-29T21:20:34.170Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2022-06-29T21:20:34.743Z] ok github.com/docker/docker/daemon 10.104s coverage: 16.1% of statements [2022-06-29T21:20:34.743Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-06-29T21:20:34.743Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-06-29T21:20:34.743Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-06-29T21:20:34.743Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-06-29T21:20:35.317Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.597s coverage: 74.8% of statements [2022-06-29T21:20:36.260Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.302s coverage: 56.2% of statements [2022-06-29T21:20:36.831Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 3.0% of statements [2022-06-29T21:20:38.219Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.007s coverage: 1.9% of statements [2022-06-29T21:20:39.163Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.193s coverage: 50.6% of statements [2022-06-29T21:20:41.084Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.779s coverage: 45.9% of statements [2022-06-29T21:20:41.085Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-06-29T21:20:41.656Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.884s coverage: 58.5% of statements [2022-06-29T21:20:41.656Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-06-29T21:20:41.656Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-06-29T21:20:41.656Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.018s coverage: 58.5% of statements [2022-06-29T21:20:42.600Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.010s coverage: 3.0% of statements [2022-06-29T21:20:43.172Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2022-06-29T21:20:43.222Z] #71 ... [2022-06-29T21:20:43.222Z] [2022-06-29T21:20:43.222Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-06-29T21:20:43.222Z] #67 sha256:99296ef4ecf5a1507d3f9e6de9f2ba655f5378e6072c6cb78637ff7654d777c3 [2022-06-29T21:20:43.222Z] #67 90.15 + mkdir -p /build [2022-06-29T21:20:43.222Z] #67 90.15 + cp runc /build/runc [2022-06-29T21:20:43.222Z] #67 DONE 90.5s [2022-06-29T21:20:43.222Z] [2022-06-29T21:20:43.222Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:20:43.222Z] #71 sha256:2025f26298a097610c7e3d7d5a6b3e12bdba1e1fc6b6ddb59c7c06aafc5ac130 [2022-06-29T21:20:43.222Z] #71 ... [2022-06-29T21:20:43.222Z] [2022-06-29T21:20:43.222Z] #68 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-06-29T21:20:43.222Z] #68 sha256:29b20b1a6920971b954c3ddc73e9aa8b8f7c2140b7421048482903ca67ca36e1 [2022-06-29T21:20:43.222Z] #68 DONE 0.2s [2022-06-29T21:20:43.222Z] [2022-06-29T21:20:43.222Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-06-29T21:20:43.222Z] #71 sha256:2025f26298a097610c7e3d7d5a6b3e12bdba1e1fc6b6ddb59c7c06aafc5ac130 [2022-06-29T21:20:43.745Z] ok github.com/docker/docker/daemon/images 0.037s coverage: 6.9% of statements [2022-06-29T21:20:43.745Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-06-29T21:20:43.745Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-06-29T21:20:44.689Z] ok github.com/docker/docker/daemon/logger 0.220s coverage: 43.2% of statements [2022-06-29T21:20:44.950Z] ok github.com/docker/docker/daemon/logger/awslogs 0.146s coverage: 79.9% of statements [2022-06-29T21:20:45.211Z] ok github.com/docker/docker/daemon/logger/fluentd 0.020s coverage: 53.6% of statements [2022-06-29T21:20:45.211Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-06-29T21:20:45.785Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 68.2% of statements [2022-06-29T21:20:45.785Z] ok github.com/docker/docker/daemon/logger/journald 0.012s coverage: 23.4% of statements [2022-06-29T21:20:46.357Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.007s coverage: 87.2% of statements [2022-06-29T21:20:46.618Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.186s coverage: 76.8% of statements [2022-06-29T21:20:47.191Z] ok github.com/docker/docker/daemon/logger/local 0.050s coverage: 79.4% of statements [2022-06-29T21:20:47.191Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-06-29T21:20:47.191Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-06-29T21:20:47.706Z] #64 410.8 # github.com/containerd/containerd/cmd/containerd [2022-06-29T21:20:47.706Z] #64 410.8 /usr/bin/ld: /tmp/go-link-3645451295/000019.o: in function `New': [2022-06-29T21:20:47.706Z] #64 410.8 /tmp/tmp.OceMJBFpCQ/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-06-29T21:20:47.706Z] #64 410.9 + bin/containerd-stress [2022-06-29T21:20:47.706Z] #64 412.0 + bin/containerd-shim [2022-06-29T21:20:47.763Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.029s coverage: 62.0% of statements [2022-06-29T21:20:47.763Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.029s coverage: 31.5% of statements [2022-06-29T21:20:48.707Z] ok github.com/docker/docker/daemon/logger/syslog 0.017s coverage: 46.8% of statements [2022-06-29T21:20:48.968Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-06-29T21:20:49.540Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-06-29T21:20:50.113Z] ok github.com/docker/docker/daemon/logger/splunk 1.513s coverage: 82.5% of statements [2022-06-29T21:20:50.113Z] ? github.com/docker/docker/daemon/names [no test files] [2022-06-29T21:20:50.113Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-06-29T21:20:51.057Z] ok github.com/docker/docker/distribution/metadata 0.025s coverage: 44.4% of statements [2022-06-29T21:20:51.319Z] ok github.com/docker/docker/distribution 0.591s coverage: 28.0% of statements [2022-06-29T21:20:51.319Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-06-29T21:20:51.891Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-06-29T21:20:52.469Z] ok github.com/docker/docker/image 0.024s coverage: 86.9% of statements [2022-06-29T21:20:52.736Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2022-06-29T21:20:53.308Z] ok github.com/docker/docker/image/tarexport 0.008s coverage: 0.7% of statements [2022-06-29T21:20:53.308Z] ok github.com/docker/docker/distribution/xfer 1.909s coverage: 84.9% of statements [2022-06-29T21:20:53.309Z] ? github.com/docker/docker/dockerversion [no test files] [2022-06-29T21:20:53.309Z] ? github.com/docker/docker/image/v1 [no test files] [2022-06-29T21:20:53.569Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-06-29T21:20:53.834Z] ok github.com/docker/docker/libcontainerd/queue 0.029s coverage: 100.0% of statements [2022-06-29T21:20:54.310Z] #64 423.2 + bin/containerd-shim-runc-v1 [2022-06-29T21:20:54.778Z] ok github.com/docker/docker/oci 0.017s coverage: 46.0% of statements [2022-06-29T21:20:55.357Z] ok github.com/docker/docker/opts 0.025s coverage: 66.0% of statements [2022-06-29T21:20:55.357Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-06-29T21:20:56.430Z] #64 424.5 # github.com/containerd/containerd/cmd/containerd [2022-06-29T21:20:56.430Z] #64 424.5 /usr/bin/ld: /tmp/go-link-2159444165/000019.o: in function `New': [2022-06-29T21:20:56.430Z] #64 424.5 /tmp/tmp.KHr3npaRHN/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-06-29T21:20:56.430Z] #64 424.6 + bin/containerd-stress [2022-06-29T21:20:56.430Z] #64 425.7 + bin/containerd-shim [2022-06-29T21:20:56.780Z] ok github.com/docker/docker/pkg/archive 0.286s coverage: 82.3% of statements [2022-06-29T21:20:57.735Z] ok github.com/docker/docker/pkg/authorization 0.229s coverage: 68.3% of statements [2022-06-29T21:20:57.735Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-06-29T21:20:57.997Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2022-06-29T21:21:00.957Z] #64 429.4 + bin/containerd-shim-runc-v2 [2022-06-29T21:21:00.959Z] #64 430.2 + binaries [2022-06-29T21:21:00.959Z] #64 430.2 + install -D bin/containerd /build/containerd [2022-06-29T21:21:00.959Z] #64 430.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-29T21:21:00.959Z] #64 430.3 + install -D bin/ctr /build/ctr [2022-06-29T21:21:01.368Z] ok github.com/docker/docker/pkg/chrootarchive 2.519s coverage: 42.7% of statements [2022-06-29T21:21:01.368Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-06-29T21:21:01.630Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-06-29T21:21:01.630Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2022-06-29T21:21:02.206Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 87.2% of statements [2022-06-29T21:21:02.206Z] ok github.com/docker/docker/layer 7.333s coverage: 68.9% of statements [2022-06-29T21:21:02.206Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-06-29T21:21:02.206Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-06-29T21:21:02.206Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-06-29T21:21:02.206Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-06-29T21:21:02.206Z] ? github.com/docker/docker/oci/caps [no test files] [2022-06-29T21:21:02.206Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-06-29T21:21:02.617Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2022-06-29T21:21:02.617Z] ok github.com/docker/docker/pkg/fsutils 0.169s coverage: 85.1% of statements [2022-06-29T21:21:03.521Z] #64 DONE 432.5s [2022-06-29T21:21:03.612Z] ok github.com/docker/docker/pkg/idtools 0.386s coverage: 67.9% of statements [2022-06-29T21:21:03.612Z] ok github.com/docker/docker/pkg/ioutils 0.354s coverage: 69.7% of statements [2022-06-29T21:21:03.874Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2022-06-29T21:21:03.874Z] ok github.com/docker/docker/pkg/jsonmessage 0.009s coverage: 91.7% of statements [2022-06-29T21:21:03.874Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-06-29T21:21:04.096Z] [2022-06-29T21:21:04.096Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-29T21:21:04.097Z] #65 sha256:bb1db3f2bf0c31e054e87f9ed035877a5288a9b49e1a9f8699a059aa1dbdab9a [2022-06-29T21:21:04.139Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2022-06-29T21:21:04.139Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-06-29T21:21:04.400Z] ok github.com/docker/docker/pkg/parsers/kernel 0.008s coverage: 60.0% of statements [2022-06-29T21:21:04.664Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 90.5% of statements [2022-06-29T21:21:04.664Z] ok github.com/docker/docker/pkg/pidfile 0.011s coverage: 82.4% of statements [2022-06-29T21:21:04.664Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-06-29T21:21:04.664Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-06-29T21:21:05.045Z] #65 DONE 1.0s [2022-06-29T21:21:05.251Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.014s coverage: 56.8% of statements [2022-06-29T21:21:05.310Z] [2022-06-29T21:21:05.310Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-29T21:21:05.310Z] #70 sha256:8354a55638d6b4d1239dbabb689f7876d274878570416bb43c2b6adef75fb8f7 [2022-06-29T21:21:05.310Z] #70 DONE 0.3s [2022-06-29T21:21:05.478Z] #64 437.3 + bin/containerd-shim-runc-v1 [2022-06-29T21:21:05.513Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2022-06-29T21:21:05.572Z] [2022-06-29T21:21:05.572Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-29T21:21:05.572Z] #75 sha256:bf03075b1fdb59c4e57e315eafcdb751c0b39ce9d69f835684386918546155f0 [2022-06-29T21:21:05.852Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-06-29T21:21:06.137Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-06-29T21:21:06.518Z] #75 DONE 0.9s [2022-06-29T21:21:06.519Z] [2022-06-29T21:21:06.519Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-29T21:21:06.519Z] #78 sha256:507c6e20c9e49053456b78d6ad6078e020e72b014f009ac4c635336a6b04746d [2022-06-29T21:21:06.519Z] #78 DONE 0.0s [2022-06-29T21:21:06.519Z] [2022-06-29T21:21:06.519Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-29T21:21:06.519Z] #79 sha256:1aa603bacd55ad6de38e8b330b62f83ef98bdd6cf12dbcea2dc33d667c2a612c [2022-06-29T21:21:06.519Z] #79 DONE 0.0s [2022-06-29T21:21:06.519Z] [2022-06-29T21:21:06.519Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-29T21:21:06.519Z] #80 sha256:065b9def9bb074f8b91c0f558d74324c9139e289b4faf36b9d4df73be800c064 [2022-06-29T21:21:06.519Z] #80 DONE 0.0s [2022-06-29T21:21:06.519Z] [2022-06-29T21:21:06.519Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-29T21:21:06.519Z] #81 sha256:5c33b28b303be6f258cd5f8d5320b1fbd6afe3538e88edf9fdcc4321c72de0a8 [2022-06-29T21:21:07.925Z] ok github.com/docker/docker/pkg/pubsub 1.044s coverage: 75.0% of statements [2022-06-29T21:21:08.694Z] ok github.com/docker/docker/pkg/reexec 0.017s coverage: 82.4% of statements [2022-06-29T21:21:08.694Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-06-29T21:21:08.694Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-06-29T21:21:08.694Z] ok github.com/docker/docker/pkg/streamformatter 0.005s coverage: 66.2% of statements [2022-06-29T21:21:08.694Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-06-29T21:21:08.958Z] ok github.com/docker/docker/pkg/sysinfo 0.007s coverage: 53.6% of statements [2022-06-29T21:21:09.538Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-06-29T21:21:09.538Z] ok github.com/docker/docker/pkg/tailfile 0.048s coverage: 88.6% of statements [2022-06-29T21:21:10.110Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2022-06-29T21:21:10.375Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-06-29T21:21:10.640Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-06-29T21:21:10.746Z] #81 DONE 4.3s [2022-06-29T21:21:10.746Z] [2022-06-29T21:21:10.746Z] #82 exporting to image [2022-06-29T21:21:10.746Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-29T21:21:10.746Z] #82 exporting layers [2022-06-29T21:21:12.122Z] #64 443.8 + bin/containerd-shim-runc-v2 [2022-06-29T21:21:12.122Z] #64 444.6 + binaries [2022-06-29T21:21:12.122Z] #64 444.6 + install -D bin/containerd /build/containerd [2022-06-29T21:21:12.122Z] #64 444.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-29T21:21:12.122Z] #64 444.6 + install -D bin/ctr /build/ctr [2022-06-29T21:21:12.557Z] ok github.com/docker/docker/plugin 0.518s coverage: 23.2% of statements [2022-06-29T21:21:12.821Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-06-29T21:21:13.206Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-06-29T21:21:14.037Z] #64 DONE 446.7s [2022-06-29T21:21:14.150Z] ok github.com/docker/docker/quota 0.232s coverage: 71.4% of statements [2022-06-29T21:21:14.726Z] ok github.com/docker/docker/reference 0.006s coverage: 83.7% of statements [2022-06-29T21:21:14.978Z] [2022-06-29T21:21:14.978Z] #65 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-29T21:21:14.978Z] #65 sha256:2d8a61d720017d5f7f557455042ddb2bd9d31c721bf29688f5137bf1c9322941 [2022-06-29T21:21:15.397Z] #71 178.0 # github.com/containerd/containerd/cmd/containerd [2022-06-29T21:21:15.397Z] #71 178.0 /usr/bin/ld: /tmp/go-link-3804849087/000019.o: in function `New': [2022-06-29T21:21:15.397Z] #71 178.0 /tmp/tmp.fVOZIqBQjf/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-06-29T21:21:15.397Z] #71 178.1 + bin/containerd-stress [2022-06-29T21:21:15.397Z] #71 179.2 + bin/containerd-shim [2022-06-29T21:21:15.670Z] ok github.com/docker/docker/registry 0.081s coverage: 58.6% of statements [2022-06-29T21:21:15.919Z] #65 DONE 0.9s [2022-06-29T21:21:15.919Z] [2022-06-29T21:21:15.919Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-29T21:21:15.919Z] #70 sha256:cc5b7f44be56ce6589369602bfd46f9003f689e54b6cd3480f9eae8d3cbffabf [2022-06-29T21:21:15.919Z] #70 DONE 0.1s [2022-06-29T21:21:15.919Z] [2022-06-29T21:21:15.919Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-29T21:21:15.919Z] #75 sha256:cda86daaf1985122be69ab7db52bfed0bd28699d959091321dc8838a4934deab [2022-06-29T21:21:15.932Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-06-29T21:21:15.932Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-06-29T21:21:16.179Z] #75 DONE 0.2s [2022-06-29T21:21:16.179Z] [2022-06-29T21:21:16.179Z] #78 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-29T21:21:16.179Z] #78 sha256:58da89b2de1c112e270c45d046765f7448d55755ff433580f5850f2513cf71d3 [2022-06-29T21:21:16.179Z] #78 DONE 0.1s [2022-06-29T21:21:16.179Z] [2022-06-29T21:21:16.179Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-29T21:21:16.179Z] #79 sha256:1121fef5efbc21f776d8201aed229d8452817872eed3d0a64fa640460d41fe04 [2022-06-29T21:21:16.179Z] #79 DONE 0.1s [2022-06-29T21:21:16.438Z] [2022-06-29T21:21:16.438Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-29T21:21:16.438Z] #80 sha256:c1347a9d36f6e6851364cc14f357a6b00edae33590eb62e78c9ff3c88f578ce5 [2022-06-29T21:21:16.438Z] #80 DONE 0.0s [2022-06-29T21:21:16.438Z] [2022-06-29T21:21:16.438Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-29T21:21:16.438Z] #81 sha256:d595ca9128b93ac3cad11eed3e7006e883c35dddafcd96c3a50a014e9dbc27c6 [2022-06-29T21:21:16.507Z] ok github.com/docker/docker/runconfig 0.010s coverage: 64.5% of statements [2022-06-29T21:21:16.769Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-06-29T21:21:18.689Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2022-06-29T21:21:19.314Z] #82 exporting layers 7.4s done [2022-06-29T21:21:19.315Z] #82 writing image sha256:95e75fee1d68fabfb8fd3204320cfd70871bb0bbbd630f17fecc63dc6f7c71e9 done [2022-06-29T21:21:19.315Z] #82 naming to docker.io/library/docker:af47f4c2c5444a540cc9962c99dfdaf9b7532bab done [2022-06-29T21:21:19.315Z] #82 DONE 7.4s [Pipeline] } [2022-06-29T21:21:19.405Z] ok github.com/docker/docker/volume/local 0.100s coverage: 76.8% of statements [2022-06-29T21:21:19.405Z] ok github.com/docker/docker/volume/mounts 0.007s coverage: 67.7% of statements [2022-06-29T21:21:19.434Z] #81 DONE 2.6s [2022-06-29T21:21:19.434Z] [2022-06-29T21:21:19.434Z] #82 exporting to image [2022-06-29T21:21:19.434Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-29T21:21:19.434Z] #82 exporting layers [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T21:21:20.798Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2022-06-29T21:21:21.061Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43732/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=af47f4c2c5444a540cc9962c99dfdaf9b7532bab -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:af47f4c2c5444a540cc9962c99dfdaf9b7532bab hack/make.sh dynbinary test-integration [2022-06-29T21:21:22.453Z] [2022-06-29T21:21:22.453Z] Removing bundles/ [2022-06-29T21:21:22.453Z] [2022-06-29T21:21:22.453Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-29T21:21:22.453Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-29T21:21:22.453Z] GOOS="" GOARCH="" GOARM="" [2022-06-29T21:21:25.709Z] #71 190.4 + bin/containerd-shim-runc-v1 [2022-06-29T21:21:26.017Z] #82 exporting layers 6.7s done [2022-06-29T21:21:26.018Z] #82 writing image sha256:568ecf9ee2022296fb481d1c785be46ba6dee4730f768ec6964b9658155ab64a done [2022-06-29T21:21:26.018Z] #82 naming to docker.io/library/docker:3270a905dad788432c54afd3a8682a68e680fb5d done [2022-06-29T21:21:26.018Z] #82 DONE 6.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-06-29T21:21:27.156Z] + trap exit INT TERM [2022-06-29T21:21:27.156Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-06-29T21:21:27.156Z] + CONTAINER_NAME=docker-pr5 [2022-06-29T21:21:27.156Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43732/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43732/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3270a905dad788432c54afd3a8682a68e680fb5d -e DOCKER_GRAPHDRIVER docker:3270a905dad788432c54afd3a8682a68e680fb5d hack/make.sh dynbinary [2022-06-29T21:21:28.108Z] [2022-06-29T21:21:28.108Z] Removing bundles/ [2022-06-29T21:21:28.108Z] [2022-06-29T21:21:28.108Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-29T21:21:28.108Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-29T21:21:28.108Z] GOOS="" GOARCH="" GOARM="" [2022-06-29T21:21:32.601Z] #71 196.7 + bin/containerd-shim-runc-v2 [2022-06-29T21:21:32.601Z] #71 197.5 + binaries [2022-06-29T21:21:32.601Z] #71 197.5 + install -D bin/containerd /build/containerd [2022-06-29T21:21:32.601Z] #71 197.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-06-29T21:21:32.601Z] #71 197.5 + install -D bin/ctr /build/ctr [2022-06-29T21:21:33.164Z] #71 DONE 197.9s [2022-06-29T21:21:33.769Z] [2022-06-29T21:21:33.769Z] #72 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-06-29T21:21:33.769Z] #72 sha256:78aa68479ae8481afc9b12d13cb0467a827e166f90bfb35db48e4cbc294e05e5 [2022-06-29T21:21:34.373Z] #72 DONE 0.4s [2022-06-29T21:21:34.373Z] [2022-06-29T21:21:34.373Z] #77 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-06-29T21:21:34.373Z] #77 sha256:9aadccd66cdb7701e35afbdd53dbe7df86cd4d84c9c2545901041c69452d53fd [2022-06-29T21:21:34.373Z] #77 DONE 0.1s [2022-06-29T21:21:34.373Z] [2022-06-29T21:21:34.373Z] #82 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-06-29T21:21:34.373Z] #82 sha256:225e5347990be1f2c86714038c34032ea04130f140bb4e21888f0739130e0b61 [2022-06-29T21:21:34.977Z] #82 DONE 0.5s [2022-06-29T21:21:34.977Z] [2022-06-29T21:21:34.977Z] #85 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-06-29T21:21:34.977Z] #85 sha256:1d6b492efeebd53bdeb2c9fa3b1de825d82c841e5fdf0993c90337be43034a23 [2022-06-29T21:21:34.977Z] #85 DONE 0.0s [2022-06-29T21:21:34.977Z] [2022-06-29T21:21:34.977Z] #86 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-06-29T21:21:34.977Z] #86 sha256:b0bdfb77c95b7e4d9a130f46ef6339c44663aba16e64cd48f1d7f2d895a3982e [2022-06-29T21:21:34.977Z] #86 DONE 0.0s [2022-06-29T21:21:34.977Z] [2022-06-29T21:21:34.977Z] #87 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-06-29T21:21:34.977Z] #87 sha256:6265cba733e2dadaa03d7d07a388ebf299c56a9480ae0c854d6700734b9f59d3 [2022-06-29T21:21:34.977Z] #87 DONE 0.0s [2022-06-29T21:21:34.977Z] [2022-06-29T21:21:34.977Z] #88 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-06-29T21:21:34.977Z] #88 sha256:4f79bdb88aa735fe28948324782e27d418da3294c376fec88ea01c7e2a204de5 [2022-06-29T21:21:38.942Z] ok github.com/docker/docker/pkg/plugins 33.648s coverage: 76.3% of statements [2022-06-29T21:21:38.942Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-06-29T21:21:38.942Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-06-29T21:21:38.942Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-06-29T21:21:38.942Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-06-29T21:21:38.942Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-06-29T21:21:38.942Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-06-29T21:21:38.942Z] ? github.com/docker/docker/rootless [no test files] [2022-06-29T21:21:38.942Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-06-29T21:21:38.942Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-06-29T21:21:38.942Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-06-29T21:21:38.942Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-06-29T21:21:38.942Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-06-29T21:21:38.942Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-06-29T21:21:38.942Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-06-29T21:21:38.942Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-06-29T21:21:38.942Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-06-29T21:21:38.942Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-06-29T21:21:38.942Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-06-29T21:21:38.942Z] ? github.com/docker/docker/testutil/request [no test files] [2022-06-29T21:21:38.942Z] ? github.com/docker/docker/volume [no test files] [2022-06-29T21:21:38.942Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-06-29T21:21:38.942Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === Skipped [2022-06-29T21:21:39.206Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-06-29T21:21:39.206Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-06-29T21:21:39.206Z] network_proxy_test.go:208: No support for dual stack yet [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-06-29T21:21:39.206Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-06-29T21:21:39.206Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-06-29T21:21:39.206Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-29T21:21:39.206Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-06-29T21:21:39.206Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-29T21:21:39.206Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-06-29T21:21:39.206Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-29T21:21:39.206Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-06-29T21:21:39.206Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-29T21:21:39.206Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-06-29T21:21:39.206Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-29T21:21:39.206Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-06-29T21:21:39.206Z] graphtest_unix.go:71: No driver to put! [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-06-29T21:21:39.206Z] time="2022-06-29T21:20:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-29T21:21:39.206Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-29T21:21:39.206Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-06-29T21:21:39.206Z] time="2022-06-29T21:20:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-29T21:21:39.206Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-29T21:21:39.206Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-06-29T21:21:39.206Z] time="2022-06-29T21:20:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-29T21:21:39.206Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-29T21:21:39.206Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-06-29T21:21:39.206Z] time="2022-06-29T21:20:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-29T21:21:39.206Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-29T21:21:39.206Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-06-29T21:21:39.206Z] time="2022-06-29T21:20:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-29T21:21:39.206Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-29T21:21:39.206Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-06-29T21:21:39.206Z] graphtest_unix.go:71: No driver to put! [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-06-29T21:21:39.206Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-06-29T21:21:39.206Z] overlay_test.go:50: Fails to compute changes intermittently [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-06-29T21:21:39.206Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-06-29T21:21:39.206Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-06-29T21:21:39.206Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-29T21:21:39.206Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-06-29T21:21:39.206Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-29T21:21:39.206Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-06-29T21:21:39.206Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-29T21:21:39.206Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-06-29T21:21:39.206Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-29T21:21:39.206Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-06-29T21:21:39.206Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-29T21:21:39.206Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-06-29T21:21:39.206Z] graphtest_unix.go:71: No driver to put! [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-06-29T21:21:39.206Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-06-29T21:21:39.206Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-06-29T21:21:39.206Z] [2022-06-29T21:21:39.206Z] DONE 2789 tests, 28 skipped in 208.069s [2022-06-29T21:21:39.206Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-06-29T21:21:39.206Z] github.com/docker/docker/libnetwork/bitseq [2022-06-29T21:21:39.206Z] github.com/docker/docker/libnetwork/cluster [2022-06-29T21:21:39.206Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/config [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/datastore [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/driverapi [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/etchosts [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/idm [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/ipam [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/iptables [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/netlabel [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/netutils [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/networkdb [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/ns [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/options [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/osl [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/portallocator [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/portmapper [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/testutils [2022-06-29T21:21:39.207Z] github.com/docker/docker/libnetwork/types' ']' [2022-06-29T21:21:39.207Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-06-29T21:21:40.458Z] #88 DONE 4.5s [2022-06-29T21:21:40.458Z] [2022-06-29T21:21:40.458Z] #89 exporting to image [2022-06-29T21:21:40.458Z] #89 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-06-29T21:21:40.458Z] #89 exporting layers [2022-06-29T21:21:42.424Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-29T21:21:42.426Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-29T21:21:42.426Z] GOOS="" GOARCH="" GOARM="" [2022-06-29T21:21:42.426Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-29T21:21:42.426Z] [2022-06-29T21:21:42.426Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-29T21:21:42.426Z] DOCKER_SYSTEMD=1 [2022-06-29T21:21:42.426Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-29T21:21:42.426Z] HOSTNAME=ff565b70ab55 [2022-06-29T21:21:42.426Z] DEST=bundles/test-integration [2022-06-29T21:21:42.426Z] PWD=/go/src/github.com/docker/docker [2022-06-29T21:21:42.426Z] DOCKER_GITCOMMIT=af47f4c2c5444a540cc9962c99dfdaf9b7532bab [2022-06-29T21:21:42.426Z] container=docker [2022-06-29T21:21:42.426Z] HOME=/root [2022-06-29T21:21:42.426Z] LANG=C.UTF-8 [2022-06-29T21:21:42.426Z] INVOCATION_ID=f4eb097d485e43b08684514d66f31cff [2022-06-29T21:21:42.426Z] GOLANG_VERSION=1.18.3 [2022-06-29T21:21:42.426Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-29T21:21:42.426Z] VALIDATE_BRANCH=master [2022-06-29T21:21:42.426Z] TERM=xterm [2022-06-29T21:21:42.426Z] DOCKER_PKG=github.com/docker/docker [2022-06-29T21:21:42.426Z] SHLVL=3 [2022-06-29T21:21:42.426Z] TIMEOUT=120m [2022-06-29T21:21:42.426Z] DOCKER_BUILDTAGS= journald [2022-06-29T21:21:42.426Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-29T21:21:42.426Z] GO111MODULE=off [2022-06-29T21:21:42.426Z] DOCKER_EXPERIMENTAL=1 [2022-06-29T21:21:42.426Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-29T21:21:42.426Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-29T21:21:42.426Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-29T21:21:42.426Z] GOPATH=/go [2022-06-29T21:21:42.426Z] PKG_CONFIG=pkg-config [2022-06-29T21:21:42.426Z] _=/usr/bin/env [2022-06-29T21:21:42.426Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-29T21:22:07.377Z] #89 exporting layers 26.6s done [2022-06-29T21:22:07.378Z] #89 writing image sha256:b52f1462dedaf9c2e51b0c88fd5b59e16750b3b7ea39a0871250ab1bedc8f20c done [2022-06-29T21:22:07.378Z] #89 naming to docker.io/library/docker:6a0d5bb4d0e9efecab55a809dd4d6b58b3d35cf5 done [2022-06-29T21:22:07.378Z] #89 DONE 26.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-06-29T21:22:07.787Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43732/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43732/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6a0d5bb4d0e9efecab55a809dd4d6b58b3d35cf5 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6a0d5bb4d0e9efecab55a809dd4d6b58b3d35cf5 hack/validate/default [2022-06-29T21:22:08.389Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-06-29T21:22:08.389Z] No api/types/ or api/swagger.yaml changes in diff. [2022-06-29T21:22:08.389Z] Congratulations! All TOML source files changed here have valid syntax. [2022-06-29T21:22:08.389Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-06-29T21:22:08.389Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-06-29T21:22:08.389Z] [2022-06-29T21:22:08.389Z] INFO Start validation with golang-ci-lint [2022-06-29T21:22:09.317Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-06-29T21:22:09.317Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-06-29T21:22:25.954Z] ok github.com/docker/docker/libnetwork 37.396s coverage: 40.6% of statements [2022-06-29T21:22:25.954Z] ok github.com/docker/docker/libnetwork/bitseq 0.138s coverage: 84.4% of statements [2022-06-29T21:22:25.954Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-06-29T21:22:25.954Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-06-29T21:22:25.954Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-06-29T21:22:25.954Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-06-29T21:22:25.954Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-06-29T21:22:25.954Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-06-29T21:22:25.954Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-06-29T21:22:25.954Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-06-29T21:22:25.954Z] ok github.com/docker/docker/libnetwork/config 0.015s coverage: 22.4% of statements [2022-06-29T21:22:25.954Z] ok github.com/docker/docker/libnetwork/datastore 0.004s coverage: 21.9% of statements [2022-06-29T21:22:25.954Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-06-29T21:22:25.954Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-06-29T21:22:25.954Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-06-29T21:22:26.896Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.532s coverage: 59.9% of statements [2022-06-29T21:22:26.896Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-06-29T21:22:27.157Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-06-29T21:22:27.729Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.016s coverage: 4.0% of statements [2022-06-29T21:22:27.729Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-06-29T21:22:28.301Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-06-29T21:22:28.301Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-06-29T21:22:28.562Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-06-29T21:22:29.181Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-29T21:22:29.181Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-29T21:22:38.555Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.685s coverage: 7.2% of statements [2022-06-29T21:22:38.555Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-06-29T21:22:38.555Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-06-29T21:22:38.555Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.011s coverage: 57.4% of statements [2022-06-29T21:22:38.555Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-06-29T21:22:38.555Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-06-29T21:22:38.555Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-06-29T21:22:38.555Z] ok github.com/docker/docker/libnetwork/drvregistry 0.016s coverage: 82.4% of statements [2022-06-29T21:22:38.816Z] ok github.com/docker/docker/libnetwork/etchosts 0.013s coverage: 81.2% of statements [2022-06-29T21:22:39.077Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-06-29T21:22:39.339Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-06-29T21:22:51.145Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-29T21:22:51.566Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-06-29T21:22:59.287Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-29T21:23:06.547Z] ok github.com/docker/docker/libnetwork/ipam 15.876s coverage: 85.3% of statements [2022-06-29T21:23:06.547Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-06-29T21:23:06.547Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-06-29T21:23:06.547Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-06-29T21:23:06.547Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-06-29T21:23:06.548Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-06-29T21:23:06.819Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-06-29T21:23:07.426Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-06-29T21:23:07.426Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-29T21:23:07.437Z] ok github.com/docker/docker/libnetwork/ipamutils 0.282s coverage: 74.0% of statements [2022-06-29T21:23:08.278Z] ok github.com/docker/docker/libnetwork/iptables 0.175s coverage: 45.1% of statements [2022-06-29T21:23:08.278Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-06-29T21:23:08.367Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-29T21:23:08.539Z] ok github.com/docker/docker/libnetwork/netutils 0.019s coverage: 44.1% of statements [2022-06-29T21:23:09.309Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-29T21:23:09.881Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-29T21:23:10.142Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-29T21:23:11.086Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-29T21:23:13.631Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-29T21:23:14.573Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-29T21:23:15.516Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-29T21:23:15.778Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-29T21:23:16.721Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-29T21:23:17.663Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-29T21:23:18.728Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-29T21:23:19.307Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-29T21:23:20.250Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-29T21:23:21.188Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-29T21:23:21.188Z] Using test binary docker [2022-06-29T21:23:21.188Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-29T21:23:21.188Z] Starting apparmor (via systemctl): apparmor.service. [2022-06-29T21:23:21.188Z] Starting dockerd [2022-06-29T21:23:21.188Z] INFO: Waiting for daemon to start... [2022-06-29T21:23:23.097Z] . [2022-06-29T21:23:23.097Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-29T21:23:23.357Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-29T21:23:23.357Z] Error: No such image: emptyfs [2022-06-29T21:23:23.357Z] Running integration-test (iteration 1) [2022-06-29T21:23:23.357Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-29T21:23:23.617Z] Loaded image: busybox:latest [2022-06-29T21:23:23.877Z] Loaded image: busybox:glibc [2022-06-29T21:23:25.260Z] Loaded image: debian:bullseye-slim [2022-06-29T21:23:25.260Z] Loaded image: hello-world:latest [2022-06-29T21:23:25.260Z] Loaded image: arm32v7/hello-world:latest [2022-06-29T21:23:25.260Z] INFO: Testing against a local daemon [2022-06-29T21:23:25.260Z] === RUN TestCgroupNamespacesBuild [2022-06-29T21:23:26.642Z] --- PASS: TestCgroupNamespacesBuild (1.39s) [2022-06-29T21:23:26.642Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-29T21:23:28.024Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.20s) [2022-06-29T21:23:28.024Z] === RUN TestBuildWithSession [2022-06-29T21:23:28.024Z] build_session_test.go:25: TODO: BuildKit [2022-06-29T21:23:28.024Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-29T21:23:28.024Z] === RUN TestBuildSquashParent [2022-06-29T21:23:29.159Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-29T21:23:29.160Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-29T21:23:29.160Z] GOOS="" GOARCH="" GOARM="" [2022-06-29T21:23:29.160Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-29T21:23:29.160Z] [2022-06-29T21:23:29.160Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-29T21:23:29.160Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-29T21:23:29.160Z] HOSTNAME=28326b9aef37 [2022-06-29T21:23:29.160Z] DEST=bundles/test-integration [2022-06-29T21:23:29.160Z] PWD=/go/src/github.com/docker/docker [2022-06-29T21:23:29.160Z] DOCKER_ROOTLESS=1 [2022-06-29T21:23:29.160Z] DOCKER_GITCOMMIT=af47f4c2c5444a540cc9962c99dfdaf9b7532bab [2022-06-29T21:23:29.160Z] container=docker [2022-06-29T21:23:29.160Z] HOME=/root [2022-06-29T21:23:29.160Z] GOLANG_VERSION=1.18.3 [2022-06-29T21:23:29.160Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-29T21:23:29.160Z] VALIDATE_BRANCH=master [2022-06-29T21:23:29.160Z] TERM=xterm [2022-06-29T21:23:29.160Z] DOCKER_PKG=github.com/docker/docker [2022-06-29T21:23:29.160Z] SHLVL=1 [2022-06-29T21:23:29.160Z] TIMEOUT=120m [2022-06-29T21:23:29.160Z] DOCKER_BUILDTAGS= journald [2022-06-29T21:23:29.160Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-29T21:23:29.160Z] GO111MODULE=off [2022-06-29T21:23:29.160Z] DOCKER_EXPERIMENTAL=1 [2022-06-29T21:23:29.160Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-29T21:23:29.160Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-29T21:23:29.160Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-29T21:23:29.160Z] GOPATH=/go [2022-06-29T21:23:29.160Z] PKG_CONFIG=pkg-config [2022-06-29T21:23:29.160Z] _=/usr/bin/env [2022-06-29T21:23:29.160Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-29T21:23:33.308Z] --- PASS: TestBuildSquashParent (4.68s) [2022-06-29T21:23:33.309Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-29T21:23:33.309Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-29T21:23:33.309Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-29T21:23:33.309Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-29T21:23:33.309Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-29T21:23:33.309Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-29T21:23:33.309Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-29T21:23:33.309Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-29T21:23:33.309Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-29T21:23:33.309Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-29T21:23:33.309Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-29T21:23:33.309Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-29T21:23:33.309Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-29T21:23:33.309Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-29T21:23:33.309Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-29T21:23:34.250Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-29T21:23:34.510Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-29T21:23:34.634Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-29T21:23:34.634Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-29T21:23:34.634Z] GOOS="" GOARCH="" GOARM="" [2022-06-29T21:23:34.634Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-29T21:23:34.634Z] [2022-06-29T21:23:34.634Z] + TEST_INTEGRATION_DEST=1 [2022-06-29T21:23:34.634Z] + CONTAINER_NAME=docker-pr5-1 [2022-06-29T21:23:34.634Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-06-29T21:23:34.634Z] + run_tests test-integration-flaky [2022-06-29T21:23:34.634Z] + '[' -n 0 ']' [2022-06-29T21:23:34.634Z] + rm= [2022-06-29T21:23:34.634Z] + c=0 [2022-06-29T21:23:34.634Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43732/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43732/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43732/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=3270a905dad788432c54afd3a8682a68e680fb5d -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3270a905dad788432c54afd3a8682a68e680fb5d hack/make.sh test-integration-flaky test-integration [2022-06-29T21:23:34.634Z] ++ jobs -p [2022-06-29T21:23:34.634Z] + for job in $(jobs -p) [2022-06-29T21:23:34.634Z] + wait 7017 [2022-06-29T21:23:34.634Z] + TEST_INTEGRATION_DEST=3 [2022-06-29T21:23:34.634Z] + CONTAINER_NAME=docker-pr5-3 [2022-06-29T21:23:34.634Z] + TEST_SKIP_INTEGRATION=1 [2022-06-29T21:23:34.634Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-06-29T21:23:34.634Z] + run_tests [2022-06-29T21:23:34.634Z] + '[' -n 0 ']' [2022-06-29T21:23:34.634Z] + rm= [2022-06-29T21:23:34.634Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43732/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43732/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43732/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=3270a905dad788432c54afd3a8682a68e680fb5d -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3270a905dad788432c54afd3a8682a68e680fb5d hack/make.sh '' test-integration [2022-06-29T21:23:34.634Z] + TEST_INTEGRATION_DEST=2 [2022-06-29T21:23:34.634Z] + CONTAINER_NAME=docker-pr5-2 [2022-06-29T21:23:34.634Z] + TEST_SKIP_INTEGRATION=1 [2022-06-29T21:23:34.634Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-06-29T21:23:34.634Z] + run_tests [2022-06-29T21:23:34.634Z] + '[' -n 0 ']' [2022-06-29T21:23:34.634Z] + rm= [2022-06-29T21:23:34.634Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43732/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43732/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43732/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=3270a905dad788432c54afd3a8682a68e680fb5d -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3270a905dad788432c54afd3a8682a68e680fb5d hack/make.sh '' test-integration [2022-06-29T21:23:34.634Z] [2022-06-29T21:23:34.634Z] [2022-06-29T21:23:34.634Z] [2022-06-29T21:23:34.634Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-29T21:23:34.634Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-29T21:23:34.634Z] HOSTNAME=833cf2ff6848 [2022-06-29T21:23:34.634Z] TEST_SKIP_INTEGRATION=1 [2022-06-29T21:23:34.634Z] TESTDEBUG=0 [2022-06-29T21:23:34.634Z] DEST=bundles/test-integration [2022-06-29T21:23:34.634Z] PWD=/go/src/github.com/docker/docker [2022-06-29T21:23:34.634Z] KEEPBUNDLE=1 [2022-06-29T21:23:34.634Z] DOCKER_GITCOMMIT=3270a905dad788432c54afd3a8682a68e680fb5d [2022-06-29T21:23:34.634Z] container=docker [2022-06-29T21:23:34.634Z] HOME=/root [2022-06-29T21:23:34.634Z] GOLANG_VERSION=1.18.3 [2022-06-29T21:23:34.634Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-29T21:23:34.634Z] VALIDATE_BRANCH=master [2022-06-29T21:23:34.635Z] TERM=xterm [2022-06-29T21:23:34.635Z] DOCKER_PKG=github.com/docker/docker [2022-06-29T21:23:34.635Z] SHLVL=1 [2022-06-29T21:23:34.635Z] TIMEOUT=120m [2022-06-29T21:23:34.635Z] DOCKER_BUILDTAGS= journald [2022-06-29T21:23:34.635Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-29T21:23:34.635Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-06-29T21:23:34.635Z] GO111MODULE=off [2022-06-29T21:23:34.635Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-29T21:23:34.635Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-29T21:23:34.635Z] GOPATH=/go [2022-06-29T21:23:34.635Z] PKG_CONFIG=pkg-config [2022-06-29T21:23:34.635Z] _=/usr/bin/env [2022-06-29T21:23:34.635Z] Building test suite binary ./integration-cli/test.main [2022-06-29T21:23:34.635Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-29T21:23:34.635Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-29T21:23:34.635Z] HOSTNAME=62645be12677 [2022-06-29T21:23:34.635Z] TEST_SKIP_INTEGRATION=1 [2022-06-29T21:23:34.635Z] TESTDEBUG=0 [2022-06-29T21:23:34.635Z] DEST=bundles/test-integration [2022-06-29T21:23:34.635Z] PWD=/go/src/github.com/docker/docker [2022-06-29T21:23:34.635Z] KEEPBUNDLE=1 [2022-06-29T21:23:34.635Z] DOCKER_GITCOMMIT=3270a905dad788432c54afd3a8682a68e680fb5d [2022-06-29T21:23:34.635Z] container=docker [2022-06-29T21:23:34.635Z] HOME=/root [2022-06-29T21:23:34.635Z] GOLANG_VERSION=1.18.3 [2022-06-29T21:23:34.635Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-29T21:23:34.635Z] VALIDATE_BRANCH=master [2022-06-29T21:23:34.635Z] TERM=xterm [2022-06-29T21:23:34.635Z] DOCKER_PKG=github.com/docker/docker [2022-06-29T21:23:34.635Z] SHLVL=1 [2022-06-29T21:23:34.635Z] TIMEOUT=120m [2022-06-29T21:23:34.635Z] DOCKER_BUILDTAGS= journald [2022-06-29T21:23:34.635Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-29T21:23:34.635Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-06-29T21:23:34.635Z] GO111MODULE=off [2022-06-29T21:23:34.635Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-29T21:23:34.635Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-29T21:23:34.635Z] GOPATH=/go [2022-06-29T21:23:34.635Z] PKG_CONFIG=pkg-config [2022-06-29T21:23:34.635Z] _=/usr/bin/env [2022-06-29T21:23:34.635Z] Building test suite binary ./integration-cli/test.main [2022-06-29T21:23:34.635Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-06-29T21:23:34.635Z] No new tests added to integration. [2022-06-29T21:23:34.635Z] [2022-06-29T21:23:34.635Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-29T21:23:34.635Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-29T21:23:34.635Z] HOSTNAME=831d705b36d1 [2022-06-29T21:23:34.635Z] TESTDEBUG=0 [2022-06-29T21:23:34.635Z] DEST=bundles/test-integration [2022-06-29T21:23:34.635Z] PWD=/go/src/github.com/docker/docker [2022-06-29T21:23:34.635Z] KEEPBUNDLE=1 [2022-06-29T21:23:34.635Z] DOCKER_GITCOMMIT=3270a905dad788432c54afd3a8682a68e680fb5d [2022-06-29T21:23:34.635Z] container=docker [2022-06-29T21:23:34.635Z] HOME=/root [2022-06-29T21:23:34.635Z] GOLANG_VERSION=1.18.3 [2022-06-29T21:23:34.635Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-29T21:23:34.635Z] VALIDATE_BRANCH=master [2022-06-29T21:23:34.635Z] TERM=xterm [2022-06-29T21:23:34.635Z] DOCKER_PKG=github.com/docker/docker [2022-06-29T21:23:34.635Z] SHLVL=1 [2022-06-29T21:23:34.635Z] TIMEOUT=120m [2022-06-29T21:23:34.635Z] DOCKER_BUILDTAGS= journald [2022-06-29T21:23:34.635Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-29T21:23:34.635Z] GO111MODULE=off [2022-06-29T21:23:34.635Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-29T21:23:34.635Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-29T21:23:34.635Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-29T21:23:34.635Z] GOPATH=/go [2022-06-29T21:23:34.635Z] PKG_CONFIG=pkg-config [2022-06-29T21:23:34.635Z] _=/usr/bin/env [2022-06-29T21:23:34.635Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-29T21:23:35.894Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-29T21:23:35.894Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-29T21:23:37.340Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-06-29T21:23:37.340Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.45s) [2022-06-29T21:23:37.340Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.84s) [2022-06-29T21:23:37.340Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.61s) [2022-06-29T21:23:37.340Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.38s) [2022-06-29T21:23:37.340Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.48s) [2022-06-29T21:23:37.340Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.53s) [2022-06-29T21:23:37.340Z] === RUN TestBuildMultiStageCopy [2022-06-29T21:23:37.340Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-29T21:23:38.722Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-29T21:23:38.983Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-29T21:23:39.244Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-29T21:23:39.504Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-29T21:23:39.504Z] --- PASS: TestBuildMultiStageCopy (2.30s) [2022-06-29T21:23:39.504Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.40s) [2022-06-29T21:23:39.504Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s) [2022-06-29T21:23:39.504Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2022-06-29T21:23:39.504Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s) [2022-06-29T21:23:39.504Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s) [2022-06-29T21:23:39.504Z] === RUN TestBuildMultiStageParentConfig [2022-06-29T21:23:40.444Z] --- PASS: TestBuildMultiStageParentConfig (0.63s) [2022-06-29T21:23:40.444Z] === RUN TestBuildLabelWithTargets [2022-06-29T21:23:41.384Z] --- PASS: TestBuildLabelWithTargets (1.02s) [2022-06-29T21:23:41.384Z] === RUN TestBuildWithEmptyLayers [2022-06-29T21:23:41.644Z] --- PASS: TestBuildWithEmptyLayers (0.45s) [2022-06-29T21:23:41.644Z] === RUN TestBuildMultiStageOnBuild [2022-06-29T21:23:43.553Z] --- PASS: TestBuildMultiStageOnBuild (1.70s) [2022-06-29T21:23:43.553Z] === RUN TestBuildUncleanTarFilenames [2022-06-29T21:23:44.125Z] --- PASS: TestBuildUncleanTarFilenames (0.59s) [2022-06-29T21:23:44.125Z] === RUN TestBuildMultiStageLayerLeak [2022-06-29T21:23:46.037Z] --- PASS: TestBuildMultiStageLayerLeak (1.78s) [2022-06-29T21:23:46.037Z] === RUN TestBuildWithHugeFile [2022-06-29T21:24:15.954Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-29T21:24:15.954Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-29T21:24:34.077Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-29T21:24:42.219Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-29T21:24:42.303Z] --- PASS: TestBuildWithHugeFile (48.90s) [2022-06-29T21:24:42.303Z] === RUN TestBuildWCOWSandboxSize [2022-06-29T21:24:42.303Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-29T21:24:42.303Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-29T21:24:42.303Z] === RUN TestBuildWithEmptyDockerfile [2022-06-29T21:24:42.303Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-29T21:24:42.303Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-29T21:24:42.303Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-29T21:24:42.303Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-29T21:24:42.303Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-29T21:24:42.303Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-29T21:24:42.303Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-29T21:24:42.303Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-29T21:24:42.303Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-29T21:24:42.303Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-06-29T21:24:42.303Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2022-06-29T21:24:42.303Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2022-06-29T21:24:42.303Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-29T21:24:42.303Z] === RUN TestBuildPreserveOwnership [2022-06-29T21:24:42.303Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-29T21:24:42.303Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-29T21:24:42.303Z] --- PASS: TestBuildPreserveOwnership (3.59s) [2022-06-29T21:24:42.303Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.39s) [2022-06-29T21:24:42.303Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.19s) [2022-06-29T21:24:42.303Z] === RUN TestBuildPlatformInvalid [2022-06-29T21:24:42.303Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-06-29T21:24:42.303Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-29T21:24:42.303Z] Loaded image: busybox:latest [2022-06-29T21:24:42.303Z] Loaded image: busybox:glibc [2022-06-29T21:24:42.303Z] Loaded image: debian:bullseye-slim [2022-06-29T21:24:42.303Z] Loaded image: hello-world:latest [2022-06-29T21:24:42.303Z] Loaded image: arm32v7/hello-world:latest [2022-06-29T21:24:50.440Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.85s) [2022-06-29T21:24:50.440Z] PASS [2022-06-29T21:24:50.440Z] [2022-06-29T21:24:50.440Z] === Skipped [2022-06-29T21:24:50.440Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-29T21:24:50.440Z] build_session_test.go:25: TODO: BuildKit [2022-06-29T21:24:50.440Z] [2022-06-29T21:24:50.440Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-29T21:24:50.440Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-29T21:24:50.440Z] [2022-06-29T21:24:50.440Z] DONE 34 tests, 2 skipped in 85.933s [2022-06-29T21:24:50.440Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-29T21:24:50.440Z] INFO: Testing against a local daemon [2022-06-29T21:24:50.440Z] === RUN TestConfigInspect [2022-06-29T21:24:51.821Z] --- PASS: TestConfigInspect (2.30s) [2022-06-29T21:24:51.821Z] === RUN TestConfigList [2022-06-29T21:24:52.229Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-06-29T21:24:52.229Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-29T21:24:52.229Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-29T21:24:53.172Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-29T21:24:53.731Z] --- PASS: TestConfigList (2.13s) [2022-06-29T21:24:53.731Z] === RUN TestConfigsCreateAndDelete [2022-06-29T21:24:53.745Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-29T21:24:54.006Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-29T21:24:54.949Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-29T21:24:56.272Z] --- PASS: TestConfigsCreateAndDelete (2.20s) [2022-06-29T21:24:56.272Z] === RUN TestConfigsUpdate [2022-06-29T21:24:57.506Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-29T21:24:58.183Z] --- PASS: TestConfigsUpdate (2.17s) [2022-06-29T21:24:58.183Z] === RUN TestTemplatedConfig [2022-06-29T21:24:58.451Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-29T21:24:59.395Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-29T21:24:59.656Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-29T21:25:00.031Z] ok github.com/docker/docker/libnetwork/networkdb 104.790s coverage: 60.0% of statements [2022-06-29T21:25:00.031Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-06-29T21:25:00.031Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-06-29T21:25:00.031Z] ok github.com/docker/docker/libnetwork/osl 4.318s coverage: 39.7% of statements [2022-06-29T21:25:00.031Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-06-29T21:25:00.293Z] ok github.com/docker/docker/libnetwork/portallocator 0.015s coverage: 80.7% of statements [2022-06-29T21:25:00.600Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-29T21:25:01.172Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-29T21:25:01.478Z] --- PASS: TestTemplatedConfig (2.70s) [2022-06-29T21:25:01.478Z] === RUN TestConfigCreateResolve [2022-06-29T21:25:01.675Z] ok github.com/docker/docker/libnetwork/portmapper 0.666s coverage: 48.6% of statements [2022-06-29T21:25:01.675Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-06-29T21:25:01.675Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-06-29T21:25:01.938Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-06-29T21:25:01.938Z] [2022-06-29T21:25:01.938Z] === Skipped [2022-06-29T21:25:01.938Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-06-29T21:25:01.938Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-29T21:25:01.938Z] [2022-06-29T21:25:01.938Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-06-29T21:25:01.938Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-29T21:25:01.938Z] [2022-06-29T21:25:01.938Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-06-29T21:25:01.938Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-29T21:25:01.938Z] [2022-06-29T21:25:01.938Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-06-29T21:25:01.938Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-29T21:25:01.938Z] [2022-06-29T21:25:01.938Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-06-29T21:25:01.938Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-29T21:25:01.938Z] [2022-06-29T21:25:01.938Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-06-29T21:25:01.938Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-29T21:25:01.938Z] [2022-06-29T21:25:01.938Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-06-29T21:25:01.938Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-29T21:25:01.938Z] [2022-06-29T21:25:01.938Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-06-29T21:25:01.938Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-29T21:25:01.938Z] [2022-06-29T21:25:01.938Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-06-29T21:25:01.938Z] firewalld_test.go:14: firewalld is not running [2022-06-29T21:25:01.938Z] [2022-06-29T21:25:01.938Z] DONE 326 tests, 9 skipped in 202.873s Post stage [Pipeline] junit [2022-06-29T21:25:02.537Z] Recording test results [2022-06-29T21:25:02.566Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-29T21:25:03.139Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-29T21:25:03.389Z] --- PASS: TestConfigCreateResolve (2.22s) [2022-06-29T21:25:03.389Z] PASS [2022-06-29T21:25:03.389Z] [2022-06-29T21:25:03.389Z] DONE 6 tests in 13.747s [2022-06-29T21:25:03.389Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-29T21:25:03.389Z] INFO: Testing against a local daemon [2022-06-29T21:25:03.389Z] === RUN TestAttachWithTTY [2022-06-29T21:25:03.389Z] --- PASS: TestAttachWithTTY (0.06s) [2022-06-29T21:25:03.389Z] === RUN TestAttachWithoutTTy [2022-06-29T21:25:03.389Z] --- PASS: TestAttachWithoutTTy (0.05s) [2022-06-29T21:25:03.389Z] === RUN TestCheckpoint [2022-06-29T21:25:03.389Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-29T21:25:03.389Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/commit [2022-06-29T21:25:03.389Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-29T21:25:03.389Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-29T21:25:03.389Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-29T21:25:03.389Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-29T21:25:03.389Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-29T21:25:03.389Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-29T21:25:03.389Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-29T21:25:03.389Z] === CONT TestContainerInvalidJSON/commit [2022-06-29T21:25:03.389Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-29T21:25:03.389Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-29T21:25:03.389Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-29T21:25:03.389Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-29T21:25:03.389Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-29T21:25:03.389Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-29T21:25:03.389Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-29T21:25:03.390Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-29T21:25:03.390Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-29T21:25:03.390Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-29T21:25:03.390Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-29T21:25:03.390Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-29T21:25:03.390Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-29T21:25:03.390Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-29T21:25:03.390Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-06-29T21:25:03.390Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-29T21:25:03.390Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-06-29T21:25:03.390Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-29T21:25:03.390Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-06-29T21:25:03.390Z] === RUN TestCopyEmptyFile [2022-06-29T21:25:03.650Z] --- PASS: TestCopyEmptyFile (0.22s) [2022-06-29T21:25:03.650Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-29T21:25:03.650Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-06-29T21:25:03.650Z] === RUN TestCopyFromContainer [2022-06-29T21:25:04.007Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-29T21:25:04.082Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-29T21:25:04.350Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43732/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=af47f4c2c5444a540cc9962c99dfdaf9b7532bab -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:af47f4c2c5444a540cc9962c99dfdaf9b7532bab hack/make.sh dynbinary test-integration [2022-06-29T21:25:04.611Z] [2022-06-29T21:25:04.871Z] Removing bundles/ [2022-06-29T21:25:04.871Z] [2022-06-29T21:25:04.871Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-29T21:25:04.871Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-29T21:25:04.871Z] GOOS="" GOARCH="" GOARM="" [2022-06-29T21:25:05.025Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-29T21:25:05.025Z] Using test binary docker [2022-06-29T21:25:05.025Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-29T21:25:05.025Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-29T21:25:05.025Z] INFO: Waiting for daemon to start... [2022-06-29T21:25:05.025Z] Starting dockerd [2022-06-29T21:25:05.033Z] === RUN TestCopyFromContainer// [2022-06-29T21:25:05.033Z] === RUN TestCopyFromContainer//bar/root [2022-06-29T21:25:05.033Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-29T21:25:05.033Z] === RUN TestCopyFromContainer/bar/quux [2022-06-29T21:25:05.033Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-29T21:25:05.033Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-29T21:25:05.033Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-29T21:25:05.293Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-29T21:25:05.293Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-29T21:25:05.293Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-29T21:25:05.293Z] --- PASS: TestCopyFromContainer (1.72s) [2022-06-29T21:25:05.293Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-29T21:25:05.293Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-06-29T21:25:05.293Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-29T21:25:05.293Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2022-06-29T21:25:05.293Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-06-29T21:25:05.293Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-06-29T21:25:05.293Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2022-06-29T21:25:05.293Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-29T21:25:05.293Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-29T21:25:05.293Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-06-29T21:25:05.293Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-29T21:25:05.554Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-29T21:25:05.554Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-29T21:25:05.554Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-29T21:25:05.554Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-29T21:25:05.554Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-29T21:25:05.554Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-29T21:25:05.554Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-29T21:25:05.554Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-29T21:25:05.554Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-29T21:25:05.554Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-06-29T21:25:05.554Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-29T21:25:05.554Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-29T21:25:05.554Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-29T21:25:05.554Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-29T21:25:05.554Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-06-29T21:25:05.554Z] === RUN TestCreateWithInvalidEnv [2022-06-29T21:25:05.554Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-29T21:25:05.554Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-29T21:25:05.554Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-29T21:25:05.554Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-29T21:25:05.554Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-29T21:25:05.554Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-29T21:25:05.554Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-29T21:25:05.554Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-29T21:25:05.554Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-29T21:25:05.554Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-29T21:25:05.554Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-29T21:25:05.554Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-29T21:25:05.554Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-29T21:25:05.554Z] === RUN TestCreateTmpfsMountsTarget [2022-06-29T21:25:05.554Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-29T21:25:05.554Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-29T21:25:07.463Z] --- PASS: TestCreateWithCustomMaskedPaths (1.60s) [2022-06-29T21:25:07.464Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-29T21:25:08.326Z] . [2022-06-29T21:25:08.326Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-29T21:25:08.326Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-29T21:25:08.326Z] Error: No such image: emptyfs [2022-06-29T21:25:08.326Z] Running integration-test (iteration 1) [2022-06-29T21:25:08.326Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-29T21:25:08.588Z] Loaded image: busybox:latest [2022-06-29T21:25:08.845Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.64s) [2022-06-29T21:25:08.845Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-29T21:25:08.845Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-29T21:25:08.845Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-29T21:25:08.845Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-29T21:25:08.845Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-29T21:25:08.845Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-29T21:25:08.846Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-29T21:25:08.846Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-29T21:25:08.846Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-29T21:25:08.846Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-29T21:25:08.846Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-29T21:25:08.846Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-29T21:25:08.846Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-29T21:25:08.846Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-29T21:25:08.846Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-29T21:25:08.846Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-29T21:25:08.846Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-29T21:25:08.846Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-29T21:25:08.846Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-06-29T21:25:08.846Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-29T21:25:08.846Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-29T21:25:08.846Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-06-29T21:25:08.846Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-29T21:25:08.849Z] Loaded image: busybox:glibc [2022-06-29T21:25:09.457Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.56s) [2022-06-29T21:25:09.457Z] === RUN TestCreateDifferentPlatform [2022-06-29T21:25:09.457Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-29T21:25:09.457Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-29T21:25:09.457Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-06-29T21:25:09.457Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-29T21:25:09.457Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-29T21:25:09.457Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-29T21:25:09.457Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2022-06-29T21:25:09.457Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-29T21:25:09.457Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-06-29T21:25:09.457Z] === RUN TestCreateInvalidHostConfig [2022-06-29T21:25:09.457Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-29T21:25:09.457Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-29T21:25:09.457Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-29T21:25:09.457Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-29T21:25:09.457Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-29T21:25:09.457Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-29T21:25:09.457Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-29T21:25:09.457Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-29T21:25:09.457Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-29T21:25:09.457Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-29T21:25:09.457Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-29T21:25:09.457Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-29T21:25:09.457Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-29T21:25:09.457Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-29T21:25:09.457Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-29T21:25:09.457Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-29T21:25:09.457Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-29T21:25:09.457Z] === RUN TestContainerStartOnDaemonRestart [2022-06-29T21:25:09.457Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-29T21:25:09.457Z] === RUN TestDaemonRestartIpcMode [2022-06-29T21:25:09.457Z] === PAUSE TestDaemonRestartIpcMode [2022-06-29T21:25:09.457Z] === RUN TestDaemonHostGatewayIP [2022-06-29T21:25:09.457Z] === PAUSE TestDaemonHostGatewayIP [2022-06-29T21:25:09.457Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-29T21:25:09.457Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-29T21:25:09.457Z] === RUN TestContainerKillOnDaemonStart [2022-06-29T21:25:09.457Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-29T21:25:09.457Z] === RUN TestDiff [2022-06-29T21:25:10.036Z] --- PASS: TestDiff (0.59s) [2022-06-29T21:25:10.036Z] === RUN TestExecConsoleSize [2022-06-29T21:25:10.235Z] Loaded image: debian:bullseye-slim [2022-06-29T21:25:10.235Z] Loaded image: hello-world:latest [2022-06-29T21:25:10.235Z] Loaded image: arm32v7/hello-world:latest [2022-06-29T21:25:10.235Z] INFO: Testing against a local daemon [2022-06-29T21:25:10.235Z] === RUN TestCgroupNamespacesBuild [2022-06-29T21:25:10.624Z] --- PASS: TestExecConsoleSize (0.65s) [2022-06-29T21:25:10.624Z] === RUN TestExecWithCloseStdin [2022-06-29T21:25:11.565Z] --- PASS: TestExecWithCloseStdin (0.64s) [2022-06-29T21:25:11.565Z] === RUN TestExec [2022-06-29T21:25:11.622Z] --- PASS: TestCgroupNamespacesBuild (1.26s) [2022-06-29T21:25:11.622Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-29T21:25:12.135Z] --- PASS: TestExec (0.66s) [2022-06-29T21:25:12.135Z] === RUN TestExecUser [2022-06-29T21:25:12.569Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.17s) [2022-06-29T21:25:12.569Z] === RUN TestBuildWithSession [2022-06-29T21:25:12.569Z] build_session_test.go:25: TODO: BuildKit [2022-06-29T21:25:12.569Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-29T21:25:12.569Z] === RUN TestBuildSquashParent [2022-06-29T21:25:12.705Z] --- PASS: TestExecUser (0.62s) [2022-06-29T21:25:12.705Z] === RUN TestExportContainerAndImportImage [2022-06-29T21:25:13.275Z] --- PASS: TestExportContainerAndImportImage (0.65s) [2022-06-29T21:25:13.275Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-29T21:25:14.657Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2022-06-29T21:25:14.657Z] === RUN TestHealthCheckWorkdir [2022-06-29T21:25:15.597Z] --- PASS: TestHealthCheckWorkdir (0.83s) [2022-06-29T21:25:15.597Z] === RUN TestHealthKillContainer [2022-06-29T21:25:15.877Z] INFO [loader] Go packages loading at mode 575 (deps|files|compiled_files|exports_file|imports|name|types_sizes) took 2m52.869996555s [2022-06-29T21:25:15.877Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner. Replaced by revive. [2022-06-29T21:25:15.877Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 505.516542ms [2022-06-29T21:25:20.717Z] --- PASS: TestBuildSquashParent (7.49s) [2022-06-29T21:25:20.717Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-29T21:25:20.717Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-29T21:25:20.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-29T21:25:20.717Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-29T21:25:20.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-29T21:25:20.717Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-29T21:25:20.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-29T21:25:20.717Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-29T21:25:20.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-29T21:25:20.717Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-29T21:25:20.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-29T21:25:20.717Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-29T21:25:20.717Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-29T21:25:20.717Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-29T21:25:20.717Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-29T21:25:21.660Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-29T21:25:21.660Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-29T21:25:23.726Z] --- PASS: TestHealthKillContainer (8.20s) [2022-06-29T21:25:23.726Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-29T21:25:24.209Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-29T21:25:24.209Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-29T21:25:24.296Z] --- PASS: TestInspectCpusetInConfigPre120 (0.56s) [2022-06-29T21:25:24.296Z] === RUN TestIpcModeNone [2022-06-29T21:25:24.866Z] --- PASS: TestIpcModeNone (0.61s) [2022-06-29T21:25:24.866Z] === RUN TestIpcModePrivate [2022-06-29T21:25:25.127Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2022-06-29T21:25:25.387Z] --- PASS: TestIpcModePrivate (0.62s) [2022-06-29T21:25:25.387Z] === RUN TestIpcModeShareable [2022-06-29T21:25:25.647Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2022-06-29T21:25:25.907Z] --- PASS: TestIpcModeShareable (0.61s) [2022-06-29T21:25:25.907Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-29T21:25:26.123Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-06-29T21:25:26.123Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.54s) [2022-06-29T21:25:26.123Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.55s) [2022-06-29T21:25:26.123Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.18s) [2022-06-29T21:25:26.123Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.23s) [2022-06-29T21:25:26.123Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.86s) [2022-06-29T21:25:26.123Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.95s) [2022-06-29T21:25:26.123Z] === RUN TestBuildMultiStageCopy [2022-06-29T21:25:26.123Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-29T21:25:27.817Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.84s) [2022-06-29T21:25:27.818Z] === RUN TestAPIIpcModeHost [2022-06-29T21:25:28.389Z] --- PASS: TestAPIIpcModeHost (0.43s) [2022-06-29T21:25:28.389Z] === RUN TestDaemonIpcModeShareable [2022-06-29T21:25:29.331Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-06-29T21:25:29.331Z] --- PASS: TestDaemonIpcModeShareable (1.19s) [2022-06-29T21:25:29.331Z] === RUN TestDaemonIpcModePrivate [2022-06-29T21:25:29.423Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-29T21:25:30.365Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-29T21:25:30.713Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-06-29T21:25:30.713Z] --- PASS: TestDaemonIpcModePrivate (1.20s) [2022-06-29T21:25:30.713Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-29T21:25:31.306Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-29T21:25:31.654Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-06-29T21:25:31.915Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.27s) [2022-06-29T21:25:31.915Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-29T21:25:32.248Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-29T21:25:32.857Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-06-29T21:25:33.117Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.20s) [2022-06-29T21:25:33.117Z] === RUN TestIpcModeOlderClient [2022-06-29T21:25:33.117Z] === PAUSE TestIpcModeOlderClient [2022-06-29T21:25:33.117Z] === RUN TestKillContainerInvalidSignal [2022-06-29T21:25:33.190Z] --- PASS: TestBuildMultiStageCopy (7.32s) [2022-06-29T21:25:33.190Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.32s) [2022-06-29T21:25:33.190Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-06-29T21:25:33.190Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-06-29T21:25:33.190Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-06-29T21:25:33.190Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-06-29T21:25:33.190Z] === RUN TestBuildMultiStageParentConfig [2022-06-29T21:25:33.687Z] --- PASS: TestKillContainerInvalidSignal (0.48s) [2022-06-29T21:25:33.688Z] === RUN TestKillContainer [2022-06-29T21:25:33.688Z] === RUN TestKillContainer/no_signal [2022-06-29T21:25:33.948Z] === RUN TestKillContainer/non_killing_signal [2022-06-29T21:25:34.208Z] === RUN TestKillContainer/killing_signal [2022-06-29T21:25:35.150Z] --- PASS: TestKillContainer (1.46s) [2022-06-29T21:25:35.150Z] --- PASS: TestKillContainer/no_signal (0.42s) [2022-06-29T21:25:35.150Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2022-06-29T21:25:35.150Z] --- PASS: TestKillContainer/killing_signal (0.58s) [2022-06-29T21:25:35.150Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-29T21:25:35.150Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-29T21:25:35.410Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-29T21:25:36.352Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.29s) [2022-06-29T21:25:36.352Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.45s) [2022-06-29T21:25:36.352Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.67s) [2022-06-29T21:25:36.352Z] === RUN TestKillStoppedContainer [2022-06-29T21:25:36.352Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-06-29T21:25:36.352Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-29T21:25:36.352Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-06-29T21:25:36.352Z] === RUN TestKillDifferentUserContainer [2022-06-29T21:25:36.924Z] --- PASS: TestKillDifferentUserContainer (0.44s) [2022-06-29T21:25:36.924Z] === RUN TestInspectOomKilledTrue [2022-06-29T21:25:36.924Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-06-29T21:25:36.924Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-29T21:25:36.924Z] === RUN TestInspectOomKilledFalse [2022-06-29T21:25:37.494Z] --- PASS: TestInspectOomKilledFalse (0.42s) [2022-06-29T21:25:37.494Z] === RUN TestLinksEtcHostsContentMatch [2022-06-29T21:25:37.754Z] --- PASS: TestLinksEtcHostsContentMatch (0.32s) [2022-06-29T21:25:37.754Z] === RUN TestLinksContainerNames [2022-06-29T21:25:38.478Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2022-06-29T21:25:38.478Z] === RUN TestBuildLabelWithTargets [2022-06-29T21:25:38.693Z] --- PASS: TestLinksContainerNames (0.89s) [2022-06-29T21:25:38.693Z] === RUN TestLogsFollowTailEmpty [2022-06-29T21:25:38.954Z] --- PASS: TestLogsFollowTailEmpty (0.44s) [2022-06-29T21:25:38.954Z] === RUN TestLogs [2022-06-29T21:25:38.954Z] === RUN TestLogs/driver_local [2022-06-29T21:25:38.954Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-06-29T21:25:38.954Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-06-29T21:25:38.954Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-06-29T21:25:38.954Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-06-29T21:25:38.954Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-06-29T21:25:38.954Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-06-29T21:25:38.954Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-29T21:25:38.954Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-29T21:25:38.954Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-06-29T21:25:38.954Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-06-29T21:25:38.954Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-06-29T21:25:38.954Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-06-29T21:25:38.954Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-06-29T21:25:38.954Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-29T21:25:39.895Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-06-29T21:25:39.895Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-06-29T21:25:40.465Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-06-29T21:25:40.465Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-06-29T21:25:41.036Z] === RUN TestLogs/driver_json-file [2022-06-29T21:25:41.036Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-29T21:25:41.036Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-29T21:25:41.036Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-06-29T21:25:41.036Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-06-29T21:25:41.036Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-06-29T21:25:41.036Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-06-29T21:25:41.036Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-29T21:25:41.036Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-29T21:25:41.036Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-06-29T21:25:41.036Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-06-29T21:25:41.036Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-06-29T21:25:41.036Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-06-29T21:25:41.036Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-29T21:25:41.036Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-06-29T21:25:41.978Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-06-29T21:25:41.978Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-29T21:25:42.549Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-06-29T21:25:42.549Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-06-29T21:25:43.119Z] --- PASS: TestLogs (4.10s) [2022-06-29T21:25:43.119Z] --- PASS: TestLogs/driver_local (0.01s) [2022-06-29T21:25:43.119Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.76s) [2022-06-29T21:25:43.119Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.79s) [2022-06-29T21:25:43.119Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.58s) [2022-06-29T21:25:43.119Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.57s) [2022-06-29T21:25:43.119Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.68s) [2022-06-29T21:25:43.119Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.76s) [2022-06-29T21:25:43.119Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-06-29T21:25:43.119Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.77s) [2022-06-29T21:25:43.119Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.81s) [2022-06-29T21:25:43.119Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.55s) [2022-06-29T21:25:43.119Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.55s) [2022-06-29T21:25:43.119Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.64s) [2022-06-29T21:25:43.119Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.61s) [2022-06-29T21:25:43.119Z] === RUN TestContainerNetworkMountsNoChown [2022-06-29T21:25:43.379Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s) [2022-06-29T21:25:43.379Z] === RUN TestMountDaemonRoot [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/default [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/default [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/private [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/private [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/rprivate [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/slave [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/slave [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/rslave [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/shared [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/shared [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/rshared [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-29T21:25:43.639Z] === CONT TestMountDaemonRoot/default [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-29T21:25:43.639Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-29T21:25:43.639Z] === CONT TestMountDaemonRoot/rshared [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-29T21:25:43.639Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-29T21:25:43.639Z] === CONT TestMountDaemonRoot/shared [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-29T21:25:43.639Z] === CONT TestMountDaemonRoot/rslave [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-29T21:25:43.639Z] === CONT TestMountDaemonRoot/slave [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-29T21:25:43.639Z] === CONT TestMountDaemonRoot/rprivate [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-29T21:25:43.639Z] === CONT TestMountDaemonRoot/private [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-29T21:25:43.639Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-29T21:25:43.639Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-29T21:25:43.639Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-29T21:25:43.639Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-29T21:25:43.639Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-29T21:25:43.639Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-29T21:25:43.639Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-29T21:25:43.639Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-29T21:25:43.639Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-29T21:25:43.639Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-29T21:25:43.639Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-29T21:25:43.899Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-29T21:25:43.899Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-29T21:25:43.899Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-29T21:25:43.899Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-29T21:25:43.899Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-29T21:25:43.899Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-29T21:25:43.899Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-29T21:25:43.899Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-29T21:25:43.899Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-29T21:25:43.899Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-29T21:25:43.899Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-29T21:25:43.899Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-29T21:25:43.899Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-29T21:25:43.899Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-29T21:25:43.899Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-29T21:25:43.899Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-29T21:25:43.899Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-06-29T21:25:44.160Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-29T21:25:44.160Z] === RUN TestContainerBindMountNonRecursive [2022-06-29T21:25:45.549Z] --- PASS: TestContainerBindMountNonRecursive (1.33s) [2022-06-29T21:25:45.549Z] === RUN TestContainerVolumesMountedAsShared [2022-06-29T21:25:45.810Z] --- PASS: TestContainerVolumesMountedAsShared (0.42s) [2022-06-29T21:25:45.810Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-29T21:25:46.071Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s) [2022-06-29T21:25:46.071Z] === RUN TestNetworkNat [2022-06-29T21:25:46.641Z] --- PASS: TestNetworkNat (0.44s) [2022-06-29T21:25:46.641Z] === RUN TestNetworkLocalhostTCPNat [2022-06-29T21:25:46.676Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-06-29T21:25:46.676Z] === RUN TestBuildWithEmptyLayers [2022-06-29T21:25:46.901Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s) [2022-06-29T21:25:46.901Z] === RUN TestNetworkLoopbackNat [2022-06-29T21:25:49.219Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-06-29T21:25:49.219Z] === RUN TestBuildMultiStageOnBuild [2022-06-29T21:25:50.205Z] --- PASS: TestNetworkLoopbackNat (2.63s) [2022-06-29T21:25:50.205Z] === RUN TestPause [2022-06-29T21:25:50.205Z] --- PASS: TestPause (0.47s) [2022-06-29T21:25:50.205Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-29T21:25:50.205Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-29T21:25:50.205Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-29T21:25:50.205Z] === RUN TestPauseStopPausedContainer [2022-06-29T21:25:50.465Z] --- PASS: TestPauseStopPausedContainer (0.45s) [2022-06-29T21:25:50.465Z] === RUN TestPidHost [2022-06-29T21:25:51.406Z] --- PASS: TestPidHost (0.97s) [2022-06-29T21:25:51.406Z] === RUN TestPsFilter [2022-06-29T21:25:51.667Z] --- PASS: TestPsFilter (0.12s) [2022-06-29T21:25:51.667Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-29T21:25:52.236Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s) [2022-06-29T21:25:52.236Z] === RUN TestRemoveContainerWithVolume [2022-06-29T21:25:52.496Z] --- PASS: TestRemoveContainerWithVolume (0.46s) [2022-06-29T21:25:52.496Z] === RUN TestRemoveContainerRunning [2022-06-29T21:25:53.066Z] --- PASS: TestRemoveContainerRunning (0.44s) [2022-06-29T21:25:53.066Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-29T21:25:53.327Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s) [2022-06-29T21:25:53.327Z] === RUN TestRemoveInvalidContainer [2022-06-29T21:25:53.327Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-29T21:25:53.327Z] === RUN TestRenameLinkedContainer [2022-06-29T21:25:54.505Z] --- PASS: TestBuildMultiStageOnBuild (5.03s) [2022-06-29T21:25:54.505Z] === RUN TestBuildUncleanTarFilenames [2022-06-29T21:25:54.766Z] --- PASS: TestBuildUncleanTarFilenames (0.60s) [2022-06-29T21:25:54.767Z] === RUN TestBuildMultiStageLayerLeak [2022-06-29T21:25:55.240Z] --- PASS: TestRenameLinkedContainer (1.72s) [2022-06-29T21:25:55.240Z] === RUN TestRenameStoppedContainer [2022-06-29T21:25:55.503Z] --- PASS: TestRenameStoppedContainer (0.43s) [2022-06-29T21:25:55.503Z] === RUN TestRenameRunningContainerAndReuse [2022-06-29T21:25:56.443Z] --- PASS: TestRenameRunningContainerAndReuse (0.87s) [2022-06-29T21:25:56.443Z] === RUN TestRenameInvalidName [2022-06-29T21:25:57.013Z] --- PASS: TestRenameInvalidName (0.46s) [2022-06-29T21:25:57.013Z] === RUN TestRenameAnonymousContainer [2022-06-29T21:25:58.395Z] --- PASS: TestRenameAnonymousContainer (1.55s) [2022-06-29T21:25:58.395Z] === RUN TestRenameContainerWithSameName [2022-06-29T21:25:58.965Z] --- PASS: TestRenameContainerWithSameName (0.45s) [2022-06-29T21:25:58.965Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-29T21:25:59.906Z] --- PASS: TestRenameContainerWithLinkedContainer (0.89s) [2022-06-29T21:25:59.906Z] === RUN TestResize [2022-06-29T21:26:00.054Z] --- PASS: TestBuildMultiStageLayerLeak (4.39s) [2022-06-29T21:26:00.055Z] === RUN TestBuildWithHugeFile [2022-06-29T21:26:00.477Z] --- PASS: TestResize (0.48s) [2022-06-29T21:26:00.477Z] === RUN TestResizeWithInvalidSize [2022-06-29T21:26:00.737Z] --- PASS: TestResizeWithInvalidSize (0.48s) [2022-06-29T21:26:00.737Z] === RUN TestResizeWhenContainerNotStarted [2022-06-29T21:26:01.307Z] --- PASS: TestResizeWhenContainerNotStarted (0.44s) [2022-06-29T21:26:01.307Z] === RUN TestDaemonRestartKillContainers [2022-06-29T21:26:01.307Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-29T21:26:01.307Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-29T21:26:01.307Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-29T21:26:01.307Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-29T21:26:01.307Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-29T21:26:01.307Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-29T21:26:01.307Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-29T21:26:01.307Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-29T21:26:01.307Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-29T21:26:01.307Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-29T21:26:01.307Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-29T21:26:01.307Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-29T21:26:01.307Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-29T21:26:01.307Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-29T21:26:01.307Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-29T21:26:01.307Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-29T21:26:01.307Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-29T21:26:01.307Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-29T21:26:01.307Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-29T21:26:01.307Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-29T21:26:01.307Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-29T21:26:01.307Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-29T21:26:01.307Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-29T21:26:01.307Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-29T21:26:01.307Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-29T21:26:01.308Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-29T21:26:01.308Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-29T21:26:01.308Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-29T21:26:01.308Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-29T21:26:01.308Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-29T21:26:01.308Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-29T21:26:01.308Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-29T21:26:01.308Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-29T21:26:01.308Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-29T21:26:03.220Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-29T21:26:04.177Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-29T21:26:05.578Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-29T21:26:05.578Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-29T21:26:06.960Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-29T21:26:06.960Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-29T21:26:10.254Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-29T21:26:10.254Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-29T21:26:11.138Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-29T21:26:11.138Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-29T21:26:12.796Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-29T21:26:14.176Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-29T21:26:14.177Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-29T21:26:16.088Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-29T21:26:16.347Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-29T21:26:18.259Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-29T21:26:19.642Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-29T21:26:19.642Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.73s) [2022-06-29T21:26:19.642Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-06-29T21:26:19.642Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-06-29T21:26:19.642Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.33s) [2022-06-29T21:26:19.642Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.28s) [2022-06-29T21:26:19.642Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.35s) [2022-06-29T21:26:19.642Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.48s) [2022-06-29T21:26:19.642Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.47s) [2022-06-29T21:26:19.642Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.06s) [2022-06-29T21:26:19.642Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.68s) [2022-06-29T21:26:19.642Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.00s) [2022-06-29T21:26:19.642Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.96s) [2022-06-29T21:26:19.642Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.11s) [2022-06-29T21:26:19.642Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.80s) [2022-06-29T21:26:19.642Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.88s) [2022-06-29T21:26:19.642Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.62s) [2022-06-29T21:26:19.642Z] === RUN TestCgroupNamespacesRun [2022-06-29T21:26:20.583Z] --- PASS: TestCgroupNamespacesRun (1.16s) [2022-06-29T21:26:20.583Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-29T21:26:20.583Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-06-29T21:26:20.583Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-06-29T21:26:20.583Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-29T21:26:21.965Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.22s) [2022-06-29T21:26:21.965Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-29T21:26:23.347Z] --- PASS: TestCgroupNamespacesRunHostMode (1.18s) [2022-06-29T21:26:23.347Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-29T21:26:24.287Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.18s) [2022-06-29T21:26:24.287Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-29T21:26:25.668Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.15s) [2022-06-29T21:26:25.668Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-29T21:26:25.928Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-06-29T21:26:25.928Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-29T21:26:27.310Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.20s) [2022-06-29T21:26:27.310Z] === RUN TestNISDomainname [2022-06-29T21:26:27.882Z] --- PASS: TestNISDomainname (0.52s) [2022-06-29T21:26:27.882Z] === RUN TestHostnameDnsResolution [2022-06-29T21:26:28.452Z] --- PASS: TestHostnameDnsResolution (0.67s) [2022-06-29T21:26:28.452Z] === RUN TestUnprivilegedPortsAndPing [2022-06-29T21:26:29.022Z] --- PASS: TestUnprivilegedPortsAndPing (0.50s) [2022-06-29T21:26:29.022Z] === RUN TestPrivilegedHostDevices [2022-06-29T21:26:29.282Z] --- PASS: TestPrivilegedHostDevices (0.47s) [2022-06-29T21:26:29.283Z] === RUN TestRunConsoleSize [2022-06-29T21:26:29.853Z] --- PASS: TestRunConsoleSize (0.42s) [2022-06-29T21:26:29.853Z] === RUN TestStats [2022-06-29T21:26:32.392Z] --- PASS: TestStats (2.48s) [2022-06-29T21:26:32.392Z] === RUN TestStopContainerWithTimeout [2022-06-29T21:26:32.392Z] === RUN TestStopContainerWithTimeout/0 [2022-06-29T21:26:32.392Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-29T21:26:32.392Z] === RUN TestStopContainerWithTimeout/1 [2022-06-29T21:26:32.392Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-29T21:26:32.392Z] === RUN TestStopContainerWithTimeout/3 [2022-06-29T21:26:32.392Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-29T21:26:32.392Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-29T21:26:32.392Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-29T21:26:32.392Z] === CONT TestStopContainerWithTimeout/0 [2022-06-29T21:26:32.392Z] === CONT TestStopContainerWithTimeout/3 [2022-06-29T21:26:32.962Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-29T21:26:34.871Z] === CONT TestStopContainerWithTimeout/1 [2022-06-29T21:26:36.782Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-29T21:26:36.782Z] --- PASS: TestStopContainerWithTimeout/0 (0.69s) [2022-06-29T21:26:36.782Z] --- PASS: TestStopContainerWithTimeout/3 (2.66s) [2022-06-29T21:26:36.782Z] --- PASS: TestStopContainerWithTimeout/-1 (2.39s) [2022-06-29T21:26:36.782Z] --- PASS: TestStopContainerWithTimeout/1 (1.51s) [2022-06-29T21:26:36.782Z] === RUN TestDeleteDevicemapper [2022-06-29T21:26:36.782Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-29T21:26:36.782Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-29T21:26:36.782Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-29T21:26:37.428Z] INFO [linters context/goanalysis] analyzers took 4m40.986695453s with top 10 stages: buildir: 1m59.242527802s, goimports: 23.355651805s, unconvert: 19.396959386s, gosec: 14.209664348s, S1038: 7.477673814s, golint: 7.401840652s, misspell: 5.773838965s, nilness: 5.00613432s, directives: 4.148036605s, inspect: 4.102864502s [2022-06-29T21:26:37.429Z] INFO [runner] Issues before processing: 3029, after processing: 0 [2022-06-29T21:26:37.429Z] INFO [runner] Processors filtering stat (out/in): exclude: 2030/2030, exclude-rules: 77/2030, cgo: 2413/3029, skip_dirs: 2413/2413, nolint: 0/77, path_prettifier: 2413/2413, identifier_marker: 2030/2030, skip_files: 2413/2413, autogenerated_exclude: 2030/2413, filename_unadjuster: 2413/2413 [2022-06-29T21:26:37.429Z] INFO [runner] processing took 83.891468ms with stages: nolint: 33.752639ms, identifier_marker: 21.946916ms, path_prettifier: 8.874145ms, autogenerated_exclude: 8.572111ms, exclude-rules: 7.879867ms, skip_dirs: 1.805652ms, filename_unadjuster: 797.404µs, cgo: 257.145µs, max_same_issues: 1.492µs, uniq_by_line: 704ns, exclude: 460ns, skip_files: 453ns, diff: 446ns, max_per_file_from_linter: 415ns, max_from_linter: 385ns, source_code: 300ns, path_shortener: 271ns, severity-rules: 232ns, sort_results: 223ns, path_prefixer: 208ns [2022-06-29T21:26:37.429Z] INFO [runner] linters took 1m33.247512969s with stages: goanalysis_metalinter: 1m33.163498481s [2022-06-29T21:26:37.429Z] INFO File cache stats: 1674 entries of total size 8.6MiB [2022-06-29T21:26:37.429Z] INFO Memory: 2661 samples, avg is 291.8MB, max is 1218.4MB [2022-06-29T21:26:37.429Z] INFO Execution took 4m26.633166217s [2022-06-29T21:26:37.429Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-06-29T21:26:37.723Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.32s) [2022-06-29T21:26:37.723Z] === RUN TestUpdateMemory [2022-06-29T21:26:37.792Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43732/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6a0d5bb4d0e9efecab55a809dd4d6b58b3d35cf5 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6a0d5bb4d0e9efecab55a809dd4d6b58b3d35cf5 hack/make.sh dynbinary test-docker-py [2022-06-29T21:26:38.048Z] [2022-06-29T21:26:38.293Z] --- PASS: TestUpdateMemory (0.55s) [2022-06-29T21:26:38.293Z] === RUN TestUpdateCPUQuota [2022-06-29T21:26:38.310Z] Removing bundles/ [2022-06-29T21:26:38.311Z] [2022-06-29T21:26:38.311Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-06-29T21:26:38.311Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-06-29T21:26:38.311Z] GOOS="" GOARCH="" GOARM="" [2022-06-29T21:26:39.233Z] --- PASS: TestUpdateCPUQuota (0.91s) [2022-06-29T21:26:39.233Z] === RUN TestUpdatePidsLimit [2022-06-29T21:26:39.233Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-29T21:26:39.494Z] === RUN TestUpdatePidsLimit/no_change [2022-06-29T21:26:39.755Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-29T21:26:40.016Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-29T21:26:40.016Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-29T21:26:40.276Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-29T21:26:40.537Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-29T21:26:41.109Z] --- PASS: TestUpdatePidsLimit (1.94s) [2022-06-29T21:26:41.109Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.21s) [2022-06-29T21:26:41.109Z] --- PASS: TestUpdatePidsLimit/no_change (0.20s) [2022-06-29T21:26:41.109Z] --- PASS: TestUpdatePidsLimit/update_lower (0.20s) [2022-06-29T21:26:41.109Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.21s) [2022-06-29T21:26:41.109Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s) [2022-06-29T21:26:41.109Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s) [2022-06-29T21:26:41.109Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.20s) [2022-06-29T21:26:41.109Z] === RUN TestUpdateRestartPolicy [2022-06-29T21:26:41.423Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-29T21:26:41.423Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-29T21:26:41.423Z] GOOS="" GOARCH="" GOARM="" [2022-06-29T21:26:41.423Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-29T21:26:41.423Z] [2022-06-29T21:26:41.423Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-06-29T21:26:41.423Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-06-29T21:26:41.423Z] HOSTNAME=757d4368ed15 [2022-06-29T21:26:41.423Z] TESTDEBUG=0 [2022-06-29T21:26:41.423Z] DEST=bundles/test-integration [2022-06-29T21:26:41.423Z] PWD=/go/src/github.com/docker/docker [2022-06-29T21:26:41.423Z] DOCKER_GITCOMMIT=af47f4c2c5444a540cc9962c99dfdaf9b7532bab [2022-06-29T21:26:41.423Z] container=docker [2022-06-29T21:26:41.423Z] HOME=/root [2022-06-29T21:26:41.423Z] GOLANG_VERSION=1.18.3 [2022-06-29T21:26:41.423Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-06-29T21:26:41.423Z] VALIDATE_BRANCH=master [2022-06-29T21:26:41.423Z] TERM=xterm [2022-06-29T21:26:41.423Z] DOCKER_PKG=github.com/docker/docker [2022-06-29T21:26:41.423Z] SHLVL=1 [2022-06-29T21:26:41.423Z] TIMEOUT=120m [2022-06-29T21:26:41.423Z] DOCKER_BUILDTAGS= journald [2022-06-29T21:26:41.423Z] DOCKER_GRAPHDRIVER=overlay2 [2022-06-29T21:26:41.423Z] GO111MODULE=off [2022-06-29T21:26:41.423Z] DOCKER_EXPERIMENTAL=1 [2022-06-29T21:26:41.423Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-06-29T21:26:41.423Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-06-29T21:26:41.423Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-06-29T21:26:41.423Z] GOPATH=/go [2022-06-29T21:26:41.423Z] PKG_CONFIG=pkg-config [2022-06-29T21:26:41.423Z] _=/usr/bin/env [2022-06-29T21:26:41.423Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-06-29T21:26:53.327Z] --- PASS: TestUpdateRestartPolicy (11.09s) [2022-06-29T21:26:53.327Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-29T21:26:53.327Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s) [2022-06-29T21:26:53.327Z] === RUN TestWaitNonBlocked [2022-06-29T21:26:53.327Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-29T21:26:53.327Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-29T21:26:53.327Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-29T21:26:53.327Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-29T21:26:53.327Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-29T21:26:53.327Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-29T21:26:53.587Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-29T21:26:53.587Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.71s) [2022-06-29T21:26:53.587Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.72s) [2022-06-29T21:26:53.587Z] === RUN TestWaitBlocked [2022-06-29T21:26:53.587Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-29T21:26:53.587Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-29T21:26:53.587Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-29T21:26:53.588Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-29T21:26:53.588Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-29T21:26:53.588Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-29T21:26:54.158Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-29T21:26:54.158Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.76s) [2022-06-29T21:26:54.158Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.78s) [2022-06-29T21:26:54.158Z] === RUN TestWaitConditions [2022-06-29T21:26:54.158Z] === RUN TestWaitConditions/default [2022-06-29T21:26:54.158Z] === PAUSE TestWaitConditions/default [2022-06-29T21:26:54.158Z] === RUN TestWaitConditions/not-running [2022-06-29T21:26:54.158Z] === PAUSE TestWaitConditions/not-running [2022-06-29T21:26:54.158Z] === RUN TestWaitConditions/next-exit [2022-06-29T21:26:54.158Z] === PAUSE TestWaitConditions/next-exit [2022-06-29T21:26:54.158Z] === RUN TestWaitConditions/removed [2022-06-29T21:26:54.158Z] === PAUSE TestWaitConditions/removed [2022-06-29T21:26:54.158Z] === CONT TestWaitConditions/default [2022-06-29T21:26:54.158Z] === CONT TestWaitConditions/next-exit [2022-06-29T21:26:56.067Z] === CONT TestWaitConditions/removed [2022-06-29T21:26:56.067Z] === CONT TestWaitConditions/not-running [2022-06-29T21:26:56.337Z] --- PASS: TestBuildWithHugeFile (51.31s) [2022-06-29T21:26:56.337Z] === RUN TestBuildWCOWSandboxSize [2022-06-29T21:26:56.337Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-29T21:26:56.337Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-29T21:26:56.337Z] === RUN TestBuildWithEmptyDockerfile [2022-06-29T21:26:56.337Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-29T21:26:56.337Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-29T21:26:56.337Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-29T21:26:56.337Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-29T21:26:56.337Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-29T21:26:56.337Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-29T21:26:56.337Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-29T21:26:56.337Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-29T21:26:56.337Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-29T21:26:56.337Z] --- PASS: TestBuildWithEmptyDockerfile (0.10s) [2022-06-29T21:26:56.337Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2022-06-29T21:26:56.337Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2022-06-29T21:26:56.337Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-29T21:26:56.337Z] === RUN TestBuildPreserveOwnership [2022-06-29T21:26:56.337Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-29T21:26:57.277Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-29T21:26:57.448Z] --- PASS: TestWaitConditions (0.01s) [2022-06-29T21:26:57.448Z] --- PASS: TestWaitConditions/next-exit (1.55s) [2022-06-29T21:26:57.448Z] --- PASS: TestWaitConditions/default (1.66s) [2022-06-29T21:26:57.448Z] --- PASS: TestWaitConditions/removed (1.55s) [2022-06-29T21:26:57.448Z] --- PASS: TestWaitConditions/not-running (1.51s) [2022-06-29T21:26:57.449Z] === CONT TestContainerStartOnDaemonRestart [2022-06-29T21:26:57.449Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-29T21:26:59.994Z] --- PASS: TestContainerStartOnDaemonRestart (2.28s) [2022-06-29T21:26:59.994Z] === CONT TestIpcModeOlderClient [2022-06-29T21:26:59.994Z] --- PASS: TestIpcModeOlderClient (0.09s) [2022-06-29T21:26:59.994Z] === CONT TestContainerKillOnDaemonStart [2022-06-29T21:26:59.994Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.44s) [2022-06-29T21:26:59.994Z] === CONT TestDaemonHostGatewayIP [2022-06-29T21:27:01.482Z] --- PASS: TestBuildPreserveOwnership (10.36s) [2022-06-29T21:27:01.482Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.34s) [2022-06-29T21:27:01.482Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-06-29T21:27:01.482Z] === RUN TestBuildPlatformInvalid [2022-06-29T21:27:01.482Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-06-29T21:27:01.482Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-29T21:27:01.482Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-06-29T21:27:01.482Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-06-29T21:27:01.482Z] PASS [2022-06-29T21:27:01.482Z] [2022-06-29T21:27:01.482Z] === Skipped [2022-06-29T21:27:01.482Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-29T21:27:01.482Z] build_session_test.go:25: TODO: BuildKit [2022-06-29T21:27:01.482Z] [2022-06-29T21:27:01.482Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-29T21:27:01.482Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-29T21:27:01.482Z] [2022-06-29T21:27:01.482Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-06-29T21:27:01.482Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-06-29T21:27:01.482Z] [2022-06-29T21:27:01.482Z] DONE 34 tests, 3 skipped in 112.921s [2022-06-29T21:27:01.482Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-29T21:27:01.482Z] INFO: Testing against a local daemon [2022-06-29T21:27:01.482Z] === RUN TestConfigInspect [2022-06-29T21:27:01.482Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:27:01.482Z] --- SKIP: TestConfigInspect (0.02s) [2022-06-29T21:27:01.482Z] === RUN TestConfigList [2022-06-29T21:27:01.482Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:27:01.482Z] --- SKIP: TestConfigList (0.02s) [2022-06-29T21:27:01.482Z] === RUN TestConfigsCreateAndDelete [2022-06-29T21:27:01.482Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:27:01.482Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-06-29T21:27:01.482Z] === RUN TestConfigsUpdate [2022-06-29T21:27:01.482Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:27:01.482Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-06-29T21:27:01.482Z] === RUN TestTemplatedConfig [2022-06-29T21:27:01.482Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:27:01.482Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-06-29T21:27:01.482Z] === RUN TestConfigCreateResolve [2022-06-29T21:27:01.482Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:27:01.482Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-06-29T21:27:01.482Z] PASS [2022-06-29T21:27:01.482Z] [2022-06-29T21:27:01.482Z] === Skipped [2022-06-29T21:27:01.482Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2022-06-29T21:27:01.482Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:27:01.482Z] [2022-06-29T21:27:01.482Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2022-06-29T21:27:01.482Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:27:01.482Z] [2022-06-29T21:27:01.482Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-06-29T21:27:01.482Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:27:01.482Z] [2022-06-29T21:27:01.482Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-06-29T21:27:01.482Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:27:01.482Z] [2022-06-29T21:27:01.482Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-06-29T21:27:01.482Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:27:01.482Z] [2022-06-29T21:27:01.482Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-06-29T21:27:01.482Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:27:01.482Z] [2022-06-29T21:27:01.482Z] DONE 6 tests, 6 skipped in 0.181s [2022-06-29T21:27:01.482Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-29T21:27:01.743Z] INFO: Testing against a local daemon [2022-06-29T21:27:01.743Z] === RUN TestAttachWithTTY [2022-06-29T21:27:01.743Z] --- PASS: TestAttachWithTTY (0.04s) [2022-06-29T21:27:01.743Z] === RUN TestAttachWithoutTTy [2022-06-29T21:27:01.743Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-06-29T21:27:01.743Z] === RUN TestCheckpoint [2022-06-29T21:27:01.743Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-29T21:27:01.743Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/commit [2022-06-29T21:27:01.743Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-29T21:27:01.743Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-29T21:27:01.743Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-29T21:27:01.743Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-29T21:27:01.743Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-29T21:27:01.743Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-29T21:27:01.743Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-29T21:27:01.743Z] === CONT TestContainerInvalidJSON/commit [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-29T21:27:01.743Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-29T21:27:01.743Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-29T21:27:01.743Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-29T21:27:01.743Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-29T21:27:01.743Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-29T21:27:01.743Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-29T21:27:01.743Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-29T21:27:01.743Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-29T21:27:01.743Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-29T21:27:02.005Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-06-29T21:27:02.005Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-29T21:27:02.005Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-06-29T21:27:02.005Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-29T21:27:02.005Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-06-29T21:27:02.005Z] === RUN TestCopyEmptyFile [2022-06-29T21:27:02.266Z] --- PASS: TestCopyEmptyFile (0.20s) [2022-06-29T21:27:02.266Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-29T21:27:02.266Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-06-29T21:27:02.266Z] === RUN TestCopyFromContainer [2022-06-29T21:27:02.535Z] --- PASS: TestDaemonHostGatewayIP (2.57s) [2022-06-29T21:27:02.535Z] === CONT TestDaemonRestartIpcMode [2022-06-29T21:27:05.076Z] --- PASS: TestDaemonRestartIpcMode (2.25s) [2022-06-29T21:27:06.472Z] === RUN TestCopyFromContainer// [2022-06-29T21:27:06.472Z] === RUN TestCopyFromContainer//bar/root [2022-06-29T21:27:06.472Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-29T21:27:06.472Z] === RUN TestCopyFromContainer/bar/quux [2022-06-29T21:27:06.472Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-29T21:27:06.472Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-29T21:27:06.472Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-29T21:27:06.472Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-29T21:27:06.733Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-29T21:27:06.733Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-29T21:27:06.733Z] --- PASS: TestCopyFromContainer (4.51s) [2022-06-29T21:27:06.733Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-29T21:27:06.733Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-06-29T21:27:06.733Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-29T21:27:06.733Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-06-29T21:27:06.733Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-06-29T21:27:06.733Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-06-29T21:27:06.733Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-06-29T21:27:06.733Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-06-29T21:27:06.733Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-06-29T21:27:06.733Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-06-29T21:27:06.733Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-29T21:27:06.733Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-29T21:27:06.733Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-29T21:27:06.733Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-29T21:27:06.733Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-29T21:27:06.733Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-29T21:27:06.733Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-29T21:27:06.733Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-29T21:27:06.733Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-29T21:27:06.733Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-29T21:27:06.733Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-29T21:27:06.733Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-29T21:27:06.733Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-29T21:27:06.733Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-29T21:27:06.733Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-29T21:27:06.733Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-06-29T21:27:06.733Z] === RUN TestCreateWithInvalidEnv [2022-06-29T21:27:06.733Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-29T21:27:06.733Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-29T21:27:06.733Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-29T21:27:06.733Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-29T21:27:06.733Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-29T21:27:06.733Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-29T21:27:06.733Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-29T21:27:06.733Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-29T21:27:06.733Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-29T21:27:06.733Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-29T21:27:06.733Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-29T21:27:06.733Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-29T21:27:06.733Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-29T21:27:06.733Z] === RUN TestCreateTmpfsMountsTarget [2022-06-29T21:27:06.733Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-29T21:27:06.734Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-29T21:27:08.004Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-06-29T21:27:08.004Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-06-29T21:27:08.119Z] --- PASS: TestCreateWithCustomMaskedPaths (1.17s) [2022-06-29T21:27:08.119Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-29T21:27:09.065Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.15s) [2022-06-29T21:27:09.065Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-29T21:27:09.065Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-29T21:27:09.065Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-29T21:27:09.065Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-29T21:27:09.065Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-29T21:27:09.065Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-29T21:27:09.065Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-29T21:27:09.065Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-29T21:27:09.065Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-29T21:27:09.065Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-29T21:27:09.065Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-29T21:27:09.065Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-29T21:27:09.065Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-29T21:27:09.065Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-29T21:27:09.066Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-29T21:27:09.327Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-29T21:27:09.327Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-06-29T21:27:09.327Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2022-06-29T21:27:09.327Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2022-06-29T21:27:09.327Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2022-06-29T21:27:09.327Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2022-06-29T21:27:09.327Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-06-29T21:27:09.327Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-29T21:27:09.590Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2022-06-29T21:27:09.590Z] === RUN TestCreateDifferentPlatform [2022-06-29T21:27:09.590Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-29T21:27:09.590Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-29T21:27:09.590Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-29T21:27:09.590Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-29T21:27:09.590Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-29T21:27:09.590Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-29T21:27:09.590Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-06-29T21:27:09.590Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-29T21:27:09.590Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-06-29T21:27:09.590Z] === RUN TestCreateInvalidHostConfig [2022-06-29T21:27:09.590Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-29T21:27:09.590Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-29T21:27:09.590Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-29T21:27:09.590Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-29T21:27:09.590Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-29T21:27:09.590Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-29T21:27:09.851Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-29T21:27:09.851Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-29T21:27:09.851Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-29T21:27:09.851Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-29T21:27:09.851Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-29T21:27:09.851Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-29T21:27:09.851Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-29T21:27:09.851Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-29T21:27:09.851Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-29T21:27:09.851Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-29T21:27:09.851Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-29T21:27:09.851Z] === RUN TestContainerStartOnDaemonRestart [2022-06-29T21:27:09.851Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-06-29T21:27:09.851Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-06-29T21:27:09.851Z] === RUN TestDaemonRestartIpcMode [2022-06-29T21:27:09.851Z] === PAUSE TestDaemonRestartIpcMode [2022-06-29T21:27:09.851Z] === RUN TestDaemonHostGatewayIP [2022-06-29T21:27:09.851Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-29T21:27:09.851Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-06-29T21:27:09.851Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-29T21:27:09.851Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-29T21:27:09.851Z] === RUN TestContainerKillOnDaemonStart [2022-06-29T21:27:09.851Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-06-29T21:27:09.851Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-06-29T21:27:09.851Z] === RUN TestDiff [2022-06-29T21:27:10.112Z] --- PASS: TestDiff (0.36s) [2022-06-29T21:27:10.112Z] === RUN TestExecConsoleSize [2022-06-29T21:27:10.685Z] --- PASS: TestExecConsoleSize (0.44s) [2022-06-29T21:27:10.685Z] === RUN TestExecWithCloseStdin [2022-06-29T21:27:10.946Z] --- PASS: TestExecWithCloseStdin (0.44s) [2022-06-29T21:27:10.946Z] === RUN TestExec [2022-06-29T21:27:11.517Z] --- PASS: TestExec (0.44s) [2022-06-29T21:27:11.517Z] === RUN TestExecUser [2022-06-29T21:27:11.664Z] --- PASS: TestContainerKillOnDaemonStart (11.69s) [2022-06-29T21:27:11.664Z] PASS [2022-06-29T21:27:11.664Z] [2022-06-29T21:27:11.664Z] === Skipped [2022-06-29T21:27:11.664Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-29T21:27:11.664Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-29T21:27:11.664Z] [2022-06-29T21:27:11.664Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-29T21:27:11.664Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-06-29T21:27:11.664Z] [2022-06-29T21:27:11.664Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-29T21:27:11.664Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-29T21:27:11.664Z] [2022-06-29T21:27:11.664Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-06-29T21:27:11.664Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-06-29T21:27:11.664Z] [2022-06-29T21:27:11.664Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-29T21:27:11.664Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-29T21:27:11.664Z] [2022-06-29T21:27:11.664Z] DONE 264 tests, 5 skipped in 128.398s [2022-06-29T21:27:11.664Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-29T21:27:11.664Z] === RUN TestConfigDaemonLibtrustID [2022-06-29T21:27:11.778Z] --- PASS: TestExecUser (0.45s) [2022-06-29T21:27:11.778Z] === RUN TestExportContainerAndImportImage [2022-06-29T21:27:12.275Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-06-29T21:27:12.275Z] === RUN TestConfigDaemonID [2022-06-29T21:27:12.349Z] --- PASS: TestExportContainerAndImportImage (0.55s) [2022-06-29T21:27:12.349Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-29T21:27:13.218Z] daemon_test.go:83: [d8d4020469803] daemon is not started [2022-06-29T21:27:13.218Z] --- PASS: TestConfigDaemonID (1.04s) [2022-06-29T21:27:13.218Z] === RUN TestDaemonConfigValidation [2022-06-29T21:27:13.218Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-29T21:27:13.218Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-29T21:27:13.218Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-29T21:27:13.218Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-29T21:27:13.218Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-29T21:27:13.218Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-29T21:27:13.218Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-29T21:27:13.218Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-29T21:27:13.218Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-29T21:27:13.218Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-29T21:27:13.218Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-29T21:27:13.218Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-29T21:27:13.218Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-29T21:27:13.218Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-29T21:27:13.218Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-29T21:27:13.218Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-29T21:27:13.218Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-06-29T21:27:13.218Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.10s) [2022-06-29T21:27:13.218Z] --- PASS: TestDaemonConfigValidation/valid_config (0.09s) [2022-06-29T21:27:13.218Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.09s) [2022-06-29T21:27:13.218Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2022-06-29T21:27:13.218Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-29T21:27:13.218Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-29T21:27:13.736Z] --- PASS: TestExportContainerAfterDaemonRestart (1.38s) [2022-06-29T21:27:13.736Z] === RUN TestHealthCheckWorkdir [2022-06-29T21:27:14.308Z] --- PASS: TestHealthCheckWorkdir (0.54s) [2022-06-29T21:27:14.308Z] === RUN TestHealthKillContainer [2022-06-29T21:27:14.599Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-29T21:27:15.539Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-29T21:27:16.479Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-29T21:27:16.479Z] daemon_test.go:197: [d047ea25c13a1] daemon is not started [2022-06-29T21:27:16.479Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-06-29T21:27:16.479Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-06-29T21:27:16.479Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-06-29T21:27:16.479Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-06-29T21:27:16.479Z] === RUN TestDaemonProxy [2022-06-29T21:27:16.479Z] === RUN TestDaemonProxy/environment_variables [2022-06-29T21:27:18.387Z] === RUN TestDaemonProxy/command-line_options [2022-06-29T21:27:20.297Z] === RUN TestDaemonProxy/configuration_file [2022-06-29T21:27:21.678Z] === RUN TestDaemonProxy/conflicting_options [2022-06-29T21:27:22.249Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-29T21:27:22.444Z] --- PASS: TestHealthKillContainer (7.86s) [2022-06-29T21:27:22.444Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-29T21:27:22.444Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-06-29T21:27:22.444Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-06-29T21:27:22.444Z] === RUN TestIpcModeNone [2022-06-29T21:27:22.705Z] --- PASS: TestIpcModeNone (0.61s) [2022-06-29T21:27:22.705Z] === RUN TestIpcModePrivate [2022-06-29T21:27:22.820Z] --- PASS: TestDaemonProxy (6.21s) [2022-06-29T21:27:22.820Z] --- PASS: TestDaemonProxy/environment_variables (1.73s) [2022-06-29T21:27:22.820Z] --- PASS: TestDaemonProxy/command-line_options (1.73s) [2022-06-29T21:27:22.820Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-06-29T21:27:22.820Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-29T21:27:22.820Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-29T21:27:22.820Z] PASS [2022-06-29T21:27:22.820Z] [2022-06-29T21:27:22.820Z] DONE 18 tests in 11.140s [2022-06-29T21:27:22.820Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-29T21:27:22.820Z] INFO: Testing against a local daemon [2022-06-29T21:27:22.820Z] === RUN TestCommitInheritsEnv [2022-06-29T21:27:23.081Z] --- PASS: TestCommitInheritsEnv (0.30s) [2022-06-29T21:27:23.081Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-29T21:27:23.081Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-29T21:27:23.081Z] === RUN TestImportWithCustomPlatform [2022-06-29T21:27:23.081Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-29T21:27:23.081Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-29T21:27:23.081Z] === RUN TestImportWithCustomPlatform// [2022-06-29T21:27:23.081Z] === RUN TestImportWithCustomPlatform/linux [2022-06-29T21:27:23.081Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-29T21:27:23.276Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-06-29T21:27:23.276Z] --- PASS: TestIpcModePrivate (0.45s) [2022-06-29T21:27:23.276Z] === RUN TestIpcModeShareable [2022-06-29T21:27:23.276Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-29T21:27:23.276Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-06-29T21:27:23.276Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-29T21:27:23.341Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-29T21:27:23.341Z] === RUN TestImportWithCustomPlatform/macos [2022-06-29T21:27:23.341Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-29T21:27:23.341Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-29T21:27:23.341Z] --- PASS: TestImportWithCustomPlatform (0.33s) [2022-06-29T21:27:23.341Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-29T21:27:23.341Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-29T21:27:23.341Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-29T21:27:23.341Z] --- PASS: TestImportWithCustomPlatform/linux (0.08s) [2022-06-29T21:27:23.341Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-29T21:27:23.341Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-06-29T21:27:23.341Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-29T21:27:23.341Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-29T21:27:23.341Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-29T21:27:23.341Z] === RUN TestImagesFilterMultiReference [2022-06-29T21:27:23.341Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-06-29T21:27:23.341Z] === RUN TestImagePullPlatformInvalid [2022-06-29T21:27:23.341Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-06-29T21:27:23.341Z] === RUN TestRemoveImageOrphaning [2022-06-29T21:27:23.601Z] --- PASS: TestRemoveImageOrphaning (0.28s) [2022-06-29T21:27:23.601Z] === RUN TestRemoveImageGarbageCollector [2022-06-29T21:27:24.172Z] time="2022-06-29T21:27:24Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-06-29T21:27:24.662Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.36s) [2022-06-29T21:27:24.663Z] === RUN TestAPIIpcModeHost [2022-06-29T21:27:24.663Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-29T21:27:24.663Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-06-29T21:27:24.663Z] === RUN TestDaemonIpcModeShareable [2022-06-29T21:27:24.663Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-29T21:27:24.663Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-06-29T21:27:24.663Z] === RUN TestDaemonIpcModePrivate [2022-06-29T21:27:25.554Z] --- PASS: TestRemoveImageGarbageCollector (1.85s) [2022-06-29T21:27:25.554Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-29T21:27:25.554Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-29T21:27:25.554Z] === RUN TestTagInvalidReference [2022-06-29T21:27:25.554Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-29T21:27:25.554Z] === RUN TestTagValidPrefixedRepo [2022-06-29T21:27:25.554Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-06-29T21:27:25.554Z] === RUN TestTagExistedNameWithoutForce [2022-06-29T21:27:25.554Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-29T21:27:25.554Z] === RUN TestTagOfficialNames [2022-06-29T21:27:25.604Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-06-29T21:27:25.820Z] --- PASS: TestTagOfficialNames (0.05s) [2022-06-29T21:27:25.820Z] === RUN TestTagMatchesDigest [2022-06-29T21:27:25.820Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-06-29T21:27:25.820Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-29T21:27:25.865Z] --- PASS: TestDaemonIpcModePrivate (1.17s) [2022-06-29T21:27:25.865Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-29T21:27:25.865Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-29T21:27:25.865Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-06-29T21:27:25.865Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-29T21:27:25.865Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-29T21:27:25.865Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-06-29T21:27:25.865Z] === RUN TestIpcModeOlderClient [2022-06-29T21:27:25.865Z] === PAUSE TestIpcModeOlderClient [2022-06-29T21:27:25.866Z] === RUN TestKillContainerInvalidSignal [2022-06-29T21:27:26.122Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-29T21:27:26.126Z] --- PASS: TestKillContainerInvalidSignal (0.41s) [2022-06-29T21:27:26.126Z] === RUN TestKillContainer [2022-06-29T21:27:26.126Z] === RUN TestKillContainer/no_signal [2022-06-29T21:27:26.698Z] === RUN TestKillContainer/non_killing_signal [2022-06-29T21:27:26.959Z] === RUN TestKillContainer/killing_signal [2022-06-29T21:27:27.536Z] --- PASS: TestKillContainer (1.19s) [2022-06-29T21:27:27.536Z] --- PASS: TestKillContainer/no_signal (0.38s) [2022-06-29T21:27:27.536Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2022-06-29T21:27:27.536Z] --- PASS: TestKillContainer/killing_signal (0.37s) [2022-06-29T21:27:27.536Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-29T21:27:27.536Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-29T21:27:27.797Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-29T21:27:28.368Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.79s) [2022-06-29T21:27:28.368Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.38s) [2022-06-29T21:27:28.368Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.25s) [2022-06-29T21:27:28.368Z] === RUN TestKillStoppedContainer [2022-06-29T21:27:28.368Z] --- PASS: TestKillStoppedContainer (0.03s) [2022-06-29T21:27:28.368Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-29T21:27:28.368Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-06-29T21:27:28.368Z] === RUN TestKillDifferentUserContainer [2022-06-29T21:27:28.630Z] --- PASS: TestKillDifferentUserContainer (0.39s) [2022-06-29T21:27:28.630Z] === RUN TestInspectOomKilledTrue [2022-06-29T21:27:28.630Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-29T21:27:28.630Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-29T21:27:28.630Z] === RUN TestInspectOomKilledFalse [2022-06-29T21:27:28.630Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-29T21:27:28.630Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-06-29T21:27:28.630Z] === RUN TestLinksEtcHostsContentMatch [2022-06-29T21:27:28.630Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-06-29T21:27:28.630Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-06-29T21:27:28.630Z] === RUN TestLinksContainerNames [2022-06-29T21:27:29.572Z] --- PASS: TestLinksContainerNames (0.81s) [2022-06-29T21:27:29.572Z] === RUN TestLogsFollowTailEmpty [2022-06-29T21:27:29.832Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2022-06-29T21:27:29.833Z] === RUN TestLogs [2022-06-29T21:27:29.833Z] === RUN TestLogs/driver_local [2022-06-29T21:27:29.833Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-06-29T21:27:29.833Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-06-29T21:27:29.833Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-06-29T21:27:29.833Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-06-29T21:27:29.833Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-06-29T21:27:29.833Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-06-29T21:27:29.833Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-29T21:27:29.833Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-29T21:27:29.833Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-06-29T21:27:29.833Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-06-29T21:27:29.833Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-06-29T21:27:29.833Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-06-29T21:27:29.833Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-06-29T21:27:29.833Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-06-29T21:27:30.775Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-06-29T21:27:30.776Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-29T21:27:31.037Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-06-29T21:27:31.037Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-06-29T21:27:31.609Z] === RUN TestLogs/driver_json-file [2022-06-29T21:27:31.609Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-29T21:27:31.609Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-29T21:27:31.609Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-06-29T21:27:31.609Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-06-29T21:27:31.609Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-06-29T21:27:31.609Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-06-29T21:27:31.609Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-29T21:27:31.609Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-29T21:27:31.609Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-06-29T21:27:31.609Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-06-29T21:27:31.609Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-06-29T21:27:31.609Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-06-29T21:27:31.609Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-29T21:27:31.609Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-06-29T21:27:32.553Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-29T21:27:32.553Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-06-29T21:27:32.633Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-06-29T21:27:32.814Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-06-29T21:27:32.814Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-06-29T21:27:33.756Z] --- PASS: TestLogs (3.69s) [2022-06-29T21:27:33.756Z] --- PASS: TestLogs/driver_local (0.01s) [2022-06-29T21:27:33.756Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.65s) [2022-06-29T21:27:33.756Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.69s) [2022-06-29T21:27:33.756Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.56s) [2022-06-29T21:27:33.756Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.55s) [2022-06-29T21:27:33.756Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.56s) [2022-06-29T21:27:33.756Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.57s) [2022-06-29T21:27:33.756Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-06-29T21:27:33.756Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.67s) [2022-06-29T21:27:33.756Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.70s) [2022-06-29T21:27:33.756Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.45s) [2022-06-29T21:27:33.756Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.48s) [2022-06-29T21:27:33.756Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.69s) [2022-06-29T21:27:33.756Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.68s) [2022-06-29T21:27:33.756Z] === RUN TestContainerNetworkMountsNoChown [2022-06-29T21:27:34.017Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s) [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/default [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/default [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/private [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/private [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/rprivate [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/slave [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/slave [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/rslave [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/shared [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/shared [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/rshared [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-29T21:27:34.017Z] === CONT TestMountDaemonRoot/default [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-29T21:27:34.017Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-29T21:27:34.017Z] === CONT TestMountDaemonRoot/rshared [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-29T21:27:34.017Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-29T21:27:34.017Z] === CONT TestMountDaemonRoot/shared [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-29T21:27:34.017Z] === CONT TestMountDaemonRoot/rslave [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-29T21:27:34.017Z] === CONT TestMountDaemonRoot/slave [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-29T21:27:34.017Z] === CONT TestMountDaemonRoot/rprivate [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-29T21:27:34.017Z] === CONT TestMountDaemonRoot/private [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-29T21:27:34.017Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-29T21:27:34.017Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-29T21:27:34.017Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-29T21:27:34.017Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-29T21:27:34.017Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-29T21:27:34.017Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-29T21:27:34.017Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-29T21:27:34.017Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-29T21:27:34.017Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-29T21:27:34.017Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-29T21:27:34.017Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-29T21:27:34.264Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-29T21:27:34.277Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-29T21:27:34.277Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-29T21:27:34.277Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-29T21:27:34.277Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-29T21:27:34.277Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-29T21:27:34.277Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-29T21:27:34.277Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-29T21:27:34.277Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-29T21:27:34.277Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-29T21:27:34.277Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-29T21:27:34.277Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-29T21:27:34.277Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-29T21:27:34.277Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-29T21:27:34.277Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-29T21:27:34.277Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-29T21:27:34.277Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-29T21:27:34.277Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.03s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.01s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.03s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.03s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-06-29T21:27:34.277Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-29T21:27:34.277Z] === RUN TestContainerBindMountNonRecursive [2022-06-29T21:27:34.277Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-06-29T21:27:34.277Z] --- SKIP: TestContainerBindMountNonRecursive (0.03s) [2022-06-29T21:27:34.277Z] === RUN TestContainerVolumesMountedAsShared [2022-06-29T21:27:34.277Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-06-29T21:27:34.277Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-06-29T21:27:34.277Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-29T21:27:34.277Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-06-29T21:27:34.277Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-06-29T21:27:34.277Z] === RUN TestNetworkNat [2022-06-29T21:27:34.849Z] --- PASS: TestNetworkNat (0.54s) [2022-06-29T21:27:34.849Z] === RUN TestNetworkLocalhostTCPNat [2022-06-29T21:27:35.421Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2022-06-29T21:27:35.421Z] === RUN TestNetworkLoopbackNat [2022-06-29T21:27:38.017Z] --- PASS: TestNetworkLoopbackNat (2.51s) [2022-06-29T21:27:38.017Z] === RUN TestPause [2022-06-29T21:27:38.017Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-29T21:27:38.017Z] --- SKIP: TestPause (0.00s) [2022-06-29T21:27:38.017Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-29T21:27:38.017Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-29T21:27:38.017Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-29T21:27:38.017Z] === RUN TestPauseStopPausedContainer [2022-06-29T21:27:38.017Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-29T21:27:38.017Z] --- SKIP: TestPauseStopPausedContainer (0.02s) [2022-06-29T21:27:38.017Z] === RUN TestPidHost [2022-06-29T21:27:38.959Z] --- PASS: TestPidHost (0.90s) [2022-06-29T21:27:38.959Z] === RUN TestPsFilter [2022-06-29T21:27:38.959Z] --- PASS: TestPsFilter (0.09s) [2022-06-29T21:27:38.959Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-29T21:27:39.222Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2022-06-29T21:27:39.222Z] === RUN TestRemoveContainerWithVolume [2022-06-29T21:27:39.793Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2022-06-29T21:27:39.793Z] === RUN TestRemoveContainerRunning [2022-06-29T21:27:40.054Z] --- PASS: TestRemoveContainerRunning (0.40s) [2022-06-29T21:27:40.054Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-29T21:27:40.625Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2022-06-29T21:27:40.625Z] === RUN TestRemoveInvalidContainer [2022-06-29T21:27:40.625Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-29T21:27:40.625Z] === RUN TestRenameLinkedContainer [2022-06-29T21:27:40.849Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-06-29T21:27:40.849Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-29T21:27:41.421Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-29T21:27:41.992Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-29T21:27:42.011Z] --- PASS: TestRenameLinkedContainer (1.64s) [2022-06-29T21:27:42.011Z] === RUN TestRenameStoppedContainer [2022-06-29T21:27:42.567Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-29T21:27:42.582Z] --- PASS: TestRenameStoppedContainer (0.40s) [2022-06-29T21:27:42.582Z] === RUN TestRenameRunningContainerAndReuse [2022-06-29T21:27:42.828Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-29T21:27:43.524Z] --- PASS: TestRenameRunningContainerAndReuse (0.86s) [2022-06-29T21:27:43.524Z] === RUN TestRenameInvalidName [2022-06-29T21:27:43.771Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-29T21:27:43.785Z] --- PASS: TestRenameInvalidName (0.41s) [2022-06-29T21:27:43.785Z] === RUN TestRenameAnonymousContainer [2022-06-29T21:27:45.171Z] --- PASS: TestRenameAnonymousContainer (1.50s) [2022-06-29T21:27:45.171Z] === RUN TestRenameContainerWithSameName [2022-06-29T21:27:45.683Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-29T21:27:45.743Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2022-06-29T21:27:45.743Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-29T21:27:46.625Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-29T21:27:46.684Z] --- PASS: TestRenameContainerWithLinkedContainer (0.82s) [2022-06-29T21:27:46.684Z] === RUN TestResize [2022-06-29T21:27:46.951Z] --- PASS: TestResize (0.44s) [2022-06-29T21:27:46.951Z] === RUN TestResizeWithInvalidSize [2022-06-29T21:27:47.523Z] --- PASS: TestResizeWithInvalidSize (0.45s) [2022-06-29T21:27:47.523Z] === RUN TestResizeWhenContainerNotStarted [2022-06-29T21:27:47.572Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-29T21:27:47.784Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2022-06-29T21:27:47.784Z] === RUN TestDaemonRestartKillContainers [2022-06-29T21:27:47.784Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-06-29T21:27:47.784Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-06-29T21:27:47.784Z] === RUN TestCgroupNamespacesRun [2022-06-29T21:27:47.833Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-29T21:27:48.775Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-29T21:27:49.167Z] --- PASS: TestCgroupNamespacesRun (1.12s) [2022-06-29T21:27:49.167Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-29T21:27:49.351Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-29T21:27:50.109Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.10s) [2022-06-29T21:27:50.109Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-29T21:27:50.736Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-29T21:27:50.997Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-29T21:27:51.052Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.16s) [2022-06-29T21:27:51.052Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-29T21:27:51.940Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-29T21:27:52.438Z] --- PASS: TestCgroupNamespacesRunHostMode (1.13s) [2022-06-29T21:27:52.438Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-29T21:27:52.887Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-29T21:27:52.887Z] Using test binary docker [2022-06-29T21:27:52.887Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-29T21:27:52.887Z] +++ /etc/init.d/apparmor start [2022-06-29T21:27:52.887Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-29T21:27:52.887Z] INFO: Waiting for daemon to start... [2022-06-29T21:27:52.887Z] Starting dockerd [2022-06-29T21:27:52.887Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2022-06-29T21:27:53.382Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.12s) [2022-06-29T21:27:53.382Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-29T21:27:54.767Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s) [2022-06-29T21:27:54.767Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-29T21:27:54.799Z] . [2022-06-29T21:27:54.799Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-29T21:27:54.799Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-29T21:27:54.799Z] Error: No such image: emptyfs [2022-06-29T21:27:54.799Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-29T21:27:54.799Z] ++++ docker load [2022-06-29T21:27:55.060Z] Running integration-test (iteration 1) [2022-06-29T21:27:55.060Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-06-29T21:27:55.060Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:27:55.060Z] ++ set -e [2022-06-29T21:27:55.060Z] ++ '[' -n 0 ']' [2022-06-29T21:27:55.060Z] ++ set -x [2022-06-29T21:27:55.060Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:27:55.320Z] Loaded image: busybox:latest [2022-06-29T21:27:55.320Z] Loaded image: busybox:glibc [2022-06-29T21:27:55.339Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2022-06-29T21:27:55.339Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-29T21:27:56.264Z] Loaded image: debian:bullseye-slim [2022-06-29T21:27:56.264Z] Loaded image: hello-world:latest [2022-06-29T21:27:56.525Z] Loaded image: arm32v7/hello-world:latest [2022-06-29T21:27:56.525Z] INFO: Testing against a local daemon [2022-06-29T21:27:56.525Z] === RUN TestCgroupNamespacesBuild [2022-06-29T21:27:56.721Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.14s) [2022-06-29T21:27:56.721Z] === RUN TestNISDomainname [2022-06-29T21:27:56.721Z] run_linux_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-06-29T21:27:56.721Z] --- SKIP: TestNISDomainname (0.02s) [2022-06-29T21:27:56.721Z] === RUN TestHostnameDnsResolution [2022-06-29T21:27:56.982Z] --- PASS: TestHostnameDnsResolution (0.62s) [2022-06-29T21:27:56.982Z] === RUN TestUnprivilegedPortsAndPing [2022-06-29T21:27:56.982Z] run_linux_test.go:112: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-06-29T21:27:56.982Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-06-29T21:27:56.982Z] === RUN TestPrivilegedHostDevices [2022-06-29T21:27:57.554Z] --- PASS: TestPrivilegedHostDevices (0.50s) [2022-06-29T21:27:57.554Z] === RUN TestRunConsoleSize [2022-06-29T21:27:57.908Z] --- PASS: TestCgroupNamespacesBuild (1.27s) [2022-06-29T21:27:57.908Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-29T21:27:58.127Z] --- PASS: TestRunConsoleSize (0.40s) [2022-06-29T21:27:58.127Z] === RUN TestStats [2022-06-29T21:27:58.127Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-29T21:27:58.127Z] --- SKIP: TestStats (0.00s) [2022-06-29T21:27:58.127Z] === RUN TestStopContainerWithTimeout [2022-06-29T21:27:58.127Z] === RUN TestStopContainerWithTimeout/0 [2022-06-29T21:27:58.127Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-29T21:27:58.127Z] === RUN TestStopContainerWithTimeout/1 [2022-06-29T21:27:58.127Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-29T21:27:58.127Z] === RUN TestStopContainerWithTimeout/3 [2022-06-29T21:27:58.127Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-29T21:27:58.127Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-29T21:27:58.127Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-29T21:27:58.127Z] === CONT TestStopContainerWithTimeout/0 [2022-06-29T21:27:58.127Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-29T21:27:58.700Z] === CONT TestStopContainerWithTimeout/3 [2022-06-29T21:27:58.849Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.13s) [2022-06-29T21:27:58.849Z] === RUN TestBuildWithSession [2022-06-29T21:27:58.849Z] build_session_test.go:25: TODO: BuildKit [2022-06-29T21:27:58.849Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-29T21:27:58.849Z] === RUN TestBuildSquashParent [2022-06-29T21:27:59.199Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-06-29T21:28:00.614Z] === CONT TestStopContainerWithTimeout/1 [2022-06-29T21:28:01.999Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-29T21:28:01.999Z] --- PASS: TestStopContainerWithTimeout/0 (0.65s) [2022-06-29T21:28:01.999Z] --- PASS: TestStopContainerWithTimeout/-1 (2.68s) [2022-06-29T21:28:01.999Z] --- PASS: TestStopContainerWithTimeout/3 (2.36s) [2022-06-29T21:28:01.999Z] --- PASS: TestStopContainerWithTimeout/1 (1.42s) [2022-06-29T21:28:01.999Z] === RUN TestDeleteDevicemapper [2022-06-29T21:28:01.999Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-29T21:28:01.999Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-29T21:28:01.999Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-29T21:28:02.239Z] --- PASS: TestBuildSquashParent (3.45s) [2022-06-29T21:28:02.239Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-29T21:28:02.239Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-29T21:28:02.239Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-29T21:28:02.239Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-29T21:28:02.239Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-29T21:28:02.239Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-29T21:28:02.239Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-29T21:28:02.239Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-29T21:28:02.239Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-29T21:28:02.239Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-29T21:28:02.239Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-29T21:28:02.239Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-29T21:28:02.239Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-29T21:28:02.239Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-29T21:28:02.239Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-29T21:28:03.384Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.18s) [2022-06-29T21:28:03.384Z] === RUN TestUpdateMemory [2022-06-29T21:28:03.384Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-29T21:28:03.384Z] --- SKIP: TestUpdateMemory (0.00s) [2022-06-29T21:28:03.384Z] === RUN TestUpdateCPUQuota [2022-06-29T21:28:03.384Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-29T21:28:03.384Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-06-29T21:28:03.384Z] === RUN TestUpdatePidsLimit [2022-06-29T21:28:03.384Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-29T21:28:03.384Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-06-29T21:28:03.384Z] === RUN TestUpdateRestartPolicy [2022-06-29T21:28:03.625Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-29T21:28:03.625Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-29T21:28:05.014Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-29T21:28:05.014Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-29T21:28:06.398Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-06-29T21:28:06.398Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.19s) [2022-06-29T21:28:06.398Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.35s) [2022-06-29T21:28:06.398Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.30s) [2022-06-29T21:28:06.398Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.15s) [2022-06-29T21:28:06.398Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.60s) [2022-06-29T21:28:06.398Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.62s) [2022-06-29T21:28:06.398Z] === RUN TestBuildMultiStageCopy [2022-06-29T21:28:06.398Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-29T21:28:07.783Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-29T21:28:07.783Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-29T21:28:08.044Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-29T21:28:08.044Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-29T21:28:08.305Z] --- PASS: TestBuildMultiStageCopy (1.94s) [2022-06-29T21:28:08.305Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.10s) [2022-06-29T21:28:08.305Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-06-29T21:28:08.305Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s) [2022-06-29T21:28:08.305Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2022-06-29T21:28:08.305Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2022-06-29T21:28:08.305Z] === RUN TestBuildMultiStageParentConfig [2022-06-29T21:28:08.876Z] --- PASS: TestBuildMultiStageParentConfig (0.63s) [2022-06-29T21:28:08.876Z] === RUN TestBuildLabelWithTargets [2022-06-29T21:28:10.259Z] --- PASS: TestBuildLabelWithTargets (0.99s) [2022-06-29T21:28:10.259Z] === RUN TestBuildWithEmptyLayers [2022-06-29T21:28:10.520Z] --- PASS: TestBuildWithEmptyLayers (0.45s) [2022-06-29T21:28:10.520Z] === RUN TestBuildMultiStageOnBuild [2022-06-29T21:28:11.955Z] --- PASS: TestBuildMultiStageOnBuild (1.33s) [2022-06-29T21:28:11.955Z] === RUN TestBuildUncleanTarFilenames [2022-06-29T21:28:12.563Z] --- PASS: TestBuildUncleanTarFilenames (0.65s) [2022-06-29T21:28:12.563Z] === RUN TestBuildMultiStageLayerLeak [2022-06-29T21:28:13.952Z] --- PASS: TestBuildMultiStageLayerLeak (1.47s) [2022-06-29T21:28:13.952Z] === RUN TestBuildWithHugeFile [2022-06-29T21:28:15.611Z] --- PASS: TestUpdateRestartPolicy (10.90s) [2022-06-29T21:28:15.611Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-29T21:28:15.611Z] --- PASS: TestUpdateRestartWithAutoRemove (0.40s) [2022-06-29T21:28:15.611Z] === RUN TestWaitNonBlocked [2022-06-29T21:28:15.611Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-29T21:28:15.611Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-29T21:28:15.611Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-29T21:28:15.611Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-29T21:28:15.611Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-29T21:28:15.611Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-29T21:28:15.612Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-29T21:28:15.612Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.62s) [2022-06-29T21:28:15.612Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.72s) [2022-06-29T21:28:15.612Z] === RUN TestWaitBlocked [2022-06-29T21:28:15.612Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-29T21:28:15.612Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-29T21:28:15.612Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-29T21:28:15.612Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-29T21:28:15.612Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-29T21:28:15.612Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-29T21:28:15.872Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-29T21:28:15.872Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.54s) [2022-06-29T21:28:15.872Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.66s) [2022-06-29T21:28:15.872Z] === RUN TestWaitConditions [2022-06-29T21:28:15.872Z] === RUN TestWaitConditions/default [2022-06-29T21:28:15.872Z] === PAUSE TestWaitConditions/default [2022-06-29T21:28:15.872Z] === RUN TestWaitConditions/not-running [2022-06-29T21:28:15.872Z] === PAUSE TestWaitConditions/not-running [2022-06-29T21:28:15.872Z] === RUN TestWaitConditions/next-exit [2022-06-29T21:28:15.872Z] === PAUSE TestWaitConditions/next-exit [2022-06-29T21:28:15.872Z] === RUN TestWaitConditions/removed [2022-06-29T21:28:15.872Z] === PAUSE TestWaitConditions/removed [2022-06-29T21:28:15.872Z] === CONT TestWaitConditions/default [2022-06-29T21:28:15.872Z] === CONT TestWaitConditions/removed [2022-06-29T21:28:17.785Z] === CONT TestWaitConditions/next-exit [2022-06-29T21:28:17.785Z] === CONT TestWaitConditions/not-running [2022-06-29T21:28:19.698Z] --- PASS: TestWaitConditions (0.01s) [2022-06-29T21:28:19.698Z] --- PASS: TestWaitConditions/default (1.62s) [2022-06-29T21:28:19.698Z] --- PASS: TestWaitConditions/removed (1.67s) [2022-06-29T21:28:19.698Z] --- PASS: TestWaitConditions/not-running (1.66s) [2022-06-29T21:28:19.698Z] --- PASS: TestWaitConditions/next-exit (1.75s) [2022-06-29T21:28:19.698Z] === CONT TestDaemonRestartIpcMode [2022-06-29T21:28:19.698Z] === CONT TestIpcModeOlderClient [2022-06-29T21:28:19.698Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-06-29T21:28:19.698Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-29T21:28:22.247Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.41s) [2022-06-29T21:28:22.247Z] --- PASS: TestDaemonRestartIpcMode (2.82s) [2022-06-29T21:28:22.247Z] PASS [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === Skipped [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-29T21:28:22.247Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-06-29T21:28:22.247Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-06-29T21:28:22.247Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-06-29T21:28:22.247Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-06-29T21:28:22.247Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-06-29T21:28:22.247Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-06-29T21:28:22.247Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-06-29T21:28:22.247Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-06-29T21:28:22.247Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-06-29T21:28:22.247Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-29T21:28:22.247Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-06-29T21:28:22.247Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-06-29T21:28:22.247Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.03s) [2022-06-29T21:28:22.247Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-06-29T21:28:22.247Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-06-29T21:28:22.247Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-06-29T21:28:22.247Z] pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-29T21:28:22.247Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s) [2022-06-29T21:28:22.247Z] pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-06-29T21:28:22.247Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s) [2022-06-29T21:28:22.247Z] run_linux_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-06-29T21:28:22.247Z] run_linux_test.go:112: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-06-29T21:28:22.247Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-29T21:28:22.247Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-06-29T21:28:22.247Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-06-29T21:28:22.247Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-29T21:28:22.247Z] [2022-06-29T21:28:22.247Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-06-29T21:28:22.248Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-06-29T21:28:22.248Z] [2022-06-29T21:28:22.248Z] DONE 241 tests, 27 skipped in 80.589s [2022-06-29T21:28:22.248Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-29T21:28:22.513Z] === RUN TestConfigDaemonLibtrustID [2022-06-29T21:28:23.085Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2022-06-29T21:28:23.085Z] === RUN TestConfigDaemonID [2022-06-29T21:28:24.028Z] daemon_test.go:83: [dd6e6ca1adc23] daemon is not started [2022-06-29T21:28:24.028Z] --- PASS: TestConfigDaemonID (1.07s) [2022-06-29T21:28:24.028Z] === RUN TestDaemonConfigValidation [2022-06-29T21:28:24.028Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-29T21:28:24.028Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-29T21:28:24.028Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-29T21:28:24.028Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-29T21:28:24.028Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-29T21:28:24.028Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-29T21:28:24.028Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-29T21:28:24.028Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-29T21:28:24.028Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-29T21:28:24.028Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-29T21:28:24.028Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-29T21:28:24.028Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-29T21:28:24.289Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-29T21:28:24.289Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-29T21:28:24.289Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-29T21:28:24.289Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-29T21:28:24.289Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2022-06-29T21:28:24.289Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-06-29T21:28:24.289Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.09s) [2022-06-29T21:28:24.289Z] --- PASS: TestDaemonConfigValidation/valid_config (0.10s) [2022-06-29T21:28:24.289Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-06-29T21:28:24.289Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-29T21:28:24.289Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-29T21:28:25.677Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-29T21:28:25.753Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-06-29T21:28:26.624Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-29T21:28:26.690Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-06-29T21:28:27.568Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-29T21:28:27.568Z] daemon_test.go:197: [d1ed02eade2a1] daemon is not started [2022-06-29T21:28:27.568Z] --- PASS: TestConfigDaemonSeccompProfiles (3.25s) [2022-06-29T21:28:27.568Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2022-06-29T21:28:27.568Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s) [2022-06-29T21:28:27.568Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.09s) [2022-06-29T21:28:27.568Z] === RUN TestDaemonProxy [2022-06-29T21:28:27.568Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-06-29T21:28:27.568Z] --- SKIP: TestDaemonProxy (0.00s) [2022-06-29T21:28:27.568Z] PASS [2022-06-29T21:28:27.568Z] [2022-06-29T21:28:27.568Z] === Skipped [2022-06-29T21:28:27.568Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-06-29T21:28:27.568Z] daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-06-29T21:28:27.568Z] [2022-06-29T21:28:27.568Z] DONE 13 tests, 1 skipped in 5.419s [2022-06-29T21:28:27.568Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-29T21:28:27.829Z] INFO: Testing against a local daemon [2022-06-29T21:28:27.829Z] === RUN TestCommitInheritsEnv [2022-06-29T21:28:29.214Z] --- PASS: TestCommitInheritsEnv (1.31s) [2022-06-29T21:28:29.214Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-29T21:28:29.214Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-29T21:28:29.214Z] === RUN TestImportWithCustomPlatform [2022-06-29T21:28:29.214Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-29T21:28:29.215Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-29T21:28:29.215Z] === RUN TestImportWithCustomPlatform// [2022-06-29T21:28:29.215Z] === RUN TestImportWithCustomPlatform/linux [2022-06-29T21:28:29.215Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-29T21:28:29.223Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-06-29T21:28:29.476Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-29T21:28:29.476Z] === RUN TestImportWithCustomPlatform/macos [2022-06-29T21:28:29.476Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-29T21:28:29.476Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-29T21:28:29.476Z] --- PASS: TestImportWithCustomPlatform (0.31s) [2022-06-29T21:28:29.476Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-29T21:28:29.476Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-29T21:28:29.476Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-29T21:28:29.476Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-06-29T21:28:29.476Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-29T21:28:29.476Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s) [2022-06-29T21:28:29.476Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-29T21:28:29.476Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-29T21:28:29.476Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-29T21:28:29.476Z] === RUN TestImagesFilterMultiReference [2022-06-29T21:28:29.476Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-06-29T21:28:29.476Z] === RUN TestImagePullPlatformInvalid [2022-06-29T21:28:29.476Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-06-29T21:28:29.476Z] === RUN TestRemoveImageOrphaning [2022-06-29T21:28:31.388Z] --- PASS: TestRemoveImageOrphaning (1.59s) [2022-06-29T21:28:31.388Z] === RUN TestRemoveImageGarbageCollector [2022-06-29T21:28:31.388Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-06-29T21:28:31.388Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-06-29T21:28:31.388Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-29T21:28:31.388Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-06-29T21:28:31.388Z] === RUN TestTagInvalidReference [2022-06-29T21:28:31.388Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-29T21:28:31.388Z] === RUN TestTagValidPrefixedRepo [2022-06-29T21:28:31.388Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-06-29T21:28:31.388Z] === RUN TestTagExistedNameWithoutForce [2022-06-29T21:28:31.388Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-29T21:28:31.388Z] === RUN TestTagOfficialNames [2022-06-29T21:28:31.388Z] --- PASS: TestTagOfficialNames (0.04s) [2022-06-29T21:28:31.388Z] === RUN TestTagMatchesDigest [2022-06-29T21:28:31.388Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-06-29T21:28:31.388Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-29T21:28:31.756Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-06-29T21:28:34.289Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-06-29T21:28:34.856Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-06-29T21:28:38.142Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-06-29T21:28:44.750Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-06-29T21:28:44.750Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-29T21:28:44.750Z] GOOS="" GOARCH="" GOARM="" [2022-06-29T21:28:44.750Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-06-29T21:28:44.750Z] [2022-06-29T21:28:44.750Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-06-29T21:28:44.750Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-06-29T21:28:44.750Z] Using test binary docker [2022-06-29T21:28:44.750Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-06-29T21:28:44.750Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-29T21:28:44.750Z] INFO: Waiting for daemon to start... [2022-06-29T21:28:44.750Z] Starting dockerd [2022-06-29T21:28:44.750Z] . [2022-06-29T21:28:44.750Z] INFO: Building docker-sdk-python3:5.0.3... [2022-06-29T21:28:46.280Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-06-29T21:28:48.364Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-06-29T21:28:51.665Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-06-29T21:28:52.609Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-06-29T21:28:52.705Z] --- PASS: TestBuildWithHugeFile (34.92s) [2022-06-29T21:28:52.705Z] === RUN TestBuildWCOWSandboxSize [2022-06-29T21:28:52.705Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-29T21:28:52.705Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-29T21:28:52.705Z] === RUN TestBuildWithEmptyDockerfile [2022-06-29T21:28:52.705Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-29T21:28:52.705Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-29T21:28:52.705Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-29T21:28:52.705Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-29T21:28:52.705Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-29T21:28:52.705Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-29T21:28:52.705Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-29T21:28:52.705Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-29T21:28:52.705Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-29T21:28:52.705Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-06-29T21:28:52.705Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.07s) [2022-06-29T21:28:52.705Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.07s) [2022-06-29T21:28:52.705Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-06-29T21:28:52.705Z] === RUN TestBuildPreserveOwnership [2022-06-29T21:28:52.705Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-29T21:28:52.705Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-29T21:28:52.705Z] --- PASS: TestBuildPreserveOwnership (2.92s) [2022-06-29T21:28:52.705Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.89s) [2022-06-29T21:28:52.705Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.02s) [2022-06-29T21:28:52.705Z] === RUN TestBuildPlatformInvalid [2022-06-29T21:28:52.705Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-06-29T21:28:52.705Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-29T21:28:52.705Z] Loaded image: busybox:latest [2022-06-29T21:28:52.705Z] Loaded image: busybox:glibc [2022-06-29T21:28:54.087Z] Loaded image: debian:bullseye-slim [2022-06-29T21:28:54.087Z] Loaded image: hello-world:latest [2022-06-29T21:28:54.087Z] Loaded image: arm32v7/hello-world:latest [2022-06-29T21:28:55.903Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-06-29T21:28:57.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-06-29T21:29:02.009Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-06-29T21:29:02.224Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.18s) [2022-06-29T21:29:02.225Z] PASS [2022-06-29T21:29:02.225Z] [2022-06-29T21:29:02.225Z] === Skipped [2022-06-29T21:29:02.225Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-06-29T21:29:02.225Z] build_session_test.go:25: TODO: BuildKit [2022-06-29T21:29:02.225Z] [2022-06-29T21:29:02.225Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-29T21:29:02.225Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-29T21:29:02.225Z] [2022-06-29T21:29:02.225Z] DONE 34 tests, 2 skipped in 67.181s [2022-06-29T21:29:02.225Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-06-29T21:29:02.225Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:29:02.225Z] ++ set -e [2022-06-29T21:29:02.225Z] ++ '[' -n 0 ']' [2022-06-29T21:29:02.225Z] ++ set -x [2022-06-29T21:29:02.225Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:29:02.225Z] INFO: Testing against a local daemon [2022-06-29T21:29:02.225Z] === RUN TestConfigInspect [2022-06-29T21:29:02.298Z] --- PASS: TestImportExtremelyLargeImageWorks (91.62s) [2022-06-29T21:29:02.299Z] PASS [2022-06-29T21:29:02.299Z] [2022-06-29T21:29:02.299Z] DONE 22 tests in 94.685s [2022-06-29T21:29:02.299Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-06-29T21:29:02.299Z] === RUN TestStripANSICommands [2022-06-29T21:29:02.299Z] === RUN TestStripANSICommands/#00 [2022-06-29T21:29:02.299Z] === RUN TestStripANSICommands/#01 [2022-06-29T21:29:02.299Z] --- PASS: TestStripANSICommands (0.00s) [2022-06-29T21:29:02.299Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-06-29T21:29:02.299Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-06-29T21:29:02.299Z] PASS [2022-06-29T21:29:02.299Z] [2022-06-29T21:29:02.299Z] DONE 3 tests in 0.008s [2022-06-29T21:29:02.299Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-29T21:29:02.299Z] INFO: Testing against a local daemon [2022-06-29T21:29:02.299Z] === RUN TestNetworkCreateDelete [2022-06-29T21:29:02.299Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-06-29T21:29:02.299Z] === RUN TestDockerNetworkDeletePreferID [2022-06-29T21:29:02.299Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2022-06-29T21:29:02.299Z] === RUN TestDaemonDNSFallback [2022-06-29T21:29:03.923Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-06-29T21:29:04.207Z] --- PASS: TestDaemonDNSFallback (6.35s) [2022-06-29T21:29:04.207Z] === RUN TestInspectNetwork [2022-06-29T21:29:04.768Z] --- PASS: TestConfigInspect (2.41s) [2022-06-29T21:29:04.769Z] === RUN TestConfigList [2022-06-29T21:29:07.218Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-06-29T21:29:07.311Z] --- PASS: TestConfigList (2.19s) [2022-06-29T21:29:07.311Z] === RUN TestConfigsCreateAndDelete [2022-06-29T21:29:07.504Z] === RUN TestInspectNetwork/full_network_id [2022-06-29T21:29:07.504Z] === RUN TestInspectNetwork/partial_network_id [2022-06-29T21:29:07.504Z] === RUN TestInspectNetwork/network_name [2022-06-29T21:29:07.504Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-29T21:29:09.221Z] --- PASS: TestConfigsCreateAndDelete (2.20s) [2022-06-29T21:29:09.221Z] === RUN TestConfigsUpdate [2022-06-29T21:29:09.758Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-29T21:29:09.758Z] Using test binary docker [2022-06-29T21:29:09.758Z] +++ /etc/init.d/apparmor start [2022-06-29T21:29:09.758Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-29T21:29:09.758Z] INFO: Waiting for daemon to start... [2022-06-29T21:29:09.758Z] Starting dockerd [2022-06-29T21:29:09.758Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-06-29T21:29:11.700Z] --- PASS: TestInspectNetwork (7.21s) [2022-06-29T21:29:11.700Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-29T21:29:11.700Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-29T21:29:11.700Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-29T21:29:11.700Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-29T21:29:11.700Z] === RUN TestRunContainerWithBridgeNone [2022-06-29T21:29:11.737Z] . [2022-06-29T21:29:11.737Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-29T21:29:11.737Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-29T21:29:11.737Z] Error: No such image: emptyfs [2022-06-29T21:29:11.737Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-29T21:29:11.737Z] ++++ docker load [2022-06-29T21:29:11.765Z] --- PASS: TestConfigsUpdate (2.24s) [2022-06-29T21:29:11.765Z] === RUN TestTemplatedConfig [2022-06-29T21:29:12.307Z] Running integration-test (iteration 1) [2022-06-29T21:29:12.307Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-06-29T21:29:12.307Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:29:12.307Z] ++ set -e [2022-06-29T21:29:12.307Z] ++ '[' -n 0 ']' [2022-06-29T21:29:12.307Z] ++ set -x [2022-06-29T21:29:12.307Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:29:13.085Z] --- PASS: TestRunContainerWithBridgeNone (1.58s) [2022-06-29T21:29:13.085Z] === RUN TestNetworkInvalidJSON [2022-06-29T21:29:13.085Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-29T21:29:13.085Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-29T21:29:13.085Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-29T21:29:13.085Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-29T21:29:13.085Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-29T21:29:13.085Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-29T21:29:13.085Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-29T21:29:13.085Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-29T21:29:13.085Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-29T21:29:13.085Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-29T21:29:13.085Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-29T21:29:13.085Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-29T21:29:13.085Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-29T21:29:13.085Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-29T21:29:13.085Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-29T21:29:13.085Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-29T21:29:13.085Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-29T21:29:13.085Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-29T21:29:13.085Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-29T21:29:13.085Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-29T21:29:13.085Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-29T21:29:13.085Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-06-29T21:29:13.085Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-29T21:29:13.085Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-29T21:29:13.085Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-29T21:29:13.085Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-29T21:29:13.085Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-29T21:29:13.085Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-06-29T21:29:13.085Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-29T21:29:13.085Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-29T21:29:13.085Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-29T21:29:13.085Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-29T21:29:13.085Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-29T21:29:13.085Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-29T21:29:13.085Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-29T21:29:13.085Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-29T21:29:13.085Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-29T21:29:13.085Z] === RUN TestNetworkList [2022-06-29T21:29:13.085Z] === RUN TestNetworkList//networks [2022-06-29T21:29:13.085Z] === PAUSE TestNetworkList//networks [2022-06-29T21:29:13.085Z] === RUN TestNetworkList//networks/ [2022-06-29T21:29:13.085Z] === PAUSE TestNetworkList//networks/ [2022-06-29T21:29:13.085Z] === CONT TestNetworkList//networks [2022-06-29T21:29:13.085Z] === CONT TestNetworkList//networks/ [2022-06-29T21:29:13.085Z] --- PASS: TestNetworkList (0.02s) [2022-06-29T21:29:13.085Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-29T21:29:13.085Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-29T21:29:13.085Z] === RUN TestHostIPv4BridgeLabel [2022-06-29T21:29:13.244Z] Loaded image: busybox:latest [2022-06-29T21:29:13.503Z] Loaded image: busybox:glibc [2022-06-29T21:29:13.655Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2022-06-29T21:29:13.655Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-29T21:29:14.309Z] --- PASS: TestTemplatedConfig (2.53s) [2022-06-29T21:29:14.309Z] === RUN TestConfigCreateResolve [2022-06-29T21:29:14.595Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-06-29T21:29:14.595Z] === RUN TestDaemonDefaultNetworkPools [2022-06-29T21:29:15.536Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-06-29T21:29:15.536Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-29T21:29:16.222Z] --- PASS: TestConfigCreateResolve (2.21s) [2022-06-29T21:29:16.222Z] PASS [2022-06-29T21:29:16.222Z] [2022-06-29T21:29:16.222Z] DONE 6 tests in 13.880s [2022-06-29T21:29:16.222Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-06-29T21:29:16.222Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:29:16.222Z] ++ set -e [2022-06-29T21:29:16.222Z] ++ '[' -n 0 ']' [2022-06-29T21:29:16.222Z] ++ set -x [2022-06-29T21:29:16.222Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:29:16.222Z] INFO: Testing against a local daemon [2022-06-29T21:29:16.222Z] === RUN TestAttachWithTTY [2022-06-29T21:29:16.222Z] --- PASS: TestAttachWithTTY (0.15s) [2022-06-29T21:29:16.222Z] === RUN TestAttachWithoutTTy [2022-06-29T21:29:16.476Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-06-29T21:29:16.476Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-29T21:29:16.482Z] --- PASS: TestAttachWithoutTTy (0.06s) [2022-06-29T21:29:16.482Z] === RUN TestCheckpoint [2022-06-29T21:29:16.482Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-29T21:29:16.482Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/commit [2022-06-29T21:29:16.482Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-29T21:29:16.482Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-29T21:29:16.482Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-29T21:29:16.482Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-29T21:29:16.482Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-29T21:29:16.482Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-29T21:29:16.482Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-29T21:29:16.482Z] === CONT TestContainerInvalidJSON/commit [2022-06-29T21:29:16.482Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-29T21:29:16.482Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-29T21:29:16.482Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-29T21:29:16.482Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-29T21:29:16.482Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-29T21:29:16.482Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-29T21:29:16.482Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-29T21:29:16.482Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-29T21:29:16.482Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-29T21:29:16.482Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-06-29T21:29:16.482Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-29T21:29:16.482Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-06-29T21:29:16.482Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-29T21:29:16.482Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-06-29T21:29:16.482Z] === RUN TestCopyEmptyFile [2022-06-29T21:29:16.743Z] --- PASS: TestCopyEmptyFile (0.21s) [2022-06-29T21:29:16.743Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-29T21:29:16.743Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-06-29T21:29:16.743Z] === RUN TestCopyFromContainer [2022-06-29T21:29:17.685Z] === RUN TestCopyFromContainer// [2022-06-29T21:29:17.685Z] === RUN TestCopyFromContainer//bar/root [2022-06-29T21:29:17.858Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-06-29T21:29:17.858Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-29T21:29:17.946Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-29T21:29:17.946Z] === RUN TestCopyFromContainer/bar/quux [2022-06-29T21:29:17.946Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-29T21:29:17.946Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-29T21:29:18.206Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-29T21:29:18.206Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-29T21:29:18.206Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-29T21:29:18.206Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-29T21:29:18.427Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-06-29T21:29:18.427Z] === RUN TestServiceWithPredefinedNetwork [2022-06-29T21:29:18.467Z] --- PASS: TestCopyFromContainer (1.54s) [2022-06-29T21:29:18.467Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-06-29T21:29:18.467Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-06-29T21:29:18.467Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-06-29T21:29:18.467Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-06-29T21:29:18.467Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-06-29T21:29:18.467Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-06-29T21:29:18.467Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-06-29T21:29:18.467Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-06-29T21:29:18.467Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-06-29T21:29:18.467Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-06-29T21:29:18.467Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-29T21:29:18.467Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-29T21:29:18.467Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-29T21:29:18.467Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-29T21:29:18.467Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-29T21:29:18.467Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-29T21:29:18.467Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-29T21:29:18.467Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-29T21:29:18.467Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-29T21:29:18.467Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-29T21:29:18.467Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-06-29T21:29:18.467Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-29T21:29:18.467Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-29T21:29:18.467Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-29T21:29:18.467Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-29T21:29:18.467Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-06-29T21:29:18.467Z] === RUN TestCreateWithInvalidEnv [2022-06-29T21:29:18.467Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-29T21:29:18.467Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-29T21:29:18.467Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-29T21:29:18.467Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-29T21:29:18.467Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-29T21:29:18.467Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-29T21:29:18.467Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-29T21:29:18.467Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-29T21:29:18.467Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-29T21:29:18.467Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-06-29T21:29:18.467Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-29T21:29:18.467Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-29T21:29:18.467Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-29T21:29:18.467Z] === RUN TestCreateTmpfsMountsTarget [2022-06-29T21:29:18.467Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-06-29T21:29:18.467Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-29T21:29:18.773Z] Loaded image: debian:bullseye-slim [2022-06-29T21:29:18.773Z] Loaded image: hello-world:latest [2022-06-29T21:29:18.773Z] Loaded image: arm32v7/hello-world:latest [2022-06-29T21:29:18.773Z] INFO: Testing against a local daemon [2022-06-29T21:29:18.773Z] === RUN TestCgroupNamespacesBuild [2022-06-29T21:29:19.851Z] --- PASS: TestCreateWithCustomMaskedPaths (1.16s) [2022-06-29T21:29:19.851Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-29T21:29:20.792Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.19s) [2022-06-29T21:29:20.792Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-29T21:29:20.792Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-29T21:29:20.792Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-29T21:29:20.792Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-29T21:29:20.792Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-29T21:29:20.792Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-29T21:29:20.792Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-29T21:29:20.792Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-29T21:29:20.792Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-29T21:29:20.792Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-29T21:29:20.792Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-29T21:29:20.792Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-29T21:29:20.792Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-29T21:29:20.792Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-29T21:29:20.792Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-29T21:29:20.792Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-29T21:29:20.792Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-06-29T21:29:20.792Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-29T21:29:20.792Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-29T21:29:20.792Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-29T21:29:20.792Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-06-29T21:29:20.792Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-06-29T21:29:20.792Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-29T21:29:20.969Z] --- PASS: TestServiceWithPredefinedNetwork (2.28s) [2022-06-29T21:29:20.969Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-29T21:29:20.969Z] service_test.go:243: FLAKY_TEST [2022-06-29T21:29:20.969Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-29T21:29:20.969Z] === RUN TestServiceWithDataPathPortInit [2022-06-29T21:29:21.308Z] --- PASS: TestCgroupNamespacesBuild (2.57s) [2022-06-29T21:29:21.308Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-06-29T21:29:21.364Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s) [2022-06-29T21:29:21.364Z] === RUN TestCreateDifferentPlatform [2022-06-29T21:29:21.364Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-29T21:29:21.364Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-29T21:29:21.364Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-06-29T21:29:21.364Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-29T21:29:21.364Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-29T21:29:21.364Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-29T21:29:21.364Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-06-29T21:29:21.364Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-29T21:29:21.364Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-06-29T21:29:21.364Z] === RUN TestCreateInvalidHostConfig [2022-06-29T21:29:21.364Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-29T21:29:21.364Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-29T21:29:21.364Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-29T21:29:21.364Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-29T21:29:21.364Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-29T21:29:21.364Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-29T21:29:21.364Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-29T21:29:21.364Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-29T21:29:21.364Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-29T21:29:21.364Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-29T21:29:21.364Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-29T21:29:21.364Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-29T21:29:21.364Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-06-29T21:29:21.364Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-29T21:29:21.364Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-29T21:29:21.364Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-29T21:29:21.364Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-29T21:29:21.364Z] === RUN TestContainerStartOnDaemonRestart [2022-06-29T21:29:21.364Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-29T21:29:21.364Z] === RUN TestDaemonRestartIpcMode [2022-06-29T21:29:21.364Z] === PAUSE TestDaemonRestartIpcMode [2022-06-29T21:29:21.364Z] === RUN TestDaemonHostGatewayIP [2022-06-29T21:29:21.364Z] === PAUSE TestDaemonHostGatewayIP [2022-06-29T21:29:21.364Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-29T21:29:21.364Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-29T21:29:21.364Z] === RUN TestContainerKillOnDaemonStart [2022-06-29T21:29:21.364Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-29T21:29:21.364Z] === RUN TestDiff [2022-06-29T21:29:21.936Z] --- PASS: TestDiff (0.44s) [2022-06-29T21:29:21.936Z] === RUN TestExecConsoleSize [2022-06-29T21:29:22.197Z] --- PASS: TestExecConsoleSize (0.48s) [2022-06-29T21:29:22.197Z] === RUN TestExecWithCloseStdin [2022-06-29T21:29:22.768Z] --- PASS: TestExecWithCloseStdin (0.49s) [2022-06-29T21:29:22.768Z] === RUN TestExec [2022-06-29T21:29:23.338Z] --- PASS: TestExec (0.46s) [2022-06-29T21:29:23.338Z] === RUN TestExecUser [2022-06-29T21:29:23.491Z] sha256:5677251690eae9d788de1636c85078cab43c2de54908fe4479d1b1aaee87ec51 [2022-06-29T21:29:23.491Z] INFO: Starting docker-py tests... [2022-06-29T21:29:23.491Z] ============================= test session starts ============================== [2022-06-29T21:29:23.491Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-06-29T21:29:23.491Z] rootdir: /src, inifile: pytest.ini [2022-06-29T21:29:23.491Z] plugins: cov-2.6.1, timeout-1.3.3 [2022-06-29T21:29:23.491Z] collected 395 items / 2 deselected / 393 selected [2022-06-29T21:29:23.491Z] [2022-06-29T21:29:23.599Z] --- PASS: TestExecUser (0.50s) [2022-06-29T21:29:23.599Z] === RUN TestExportContainerAndImportImage [2022-06-29T21:29:23.844Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.19s) [2022-06-29T21:29:23.844Z] === RUN TestBuildWithSession [2022-06-29T21:29:23.844Z] build_session_test.go:25: TODO: BuildKit [2022-06-29T21:29:23.844Z] --- SKIP: TestBuildWithSession (0.00s) [2022-06-29T21:29:23.844Z] === RUN TestBuildSquashParent [2022-06-29T21:29:24.169Z] --- PASS: TestExportContainerAndImportImage (0.57s) [2022-06-29T21:29:24.170Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-29T21:29:25.554Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-06-29T21:29:25.554Z] === RUN TestHealthCheckWorkdir [2022-06-29T21:29:26.125Z] --- PASS: TestHealthCheckWorkdir (0.54s) [2022-06-29T21:29:26.125Z] === RUN TestHealthKillContainer [2022-06-29T21:29:33.822Z] --- PASS: TestBuildSquashParent (9.45s) [2022-06-29T21:29:33.822Z] === RUN TestBuildWithRemoveAndForceRemove [2022-06-29T21:29:33.822Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-29T21:29:33.822Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-29T21:29:33.822Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-29T21:29:33.822Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-29T21:29:33.822Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-29T21:29:33.822Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-29T21:29:33.822Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-29T21:29:33.822Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-29T21:29:33.822Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-29T21:29:33.822Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-29T21:29:33.822Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-29T21:29:33.822Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-29T21:29:33.822Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-06-29T21:29:33.822Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-06-29T21:29:34.259Z] --- PASS: TestHealthKillContainer (7.95s) [2022-06-29T21:29:34.259Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-29T21:29:34.519Z] --- PASS: TestInspectCpusetInConfigPre120 (0.39s) [2022-06-29T21:29:34.519Z] === RUN TestIpcModeNone [2022-06-29T21:29:34.780Z] --- PASS: TestIpcModeNone (0.47s) [2022-06-29T21:29:34.780Z] === RUN TestIpcModePrivate [2022-06-29T21:29:35.371Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-06-29T21:29:35.371Z] --- PASS: TestIpcModePrivate (0.45s) [2022-06-29T21:29:35.371Z] === RUN TestIpcModeShareable [2022-06-29T21:29:35.640Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-06-29T21:29:35.866Z] --- PASS: TestServiceWithDataPathPortInit (14.06s) [2022-06-29T21:29:35.867Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-29T21:29:35.900Z] --- PASS: TestIpcModeShareable (0.53s) [2022-06-29T21:29:35.900Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-29T21:29:36.360Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-06-29T21:29:36.360Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-06-29T21:29:36.636Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-06-29T21:29:37.198Z] tests/integration/api_client_test.py ..... [ 7%] [2022-06-29T21:29:37.249Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ys2v0f366d10sve6a0rpcfnd1 Created:2022-06-29 21:29:35.888101011 +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[09ecf0f7bfe79e845562fbf9a7f2cd47ac6260f2927d16bfd1f99edd26ba6aa8:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.gnvoka5jkhwzb7wnka8nr4mok EndpointID:9dea509def821de5645286309412e55339a1027d5654fb47b0a844a0c199eb34 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:08534442ff7d44e0871a17299ef82b8a4d9679817d731e7303a8a34ccd1f7348 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:d87aa83df778 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.gnvoka5jkhwzb7wnka8nr4mok EndpointID:9dea509def821de5645286309412e55339a1027d5654fb47b0a844a0c199eb34 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-29T21:29:37.305Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.52s) [2022-06-29T21:29:37.305Z] === RUN TestAPIIpcModeHost [2022-06-29T21:29:37.877Z] --- PASS: TestAPIIpcModeHost (0.35s) [2022-06-29T21:29:37.877Z] === RUN TestDaemonIpcModeShareable [2022-06-29T21:29:38.825Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-06-29T21:29:38.825Z] --- PASS: TestDaemonIpcModeShareable (1.19s) [2022-06-29T21:29:38.825Z] === RUN TestDaemonIpcModePrivate [2022-06-29T21:29:38.984Z] tests/integration/api_config_test.py ...... [ 8%] [2022-06-29T21:29:40.209Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-06-29T21:29:40.209Z] --- PASS: TestDaemonIpcModePrivate (1.15s) [2022-06-29T21:29:40.209Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-29T21:29:40.557Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-06-29T21:29:40.557Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-06-29T21:29:41.151Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-06-29T21:29:41.412Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.19s) [2022-06-29T21:29:41.412Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-29T21:29:42.355Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-06-29T21:29:42.355Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.14s) [2022-06-29T21:29:42.355Z] === RUN TestIpcModeOlderClient [2022-06-29T21:29:42.355Z] === PAUSE TestIpcModeOlderClient [2022-06-29T21:29:42.355Z] === RUN TestKillContainerInvalidSignal [2022-06-29T21:29:42.530Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.10s) [2022-06-29T21:29:42.530Z] PASS [2022-06-29T21:29:42.530Z] [2022-06-29T21:29:42.530Z] === Skipped [2022-06-29T21:29:42.530Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-29T21:29:42.530Z] service_test.go:243: FLAKY_TEST [2022-06-29T21:29:42.530Z] [2022-06-29T21:29:42.530Z] DONE 38 tests, 1 skipped in 44.335s [2022-06-29T21:29:42.530Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-29T21:29:42.530Z] INFO: Testing against a local daemon [2022-06-29T21:29:42.530Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-29T21:29:42.530Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-29T21:29:42.530Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-29T21:29:42.530Z] === RUN TestDockerNetworkIpvlan [2022-06-29T21:29:42.530Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-29T21:29:42.530Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-29T21:29:42.530Z] PASS [2022-06-29T21:29:42.530Z] [2022-06-29T21:29:42.530Z] === Skipped [2022-06-29T21:29:42.530Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-29T21:29:42.530Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-29T21:29:42.530Z] [2022-06-29T21:29:42.530Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-29T21:29:42.530Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-29T21:29:42.530Z] [2022-06-29T21:29:42.530Z] DONE 2 tests, 2 skipped in 0.023s [2022-06-29T21:29:42.530Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-29T21:29:42.530Z] INFO: Testing against a local daemon [2022-06-29T21:29:42.530Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-29T21:29:42.925Z] --- PASS: TestKillContainerInvalidSignal (0.43s) [2022-06-29T21:29:42.925Z] === RUN TestKillContainer [2022-06-29T21:29:42.925Z] === RUN TestKillContainer/no_signal [2022-06-29T21:29:43.100Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.27s) [2022-06-29T21:29:43.100Z] === RUN TestDockerNetworkMacvlan [2022-06-29T21:29:43.186Z] === RUN TestKillContainer/non_killing_signal [2022-06-29T21:29:43.447Z] === RUN TestKillContainer/killing_signal [2022-06-29T21:29:43.670Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-29T21:29:43.847Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-06-29T21:29:43.847Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.50s) [2022-06-29T21:29:43.847Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.52s) [2022-06-29T21:29:43.847Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.46s) [2022-06-29T21:29:43.847Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.52s) [2022-06-29T21:29:43.847Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.40s) [2022-06-29T21:29:43.847Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.35s) [2022-06-29T21:29:43.847Z] === RUN TestBuildMultiStageCopy [2022-06-29T21:29:43.847Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-06-29T21:29:44.020Z] --- PASS: TestKillContainer (1.25s) [2022-06-29T21:29:44.020Z] --- PASS: TestKillContainer/no_signal (0.39s) [2022-06-29T21:29:44.020Z] --- PASS: TestKillContainer/non_killing_signal (0.29s) [2022-06-29T21:29:44.020Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2022-06-29T21:29:44.020Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-29T21:29:44.020Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-29T21:29:44.592Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-29T21:29:44.610Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-29T21:29:45.180Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-29T21:29:45.533Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.26s) [2022-06-29T21:29:45.533Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.44s) [2022-06-29T21:29:45.533Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.68s) [2022-06-29T21:29:45.533Z] === RUN TestKillStoppedContainer [2022-06-29T21:29:45.533Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-06-29T21:29:45.533Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-29T21:29:45.533Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-06-29T21:29:45.533Z] === RUN TestKillDifferentUserContainer [2022-06-29T21:29:45.794Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2022-06-29T21:29:45.794Z] === RUN TestInspectOomKilledTrue [2022-06-29T21:29:46.366Z] --- PASS: TestInspectOomKilledTrue (0.48s) [2022-06-29T21:29:46.366Z] === RUN TestInspectOomKilledFalse [2022-06-29T21:29:46.387Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-06-29T21:29:46.646Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-06-29T21:29:46.937Z] --- PASS: TestInspectOomKilledFalse (0.42s) [2022-06-29T21:29:46.937Z] === RUN TestLinksEtcHostsContentMatch [2022-06-29T21:29:47.091Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-29T21:29:47.197Z] --- PASS: TestLinksEtcHostsContentMatch (0.32s) [2022-06-29T21:29:47.197Z] === RUN TestLinksContainerNames [2022-06-29T21:29:47.585Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-06-29T21:29:48.139Z] --- PASS: TestLinksContainerNames (0.84s) [2022-06-29T21:29:48.140Z] === RUN TestLogsFollowTailEmpty [2022-06-29T21:29:48.155Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-06-29T21:29:48.401Z] --- PASS: TestLogsFollowTailEmpty (0.44s) [2022-06-29T21:29:48.401Z] === RUN TestLogs [2022-06-29T21:29:48.401Z] === RUN TestLogs/driver_local [2022-06-29T21:29:48.401Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-06-29T21:29:48.401Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-06-29T21:29:48.401Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-06-29T21:29:48.401Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-06-29T21:29:48.401Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-06-29T21:29:48.401Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-06-29T21:29:48.401Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-29T21:29:48.401Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-29T21:29:48.401Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-06-29T21:29:48.401Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-06-29T21:29:48.401Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-06-29T21:29:48.401Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-06-29T21:29:48.401Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-06-29T21:29:48.401Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-06-29T21:29:48.724Z] --- PASS: TestBuildMultiStageCopy (5.30s) [2022-06-29T21:29:48.724Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.98s) [2022-06-29T21:29:48.724Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.53s) [2022-06-29T21:29:48.724Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.61s) [2022-06-29T21:29:48.724Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.61s) [2022-06-29T21:29:48.724Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.57s) [2022-06-29T21:29:48.724Z] === RUN TestBuildMultiStageParentConfig [2022-06-29T21:29:49.043Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-29T21:29:49.342Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-06-29T21:29:49.342Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-29T21:29:49.603Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-06-29T21:29:49.603Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-06-29T21:29:50.104Z] --- PASS: TestBuildMultiStageParentConfig (1.45s) [2022-06-29T21:29:50.104Z] === RUN TestBuildLabelWithTargets [2022-06-29T21:29:50.175Z] === RUN TestLogs/driver_json-file [2022-06-29T21:29:50.175Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-29T21:29:50.175Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-29T21:29:50.175Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-06-29T21:29:50.175Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-06-29T21:29:50.175Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-06-29T21:29:50.175Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-06-29T21:29:50.175Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-29T21:29:50.175Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-29T21:29:50.175Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-06-29T21:29:50.175Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-06-29T21:29:50.175Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-06-29T21:29:50.175Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-06-29T21:29:50.175Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-29T21:29:50.175Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-29T21:29:51.123Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-06-29T21:29:51.123Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-06-29T21:29:51.384Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-06-29T21:29:51.384Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-06-29T21:29:51.955Z] --- PASS: TestLogs (3.65s) [2022-06-29T21:29:51.955Z] --- PASS: TestLogs/driver_local (0.01s) [2022-06-29T21:29:51.955Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.79s) [2022-06-29T21:29:51.955Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.82s) [2022-06-29T21:29:51.955Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.51s) [2022-06-29T21:29:51.955Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.51s) [2022-06-29T21:29:51.955Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.45s) [2022-06-29T21:29:51.955Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.48s) [2022-06-29T21:29:51.955Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-06-29T21:29:51.955Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.76s) [2022-06-29T21:29:51.955Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.79s) [2022-06-29T21:29:51.955Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.52s) [2022-06-29T21:29:51.955Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.51s) [2022-06-29T21:29:51.955Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.48s) [2022-06-29T21:29:51.955Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.51s) [2022-06-29T21:29:51.955Z] === RUN TestContainerNetworkMountsNoChown [2022-06-29T21:29:52.348Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-29T21:29:52.528Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s) [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/default [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/default [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/private [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/private [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/rprivate [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/slave [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/slave [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/rslave [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/shared [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/shared [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/rshared [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-29T21:29:52.528Z] === CONT TestMountDaemonRoot/default [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-29T21:29:52.528Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-29T21:29:52.528Z] === CONT TestMountDaemonRoot/rshared [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-29T21:29:52.528Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-29T21:29:52.528Z] === CONT TestMountDaemonRoot/shared [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-29T21:29:52.528Z] === CONT TestMountDaemonRoot/rslave [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-29T21:29:52.528Z] === CONT TestMountDaemonRoot/slave [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-29T21:29:52.528Z] === CONT TestMountDaemonRoot/rprivate [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-29T21:29:52.528Z] === CONT TestMountDaemonRoot/private [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-29T21:29:52.528Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-29T21:29:52.528Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-29T21:29:52.528Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-29T21:29:52.528Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-29T21:29:52.528Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-29T21:29:52.528Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-29T21:29:52.528Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-29T21:29:52.528Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-29T21:29:52.528Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-29T21:29:52.528Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-29T21:29:52.528Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-29T21:29:52.528Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-29T21:29:52.528Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-29T21:29:52.643Z] --- PASS: TestBuildLabelWithTargets (2.32s) [2022-06-29T21:29:52.643Z] === RUN TestBuildWithEmptyLayers [2022-06-29T21:29:52.789Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-29T21:29:52.789Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-29T21:29:52.789Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-29T21:29:52.789Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-29T21:29:52.789Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-29T21:29:52.789Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-29T21:29:52.789Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-29T21:29:52.789Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-29T21:29:52.789Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-29T21:29:52.789Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-29T21:29:52.789Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-29T21:29:52.789Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-29T21:29:52.789Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-29T21:29:52.789Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-29T21:29:52.789Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.01s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.01s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.01s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-06-29T21:29:52.789Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-29T21:29:52.789Z] === RUN TestContainerBindMountNonRecursive [2022-06-29T21:29:52.918Z] --- PASS: TestDockerNetworkMacvlan (9.78s) [2022-06-29T21:29:52.919Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2022-06-29T21:29:52.919Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.06s) [2022-06-29T21:29:52.919Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.83s) [2022-06-29T21:29:52.919Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.82s) [2022-06-29T21:29:52.919Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.20s) [2022-06-29T21:29:52.919Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.61s) [2022-06-29T21:29:52.919Z] PASS [2022-06-29T21:29:52.919Z] [2022-06-29T21:29:52.919Z] DONE 8 tests in 11.062s [2022-06-29T21:29:52.919Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-29T21:29:52.919Z] testing: warning: no tests to run [2022-06-29T21:29:52.919Z] PASS [2022-06-29T21:29:52.919Z] [2022-06-29T21:29:52.919Z] DONE 0 tests in 0.007s [2022-06-29T21:29:52.919Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-29T21:29:52.919Z] INFO: Testing against a local daemon [2022-06-29T21:29:52.919Z] === RUN TestAuthZPluginAllowRequest [2022-06-29T21:29:53.581Z] --- PASS: TestBuildWithEmptyLayers (1.32s) [2022-06-29T21:29:53.581Z] === RUN TestBuildMultiStageOnBuild [2022-06-29T21:29:54.173Z] --- PASS: TestContainerBindMountNonRecursive (1.31s) [2022-06-29T21:29:54.173Z] === RUN TestContainerVolumesMountedAsShared [2022-06-29T21:29:54.299Z] --- PASS: TestAuthZPluginAllowRequest (1.17s) [2022-06-29T21:29:54.299Z] === RUN TestAuthZPluginTLS [2022-06-29T21:29:54.434Z] --- PASS: TestContainerVolumesMountedAsShared (0.38s) [2022-06-29T21:29:54.434Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-29T21:29:54.559Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-06-29T21:29:54.559Z] === RUN TestAuthZPluginDenyRequest [2022-06-29T21:29:55.006Z] --- PASS: TestContainerVolumesMountedAsSlave (0.32s) [2022-06-29T21:29:55.006Z] === RUN TestNetworkNat [2022-06-29T21:29:55.129Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-06-29T21:29:55.129Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-29T21:29:55.267Z] --- PASS: TestNetworkNat (0.43s) [2022-06-29T21:29:55.267Z] === RUN TestNetworkLocalhostTCPNat [2022-06-29T21:29:55.699Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-06-29T21:29:55.699Z] === RUN TestAuthZPluginDenyResponse [2022-06-29T21:29:55.838Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s) [2022-06-29T21:29:55.838Z] === RUN TestNetworkLoopbackNat [2022-06-29T21:29:56.269Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-06-29T21:29:56.269Z] === RUN TestAuthZPluginAllowEventStream [2022-06-29T21:29:56.873Z] --- PASS: TestBuildMultiStageOnBuild (3.26s) [2022-06-29T21:29:56.873Z] === RUN TestBuildUncleanTarFilenames [2022-06-29T21:29:57.650Z] --- PASS: TestAuthZPluginAllowEventStream (1.16s) [2022-06-29T21:29:57.650Z] === RUN TestAuthZPluginErrorResponse [2022-06-29T21:29:57.911Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-06-29T21:29:57.911Z] === RUN TestAuthZPluginErrorRequest [2022-06-29T21:29:58.380Z] --- PASS: TestNetworkLoopbackNat (2.55s) [2022-06-29T21:29:58.380Z] === RUN TestPause [2022-06-29T21:29:58.481Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-06-29T21:29:58.481Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-29T21:29:58.640Z] --- PASS: TestPause (0.45s) [2022-06-29T21:29:58.640Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-29T21:29:58.640Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-29T21:29:58.640Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-29T21:29:58.640Z] === RUN TestPauseStopPausedContainer [2022-06-29T21:29:58.781Z] --- PASS: TestBuildUncleanTarFilenames (1.94s) [2022-06-29T21:29:58.781Z] === RUN TestBuildMultiStageLayerLeak [2022-06-29T21:29:59.051Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-06-29T21:29:59.051Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-29T21:29:59.211Z] --- PASS: TestPauseStopPausedContainer (0.44s) [2022-06-29T21:29:59.211Z] === RUN TestPidHost [2022-06-29T21:30:00.160Z] --- PASS: TestPidHost (0.97s) [2022-06-29T21:30:00.160Z] === RUN TestPsFilter [2022-06-29T21:30:00.421Z] --- PASS: TestPsFilter (0.14s) [2022-06-29T21:30:00.421Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-29T21:30:00.433Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.43s) [2022-06-29T21:30:00.433Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-29T21:30:00.681Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2022-06-29T21:30:00.681Z] === RUN TestRemoveContainerWithVolume [2022-06-29T21:30:01.252Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2022-06-29T21:30:01.252Z] === RUN TestRemoveContainerRunning [2022-06-29T21:30:01.513Z] --- PASS: TestRemoveContainerRunning (0.43s) [2022-06-29T21:30:01.513Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-29T21:30:01.816Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.45s) [2022-06-29T21:30:01.816Z] === RUN TestAuthZPluginHeader [2022-06-29T21:30:02.084Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s) [2022-06-29T21:30:02.084Z] === RUN TestRemoveInvalidContainer [2022-06-29T21:30:02.084Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-06-29T21:30:02.084Z] === RUN TestRenameLinkedContainer [2022-06-29T21:30:02.756Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-06-29T21:30:02.756Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-29T21:30:02.978Z] --- PASS: TestBuildMultiStageLayerLeak (3.48s) [2022-06-29T21:30:02.978Z] === RUN TestBuildWithHugeFile [2022-06-29T21:30:03.997Z] --- PASS: TestRenameLinkedContainer (1.79s) [2022-06-29T21:30:03.997Z] === RUN TestRenameStoppedContainer [2022-06-29T21:30:04.258Z] --- PASS: TestRenameStoppedContainer (0.43s) [2022-06-29T21:30:04.258Z] === RUN TestRenameRunningContainerAndReuse [2022-06-29T21:30:05.199Z] --- PASS: TestRenameRunningContainerAndReuse (0.89s) [2022-06-29T21:30:05.199Z] === RUN TestRenameInvalidName [2022-06-29T21:30:05.459Z] --- PASS: TestRenameInvalidName (0.43s) [2022-06-29T21:30:05.459Z] === RUN TestRenameAnonymousContainer [2022-06-29T21:30:06.956Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.05s) [2022-06-29T21:30:06.957Z] === RUN TestAuthZPluginV2Disable [2022-06-29T21:30:07.378Z] --- PASS: TestRenameAnonymousContainer (1.58s) [2022-06-29T21:30:07.378Z] === RUN TestRenameContainerWithSameName [2022-06-29T21:30:07.639Z] --- PASS: TestRenameContainerWithSameName (0.45s) [2022-06-29T21:30:07.639Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-29T21:30:07.948Z] --- PASS: TestImportExtremelyLargeImageWorks (92.89s) [2022-06-29T21:30:07.948Z] PASS [2022-06-29T21:30:07.948Z] [2022-06-29T21:30:07.948Z] === Skipped [2022-06-29T21:30:07.948Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-06-29T21:30:07.948Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-06-29T21:30:07.948Z] [2022-06-29T21:30:07.948Z] DONE 22 tests, 1 skipped in 96.602s [2022-06-29T21:30:07.948Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-06-29T21:30:07.948Z] === RUN TestStripANSICommands [2022-06-29T21:30:07.948Z] === RUN TestStripANSICommands/#00 [2022-06-29T21:30:07.948Z] === RUN TestStripANSICommands/#01 [2022-06-29T21:30:07.948Z] --- PASS: TestStripANSICommands (0.00s) [2022-06-29T21:30:07.948Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-06-29T21:30:07.948Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-06-29T21:30:07.948Z] PASS [2022-06-29T21:30:07.948Z] [2022-06-29T21:30:07.948Z] DONE 3 tests in 0.046s [2022-06-29T21:30:07.948Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-29T21:30:07.948Z] INFO: Testing against a local daemon [2022-06-29T21:30:07.948Z] === RUN TestNetworkCreateDelete [2022-06-29T21:30:07.948Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-06-29T21:30:07.948Z] === RUN TestDockerNetworkDeletePreferID [2022-06-29T21:30:07.948Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-06-29T21:30:07.948Z] === RUN TestDaemonDNSFallback [2022-06-29T21:30:08.581Z] --- PASS: TestRenameContainerWithLinkedContainer (0.90s) [2022-06-29T21:30:08.581Z] === RUN TestResize [2022-06-29T21:30:08.725Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-06-29T21:30:08.842Z] --- PASS: TestResize (0.40s) [2022-06-29T21:30:08.842Z] === RUN TestResizeWithInvalidSize [2022-06-29T21:30:09.413Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2022-06-29T21:30:09.413Z] === RUN TestResizeWhenContainerNotStarted [2022-06-29T21:30:09.674Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2022-06-29T21:30:09.674Z] === RUN TestDaemonRestartKillContainers [2022-06-29T21:30:09.674Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-29T21:30:09.674Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-29T21:30:09.674Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-29T21:30:09.674Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-29T21:30:09.674Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-29T21:30:09.674Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-29T21:30:09.674Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-29T21:30:09.674Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-29T21:30:09.674Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-29T21:30:09.674Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-29T21:30:09.674Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-29T21:30:09.674Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-29T21:30:09.674Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-29T21:30:09.674Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-29T21:30:09.674Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-29T21:30:09.674Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-29T21:30:09.674Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-29T21:30:09.674Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-29T21:30:09.674Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-29T21:30:09.674Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-29T21:30:09.674Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-29T21:30:09.674Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-29T21:30:09.674Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-29T21:30:09.674Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-29T21:30:09.674Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-29T21:30:09.675Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-29T21:30:09.675Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-29T21:30:09.675Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-29T21:30:09.675Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-29T21:30:09.675Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-29T21:30:09.675Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-29T21:30:09.675Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-29T21:30:09.675Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-29T21:30:09.675Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-29T21:30:10.250Z] --- PASS: TestAuthZPluginV2Disable (3.62s) [2022-06-29T21:30:10.250Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-29T21:30:11.063Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-29T21:30:11.246Z] --- PASS: TestDaemonDNSFallback (6.34s) [2022-06-29T21:30:11.246Z] === RUN TestInspectNetwork [2022-06-29T21:30:11.246Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:11.246Z] --- SKIP: TestInspectNetwork (0.00s) [2022-06-29T21:30:11.246Z] === RUN TestRunContainerWithBridgeNone [2022-06-29T21:30:11.246Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-29T21:30:11.246Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-06-29T21:30:11.246Z] === RUN TestNetworkInvalidJSON [2022-06-29T21:30:11.246Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-29T21:30:11.246Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-29T21:30:11.246Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-29T21:30:11.246Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-29T21:30:11.246Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-29T21:30:11.246Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-29T21:30:11.246Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-29T21:30:11.246Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-29T21:30:11.246Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-29T21:30:11.246Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-29T21:30:11.246Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-29T21:30:11.246Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-29T21:30:11.246Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-29T21:30:11.246Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-29T21:30:11.246Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-29T21:30:11.246Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-29T21:30:11.246Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-29T21:30:11.246Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-29T21:30:11.246Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-29T21:30:11.246Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-29T21:30:11.246Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-29T21:30:11.246Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-06-29T21:30:11.246Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-29T21:30:11.246Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-29T21:30:11.246Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-29T21:30:11.246Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-29T21:30:11.246Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-29T21:30:11.246Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-29T21:30:11.246Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-29T21:30:11.246Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-29T21:30:11.246Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-29T21:30:11.246Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-29T21:30:11.246Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-29T21:30:11.246Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-29T21:30:11.246Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-29T21:30:11.246Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-29T21:30:11.246Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-29T21:30:11.246Z] === RUN TestNetworkList [2022-06-29T21:30:11.246Z] === RUN TestNetworkList//networks [2022-06-29T21:30:11.246Z] === PAUSE TestNetworkList//networks [2022-06-29T21:30:11.246Z] === RUN TestNetworkList//networks/ [2022-06-29T21:30:11.246Z] === PAUSE TestNetworkList//networks/ [2022-06-29T21:30:11.246Z] === CONT TestNetworkList//networks [2022-06-29T21:30:11.246Z] === CONT TestNetworkList//networks/ [2022-06-29T21:30:11.246Z] --- PASS: TestNetworkList (0.02s) [2022-06-29T21:30:11.246Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-29T21:30:11.246Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-29T21:30:11.246Z] === RUN TestHostIPv4BridgeLabel [2022-06-29T21:30:11.246Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-29T21:30:11.246Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-06-29T21:30:11.246Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-29T21:30:11.246Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-29T21:30:11.246Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2022-06-29T21:30:11.246Z] === RUN TestDaemonDefaultNetworkPools [2022-06-29T21:30:11.246Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-29T21:30:11.246Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2022-06-29T21:30:11.246Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-29T21:30:11.246Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-29T21:30:11.246Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2022-06-29T21:30:11.246Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-29T21:30:11.246Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-29T21:30:11.246Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-06-29T21:30:11.246Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-29T21:30:11.246Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-29T21:30:11.246Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-06-29T21:30:11.246Z] === RUN TestServiceWithPredefinedNetwork [2022-06-29T21:30:11.246Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:11.246Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-06-29T21:30:11.246Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-29T21:30:11.246Z] service_test.go:243: FLAKY_TEST [2022-06-29T21:30:11.246Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-29T21:30:11.246Z] === RUN TestServiceWithDataPathPortInit [2022-06-29T21:30:11.323Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-29T21:30:11.507Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:11.507Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2022-06-29T21:30:11.507Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-29T21:30:11.507Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:11.507Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-06-29T21:30:11.507Z] PASS [2022-06-29T21:30:11.507Z] [2022-06-29T21:30:11.507Z] === Skipped [2022-06-29T21:30:11.507Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-06-29T21:30:11.507Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:11.507Z] [2022-06-29T21:30:11.507Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-06-29T21:30:11.507Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-29T21:30:11.507Z] [2022-06-29T21:30:11.507Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-06-29T21:30:11.507Z] network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-29T21:30:11.507Z] [2022-06-29T21:30:11.507Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2022-06-29T21:30:11.507Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-29T21:30:11.507Z] [2022-06-29T21:30:11.507Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2022-06-29T21:30:11.507Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-29T21:30:11.507Z] [2022-06-29T21:30:11.507Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2022-06-29T21:30:11.507Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-29T21:30:11.507Z] [2022-06-29T21:30:11.507Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s) [2022-06-29T21:30:11.507Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-29T21:30:11.507Z] [2022-06-29T21:30:11.507Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2022-06-29T21:30:11.507Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-29T21:30:11.507Z] [2022-06-29T21:30:11.507Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-06-29T21:30:11.507Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:11.507Z] [2022-06-29T21:30:11.507Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-29T21:30:11.507Z] service_test.go:243: FLAKY_TEST [2022-06-29T21:30:11.507Z] [2022-06-29T21:30:11.507Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2022-06-29T21:30:11.507Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:11.507Z] [2022-06-29T21:30:11.507Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-06-29T21:30:11.507Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:11.507Z] [2022-06-29T21:30:11.507Z] DONE 34 tests, 12 skipped in 7.119s [2022-06-29T21:30:11.507Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-29T21:30:11.507Z] INFO: Testing against a local daemon [2022-06-29T21:30:11.507Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-29T21:30:11.507Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-29T21:30:11.508Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-29T21:30:11.508Z] === RUN TestDockerNetworkIpvlan [2022-06-29T21:30:11.508Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-29T21:30:11.508Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-29T21:30:11.508Z] PASS [2022-06-29T21:30:11.508Z] [2022-06-29T21:30:11.508Z] === Skipped [2022-06-29T21:30:11.508Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-29T21:30:11.508Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-29T21:30:11.508Z] [2022-06-29T21:30:11.508Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-29T21:30:11.508Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-29T21:30:11.508Z] [2022-06-29T21:30:11.508Z] DONE 2 tests, 2 skipped in 0.169s [2022-06-29T21:30:11.508Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-29T21:30:11.769Z] INFO: Testing against a local daemon [2022-06-29T21:30:11.769Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-29T21:30:11.769Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-29T21:30:11.769Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-06-29T21:30:11.769Z] === RUN TestDockerNetworkMacvlan [2022-06-29T21:30:11.769Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-29T21:30:11.769Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-06-29T21:30:11.769Z] PASS [2022-06-29T21:30:11.769Z] [2022-06-29T21:30:11.769Z] === Skipped [2022-06-29T21:30:11.769Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-06-29T21:30:11.769Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-29T21:30:11.769Z] [2022-06-29T21:30:11.769Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-06-29T21:30:11.769Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-06-29T21:30:11.769Z] [2022-06-29T21:30:11.769Z] DONE 2 tests, 2 skipped in 0.125s [2022-06-29T21:30:11.769Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-29T21:30:11.769Z] testing: warning: no tests to run [2022-06-29T21:30:11.769Z] PASS [2022-06-29T21:30:11.769Z] [2022-06-29T21:30:11.769Z] DONE 0 tests in 0.031s [2022-06-29T21:30:11.769Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-29T21:30:11.769Z] INFO: Testing against a local daemon [2022-06-29T21:30:11.769Z] === RUN TestAuthZPluginAllowRequest [2022-06-29T21:30:11.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:11.769Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-06-29T21:30:11.769Z] === RUN TestAuthZPluginTLS [2022-06-29T21:30:11.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:11.769Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-06-29T21:30:11.769Z] === RUN TestAuthZPluginDenyRequest [2022-06-29T21:30:11.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:11.769Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-06-29T21:30:11.769Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-29T21:30:11.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:11.769Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-06-29T21:30:11.769Z] === RUN TestAuthZPluginDenyResponse [2022-06-29T21:30:11.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:11.769Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-06-29T21:30:11.769Z] === RUN TestAuthZPluginAllowEventStream [2022-06-29T21:30:11.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:11.769Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-06-29T21:30:11.769Z] === RUN TestAuthZPluginErrorResponse [2022-06-29T21:30:11.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:11.769Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-06-29T21:30:11.769Z] === RUN TestAuthZPluginErrorRequest [2022-06-29T21:30:11.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:11.769Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-06-29T21:30:11.769Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-29T21:30:11.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:11.769Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-06-29T21:30:11.769Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-29T21:30:11.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:11.769Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-06-29T21:30:11.769Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-29T21:30:11.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:11.769Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-06-29T21:30:11.769Z] === RUN TestAuthZPluginHeader [2022-06-29T21:30:11.769Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:11.769Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-06-29T21:30:11.769Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-29T21:30:12.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.030Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.13s) [2022-06-29T21:30:12.030Z] === RUN TestAuthZPluginV2Disable [2022-06-29T21:30:12.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.030Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2022-06-29T21:30:12.030Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-29T21:30:12.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.030Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.03s) [2022-06-29T21:30:12.030Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-29T21:30:12.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.030Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-06-29T21:30:12.030Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-29T21:30:12.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.030Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-06-29T21:30:12.030Z] PASS [2022-06-29T21:30:12.030Z] [2022-06-29T21:30:12.030Z] === Skipped [2022-06-29T21:30:12.030Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-06-29T21:30:12.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.030Z] [2022-06-29T21:30:12.030Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-06-29T21:30:12.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.030Z] [2022-06-29T21:30:12.030Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-06-29T21:30:12.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.030Z] [2022-06-29T21:30:12.030Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-06-29T21:30:12.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.030Z] [2022-06-29T21:30:12.030Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-06-29T21:30:12.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.030Z] [2022-06-29T21:30:12.030Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-06-29T21:30:12.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.030Z] [2022-06-29T21:30:12.030Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-06-29T21:30:12.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.030Z] [2022-06-29T21:30:12.030Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-06-29T21:30:12.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.030Z] [2022-06-29T21:30:12.030Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-06-29T21:30:12.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.030Z] [2022-06-29T21:30:12.030Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-06-29T21:30:12.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.030Z] [2022-06-29T21:30:12.030Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-06-29T21:30:12.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.030Z] [2022-06-29T21:30:12.030Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-06-29T21:30:12.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.030Z] [2022-06-29T21:30:12.030Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.13s) [2022-06-29T21:30:12.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.030Z] [2022-06-29T21:30:12.030Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2022-06-29T21:30:12.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.030Z] [2022-06-29T21:30:12.030Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.03s) [2022-06-29T21:30:12.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.030Z] [2022-06-29T21:30:12.030Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-06-29T21:30:12.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.030Z] [2022-06-29T21:30:12.030Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-06-29T21:30:12.030Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.030Z] [2022-06-29T21:30:12.030Z] DONE 17 tests, 17 skipped in 0.326s [2022-06-29T21:30:12.030Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-29T21:30:12.291Z] INFO: Testing against a local daemon [2022-06-29T21:30:12.291Z] === RUN TestPluginInvalidJSON [2022-06-29T21:30:12.291Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-29T21:30:12.291Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-29T21:30:12.291Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-29T21:30:12.291Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-29T21:30:12.291Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-29T21:30:12.291Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-29T21:30:12.291Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-29T21:30:12.291Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-29T21:30:12.291Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-29T21:30:12.291Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-29T21:30:12.291Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-29T21:30:12.291Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-29T21:30:12.291Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-29T21:30:12.291Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-29T21:30:12.291Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-29T21:30:12.291Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-29T21:30:12.291Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-29T21:30:12.291Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-29T21:30:12.291Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-29T21:30:12.291Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-29T21:30:12.291Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-29T21:30:12.291Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-06-29T21:30:12.291Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-06-29T21:30:12.291Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-29T21:30:12.291Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-29T21:30:12.291Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-29T21:30:12.291Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-29T21:30:12.291Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-29T21:30:12.291Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-29T21:30:12.291Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-29T21:30:12.291Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-29T21:30:12.291Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-29T21:30:12.291Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-29T21:30:12.291Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-29T21:30:12.291Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-29T21:30:12.291Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-29T21:30:12.291Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-29T21:30:12.291Z] === RUN TestPluginInstall [2022-06-29T21:30:12.291Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.291Z] --- SKIP: TestPluginInstall (0.00s) [2022-06-29T21:30:12.291Z] === RUN TestPluginsWithRuntimes [2022-06-29T21:30:12.291Z] plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-06-29T21:30:12.291Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-06-29T21:30:12.291Z] === RUN TestPluginBackCompatMediaTypes [2022-06-29T21:30:12.291Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-06-29T21:30:12.291Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-06-29T21:30:12.291Z] PASS [2022-06-29T21:30:12.291Z] [2022-06-29T21:30:12.291Z] === Skipped [2022-06-29T21:30:12.291Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-06-29T21:30:12.291Z] plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-06-29T21:30:12.291Z] [2022-06-29T21:30:12.291Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-06-29T21:30:12.291Z] plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-06-29T21:30:12.291Z] [2022-06-29T21:30:12.291Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-06-29T21:30:12.291Z] plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-06-29T21:30:12.291Z] [2022-06-29T21:30:12.291Z] DONE 19 tests, 3 skipped in 0.237s [2022-06-29T21:30:12.291Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-29T21:30:12.552Z] INFO: Testing against a local daemon [2022-06-29T21:30:12.552Z] === RUN TestExternalGraphDriver [2022-06-29T21:30:12.552Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-06-29T21:30:12.552Z] --- SKIP: TestExternalGraphDriver (0.04s) [2022-06-29T21:30:12.552Z] === RUN TestGraphdriverPluginV2 [2022-06-29T21:30:12.709Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-29T21:30:13.545Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.26s) [2022-06-29T21:30:13.545Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-29T21:30:14.093Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-29T21:30:15.035Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-29T21:30:15.035Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-29T21:30:16.758Z] --- PASS: TestGraphdriverPluginV2 (3.62s) [2022-06-29T21:30:16.758Z] PASS [2022-06-29T21:30:16.758Z] [2022-06-29T21:30:16.758Z] === Skipped [2022-06-29T21:30:16.758Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.04s) [2022-06-29T21:30:16.758Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-06-29T21:30:16.758Z] [2022-06-29T21:30:16.758Z] DONE 2 tests, 1 skipped in 3.760s [2022-06-29T21:30:16.758Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-29T21:30:16.758Z] INFO: Testing against a local daemon [2022-06-29T21:30:16.758Z] === RUN TestContinueAfterPluginCrash [2022-06-29T21:30:16.758Z] === PAUSE TestContinueAfterPluginCrash [2022-06-29T21:30:16.758Z] === RUN TestReadPluginNoRead [2022-06-29T21:30:16.758Z] === PAUSE TestReadPluginNoRead [2022-06-29T21:30:16.758Z] === RUN TestDaemonStartWithLogOpt [2022-06-29T21:30:16.758Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-29T21:30:16.758Z] === CONT TestContinueAfterPluginCrash [2022-06-29T21:30:16.758Z] === CONT TestDaemonStartWithLogOpt [2022-06-29T21:30:18.333Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-29T21:30:18.333Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-29T21:30:20.247Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-29T21:30:20.962Z] --- PASS: TestDaemonStartWithLogOpt (4.56s) [2022-06-29T21:30:20.962Z] === CONT TestReadPluginNoRead [2022-06-29T21:30:22.196Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-29T21:30:22.196Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-29T21:30:23.508Z] === RUN TestReadPluginNoRead/default [2022-06-29T21:30:24.108Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-29T21:30:24.108Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-29T21:30:24.450Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-29T21:30:25.395Z] --- PASS: TestContinueAfterPluginCrash (9.22s) [2022-06-29T21:30:25.493Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-29T21:30:25.655Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-29T21:30:25.762Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.55s) [2022-06-29T21:30:25.762Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-29T21:30:27.045Z] === CONT TestReadPluginNoRead [2022-06-29T21:30:27.045Z] read_test.go:92: [d09fd45b0474c] daemon is not started [2022-06-29T21:30:27.045Z] --- PASS: TestReadPluginNoRead (6.07s) [2022-06-29T21:30:27.045Z] --- PASS: TestReadPluginNoRead/default (1.23s) [2022-06-29T21:30:27.045Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.37s) [2022-06-29T21:30:27.045Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.24s) [2022-06-29T21:30:27.045Z] PASS [2022-06-29T21:30:27.045Z] [2022-06-29T21:30:27.045Z] DONE 6 tests in 10.745s [2022-06-29T21:30:27.045Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-06-29T21:30:27.045Z] testing: warning: no tests to run [2022-06-29T21:30:27.045Z] PASS [2022-06-29T21:30:27.045Z] [2022-06-29T21:30:27.045Z] DONE 0 tests in 0.033s [2022-06-29T21:30:27.045Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-29T21:30:27.045Z] INFO: Testing against a local daemon [2022-06-29T21:30:27.045Z] === RUN TestPluginWithDevMounts [2022-06-29T21:30:27.045Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-06-29T21:30:27.045Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-06-29T21:30:27.045Z] PASS [2022-06-29T21:30:27.045Z] [2022-06-29T21:30:27.045Z] === Skipped [2022-06-29T21:30:27.045Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-06-29T21:30:27.045Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-06-29T21:30:27.045Z] [2022-06-29T21:30:27.045Z] DONE 1 tests, 1 skipped in 0.214s [2022-06-29T21:30:27.045Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-29T21:30:27.306Z] INFO: Testing against a local daemon [2022-06-29T21:30:27.306Z] === RUN TestSecretInspect [2022-06-29T21:30:27.306Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.306Z] --- SKIP: TestSecretInspect (0.02s) [2022-06-29T21:30:27.306Z] === RUN TestSecretList [2022-06-29T21:30:27.306Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.306Z] --- SKIP: TestSecretList (0.02s) [2022-06-29T21:30:27.306Z] === RUN TestSecretsCreateAndDelete [2022-06-29T21:30:27.306Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.306Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-06-29T21:30:27.306Z] === RUN TestSecretsUpdate [2022-06-29T21:30:27.306Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.306Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-06-29T21:30:27.306Z] === RUN TestTemplatedSecret [2022-06-29T21:30:27.306Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.306Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-06-29T21:30:27.306Z] === RUN TestSecretCreateResolve [2022-06-29T21:30:27.306Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.306Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-06-29T21:30:27.306Z] PASS [2022-06-29T21:30:27.306Z] [2022-06-29T21:30:27.306Z] === Skipped [2022-06-29T21:30:27.306Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2022-06-29T21:30:27.306Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.306Z] [2022-06-29T21:30:27.306Z] === SKIP: amd64.integration.secret TestSecretList (0.02s) [2022-06-29T21:30:27.306Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.306Z] [2022-06-29T21:30:27.306Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-06-29T21:30:27.306Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.306Z] [2022-06-29T21:30:27.306Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-06-29T21:30:27.306Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.306Z] [2022-06-29T21:30:27.306Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-06-29T21:30:27.306Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.306Z] [2022-06-29T21:30:27.306Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-06-29T21:30:27.306Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.306Z] [2022-06-29T21:30:27.306Z] DONE 6 tests, 6 skipped in 0.190s [2022-06-29T21:30:27.306Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-29T21:30:27.406Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-29T21:30:27.406Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.33s) [2022-06-29T21:30:27.406Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.61s) [2022-06-29T21:30:27.406Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.32s) [2022-06-29T21:30:27.406Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-06-29T21:30:27.406Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.78s) [2022-06-29T21:30:27.406Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-06-29T21:30:27.406Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.30s) [2022-06-29T21:30:27.406Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.33s) [2022-06-29T21:30:27.406Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.86s) [2022-06-29T21:30:27.406Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.71s) [2022-06-29T21:30:27.406Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.92s) [2022-06-29T21:30:27.406Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.78s) [2022-06-29T21:30:27.406Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.99s) [2022-06-29T21:30:27.406Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.68s) [2022-06-29T21:30:27.406Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.72s) [2022-06-29T21:30:27.406Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.64s) [2022-06-29T21:30:27.406Z] === RUN TestCgroupNamespacesRun [2022-06-29T21:30:27.567Z] INFO: Testing against a local daemon [2022-06-29T21:30:27.568Z] === RUN TestServiceCreateInit [2022-06-29T21:30:27.568Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-29T21:30:27.568Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.568Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-29T21:30:27.568Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.568Z] --- PASS: TestServiceCreateInit (0.02s) [2022-06-29T21:30:27.568Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-29T21:30:27.568Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-29T21:30:27.568Z] === RUN TestCreateServiceMultipleTimes [2022-06-29T21:30:27.568Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.568Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-06-29T21:30:27.568Z] === RUN TestCreateServiceConflict [2022-06-29T21:30:27.568Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.568Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-06-29T21:30:27.568Z] === RUN TestCreateServiceMaxReplicas [2022-06-29T21:30:27.568Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.568Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2022-06-29T21:30:27.568Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-29T21:30:27.568Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.568Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-06-29T21:30:27.568Z] === RUN TestCreateServiceSecretFileMode [2022-06-29T21:30:27.568Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.568Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-06-29T21:30:27.568Z] === RUN TestCreateServiceConfigFileMode [2022-06-29T21:30:27.568Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.568Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-06-29T21:30:27.568Z] === RUN TestCreateServiceSysctls [2022-06-29T21:30:27.568Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.568Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-06-29T21:30:27.568Z] === RUN TestCreateServiceCapabilities [2022-06-29T21:30:27.568Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.831Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-06-29T21:30:27.831Z] === RUN TestInspect [2022-06-29T21:30:27.831Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.831Z] --- SKIP: TestInspect (0.01s) [2022-06-29T21:30:27.831Z] === RUN TestCreateJob [2022-06-29T21:30:27.831Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.831Z] --- SKIP: TestCreateJob (0.01s) [2022-06-29T21:30:27.831Z] === RUN TestReplicatedJob [2022-06-29T21:30:27.831Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.831Z] --- SKIP: TestReplicatedJob (0.01s) [2022-06-29T21:30:27.831Z] === RUN TestUpdateReplicatedJob [2022-06-29T21:30:27.831Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.831Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-06-29T21:30:27.831Z] === RUN TestServiceListWithStatuses [2022-06-29T21:30:27.831Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-29T21:30:27.831Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-29T21:30:27.831Z] === RUN TestDockerNetworkConnectAlias [2022-06-29T21:30:27.831Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.831Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-06-29T21:30:27.831Z] === RUN TestDockerNetworkReConnect [2022-06-29T21:30:27.831Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:27.831Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-06-29T21:30:27.831Z] === RUN TestServicePlugin [2022-06-29T21:30:28.348Z] --- PASS: TestCgroupNamespacesRun (1.20s) [2022-06-29T21:30:28.348Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-29T21:30:29.288Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.12s) [2022-06-29T21:30:29.288Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-29T21:30:29.745Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] --- SKIP: TestServicePlugin (1.93s) [2022-06-29T21:30:29.745Z] === RUN TestServiceUpdateLabel [2022-06-29T21:30:29.745Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-06-29T21:30:29.745Z] === RUN TestServiceUpdateSecrets [2022-06-29T21:30:29.745Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-06-29T21:30:29.745Z] === RUN TestServiceUpdateConfigs [2022-06-29T21:30:29.745Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] --- SKIP: TestServiceUpdateConfigs (0.02s) [2022-06-29T21:30:29.745Z] === RUN TestServiceUpdateNetwork [2022-06-29T21:30:29.745Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-06-29T21:30:29.745Z] === RUN TestServiceUpdatePidsLimit [2022-06-29T21:30:29.745Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2022-06-29T21:30:29.745Z] PASS [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === Skipped [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-29T21:30:29.745Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-29T21:30:29.745Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-06-29T21:30:29.745Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-06-29T21:30:29.745Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s) [2022-06-29T21:30:29.745Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-06-29T21:30:29.745Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-06-29T21:30:29.745Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-06-29T21:30:29.745Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2022-06-29T21:30:29.745Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s) [2022-06-29T21:30:29.745Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-06-29T21:30:29.745Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-06-29T21:30:29.745Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-06-29T21:30:29.745Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-06-29T21:30:29.745Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-29T21:30:29.745Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-06-29T21:30:29.745Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-06-29T21:30:29.745Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestServicePlugin (1.93s) [2022-06-29T21:30:29.745Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-06-29T21:30:29.745Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-06-29T21:30:29.745Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.02s) [2022-06-29T21:30:29.745Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-06-29T21:30:29.745Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2022-06-29T21:30:29.745Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-06-29T21:30:29.745Z] [2022-06-29T21:30:29.745Z] DONE 24 tests, 23 skipped in 2.421s [2022-06-29T21:30:29.745Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-29T21:30:30.006Z] INFO: Testing against a local daemon [2022-06-29T21:30:30.006Z] === RUN TestSessionCreate [2022-06-29T21:30:30.006Z] --- PASS: TestSessionCreate (0.03s) [2022-06-29T21:30:30.006Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-29T21:30:30.006Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2022-06-29T21:30:30.006Z] PASS [2022-06-29T21:30:30.006Z] [2022-06-29T21:30:30.006Z] DONE 2 tests in 0.202s [2022-06-29T21:30:30.006Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-29T21:30:30.266Z] INFO: Testing against a local daemon [2022-06-29T21:30:30.267Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-29T21:30:30.267Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-29T21:30:30.267Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-29T21:30:30.267Z] === RUN TestDiskUsage [2022-06-29T21:30:30.267Z] === PAUSE TestDiskUsage [2022-06-29T21:30:30.267Z] === RUN TestEventsExecDie [2022-06-29T21:30:30.673Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.18s) [2022-06-29T21:30:30.673Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-29T21:30:30.837Z] --- PASS: TestEventsExecDie (0.53s) [2022-06-29T21:30:30.838Z] === RUN TestEventsBackwardsCompatible [2022-06-29T21:30:30.838Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-06-29T21:30:30.838Z] === RUN TestEventsVolumeCreate [2022-06-29T21:30:30.838Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-06-29T21:30:30.838Z] === RUN TestInfoBinaryCommits [2022-06-29T21:30:30.838Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-29T21:30:30.838Z] === RUN TestInfoAPIVersioned [2022-06-29T21:30:30.838Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-29T21:30:30.838Z] === RUN TestInfoAPI [2022-06-29T21:30:30.838Z] --- PASS: TestInfoAPI (0.02s) [2022-06-29T21:30:30.838Z] === RUN TestInfoAPIWarnings [2022-06-29T21:30:31.614Z] --- PASS: TestCgroupNamespacesRunHostMode (1.15s) [2022-06-29T21:30:31.614Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-29T21:30:32.999Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.18s) [2022-06-29T21:30:32.999Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-29T21:30:33.940Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s) [2022-06-29T21:30:33.940Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-29T21:30:34.883Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-06-29T21:30:34.883Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-29T21:30:35.824Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.16s) [2022-06-29T21:30:35.824Z] === RUN TestNISDomainname [2022-06-29T21:30:36.394Z] --- PASS: TestNISDomainname (0.54s) [2022-06-29T21:30:36.394Z] === RUN TestHostnameDnsResolution [2022-06-29T21:30:37.335Z] --- PASS: TestHostnameDnsResolution (0.68s) [2022-06-29T21:30:37.335Z] === RUN TestUnprivilegedPortsAndPing [2022-06-29T21:30:37.596Z] --- PASS: TestUnprivilegedPortsAndPing (0.56s) [2022-06-29T21:30:37.596Z] === RUN TestPrivilegedHostDevices [2022-06-29T21:30:38.167Z] --- PASS: TestPrivilegedHostDevices (0.53s) [2022-06-29T21:30:38.167Z] === RUN TestRunConsoleSize [2022-06-29T21:30:38.738Z] --- PASS: TestRunConsoleSize (0.41s) [2022-06-29T21:30:38.738Z] === RUN TestStats [2022-06-29T21:30:40.657Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2022-06-29T21:30:40.657Z] PASS [2022-06-29T21:30:40.657Z] [2022-06-29T21:30:40.657Z] DONE 17 tests in 47.718s [2022-06-29T21:30:40.657Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-29T21:30:40.657Z] INFO: Testing against a local daemon [2022-06-29T21:30:40.657Z] === RUN TestPluginInvalidJSON [2022-06-29T21:30:40.657Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-29T21:30:40.657Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-29T21:30:40.657Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-29T21:30:40.657Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-29T21:30:40.657Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-29T21:30:40.657Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-29T21:30:40.657Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-29T21:30:40.657Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-29T21:30:40.657Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-29T21:30:40.657Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-29T21:30:40.657Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-29T21:30:40.657Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-29T21:30:40.657Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-29T21:30:40.657Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-29T21:30:40.657Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-29T21:30:40.657Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-29T21:30:40.657Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-29T21:30:40.657Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-29T21:30:40.657Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-29T21:30:40.657Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-29T21:30:40.657Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-29T21:30:40.657Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-06-29T21:30:40.657Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-06-29T21:30:40.657Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-29T21:30:40.657Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-29T21:30:40.657Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-29T21:30:40.657Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-29T21:30:40.657Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-29T21:30:40.657Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-29T21:30:40.657Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-29T21:30:40.657Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-29T21:30:40.657Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-29T21:30:40.657Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-29T21:30:40.657Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-29T21:30:40.657Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-29T21:30:40.657Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-29T21:30:40.657Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-29T21:30:40.657Z] === RUN TestPluginInstall [2022-06-29T21:30:40.657Z] === RUN TestPluginInstall/no_auth [2022-06-29T21:30:41.279Z] --- PASS: TestStats (2.45s) [2022-06-29T21:30:41.279Z] === RUN TestStopContainerWithTimeout [2022-06-29T21:30:41.279Z] === RUN TestStopContainerWithTimeout/0 [2022-06-29T21:30:41.279Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-29T21:30:41.279Z] === RUN TestStopContainerWithTimeout/1 [2022-06-29T21:30:41.279Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-29T21:30:41.279Z] === RUN TestStopContainerWithTimeout/3 [2022-06-29T21:30:41.280Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-29T21:30:41.280Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-29T21:30:41.280Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-29T21:30:41.280Z] === CONT TestStopContainerWithTimeout/0 [2022-06-29T21:30:41.280Z] === CONT TestStopContainerWithTimeout/3 [2022-06-29T21:30:41.599Z] time="2022-06-29T21:30:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-29T21:30:41.599Z] time="2022-06-29T21:30:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4c366646a5021588d90da69eb2ddea7a16651b97261e7698d583c3cbcb5e0cfd" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-29T21:30:41.599Z] time="2022-06-29T21:30:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-29T21:30:41.599Z] time="2022-06-29T21:30:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4c366646a5021588d90da69eb2ddea7a16651b97261e7698d583c3cbcb5e0cfd" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-29T21:30:41.599Z] === RUN TestPluginInstall/with_htpasswd [2022-06-29T21:30:41.851Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-29T21:30:42.168Z] time="2022-06-29T21:30:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-29T21:30:42.168Z] time="2022-06-29T21:30:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5da63475fc5012b7cda1c12ac88238e1602203f50e6fe692c69c304ff0368cde" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-29T21:30:42.168Z] time="2022-06-29T21:30:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-29T21:30:42.168Z] time="2022-06-29T21:30:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5da63475fc5012b7cda1c12ac88238e1602203f50e6fe692c69c304ff0368cde" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-29T21:30:42.168Z] === RUN TestPluginInstall/with_insecure [2022-06-29T21:30:43.109Z] time="2022-06-29T21:30:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-29T21:30:43.109Z] time="2022-06-29T21:30:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:be3f3b9ba7bcd9e7eb5bc2bc3cde83988b135318e4f49484c013c206df5231f5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-29T21:30:43.109Z] time="2022-06-29T21:30:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-29T21:30:43.109Z] time="2022-06-29T21:30:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:be3f3b9ba7bcd9e7eb5bc2bc3cde83988b135318e4f49484c013c206df5231f5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-29T21:30:43.370Z] plugin_test.go:195: [da995288000cd] daemon is not started [2022-06-29T21:30:43.370Z] --- PASS: TestPluginInstall (2.72s) [2022-06-29T21:30:43.370Z] --- PASS: TestPluginInstall/no_auth (1.04s) [2022-06-29T21:30:43.370Z] --- PASS: TestPluginInstall/with_htpasswd (0.60s) [2022-06-29T21:30:43.370Z] --- PASS: TestPluginInstall/with_insecure (1.08s) [2022-06-29T21:30:43.370Z] === RUN TestPluginsWithRuntimes [2022-06-29T21:30:43.762Z] === CONT TestStopContainerWithTimeout/1 [2022-06-29T21:30:44.749Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-29T21:30:45.145Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-06-29T21:30:45.145Z] --- PASS: TestStopContainerWithTimeout/0 (0.78s) [2022-06-29T21:30:45.145Z] --- PASS: TestStopContainerWithTimeout/3 (2.67s) [2022-06-29T21:30:45.145Z] --- PASS: TestStopContainerWithTimeout/-1 (2.39s) [2022-06-29T21:30:45.145Z] --- PASS: TestStopContainerWithTimeout/1 (1.40s) [2022-06-29T21:30:45.145Z] === RUN TestDeleteDevicemapper [2022-06-29T21:30:45.145Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-29T21:30:45.145Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-29T21:30:45.145Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-29T21:30:45.689Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-29T21:30:46.530Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.35s) [2022-06-29T21:30:46.530Z] === RUN TestUpdateMemory [2022-06-29T21:30:46.640Z] --- PASS: TestPluginsWithRuntimes (3.34s) [2022-06-29T21:30:46.640Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.92s) [2022-06-29T21:30:46.640Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.89s) [2022-06-29T21:30:46.640Z] === RUN TestPluginBackCompatMediaTypes [2022-06-29T21:30:47.101Z] --- PASS: TestUpdateMemory (0.49s) [2022-06-29T21:30:47.101Z] === RUN TestUpdateCPUQuota [2022-06-29T21:30:47.212Z] --- PASS: TestPluginBackCompatMediaTypes (0.59s) [2022-06-29T21:30:47.212Z] PASS [2022-06-29T21:30:47.212Z] [2022-06-29T21:30:47.212Z] DONE 24 tests in 6.696s [2022-06-29T21:30:47.212Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-29T21:30:47.471Z] INFO: Testing against a local daemon [2022-06-29T21:30:47.471Z] === RUN TestExternalGraphDriver [2022-06-29T21:30:47.471Z] === RUN TestExternalGraphDriver/json [2022-06-29T21:30:47.671Z] --- PASS: TestUpdateCPUQuota (0.73s) [2022-06-29T21:30:47.671Z] === RUN TestUpdatePidsLimit [2022-06-29T21:30:47.671Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-29T21:30:47.932Z] === RUN TestUpdatePidsLimit/no_change [2022-06-29T21:30:48.193Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-29T21:30:48.193Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-29T21:30:48.453Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-29T21:30:48.714Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-29T21:30:48.949Z] --- PASS: TestInfoAPIWarnings (16.57s) [2022-06-29T21:30:48.949Z] === RUN TestInfoDebug [2022-06-29T21:30:48.949Z] --- PASS: TestInfoDebug (0.54s) [2022-06-29T21:30:48.949Z] === RUN TestInfoInsecureRegistries [2022-06-29T21:30:48.949Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-06-29T21:30:48.949Z] === RUN TestInfoRegistryMirrors [2022-06-29T21:30:48.949Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-06-29T21:30:48.949Z] === RUN TestLoginFailsWithBadCredentials [2022-06-29T21:30:48.975Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-29T21:30:49.210Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-06-29T21:30:49.210Z] === RUN TestPingCacheHeaders [2022-06-29T21:30:49.210Z] --- PASS: TestPingCacheHeaders (0.05s) [2022-06-29T21:30:49.210Z] === RUN TestPingGet [2022-06-29T21:30:49.210Z] --- PASS: TestPingGet (0.01s) [2022-06-29T21:30:49.210Z] === RUN TestPingHead [2022-06-29T21:30:49.210Z] --- PASS: TestPingHead (0.03s) [2022-06-29T21:30:49.210Z] === RUN TestPingSwarmHeader [2022-06-29T21:30:49.389Z] === RUN TestExternalGraphDriver/spec [2022-06-29T21:30:49.545Z] --- PASS: TestUpdatePidsLimit (1.77s) [2022-06-29T21:30:49.545Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.20s) [2022-06-29T21:30:49.545Z] --- PASS: TestUpdatePidsLimit/no_change (0.20s) [2022-06-29T21:30:49.545Z] --- PASS: TestUpdatePidsLimit/update_lower (0.17s) [2022-06-29T21:30:49.545Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s) [2022-06-29T21:30:49.545Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.18s) [2022-06-29T21:30:49.545Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.21s) [2022-06-29T21:30:49.545Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.18s) [2022-06-29T21:30:49.545Z] === RUN TestUpdateRestartPolicy [2022-06-29T21:30:49.781Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-29T21:30:50.353Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-29T21:30:50.770Z] === RUN TestExternalGraphDriver/pull [2022-06-29T21:30:51.296Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-29T21:30:51.296Z] --- PASS: TestPingSwarmHeader (2.09s) [2022-06-29T21:30:51.296Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-29T21:30:51.296Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-29T21:30:51.296Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-29T21:30:51.296Z] === RUN TestVersion [2022-06-29T21:30:51.296Z] --- PASS: TestVersion (0.03s) [2022-06-29T21:30:51.296Z] === CONT TestDiskUsage [2022-06-29T21:30:51.867Z] === RUN TestDiskUsage/empty [2022-06-29T21:30:51.867Z] === RUN TestDiskUsage/empty/container_types [2022-06-29T21:30:51.867Z] === RUN TestDiskUsage/empty/image_types [2022-06-29T21:30:51.867Z] === RUN TestDiskUsage/empty/volume_types [2022-06-29T21:30:51.867Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-29T21:30:51.867Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-29T21:30:51.867Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-29T21:30:51.867Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-29T21:30:51.867Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-29T21:30:51.867Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-29T21:30:51.867Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-29T21:30:51.867Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-29T21:30:52.127Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-29T21:30:52.127Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-29T21:30:52.127Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-29T21:30:52.127Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-29T21:30:52.127Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-29T21:30:52.127Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-29T21:30:52.127Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-29T21:30:52.127Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-29T21:30:52.127Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-29T21:30:52.127Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-29T21:30:52.127Z] === RUN TestDiskUsage/after_container.Run [2022-06-29T21:30:52.388Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-29T21:30:52.388Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-29T21:30:52.388Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-29T21:30:52.388Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-29T21:30:52.388Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-29T21:30:52.388Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-29T21:30:52.388Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-29T21:30:52.388Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-29T21:30:52.388Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-29T21:30:52.388Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage (1.20s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.16s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/after_container.Run (0.36s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-06-29T21:30:52.649Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s) [2022-06-29T21:30:52.649Z] PASS [2022-06-29T21:30:52.649Z] [2022-06-29T21:30:52.649Z] === Skipped [2022-06-29T21:30:52.649Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-29T21:30:52.649Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-29T21:30:52.649Z] [2022-06-29T21:30:52.649Z] DONE 54 tests, 1 skipped in 22.550s [2022-06-29T21:30:52.649Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-29T21:30:52.649Z] INFO: Testing against a local daemon [2022-06-29T21:30:52.649Z] === RUN TestVolumesCreateAndList [2022-06-29T21:30:52.649Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-29T21:30:52.649Z] === RUN TestVolumesRemove [2022-06-29T21:30:52.649Z] --- PASS: TestVolumesRemove (0.05s) [2022-06-29T21:30:52.649Z] === RUN TestVolumesInspect [2022-06-29T21:30:52.649Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-29T21:30:52.649Z] === RUN TestVolumesInvalidJSON [2022-06-29T21:30:52.678Z] --- PASS: TestExternalGraphDriver (5.00s) [2022-06-29T21:30:52.678Z] --- PASS: TestExternalGraphDriver/json (1.63s) [2022-06-29T21:30:52.678Z] --- PASS: TestExternalGraphDriver/spec (1.67s) [2022-06-29T21:30:52.678Z] --- PASS: TestExternalGraphDriver/pull (1.65s) [2022-06-29T21:30:52.678Z] === RUN TestGraphdriverPluginV2 [2022-06-29T21:30:52.913Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-29T21:30:52.913Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-29T21:30:52.913Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-29T21:30:52.913Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-29T21:30:52.913Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-29T21:30:52.913Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-29T21:30:52.913Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-29T21:30:52.913Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2022-06-29T21:30:52.913Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-29T21:30:52.913Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-29T21:30:52.913Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-29T21:30:52.913Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-29T21:30:52.913Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-29T21:30:52.913Z] PASS [2022-06-29T21:30:52.913Z] [2022-06-29T21:30:52.913Z] DONE 9 tests in 0.232s [2022-06-29T21:30:52.913Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-29T21:30:52.913Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14257 is not a child of this shell [2022-06-29T21:30:52.913Z] warning: PID 14257 from bundles/test-integration/docker.pid had a nonzero exit code [2022-06-29T21:30:52.913Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-29T21:30:52.913Z] [2022-06-29T21:30:52.913Z] Unloading profiles will leave already running processes permanently [2022-06-29T21:30:52.913Z] unconfined, which can lead to unexpected situations. [2022-06-29T21:30:52.913Z] [2022-06-29T21:30:52.913Z] To set a process to complain mode, use the command line tool [2022-06-29T21:30:52.913Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-29T21:30:52.913Z] Removing test suite binaries [2022-06-29T21:30:52.913Z] exiting test-integration [2022-06-29T21:30:52.913Z] ++ exit 0 [2022-06-29T21:30:52.913Z] Post stage [Pipeline] junit [2022-06-29T21:30:54.313Z] Recording test results [2022-06-29T21:30:56.095Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-29T21:30:56.442Z] + echo Ensuring container killed. [2022-06-29T21:30:56.443Z] Ensuring container killed. [2022-06-29T21:30:56.443Z] + docker rm -vf docker-pr5 [2022-06-29T21:30:56.443Z] Error: No such container: docker-pr5 [Pipeline] sh [2022-06-29T21:30:56.734Z] + echo Chowning /workspace to jenkins user [2022-06-29T21:30:56.734Z] Chowning /workspace to jenkins user [2022-06-29T21:30:56.734Z] + id -u [2022-06-29T21:30:56.734Z] + id -g [2022-06-29T21:30:56.734Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43732:/workspace busybox chown -R 1000:1000 /workspace [2022-06-29T21:30:56.734Z] Unable to find image 'busybox:latest' locally [2022-06-29T21:30:56.875Z] --- PASS: TestGraphdriverPluginV2 (3.90s) [2022-06-29T21:30:56.875Z] PASS [2022-06-29T21:30:56.875Z] [2022-06-29T21:30:56.875Z] DONE 5 tests in 8.936s [2022-06-29T21:30:56.875Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-29T21:30:56.875Z] INFO: Testing against a local daemon [2022-06-29T21:30:56.875Z] === RUN TestContinueAfterPluginCrash [2022-06-29T21:30:56.875Z] === PAUSE TestContinueAfterPluginCrash [2022-06-29T21:30:56.875Z] === RUN TestReadPluginNoRead [2022-06-29T21:30:56.875Z] === PAUSE TestReadPluginNoRead [2022-06-29T21:30:56.875Z] === RUN TestDaemonStartWithLogOpt [2022-06-29T21:30:56.875Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-29T21:30:56.875Z] === CONT TestContinueAfterPluginCrash [2022-06-29T21:30:56.875Z] === CONT TestDaemonStartWithLogOpt [2022-06-29T21:30:57.007Z] latest: Pulling from library/busybox [2022-06-29T21:30:57.007Z] 19d511225f94: Pulling fs layer [2022-06-29T21:30:57.007Z] 19d511225f94: Verifying Checksum [2022-06-29T21:30:57.007Z] 19d511225f94: Download complete [2022-06-29T21:30:57.007Z] 19d511225f94: Pull complete [2022-06-29T21:30:57.007Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83 [2022-06-29T21:30:57.007Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-29T21:30:59.223Z] + bundleName=amd64-rootless [2022-06-29T21:30:59.223Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-06-29T21:30:59.223Z] Creating amd64-rootless-bundles.tar.gz [2022-06-29T21:30:59.223Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-06-29T21:30:59.223Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2022-06-29T21:30:59.238Z] Archiving artifacts [2022-06-29T21:31:00.178Z] --- PASS: TestDaemonStartWithLogOpt (3.35s) [2022-06-29T21:31:00.178Z] === CONT TestReadPluginNoRead [2022-06-29T21:31:01.589Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43732/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-29T21:31:01.772Z] --- PASS: TestUpdateRestartPolicy (10.89s) [2022-06-29T21:31:01.772Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-29T21:31:01.772Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s) [2022-06-29T21:31:01.772Z] === RUN TestWaitNonBlocked [2022-06-29T21:31:01.772Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-29T21:31:01.772Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-29T21:31:01.772Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-29T21:31:01.772Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-29T21:31:01.772Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-29T21:31:01.772Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-29T21:31:01.772Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-06-29T21:31:01.772Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.60s) [2022-06-29T21:31:01.772Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s) [2022-06-29T21:31:01.772Z] === RUN TestWaitBlocked [2022-06-29T21:31:01.772Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-29T21:31:01.772Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-29T21:31:01.772Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-29T21:31:01.772Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-29T21:31:01.772Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-29T21:31:01.772Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-29T21:31:01.907Z] + make clean [2022-06-29T21:31:02.061Z] .........................xx.................... [ 29%] [2022-06-29T21:31:02.168Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-29T21:31:02.168Z] docker-dev-cache [2022-06-29T21:31:02.168Z] docker-mod-cache [Pipeline] deleteDir [2022-06-29T21:31:02.222Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-29T21:31:02.343Z] --- PASS: TestWaitBlocked (0.01s) [2022-06-29T21:31:02.343Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.69s) [2022-06-29T21:31:02.343Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.73s) [2022-06-29T21:31:02.343Z] === RUN TestWaitConditions [2022-06-29T21:31:02.343Z] === RUN TestWaitConditions/default [2022-06-29T21:31:02.343Z] === PAUSE TestWaitConditions/default [2022-06-29T21:31:02.343Z] === RUN TestWaitConditions/not-running [2022-06-29T21:31:02.343Z] === PAUSE TestWaitConditions/not-running [2022-06-29T21:31:02.343Z] === RUN TestWaitConditions/next-exit [2022-06-29T21:31:02.343Z] === PAUSE TestWaitConditions/next-exit [2022-06-29T21:31:02.343Z] === RUN TestWaitConditions/removed [2022-06-29T21:31:02.343Z] === PAUSE TestWaitConditions/removed [2022-06-29T21:31:02.343Z] === CONT TestWaitConditions/default [2022-06-29T21:31:02.343Z] === CONT TestWaitConditions/next-exit [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-29T21:31:03.162Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-29T21:31:04.253Z] === CONT TestWaitConditions/removed [2022-06-29T21:31:04.253Z] === CONT TestWaitConditions/not-running [2022-06-29T21:31:04.544Z] === RUN TestReadPluginNoRead/default [2022-06-29T21:31:04.544Z] --- PASS: TestContinueAfterPluginCrash (8.37s) [2022-06-29T21:31:05.484Z] === CONT TestReadPluginNoRead [2022-06-29T21:31:05.484Z] read_test.go:92: [d8387ab14c1f4] daemon is not started [2022-06-29T21:31:05.484Z] --- PASS: TestReadPluginNoRead (5.91s) [2022-06-29T21:31:05.484Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.25s) [2022-06-29T21:31:05.484Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.23s) [2022-06-29T21:31:05.484Z] --- PASS: TestReadPluginNoRead/default (1.23s) [2022-06-29T21:31:05.484Z] PASS [2022-06-29T21:31:05.484Z] [2022-06-29T21:31:05.484Z] DONE 6 tests in 9.280s [2022-06-29T21:31:05.484Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-06-29T21:31:05.484Z] testing: warning: no tests to run [2022-06-29T21:31:05.484Z] PASS [2022-06-29T21:31:05.484Z] [2022-06-29T21:31:05.484Z] DONE 0 tests in 0.007s [2022-06-29T21:31:05.484Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-29T21:31:05.484Z] INFO: Testing against a local daemon [2022-06-29T21:31:05.484Z] === RUN TestPluginWithDevMounts [2022-06-29T21:31:05.484Z] === PAUSE TestPluginWithDevMounts [2022-06-29T21:31:05.484Z] === CONT TestPluginWithDevMounts [2022-06-29T21:31:05.634Z] --- PASS: TestWaitConditions (0.01s) [2022-06-29T21:31:05.634Z] --- PASS: TestWaitConditions/default (1.75s) [2022-06-29T21:31:05.634Z] --- PASS: TestWaitConditions/next-exit (1.78s) [2022-06-29T21:31:05.634Z] --- PASS: TestWaitConditions/not-running (1.49s) [2022-06-29T21:31:05.634Z] --- PASS: TestWaitConditions/removed (1.55s) [2022-06-29T21:31:05.634Z] === CONT TestContainerStartOnDaemonRestart [2022-06-29T21:31:05.634Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-29T21:31:07.457Z] --- PASS: TestPluginWithDevMounts (1.62s) [2022-06-29T21:31:07.457Z] PASS [2022-06-29T21:31:07.457Z] [2022-06-29T21:31:07.457Z] DONE 1 tests in 1.643s [2022-06-29T21:31:07.457Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-29T21:31:07.457Z] INFO: Testing against a local daemon [2022-06-29T21:31:07.457Z] === RUN TestSecretInspect [2022-06-29T21:31:08.179Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.18s) [2022-06-29T21:31:08.180Z] === CONT TestIpcModeOlderClient [2022-06-29T21:31:08.180Z] --- PASS: TestContainerStartOnDaemonRestart (2.19s) [2022-06-29T21:31:08.180Z] === CONT TestContainerKillOnDaemonStart [2022-06-29T21:31:08.180Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-06-29T21:31:08.180Z] === CONT TestDaemonHostGatewayIP [2022-06-29T21:31:09.371Z] --- PASS: TestSecretInspect (2.20s) [2022-06-29T21:31:09.371Z] === RUN TestSecretList [2022-06-29T21:31:10.091Z] --- PASS: TestDaemonHostGatewayIP (2.39s) [2022-06-29T21:31:10.091Z] === CONT TestDaemonRestartIpcMode [2022-06-29T21:31:11.909Z] --- PASS: TestSecretList (2.18s) [2022-06-29T21:31:11.909Z] === RUN TestSecretsCreateAndDelete [2022-06-29T21:31:12.635Z] --- PASS: TestDaemonRestartIpcMode (2.16s) [2022-06-29T21:31:13.818Z] --- PASS: TestSecretsCreateAndDelete (2.20s) [2022-06-29T21:31:13.818Z] === RUN TestSecretsUpdate [2022-06-29T21:31:16.357Z] --- PASS: TestSecretsUpdate (2.17s) [2022-06-29T21:31:16.357Z] === RUN TestTemplatedSecret [2022-06-29T21:31:18.469Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-06-29T21:31:18.897Z] --- PASS: TestTemplatedSecret (2.53s) [2022-06-29T21:31:18.898Z] === RUN TestSecretCreateResolve [2022-06-29T21:31:19.281Z] --- PASS: TestContainerKillOnDaemonStart (11.63s) [2022-06-29T21:31:19.281Z] PASS [2022-06-29T21:31:19.281Z] [2022-06-29T21:31:19.281Z] === Skipped [2022-06-29T21:31:19.281Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-06-29T21:31:19.281Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-29T21:31:19.281Z] [2022-06-29T21:31:19.281Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-29T21:31:19.281Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-29T21:31:19.281Z] [2022-06-29T21:31:19.281Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-29T21:31:19.281Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-29T21:31:19.281Z] [2022-06-29T21:31:19.281Z] DONE 264 tests, 3 skipped in 123.286s [2022-06-29T21:31:19.281Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-29T21:31:19.281Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:31:19.281Z] ++ set -e [2022-06-29T21:31:19.281Z] ++ '[' -n 0 ']' [2022-06-29T21:31:19.281Z] ++ set -x [2022-06-29T21:31:19.281Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:31:19.541Z] === RUN TestConfigDaemonLibtrustID [2022-06-29T21:31:20.112Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-06-29T21:31:20.112Z] === RUN TestConfigDaemonID [2022-06-29T21:31:20.806Z] --- PASS: TestSecretCreateResolve (2.17s) [2022-06-29T21:31:20.806Z] PASS [2022-06-29T21:31:20.806Z] [2022-06-29T21:31:20.806Z] DONE 6 tests in 13.474s [2022-06-29T21:31:20.806Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-29T21:31:20.806Z] INFO: Testing against a local daemon [2022-06-29T21:31:20.806Z] === RUN TestServiceCreateInit [2022-06-29T21:31:20.806Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-29T21:31:21.052Z] daemon_test.go:83: [d51a5355a9a07] daemon is not started [2022-06-29T21:31:21.052Z] --- PASS: TestConfigDaemonID (1.04s) [2022-06-29T21:31:21.052Z] === RUN TestDaemonConfigValidation [2022-06-29T21:31:21.052Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-29T21:31:21.052Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-29T21:31:21.052Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-29T21:31:21.052Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-29T21:31:21.052Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-29T21:31:21.052Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-29T21:31:21.052Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-29T21:31:21.052Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-29T21:31:21.052Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-29T21:31:21.052Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-29T21:31:21.052Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-29T21:31:21.052Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-29T21:31:21.052Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-29T21:31:21.052Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-29T21:31:21.313Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-29T21:31:21.313Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-29T21:31:21.313Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-06-29T21:31:21.313Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-06-29T21:31:21.313Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-06-29T21:31:21.313Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-06-29T21:31:21.313Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-06-29T21:31:21.313Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-29T21:31:21.313Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-29T21:31:22.254Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-29T21:31:23.638Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-29T21:31:24.579Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-29T21:31:24.579Z] daemon_test.go:197: [d2974a451a39f] daemon is not started [2022-06-29T21:31:24.579Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-06-29T21:31:24.579Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-06-29T21:31:24.579Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-06-29T21:31:24.579Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-06-29T21:31:24.579Z] === RUN TestDaemonProxy [2022-06-29T21:31:24.579Z] === RUN TestDaemonProxy/environment_variables [2022-06-29T21:31:25.003Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-29T21:31:26.006Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-06-29T21:31:26.492Z] === RUN TestDaemonProxy/command-line_options [2022-06-29T21:31:27.875Z] === RUN TestDaemonProxy/configuration_file [2022-06-29T21:31:28.299Z] --- PASS: TestServiceCreateInit (7.51s) [2022-06-29T21:31:28.299Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.76s) [2022-06-29T21:31:28.299Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.73s) [2022-06-29T21:31:28.299Z] === RUN TestCreateServiceMultipleTimes [2022-06-29T21:31:29.786Z] === RUN TestDaemonProxy/conflicting_options [2022-06-29T21:31:30.047Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-29T21:31:30.617Z] --- PASS: TestDaemonProxy (6.22s) [2022-06-29T21:31:30.617Z] --- PASS: TestDaemonProxy/environment_variables (1.73s) [2022-06-29T21:31:30.617Z] --- PASS: TestDaemonProxy/command-line_options (1.73s) [2022-06-29T21:31:30.617Z] --- PASS: TestDaemonProxy/configuration_file (1.75s) [2022-06-29T21:31:30.617Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-29T21:31:30.617Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-29T21:31:30.617Z] PASS [2022-06-29T21:31:30.617Z] [2022-06-29T21:31:30.617Z] DONE 18 tests in 11.256s [2022-06-29T21:31:30.617Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-06-29T21:31:30.617Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:31:30.617Z] ++ set -e [2022-06-29T21:31:30.617Z] ++ '[' -n 0 ']' [2022-06-29T21:31:30.617Z] ++ set -x [2022-06-29T21:31:30.617Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:31:30.878Z] INFO: Testing against a local daemon [2022-06-29T21:31:30.878Z] === RUN TestCommitInheritsEnv [2022-06-29T21:31:30.936Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-06-29T21:31:31.138Z] --- PASS: TestCommitInheritsEnv (0.25s) [2022-06-29T21:31:31.138Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-29T21:31:31.138Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-06-29T21:31:31.138Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-06-29T21:31:31.138Z] === RUN TestImportWithCustomPlatform [2022-06-29T21:31:31.138Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-29T21:31:31.138Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-29T21:31:31.138Z] === RUN TestImportWithCustomPlatform// [2022-06-29T21:31:31.138Z] === RUN TestImportWithCustomPlatform/linux [2022-06-29T21:31:31.138Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-29T21:31:31.399Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-29T21:31:31.399Z] === RUN TestImportWithCustomPlatform/macos [2022-06-29T21:31:31.399Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-29T21:31:31.399Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-29T21:31:31.399Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-06-29T21:31:31.399Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-06-29T21:31:31.399Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-29T21:31:31.399Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-29T21:31:31.399Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-06-29T21:31:31.399Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-06-29T21:31:31.399Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-06-29T21:31:31.399Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-29T21:31:31.399Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-29T21:31:31.399Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-06-29T21:31:31.399Z] === RUN TestImagesFilterMultiReference [2022-06-29T21:31:31.399Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-06-29T21:31:31.399Z] === RUN TestImagePullPlatformInvalid [2022-06-29T21:31:31.399Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-06-29T21:31:31.399Z] === RUN TestRemoveImageOrphaning [2022-06-29T21:31:31.660Z] --- PASS: TestRemoveImageOrphaning (0.27s) [2022-06-29T21:31:31.660Z] === RUN TestRemoveImageGarbageCollector [2022-06-29T21:31:31.660Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-29T21:31:31.660Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-06-29T21:31:31.660Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-29T21:31:31.660Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-06-29T21:31:31.660Z] === RUN TestTagInvalidReference [2022-06-29T21:31:31.660Z] --- PASS: TestTagInvalidReference (0.01s) [2022-06-29T21:31:31.660Z] === RUN TestTagValidPrefixedRepo [2022-06-29T21:31:31.921Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-06-29T21:31:31.921Z] === RUN TestTagExistedNameWithoutForce [2022-06-29T21:31:31.921Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-06-29T21:31:31.921Z] === RUN TestTagOfficialNames [2022-06-29T21:31:31.921Z] --- PASS: TestTagOfficialNames (0.05s) [2022-06-29T21:31:31.921Z] === RUN TestTagMatchesDigest [2022-06-29T21:31:31.921Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-06-29T21:31:31.921Z] PASS [2022-06-29T21:31:31.921Z] [2022-06-29T21:31:31.921Z] === Skipped [2022-06-29T21:31:31.921Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-06-29T21:31:31.921Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-06-29T21:31:31.921Z] [2022-06-29T21:31:31.921Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-06-29T21:31:31.921Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-29T21:31:31.921Z] [2022-06-29T21:31:31.921Z] DONE 22 tests, 2 skipped in 1.281s [2022-06-29T21:31:31.921Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-06-29T21:31:31.921Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:31:31.921Z] ++ set -e [2022-06-29T21:31:31.921Z] ++ '[' -n 0 ']' [2022-06-29T21:31:31.921Z] ++ set -x [2022-06-29T21:31:31.921Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:31:31.921Z] === RUN TestStripANSICommands [2022-06-29T21:31:31.921Z] === RUN TestStripANSICommands/#00 [2022-06-29T21:31:31.921Z] === RUN TestStripANSICommands/#01 [2022-06-29T21:31:31.921Z] --- PASS: TestStripANSICommands (0.00s) [2022-06-29T21:31:31.921Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-06-29T21:31:31.921Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-06-29T21:31:31.921Z] PASS [2022-06-29T21:31:31.921Z] [2022-06-29T21:31:31.921Z] DONE 3 tests in 0.037s [2022-06-29T21:31:31.921Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-06-29T21:31:31.921Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:31:31.921Z] ++ set -e [2022-06-29T21:31:31.921Z] ++ '[' -n 0 ']' [2022-06-29T21:31:31.921Z] ++ set -x [2022-06-29T21:31:31.921Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:31:32.182Z] INFO: Testing against a local daemon [2022-06-29T21:31:32.182Z] === RUN TestNetworkCreateDelete [2022-06-29T21:31:32.182Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-06-29T21:31:32.182Z] === RUN TestDockerNetworkDeletePreferID [2022-06-29T21:31:32.442Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2022-06-29T21:31:32.442Z] === RUN TestDaemonDNSFallback [2022-06-29T21:31:39.025Z] --- PASS: TestDaemonDNSFallback (6.31s) [2022-06-29T21:31:39.025Z] === RUN TestInspectNetwork [2022-06-29T21:31:41.568Z] === RUN TestInspectNetwork/full_network_id [2022-06-29T21:31:41.568Z] === RUN TestInspectNetwork/partial_network_id [2022-06-29T21:31:41.568Z] === RUN TestInspectNetwork/network_name [2022-06-29T21:31:41.568Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-29T21:31:45.770Z] --- PASS: TestInspectNetwork (6.67s) [2022-06-29T21:31:45.770Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-29T21:31:45.770Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-29T21:31:45.770Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-29T21:31:45.770Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-29T21:31:45.770Z] === RUN TestRunContainerWithBridgeNone [2022-06-29T21:31:46.402Z] --- PASS: TestCreateServiceMultipleTimes (15.97s) [2022-06-29T21:31:46.402Z] === RUN TestCreateServiceConflict [2022-06-29T21:31:46.402Z] --- PASS: TestCreateServiceConflict (2.24s) [2022-06-29T21:31:46.402Z] === RUN TestCreateServiceMaxReplicas [2022-06-29T21:31:47.153Z] --- PASS: TestRunContainerWithBridgeNone (1.41s) [2022-06-29T21:31:47.153Z] === RUN TestNetworkInvalidJSON [2022-06-29T21:31:47.153Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-29T21:31:47.153Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-29T21:31:47.153Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-29T21:31:47.153Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-29T21:31:47.153Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-29T21:31:47.153Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-29T21:31:47.153Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-29T21:31:47.153Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-29T21:31:47.153Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-29T21:31:47.153Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-29T21:31:47.153Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-29T21:31:47.153Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-29T21:31:47.153Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-29T21:31:47.153Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-29T21:31:47.153Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-29T21:31:47.153Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-29T21:31:47.153Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-29T21:31:47.153Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-29T21:31:47.153Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-29T21:31:47.153Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-29T21:31:47.153Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-29T21:31:47.153Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-06-29T21:31:47.153Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-06-29T21:31:47.153Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-29T21:31:47.153Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-29T21:31:47.153Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-29T21:31:47.153Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-29T21:31:47.153Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-06-29T21:31:47.153Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-29T21:31:47.153Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-29T21:31:47.153Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-29T21:31:47.153Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-29T21:31:47.153Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-06-29T21:31:47.153Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-29T21:31:47.153Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-29T21:31:47.153Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-29T21:31:47.153Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-29T21:31:47.153Z] === RUN TestNetworkList [2022-06-29T21:31:47.153Z] === RUN TestNetworkList//networks [2022-06-29T21:31:47.153Z] === PAUSE TestNetworkList//networks [2022-06-29T21:31:47.153Z] === RUN TestNetworkList//networks/ [2022-06-29T21:31:47.153Z] === PAUSE TestNetworkList//networks/ [2022-06-29T21:31:47.153Z] === CONT TestNetworkList//networks [2022-06-29T21:31:47.153Z] === CONT TestNetworkList//networks/ [2022-06-29T21:31:47.153Z] --- PASS: TestNetworkList (0.01s) [2022-06-29T21:31:47.153Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-29T21:31:47.153Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-29T21:31:47.153Z] === RUN TestHostIPv4BridgeLabel [2022-06-29T21:31:47.190Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-06-29T21:31:47.724Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-06-29T21:31:47.724Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-29T21:31:48.665Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-06-29T21:31:48.665Z] === RUN TestDaemonDefaultNetworkPools [2022-06-29T21:31:49.236Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-06-29T21:31:49.236Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-29T21:31:49.697Z] --- PASS: TestCreateServiceMaxReplicas (2.84s) [2022-06-29T21:31:49.697Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-29T21:31:50.619Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-06-29T21:31:50.619Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-29T21:31:51.560Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-06-29T21:31:51.560Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-29T21:31:52.131Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-06-29T21:31:52.131Z] === RUN TestServiceWithPredefinedNetwork [2022-06-29T21:31:54.512Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-29T21:31:54.512Z] Using test binary docker [2022-06-29T21:31:54.512Z] +++ /etc/init.d/apparmor start [2022-06-29T21:31:54.512Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-29T21:31:54.512Z] INFO: Waiting for daemon to start... [2022-06-29T21:31:54.512Z] Starting dockerd [2022-06-29T21:31:54.512Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-06-29T21:31:54.512Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-06-29T21:31:54.512Z] Using test binary docker [2022-06-29T21:31:54.512Z] +++ /etc/init.d/apparmor start [2022-06-29T21:31:54.512Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-06-29T21:31:54.512Z] INFO: Waiting for daemon to start... [2022-06-29T21:31:54.512Z] Starting dockerd [2022-06-29T21:31:54.512Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2022-06-29T21:31:54.672Z] --- PASS: TestServiceWithPredefinedNetwork (2.23s) [2022-06-29T21:31:54.673Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-29T21:31:54.673Z] service_test.go:243: FLAKY_TEST [2022-06-29T21:31:54.673Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-29T21:31:54.673Z] === RUN TestServiceWithDataPathPortInit [2022-06-29T21:31:55.449Z] . [2022-06-29T21:31:55.449Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-29T21:31:55.449Z] [2022-06-29T21:31:55.449Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-06-29T21:31:55.449Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-29T21:31:55.449Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-06-29T21:31:55.708Z] Error: No such image: emptyfs [2022-06-29T21:31:55.708Z] Error: No such image: emptyfs [2022-06-29T21:31:55.708Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-29T21:31:55.708Z] ++++ docker load [2022-06-29T21:31:55.708Z] ++++ docker load [2022-06-29T21:31:55.708Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-06-29T21:31:55.967Z] Running integration-test (iteration 1) [2022-06-29T21:31:55.967Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-06-29T21:31:55.967Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-06-29T21:31:55.967Z] ++ set -e [2022-06-29T21:31:55.967Z] ++ '[' -n 0 ']' [2022-06-29T21:31:55.967Z] ++ set -x [2022-06-29T21:31:55.967Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-06-29T21:31:55.967Z] Running integration-test (iteration 1) [2022-06-29T21:31:55.967Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-06-29T21:31:55.967Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-06-29T21:31:55.967Z] ++ set -e [2022-06-29T21:31:55.967Z] ++ '[' -n 0 ']' [2022-06-29T21:31:55.967Z] ++ set -x [2022-06-29T21:31:55.967Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-06-29T21:31:56.906Z] Loaded image: busybox:latest [2022-06-29T21:31:56.906Z] Loaded image: busybox:latest [2022-06-29T21:31:57.165Z] Loaded image: busybox:glibc [2022-06-29T21:31:57.194Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-06-29T21:31:57.424Z] Loaded image: busybox:glibc [2022-06-29T21:31:58.682Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-06-29T21:32:01.622Z] Loaded image: debian:bullseye-slim [2022-06-29T21:32:01.622Z] Loaded image: debian:bullseye-slim [2022-06-29T21:32:01.883Z] Loaded image: hello-world:latest [2022-06-29T21:32:01.883Z] Loaded image: hello-world:latest [2022-06-29T21:32:01.883Z] Loaded image: arm32v7/hello-world:latest [2022-06-29T21:32:01.883Z] INFO: Testing against a local daemon [2022-06-29T21:32:01.883Z] === RUN TestDockerDaemonSuite [2022-06-29T21:32:01.883Z] Loaded image: arm32v7/hello-world:latest [2022-06-29T21:32:02.142Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-06-29T21:32:02.142Z] INFO: Testing against a local daemon [2022-06-29T21:32:02.142Z] === RUN TestDockerSuite [2022-06-29T21:32:02.142Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-06-29T21:32:02.142Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-06-29T21:32:02.142Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-06-29T21:32:02.142Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-06-29T21:32:02.142Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-06-29T21:32:02.142Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-06-29T21:32:02.142Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-06-29T21:32:02.142Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-06-29T21:32:02.777Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-06-29T21:32:04.593Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.25s) [2022-06-29T21:32:04.593Z] === RUN TestCreateServiceSecretFileMode [2022-06-29T21:32:05.164Z] --- PASS: TestCreateServiceSecretFileMode (2.57s) [2022-06-29T21:32:05.164Z] === RUN TestCreateServiceConfigFileMode [2022-06-29T21:32:05.432Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-06-29T21:32:05.432Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-06-29T21:32:05.698Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-06-29T21:32:05.698Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-06-29T21:32:06.640Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-06-29T21:32:06.640Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-06-29T21:32:06.640Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-06-29T21:32:07.264Z] ............................ [ 66%] [2022-06-29T21:32:07.706Z] --- PASS: TestCreateServiceConfigFileMode (2.51s) [2022-06-29T21:32:07.706Z] === RUN TestCreateServiceSysctls [2022-06-29T21:32:08.556Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-06-29T21:32:08.556Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-06-29T21:32:08.556Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-06-29T21:32:08.556Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-06-29T21:32:09.123Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-06-29T21:32:09.573Z] --- PASS: TestServiceWithDataPathPortInit (13.72s) [2022-06-29T21:32:09.573Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-29T21:32:09.690Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-06-29T21:32:10.626Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-06-29T21:32:10.626Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-06-29T21:32:10.886Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-06-29T21:32:10.886Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-06-29T21:32:10.886Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-06-29T21:32:10.886Z] --- PASS: TestBuildWithHugeFile (128.65s) [2022-06-29T21:32:10.886Z] === RUN TestBuildWCOWSandboxSize [2022-06-29T21:32:10.886Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-29T21:32:10.886Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-06-29T21:32:10.886Z] === RUN TestBuildWithEmptyDockerfile [2022-06-29T21:32:10.886Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-29T21:32:10.886Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-29T21:32:10.886Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-29T21:32:10.886Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-29T21:32:10.886Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-29T21:32:10.886Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-29T21:32:10.886Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-06-29T21:32:10.886Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-06-29T21:32:10.956Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:vxmwfr5re830bbgp4jr7zai1q Created:2022-06-29 21:32:09.468805664 +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[59b12aae7964353c1a8767cd259a2d025442e74679adcf52e7d058bac7f0fbd3:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kpusxrryq9p8q4dh7rjfg8rer EndpointID:fb1e9056a33c5ceea06a1169b2ab548178ab2f200cfb8f9eba8eecad220aaacb MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:9e40c1a6800c8cb24da3e4abf5cec6e65e15c6adfbfebb61f495b0663341dd8f 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:2881239c81fe IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kpusxrryq9p8q4dh7rjfg8rer EndpointID:fb1e9056a33c5ceea06a1169b2ab548178ab2f200cfb8f9eba8eecad220aaacb EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-29T21:32:10.999Z] --- PASS: TestCreateServiceSysctls (3.15s) [2022-06-29T21:32:10.999Z] === RUN TestCreateServiceCapabilities [2022-06-29T21:32:11.146Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-06-29T21:32:11.146Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-06-29T21:32:11.146Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2022-06-29T21:32:11.146Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s) [2022-06-29T21:32:11.146Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s) [2022-06-29T21:32:11.146Z] === RUN TestBuildPreserveOwnership [2022-06-29T21:32:11.146Z] === RUN TestBuildPreserveOwnership/copy_from [2022-06-29T21:32:13.541Z] --- PASS: TestCreateServiceCapabilities (2.50s) [2022-06-29T21:32:13.541Z] === RUN TestInspect [2022-06-29T21:32:13.680Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-06-29T21:32:14.616Z] --- PASS: TestBuildPreserveOwnership (3.25s) [2022-06-29T21:32:14.616Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.17s) [2022-06-29T21:32:14.616Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.07s) [2022-06-29T21:32:14.616Z] === RUN TestBuildPlatformInvalid [2022-06-29T21:32:14.616Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2022-06-29T21:32:14.616Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-06-29T21:32:14.616Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-06-29T21:32:15.156Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.76s) [2022-06-29T21:32:15.156Z] PASS [2022-06-29T21:32:15.156Z] [2022-06-29T21:32:15.156Z] === Skipped [2022-06-29T21:32:15.156Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-29T21:32:15.156Z] service_test.go:243: FLAKY_TEST [2022-06-29T21:32:15.156Z] [2022-06-29T21:32:15.156Z] DONE 38 tests, 1 skipped in 42.975s [2022-06-29T21:32:15.156Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-29T21:32:15.156Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:32:15.156Z] ++ set -e [2022-06-29T21:32:15.156Z] ++ '[' -n 0 ']' [2022-06-29T21:32:15.156Z] ++ set -x [2022-06-29T21:32:15.156Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:32:15.156Z] INFO: Testing against a local daemon [2022-06-29T21:32:15.156Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-29T21:32:15.156Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-29T21:32:15.156Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-29T21:32:15.156Z] === RUN TestDockerNetworkIpvlan [2022-06-29T21:32:15.156Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-29T21:32:15.156Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-29T21:32:15.156Z] PASS [2022-06-29T21:32:15.156Z] [2022-06-29T21:32:15.156Z] === Skipped [2022-06-29T21:32:15.156Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-06-29T21:32:15.156Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-29T21:32:15.156Z] [2022-06-29T21:32:15.156Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-29T21:32:15.156Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-29T21:32:15.156Z] [2022-06-29T21:32:15.156Z] DONE 2 tests, 2 skipped in 0.080s [2022-06-29T21:32:15.156Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-29T21:32:15.156Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:32:15.156Z] ++ set -e [2022-06-29T21:32:15.156Z] ++ '[' -n 0 ']' [2022-06-29T21:32:15.156Z] ++ set -x [2022-06-29T21:32:15.156Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:32:15.156Z] INFO: Testing against a local daemon [2022-06-29T21:32:15.156Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-29T21:32:15.553Z] Loaded image: busybox:latest [2022-06-29T21:32:15.553Z] Loaded image: busybox:glibc [2022-06-29T21:32:16.081Z] --- PASS: TestInspect (2.75s) [2022-06-29T21:32:16.081Z] === RUN TestCreateJob [2022-06-29T21:32:16.543Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.31s) [2022-06-29T21:32:16.543Z] === RUN TestDockerNetworkMacvlan [2022-06-29T21:32:16.931Z] Loaded image: debian:bullseye-slim [2022-06-29T21:32:17.114Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-29T21:32:17.191Z] Loaded image: hello-world:latest [2022-06-29T21:32:17.191Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-06-29T21:32:17.191Z] Loaded image: arm32v7/hello-world:latest [2022-06-29T21:32:18.056Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-29T21:32:18.626Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-29T21:32:19.095Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-06-29T21:32:19.373Z] --- PASS: TestCreateJob (3.06s) [2022-06-29T21:32:19.373Z] === RUN TestReplicatedJob [2022-06-29T21:32:20.539Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-29T21:32:21.002Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-06-29T21:32:21.631Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-06-29T21:32:21.983Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-29T21:32:22.570Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-06-29T21:32:24.476Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-06-29T21:32:24.688Z] --- PASS: TestReplicatedJob (5.43s) [2022-06-29T21:32:24.688Z] === RUN TestUpdateReplicatedJob [2022-06-29T21:32:25.046Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-06-29T21:32:25.281Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-29T21:32:25.852Z] --- PASS: TestDockerNetworkMacvlan (9.44s) [2022-06-29T21:32:25.852Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-06-29T21:32:25.852Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-06-29T21:32:25.852Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.84s) [2022-06-29T21:32:25.852Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.81s) [2022-06-29T21:32:25.852Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.97s) [2022-06-29T21:32:25.852Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.57s) [2022-06-29T21:32:25.852Z] PASS [2022-06-29T21:32:25.852Z] [2022-06-29T21:32:25.852Z] DONE 8 tests in 10.828s [2022-06-29T21:32:25.852Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-29T21:32:25.852Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:32:25.852Z] ++ set -e [2022-06-29T21:32:25.852Z] ++ '[' -n 0 ']' [2022-06-29T21:32:25.852Z] ++ set -x [2022-06-29T21:32:25.852Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:32:25.852Z] testing: warning: no tests to run [2022-06-29T21:32:25.852Z] PASS [2022-06-29T21:32:25.852Z] [2022-06-29T21:32:25.852Z] DONE 0 tests in 0.023s [2022-06-29T21:32:25.852Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-29T21:32:25.852Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:32:25.852Z] ++ set -e [2022-06-29T21:32:25.852Z] ++ '[' -n 0 ']' [2022-06-29T21:32:25.852Z] ++ set -x [2022-06-29T21:32:25.852Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:32:26.112Z] INFO: Testing against a local daemon [2022-06-29T21:32:26.112Z] === RUN TestAuthZPluginAllowRequest [2022-06-29T21:32:26.423Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-06-29T21:32:26.423Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-06-29T21:32:26.992Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-06-29T21:32:27.055Z] --- PASS: TestAuthZPluginAllowRequest (1.13s) [2022-06-29T21:32:27.055Z] === RUN TestAuthZPluginTLS [2022-06-29T21:32:27.251Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-06-29T21:32:27.626Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-06-29T21:32:27.626Z] === RUN TestAuthZPluginDenyRequest [2022-06-29T21:32:27.824Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (13.16s) [2022-06-29T21:32:27.824Z] PASS [2022-06-29T21:32:27.824Z] [2022-06-29T21:32:27.824Z] === Skipped [2022-06-29T21:32:27.824Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-06-29T21:32:27.824Z] build_session_test.go:25: TODO: BuildKit [2022-06-29T21:32:27.824Z] [2022-06-29T21:32:27.824Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-06-29T21:32:27.824Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-06-29T21:32:27.824Z] [2022-06-29T21:32:27.824Z] DONE 34 tests, 2 skipped in 195.601s [2022-06-29T21:32:27.824Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-06-29T21:32:27.824Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:32:27.824Z] ++ set -e [2022-06-29T21:32:27.824Z] ++ '[' -n 0 ']' [2022-06-29T21:32:27.824Z] ++ set -x [2022-06-29T21:32:27.824Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:32:27.824Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-06-29T21:32:27.824Z] INFO: Testing against a local daemon [2022-06-29T21:32:27.824Z] === RUN TestConfigInspect [2022-06-29T21:32:27.983Z] --- PASS: TestUpdateReplicatedJob (3.25s) [2022-06-29T21:32:27.983Z] === RUN TestServiceListWithStatuses [2022-06-29T21:32:27.983Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-29T21:32:27.983Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-29T21:32:27.983Z] === RUN TestDockerNetworkConnectAlias [2022-06-29T21:32:28.197Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-06-29T21:32:28.197Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-29T21:32:28.762Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-06-29T21:32:28.767Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-06-29T21:32:28.767Z] === RUN TestAuthZPluginDenyResponse [2022-06-29T21:32:29.022Z] docker_cli_daemon_test.go:1474: [dd08df956af91] daemon is not started [2022-06-29T21:32:29.338Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-06-29T21:32:29.338Z] === RUN TestAuthZPluginAllowEventStream [2022-06-29T21:32:29.591Z] check_test.go:540: [dbf07d6ffa871] daemon is not started [2022-06-29T21:32:29.591Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-06-29T21:32:29.850Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-06-29T21:32:30.721Z] --- PASS: TestAuthZPluginAllowEventStream (1.12s) [2022-06-29T21:32:30.721Z] === RUN TestAuthZPluginErrorResponse [2022-06-29T21:32:30.982Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-06-29T21:32:30.982Z] === RUN TestAuthZPluginErrorRequest [2022-06-29T21:32:31.228Z] --- PASS: TestConfigInspect (3.06s) [2022-06-29T21:32:31.229Z] === RUN TestConfigList [2022-06-29T21:32:31.552Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-06-29T21:32:31.552Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-29T21:32:32.122Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-06-29T21:32:32.122Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-29T21:32:32.165Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-06-29T21:32:32.182Z] --- PASS: TestDockerNetworkConnectAlias (4.30s) [2022-06-29T21:32:32.182Z] === RUN TestDockerNetworkReConnect [2022-06-29T21:32:33.505Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.33s) [2022-06-29T21:32:33.505Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-29T21:32:34.071Z] check_test.go:540: [da1b13f4d84fc] daemon is not started [2022-06-29T21:32:34.071Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-06-29T21:32:34.071Z] --- PASS: TestConfigList (2.94s) [2022-06-29T21:32:34.071Z] === RUN TestConfigsCreateAndDelete [2022-06-29T21:32:34.889Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.34s) [2022-06-29T21:32:34.889Z] === RUN TestAuthZPluginHeader [2022-06-29T21:32:35.008Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-06-29T21:32:35.460Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-06-29T21:32:35.460Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-29T21:32:35.460Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-29T21:32:35.460Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-06-29T21:32:35.460Z] === RUN TestAuthZPluginV2Disable [2022-06-29T21:32:35.460Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-29T21:32:35.460Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-06-29T21:32:35.460Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-29T21:32:35.460Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-29T21:32:35.460Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-06-29T21:32:35.460Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-29T21:32:35.460Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-29T21:32:35.460Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-06-29T21:32:35.460Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-29T21:32:35.476Z] --- PASS: TestDockerNetworkReConnect (3.47s) [2022-06-29T21:32:35.476Z] === RUN TestServicePlugin [2022-06-29T21:32:35.577Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-06-29T21:32:36.146Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-06-29T21:32:36.405Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-06-29T21:32:36.664Z] --- PASS: TestConfigsCreateAndDelete (2.66s) [2022-06-29T21:32:36.664Z] === RUN TestConfigsUpdate [2022-06-29T21:32:36.923Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-06-29T21:32:36.923Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-06-29T21:32:36.923Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-06-29T21:32:38.342Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-06-29T21:32:38.342Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-06-29T21:32:39.716Z] plugin_test.go:61: [d65711fe81284] joining swarm manager [d09bda340d97c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:32:39.745Z] --- PASS: TestConfigsUpdate (3.03s) [2022-06-29T21:32:39.745Z] === RUN TestTemplatedConfig [2022-06-29T21:32:40.005Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-06-29T21:32:40.005Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-06-29T21:32:40.668Z] plugin_test.go:64: [dca4ae5ad91d4] joining swarm manager [d09bda340d97c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:32:40.940Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-06-29T21:32:41.200Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-06-29T21:32:41.768Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-06-29T21:32:42.337Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-06-29T21:32:43.273Z] --- PASS: TestTemplatedConfig (3.72s) [2022-06-29T21:32:43.273Z] === RUN TestConfigCreateResolve [2022-06-29T21:32:43.532Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-06-29T21:32:43.792Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-06-29T21:32:44.051Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-06-29T21:32:44.051Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-06-29T21:32:44.051Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-06-29T21:32:44.988Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-06-29T21:32:44.988Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-06-29T21:32:44.988Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-06-29T21:32:44.988Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-06-29T21:32:44.988Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-06-29T21:32:45.925Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-06-29T21:32:46.492Z] --- PASS: TestConfigCreateResolve (3.14s) [2022-06-29T21:32:46.492Z] PASS [2022-06-29T21:32:46.492Z] [2022-06-29T21:32:46.492Z] DONE 6 tests in 18.672s [2022-06-29T21:32:46.492Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-06-29T21:32:46.492Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:32:46.492Z] ++ set -e [2022-06-29T21:32:46.492Z] ++ '[' -n 0 ']' [2022-06-29T21:32:46.492Z] ++ set -x [2022-06-29T21:32:46.492Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:32:46.753Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-06-29T21:32:46.753Z] INFO: Testing against a local daemon [2022-06-29T21:32:46.753Z] === RUN TestAttachWithTTY [2022-06-29T21:32:46.753Z] --- PASS: TestAttachWithTTY (0.06s) [2022-06-29T21:32:46.753Z] === RUN TestAttachWithoutTTy [2022-06-29T21:32:46.753Z] --- PASS: TestAttachWithoutTTy (0.06s) [2022-06-29T21:32:46.753Z] === RUN TestCheckpoint [2022-06-29T21:32:46.753Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-29T21:32:46.753Z] --- SKIP: TestCheckpoint (0.00s) [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON [2022-06-29T21:32:46.753Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/commit [2022-06-29T21:32:46.753Z] === PAUSE TestContainerInvalidJSON/commit [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/containers/create [2022-06-29T21:32:46.753Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-06-29T21:32:46.753Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-06-29T21:32:46.753Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-06-29T21:32:46.753Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-29T21:32:46.753Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-29T21:32:46.753Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-29T21:32:46.753Z] === CONT TestContainerInvalidJSON/commit [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-06-29T21:32:46.753Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-06-29T21:32:46.753Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-06-29T21:32:46.753Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-06-29T21:32:46.753Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-06-29T21:32:46.754Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-06-29T21:32:46.754Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-06-29T21:32:46.754Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-06-29T21:32:46.754Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-06-29T21:32:46.754Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-06-29T21:32:46.754Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-06-29T21:32:46.754Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-06-29T21:32:46.754Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-06-29T21:32:46.754Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-06-29T21:32:46.754Z] === CONT TestContainerInvalidJSON/containers/create [2022-06-29T21:32:46.754Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-06-29T21:32:46.754Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-06-29T21:32:46.754Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-06-29T21:32:46.754Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-06-29T21:32:46.754Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/commit (0.01s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.01s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.01s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-06-29T21:32:46.754Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-06-29T21:32:46.754Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-06-29T21:32:47.013Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2022-06-29T21:32:47.013Z] === RUN TestCopyFromContainerPathIsNotDir [2022-06-29T21:32:47.013Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2022-06-29T21:32:47.013Z] === RUN TestCopyToContainerPathDoesNotExist [2022-06-29T21:32:47.013Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2022-06-29T21:32:47.013Z] === RUN TestCopyEmptyFile [2022-06-29T21:32:47.581Z] --- PASS: TestCopyEmptyFile (0.34s) [2022-06-29T21:32:47.581Z] === RUN TestCopyToContainerPathIsNotDir [2022-06-29T21:32:47.581Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-06-29T21:32:47.581Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-06-29T21:32:47.581Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2022-06-29T21:32:47.581Z] === RUN TestCopyFromContainer [2022-06-29T21:32:48.546Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-06-29T21:32:49.488Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-06-29T21:32:49.488Z] === RUN TestCopyFromContainer// [2022-06-29T21:32:49.488Z] === RUN TestCopyFromContainer//bar/root [2022-06-29T21:32:49.488Z] === RUN TestCopyFromContainer//bar/root/ [2022-06-29T21:32:49.748Z] === RUN TestCopyFromContainer/bar/quux [2022-06-29T21:32:50.007Z] === RUN TestCopyFromContainer/bar/quux/ [2022-06-29T21:32:50.007Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-06-29T21:32:50.007Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-06-29T21:32:50.007Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-06-29T21:32:50.007Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-06-29T21:32:50.267Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-06-29T21:32:50.267Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-06-29T21:32:50.267Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-06-29T21:32:50.525Z] === RUN TestCopyFromContainer/bar/notarget [2022-06-29T21:32:50.526Z] --- PASS: TestCopyFromContainer (3.09s) [2022-06-29T21:32:50.526Z] --- PASS: TestCopyFromContainer// (0.17s) [2022-06-29T21:32:50.526Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2022-06-29T21:32:50.526Z] --- PASS: TestCopyFromContainer//bar/root/ (0.13s) [2022-06-29T21:32:50.526Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2022-06-29T21:32:50.526Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.15s) [2022-06-29T21:32:50.526Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2022-06-29T21:32:50.526Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2022-06-29T21:32:50.526Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2022-06-29T21:32:50.526Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.14s) [2022-06-29T21:32:50.526Z] --- PASS: TestCopyFromContainer/bar/notarget (0.14s) [2022-06-29T21:32:50.526Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-06-29T21:32:50.785Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-29T21:32:50.785Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-29T21:32:50.785Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-29T21:32:50.785Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-29T21:32:50.785Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-29T21:32:50.785Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-29T21:32:50.785Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-06-29T21:32:50.785Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-06-29T21:32:50.785Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-06-29T21:32:50.785Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.05s) [2022-06-29T21:32:50.785Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-06-29T21:32:50.785Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-06-29T21:32:50.785Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-06-29T21:32:50.785Z] === RUN TestCreateLinkToNonExistingContainer [2022-06-29T21:32:50.785Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-06-29T21:32:50.785Z] === RUN TestCreateWithInvalidEnv [2022-06-29T21:32:50.785Z] === RUN TestCreateWithInvalidEnv/0 [2022-06-29T21:32:50.785Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-06-29T21:32:50.785Z] === RUN TestCreateWithInvalidEnv/1 [2022-06-29T21:32:50.785Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-06-29T21:32:50.785Z] === RUN TestCreateWithInvalidEnv/2 [2022-06-29T21:32:50.785Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-06-29T21:32:50.785Z] === CONT TestCreateWithInvalidEnv/0 [2022-06-29T21:32:50.785Z] === CONT TestCreateWithInvalidEnv/2 [2022-06-29T21:32:50.785Z] === CONT TestCreateWithInvalidEnv/1 [2022-06-29T21:32:50.785Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-06-29T21:32:50.785Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-06-29T21:32:50.785Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-06-29T21:32:50.785Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-06-29T21:32:50.785Z] === RUN TestCreateTmpfsMountsTarget [2022-06-29T21:32:50.785Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-06-29T21:32:50.785Z] === RUN TestCreateWithCustomMaskedPaths [2022-06-29T21:32:51.045Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-06-29T21:32:51.997Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-06-29T21:32:52.565Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-06-29T21:32:52.823Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-06-29T21:32:52.823Z] --- PASS: TestCreateWithCustomMaskedPaths (2.13s) [2022-06-29T21:32:52.823Z] === RUN TestCreateWithCustomReadonlyPaths [2022-06-29T21:32:53.568Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-06-29T21:32:53.568Z] PASS [2022-06-29T21:32:53.568Z] [2022-06-29T21:32:53.568Z] === Skipped [2022-06-29T21:32:53.568Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-06-29T21:32:53.568Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-29T21:32:53.568Z] [2022-06-29T21:32:53.568Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-06-29T21:32:53.568Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-29T21:32:53.568Z] [2022-06-29T21:32:53.568Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-06-29T21:32:53.568Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-29T21:32:53.568Z] [2022-06-29T21:32:53.568Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-06-29T21:32:53.568Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-29T21:32:53.568Z] [2022-06-29T21:32:53.568Z] DONE 17 tests, 4 skipped in 26.054s [2022-06-29T21:32:53.568Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-29T21:32:53.568Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:32:53.568Z] ++ set -e [2022-06-29T21:32:53.568Z] ++ '[' -n 0 ']' [2022-06-29T21:32:53.568Z] ++ set -x [2022-06-29T21:32:53.568Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:32:53.568Z] INFO: Testing against a local daemon [2022-06-29T21:32:53.568Z] === RUN TestPluginInvalidJSON [2022-06-29T21:32:53.568Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-29T21:32:53.568Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-29T21:32:53.568Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-29T21:32:53.568Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-29T21:32:53.568Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-29T21:32:53.568Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-29T21:32:53.568Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-29T21:32:53.568Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-29T21:32:53.568Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-29T21:32:53.568Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-29T21:32:53.568Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-29T21:32:53.568Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-29T21:32:53.568Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-29T21:32:53.568Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-29T21:32:53.568Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-29T21:32:53.568Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-29T21:32:53.568Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-29T21:32:53.568Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-29T21:32:53.568Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-29T21:32:53.568Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-29T21:32:53.568Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-29T21:32:53.568Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-06-29T21:32:53.568Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-06-29T21:32:53.568Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-06-29T21:32:53.568Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-29T21:32:53.568Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-29T21:32:53.568Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-29T21:32:53.568Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-06-29T21:32:53.568Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-29T21:32:53.568Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-29T21:32:53.568Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-29T21:32:53.568Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-29T21:32:53.568Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-06-29T21:32:53.568Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-29T21:32:53.568Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-29T21:32:53.568Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-29T21:32:53.568Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-29T21:32:53.568Z] === RUN TestPluginInstall [2022-06-29T21:32:53.568Z] === RUN TestPluginInstall/no_auth [2022-06-29T21:32:53.568Z] time="2022-06-29T21:32:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-29T21:32:53.568Z] time="2022-06-29T21:32:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:08e3c3203c5c69244789cf3acc464095ee5414bc50232d050ec388ca0b1303f6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-29T21:32:53.568Z] time="2022-06-29T21:32:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-29T21:32:53.568Z] time="2022-06-29T21:32:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:08e3c3203c5c69244789cf3acc464095ee5414bc50232d050ec388ca0b1303f6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-29T21:32:53.568Z] === RUN TestPluginInstall/with_htpasswd [2022-06-29T21:32:53.568Z] time="2022-06-29T21:32:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-29T21:32:53.568Z] time="2022-06-29T21:32:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:08e3c3203c5c69244789cf3acc464095ee5414bc50232d050ec388ca0b1303f6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-29T21:32:53.568Z] time="2022-06-29T21:32:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-29T21:32:53.568Z] time="2022-06-29T21:32:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:08e3c3203c5c69244789cf3acc464095ee5414bc50232d050ec388ca0b1303f6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-29T21:32:53.568Z] === RUN TestPluginInstall/with_insecure [2022-06-29T21:32:53.760Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-06-29T21:32:53.761Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-06-29T21:32:54.019Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-06-29T21:32:54.278Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-06-29T21:32:54.509Z] time="2022-06-29T21:32:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-29T21:32:54.509Z] time="2022-06-29T21:32:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e56c3a972e21f89e81e31796876edcc54a10146c6e2f1353d41cbd6f30a9720a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-29T21:32:54.509Z] time="2022-06-29T21:32:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-29T21:32:54.509Z] time="2022-06-29T21:32:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e56c3a972e21f89e81e31796876edcc54a10146c6e2f1353d41cbd6f30a9720a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-29T21:32:54.770Z] plugin_test.go:195: [de3725b194607] daemon is not started [2022-06-29T21:32:54.770Z] --- PASS: TestPluginInstall (2.52s) [2022-06-29T21:32:54.770Z] --- PASS: TestPluginInstall/no_auth (0.93s) [2022-06-29T21:32:54.770Z] --- PASS: TestPluginInstall/with_htpasswd (0.57s) [2022-06-29T21:32:54.770Z] --- PASS: TestPluginInstall/with_insecure (1.01s) [2022-06-29T21:32:54.770Z] === RUN TestPluginsWithRuntimes [2022-06-29T21:32:55.219Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.22s) [2022-06-29T21:32:55.219Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-06-29T21:32:55.219Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-29T21:32:55.219Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-29T21:32:55.219Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-29T21:32:55.219Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-29T21:32:55.219Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-29T21:32:55.219Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-29T21:32:55.219Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-29T21:32:55.219Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-29T21:32:55.219Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-29T21:32:55.219Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-29T21:32:55.219Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-06-29T21:32:55.219Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-06-29T21:32:55.219Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-06-29T21:32:55.219Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-06-29T21:32:55.219Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-06-29T21:32:55.219Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2022-06-29T21:32:55.219Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-06-29T21:32:55.219Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-06-29T21:32:55.219Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-06-29T21:32:55.219Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-06-29T21:32:55.219Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2022-06-29T21:32:55.219Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-06-29T21:32:55.219Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-06-29T21:32:56.152Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-29T21:32:56.157Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.71s) [2022-06-29T21:32:56.158Z] === RUN TestCreateDifferentPlatform [2022-06-29T21:32:56.158Z] === RUN TestCreateDifferentPlatform/different_os [2022-06-29T21:32:56.158Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-06-29T21:32:56.158Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-06-29T21:32:56.158Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-06-29T21:32:56.158Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-06-29T21:32:56.158Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-06-29T21:32:56.158Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-06-29T21:32:56.158Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-06-29T21:32:56.158Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2022-06-29T21:32:56.158Z] === RUN TestCreateInvalidHostConfig [2022-06-29T21:32:56.158Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-29T21:32:56.158Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-29T21:32:56.158Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-06-29T21:32:56.158Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-06-29T21:32:56.158Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-29T21:32:56.158Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-29T21:32:56.158Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-29T21:32:56.158Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-29T21:32:56.158Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-06-29T21:32:56.158Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-06-29T21:32:56.158Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-06-29T21:32:56.158Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-06-29T21:32:56.158Z] --- PASS: TestCreateInvalidHostConfig (0.02s) [2022-06-29T21:32:56.158Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-06-29T21:32:56.158Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-06-29T21:32:56.158Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-06-29T21:32:56.158Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-06-29T21:32:56.158Z] === RUN TestContainerStartOnDaemonRestart [2022-06-29T21:32:56.158Z] === PAUSE TestContainerStartOnDaemonRestart [2022-06-29T21:32:56.158Z] === RUN TestDaemonRestartIpcMode [2022-06-29T21:32:56.158Z] === PAUSE TestDaemonRestartIpcMode [2022-06-29T21:32:56.158Z] === RUN TestDaemonHostGatewayIP [2022-06-29T21:32:56.158Z] === PAUSE TestDaemonHostGatewayIP [2022-06-29T21:32:56.158Z] === RUN TestRestartDaemonWithRestartingContainer [2022-06-29T21:32:56.158Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-06-29T21:32:56.158Z] === RUN TestContainerKillOnDaemonStart [2022-06-29T21:32:56.158Z] === PAUSE TestContainerKillOnDaemonStart [2022-06-29T21:32:56.158Z] === RUN TestDiff [2022-06-29T21:32:56.158Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-06-29T21:32:56.417Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-06-29T21:32:56.417Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-06-29T21:32:56.675Z] --- PASS: TestDiff (0.71s) [2022-06-29T21:32:56.675Z] === RUN TestExecConsoleSize [2022-06-29T21:32:56.934Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-06-29T21:32:57.092Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-29T21:32:57.873Z] --- PASS: TestExecConsoleSize (0.88s) [2022-06-29T21:32:57.873Z] === RUN TestExecWithCloseStdin [2022-06-29T21:32:57.873Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-06-29T21:32:58.034Z] --- PASS: TestPluginsWithRuntimes (3.27s) [2022-06-29T21:32:58.034Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.87s) [2022-06-29T21:32:58.034Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.87s) [2022-06-29T21:32:58.034Z] === RUN TestPluginBackCompatMediaTypes [2022-06-29T21:32:58.441Z] check_test.go:540: [db606ede8784e] daemon is not started [2022-06-29T21:32:58.442Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-06-29T21:32:58.442Z] --- PASS: TestExecWithCloseStdin (0.90s) [2022-06-29T21:32:58.442Z] === RUN TestExec [2022-06-29T21:32:58.604Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s) [2022-06-29T21:32:58.604Z] PASS [2022-06-29T21:32:58.604Z] [2022-06-29T21:32:58.604Z] DONE 24 tests in 6.491s [2022-06-29T21:32:58.604Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-29T21:32:58.604Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:32:58.604Z] ++ set -e [2022-06-29T21:32:58.604Z] ++ '[' -n 0 ']' [2022-06-29T21:32:58.604Z] ++ set -x [2022-06-29T21:32:58.604Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:32:58.604Z] INFO: Testing against a local daemon [2022-06-29T21:32:58.604Z] === RUN TestExternalGraphDriver [2022-06-29T21:32:58.604Z] === RUN TestExternalGraphDriver/json [2022-06-29T21:32:58.701Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-06-29T21:32:59.639Z] --- PASS: TestExec (0.87s) [2022-06-29T21:32:59.639Z] === RUN TestExecUser [2022-06-29T21:33:00.208Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-06-29T21:33:00.208Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-06-29T21:33:00.208Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-06-29T21:33:00.208Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-06-29T21:33:00.208Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-06-29T21:33:00.468Z] --- PASS: TestExecUser (0.95s) [2022-06-29T21:33:00.468Z] === RUN TestExportContainerAndImportImage [2022-06-29T21:33:00.516Z] === RUN TestExternalGraphDriver/spec [2022-06-29T21:33:01.038Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-06-29T21:33:01.038Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-06-29T21:33:01.606Z] --- PASS: TestExportContainerAndImportImage (1.12s) [2022-06-29T21:33:01.606Z] === RUN TestExportContainerAfterDaemonRestart [2022-06-29T21:33:01.900Z] === RUN TestExternalGraphDriver/pull [2022-06-29T21:33:02.173Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-06-29T21:33:02.740Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2022-06-29T21:33:02.740Z] === RUN TestHealthCheckWorkdir [2022-06-29T21:33:03.674Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-06-29T21:33:03.676Z] --- PASS: TestHealthCheckWorkdir (0.90s) [2022-06-29T21:33:03.676Z] === RUN TestHealthKillContainer [2022-06-29T21:33:03.811Z] --- PASS: TestExternalGraphDriver (4.80s) [2022-06-29T21:33:03.811Z] --- PASS: TestExternalGraphDriver/json (1.60s) [2022-06-29T21:33:03.811Z] --- PASS: TestExternalGraphDriver/spec (1.56s) [2022-06-29T21:33:03.811Z] --- PASS: TestExternalGraphDriver/pull (1.61s) [2022-06-29T21:33:03.811Z] === RUN TestGraphdriverPluginV2 [2022-06-29T21:33:03.811Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-29T21:33:03.811Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-06-29T21:33:03.811Z] PASS [2022-06-29T21:33:03.811Z] [2022-06-29T21:33:03.811Z] === Skipped [2022-06-29T21:33:03.811Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-06-29T21:33:03.811Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-29T21:33:03.811Z] [2022-06-29T21:33:03.811Z] DONE 5 tests, 1 skipped in 4.912s [2022-06-29T21:33:03.811Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-29T21:33:03.811Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:33:03.811Z] ++ set -e [2022-06-29T21:33:03.811Z] ++ '[' -n 0 ']' [2022-06-29T21:33:03.811Z] ++ set -x [2022-06-29T21:33:03.811Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:33:03.811Z] INFO: Testing against a local daemon [2022-06-29T21:33:03.811Z] === RUN TestContinueAfterPluginCrash [2022-06-29T21:33:03.811Z] === PAUSE TestContinueAfterPluginCrash [2022-06-29T21:33:03.811Z] === RUN TestReadPluginNoRead [2022-06-29T21:33:03.811Z] === PAUSE TestReadPluginNoRead [2022-06-29T21:33:03.811Z] === RUN TestDaemonStartWithLogOpt [2022-06-29T21:33:03.811Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-29T21:33:03.811Z] === CONT TestContinueAfterPluginCrash [2022-06-29T21:33:03.811Z] === CONT TestDaemonStartWithLogOpt [2022-06-29T21:33:04.610Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-06-29T21:33:05.546Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-06-29T21:33:06.113Z] === RUN TestDockerSuite/TestContainerAPITop [2022-06-29T21:33:06.186Z] tests/integration/client_test.py ..... [ 75%] [2022-06-29T21:33:06.186Z] tests/integration/context_api_test.py ... [ 76%] [2022-06-29T21:33:06.186Z] tests/integration/errors_test.py . [ 76%] [2022-06-29T21:33:06.679Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-06-29T21:33:06.680Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-06-29T21:33:06.680Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-06-29T21:33:06.680Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-06-29T21:33:07.111Z] --- PASS: TestDaemonStartWithLogOpt (3.03s) [2022-06-29T21:33:07.111Z] === CONT TestReadPluginNoRead [2022-06-29T21:33:07.232Z] --- PASS: TestServicePlugin (30.20s) [2022-06-29T21:33:07.232Z] === RUN TestServiceUpdateLabel [2022-06-29T21:33:08.054Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-06-29T21:33:08.173Z] --- PASS: TestServiceUpdateLabel (2.20s) [2022-06-29T21:33:08.173Z] === RUN TestServiceUpdateSecrets [2022-06-29T21:33:08.989Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-06-29T21:33:09.022Z] === RUN TestReadPluginNoRead/default [2022-06-29T21:33:09.557Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-06-29T21:33:09.963Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-29T21:33:10.124Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} [2022-06-29T21:33:10.692Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} [2022-06-29T21:33:11.259Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} [2022-06-29T21:33:11.347Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-29T21:33:11.519Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-06-29T21:33:11.607Z] --- PASS: TestContinueAfterPluginCrash (7.96s) [2022-06-29T21:33:11.777Z] --- PASS: TestHealthKillContainer (8.21s) [2022-06-29T21:33:11.777Z] === RUN TestInspectCpusetInConfigPre120 [2022-06-29T21:33:12.036Z] check_test.go:540: [d6d80c28fdb5d] daemon is not started [2022-06-29T21:33:12.036Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-06-29T21:33:12.178Z] === CONT TestReadPluginNoRead [2022-06-29T21:33:12.178Z] read_test.go:92: [d4b9025e2e56e] daemon is not started [2022-06-29T21:33:12.178Z] --- PASS: TestReadPluginNoRead (5.67s) [2022-06-29T21:33:12.178Z] --- PASS: TestReadPluginNoRead/default (1.22s) [2022-06-29T21:33:12.178Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.15s) [2022-06-29T21:33:12.178Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.17s) [2022-06-29T21:33:12.178Z] PASS [2022-06-29T21:33:12.178Z] [2022-06-29T21:33:12.178Z] DONE 6 tests in 8.800s [2022-06-29T21:33:12.178Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-06-29T21:33:12.178Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:33:12.178Z] ++ set -e [2022-06-29T21:33:12.178Z] ++ '[' -n 0 ']' [2022-06-29T21:33:12.178Z] ++ set -x [2022-06-29T21:33:12.178Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:33:12.178Z] testing: warning: no tests to run [2022-06-29T21:33:12.178Z] PASS [2022-06-29T21:33:12.178Z] [2022-06-29T21:33:12.178Z] DONE 0 tests in 0.031s [2022-06-29T21:33:12.297Z] --- PASS: TestInspectCpusetInConfigPre120 (0.46s) [2022-06-29T21:33:12.297Z] === RUN TestIpcModeNone [2022-06-29T21:33:12.439Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-29T21:33:12.439Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:33:12.439Z] ++ set -e [2022-06-29T21:33:12.439Z] ++ '[' -n 0 ']' [2022-06-29T21:33:12.439Z] ++ set -x [2022-06-29T21:33:12.439Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:33:12.439Z] INFO: Testing against a local daemon [2022-06-29T21:33:12.439Z] === RUN TestPluginWithDevMounts [2022-06-29T21:33:12.439Z] === PAUSE TestPluginWithDevMounts [2022-06-29T21:33:12.439Z] === CONT TestPluginWithDevMounts [2022-06-29T21:33:12.557Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} [2022-06-29T21:33:12.557Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-06-29T21:33:13.126Z] --- PASS: TestIpcModeNone (0.74s) [2022-06-29T21:33:13.126Z] === RUN TestIpcModePrivate [2022-06-29T21:33:13.126Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-06-29T21:33:13.385Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000af8b70__} [2022-06-29T21:33:13.645Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-06-29T21:33:13.645Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:87, shared: false, mustBeShared: false [2022-06-29T21:33:13.822Z] --- PASS: TestPluginWithDevMounts (1.52s) [2022-06-29T21:33:13.822Z] PASS [2022-06-29T21:33:13.822Z] [2022-06-29T21:33:13.822Z] DONE 1 tests in 1.619s [2022-06-29T21:33:13.905Z] --- PASS: TestIpcModePrivate (0.92s) [2022-06-29T21:33:13.905Z] === RUN TestIpcModeShareable [2022-06-29T21:33:14.083Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-29T21:33:14.083Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:33:14.083Z] ++ set -e [2022-06-29T21:33:14.083Z] ++ '[' -n 0 ']' [2022-06-29T21:33:14.083Z] ++ set -x [2022-06-29T21:33:14.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-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:33:14.083Z] INFO: Testing against a local daemon [2022-06-29T21:33:14.083Z] === RUN TestSecretInspect [2022-06-29T21:33:14.472Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:80, shared: true, mustBeShared: true [2022-06-29T21:33:14.733Z] --- PASS: TestIpcModeShareable (0.62s) [2022-06-29T21:33:14.733Z] === RUN TestAPIIpcModeShareableAndContainer [2022-06-29T21:33:14.733Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13357650290_/foo_false_____} [2022-06-29T21:33:16.625Z] --- PASS: TestSecretInspect (2.15s) [2022-06-29T21:33:16.625Z] === RUN TestSecretList [2022-06-29T21:33:16.640Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13357650290_/foo_true_____} [2022-06-29T21:33:16.640Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-06-29T21:33:17.207Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.40s) [2022-06-29T21:33:17.207Z] === RUN TestAPIIpcModeHost [2022-06-29T21:33:17.467Z] --- PASS: TestAPIIpcModeHost (0.50s) [2022-06-29T21:33:17.467Z] === RUN TestDaemonIpcModeShareable [2022-06-29T21:33:17.727Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-32355307761_/foo_false_____} [2022-06-29T21:33:18.535Z] --- PASS: TestSecretList (2.20s) [2022-06-29T21:33:18.535Z] === RUN TestSecretsCreateAndDelete [2022-06-29T21:33:19.130Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:100, shared: true, mustBeShared: true [2022-06-29T21:33:19.130Z] --- PASS: TestDaemonIpcModeShareable (1.54s) [2022-06-29T21:33:19.130Z] === RUN TestDaemonIpcModePrivate [2022-06-29T21:33:19.396Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-32355307761_/foo_true_____} [2022-06-29T21:33:20.775Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: false, mustBeShared: false [2022-06-29T21:33:20.775Z] --- PASS: TestDaemonIpcModePrivate (1.59s) [2022-06-29T21:33:20.775Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-06-29T21:33:20.775Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-32355307761_/foo_true__0xc000af8ba0___} [2022-06-29T21:33:21.077Z] --- PASS: TestSecretsCreateAndDelete (2.18s) [2022-06-29T21:33:21.077Z] === RUN TestSecretsUpdate [2022-06-29T21:33:21.343Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-06-29T21:33:21.911Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: false, mustBeShared: false [2022-06-29T21:33:22.170Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.42s) [2022-06-29T21:33:22.170Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-06-29T21:33:22.429Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000af8bb8__} [2022-06-29T21:33:23.179Z] --- PASS: TestSecretsUpdate (2.25s) [2022-06-29T21:33:23.179Z] === RUN TestTemplatedSecret [2022-06-29T21:33:23.192Z] --- PASS: TestServiceUpdateSecrets (14.61s) [2022-06-29T21:33:23.192Z] === RUN TestServiceUpdateConfigs [2022-06-29T21:33:23.370Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:94, shared: true, mustBeShared: true [2022-06-29T21:33:23.632Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.52s) [2022-06-29T21:33:23.632Z] === RUN TestIpcModeOlderClient [2022-06-29T21:33:23.632Z] === PAUSE TestIpcModeOlderClient [2022-06-29T21:33:23.632Z] === RUN TestKillContainerInvalidSignal [2022-06-29T21:33:23.632Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-06-29T21:33:23.632Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-06-29T21:33:23.632Z] check_test.go:540: [d59565262964b] daemon is not started [2022-06-29T21:33:23.632Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-06-29T21:33:23.890Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000af8bd0__} [2022-06-29T21:33:24.149Z] --- PASS: TestKillContainerInvalidSignal (0.65s) [2022-06-29T21:33:24.149Z] === RUN TestKillContainer [2022-06-29T21:33:24.149Z] === RUN TestKillContainer/no_signal [2022-06-29T21:33:24.907Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-06-29T21:33:25.098Z] === RUN TestKillContainer/non_killing_signal [2022-06-29T21:33:25.359Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000af8be8__} [2022-06-29T21:33:25.359Z] === RUN TestKillContainer/killing_signal [2022-06-29T21:33:25.618Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-06-29T21:33:25.734Z] --- PASS: TestTemplatedSecret (2.52s) [2022-06-29T21:33:25.734Z] === RUN TestSecretCreateResolve [2022-06-29T21:33:26.185Z] --- PASS: TestKillContainer (2.01s) [2022-06-29T21:33:26.185Z] --- PASS: TestKillContainer/no_signal (0.68s) [2022-06-29T21:33:26.185Z] --- PASS: TestKillContainer/non_killing_signal (0.47s) [2022-06-29T21:33:26.185Z] --- PASS: TestKillContainer/killing_signal (0.66s) [2022-06-29T21:33:26.185Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-06-29T21:33:26.185Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-06-29T21:33:26.754Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-06-29T21:33:27.012Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000af8c00__} [2022-06-29T21:33:27.583Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-06-29T21:33:27.583Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.43s) [2022-06-29T21:33:27.583Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.56s) [2022-06-29T21:33:27.583Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.66s) [2022-06-29T21:33:27.583Z] === RUN TestKillStoppedContainer [2022-06-29T21:33:27.646Z] --- PASS: TestSecretCreateResolve (2.25s) [2022-06-29T21:33:27.646Z] PASS [2022-06-29T21:33:27.646Z] [2022-06-29T21:33:27.646Z] DONE 6 tests in 13.652s [2022-06-29T21:33:27.646Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-06-29T21:33:27.646Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:33:27.646Z] ++ set -e [2022-06-29T21:33:27.646Z] ++ '[' -n 0 ']' [2022-06-29T21:33:27.646Z] ++ set -x [2022-06-29T21:33:27.646Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:33:27.646Z] INFO: Testing against a local daemon [2022-06-29T21:33:27.646Z] === RUN TestServiceCreateInit [2022-06-29T21:33:27.646Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-29T21:33:27.842Z] --- PASS: TestKillStoppedContainer (0.06s) [2022-06-29T21:33:27.842Z] === RUN TestKillStoppedContainerAPIPre120 [2022-06-29T21:33:27.842Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-06-29T21:33:27.842Z] === RUN TestKillDifferentUserContainer [2022-06-29T21:33:28.410Z] --- PASS: TestKillDifferentUserContainer (0.54s) [2022-06-29T21:33:28.410Z] === RUN TestInspectOomKilledTrue [2022-06-29T21:33:28.410Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-29T21:33:28.410Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-06-29T21:33:28.410Z] === RUN TestInspectOomKilledFalse [2022-06-29T21:33:28.410Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-29T21:33:28.410Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-06-29T21:33:28.410Z] === RUN TestLinksEtcHostsContentMatch [2022-06-29T21:33:28.410Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-06-29T21:33:28.978Z] --- PASS: TestLinksEtcHostsContentMatch (0.57s) [2022-06-29T21:33:28.978Z] === RUN TestLinksContainerNames [2022-06-29T21:33:29.238Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-06-29T21:33:30.176Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-06-29T21:33:30.176Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-06-29T21:33:30.176Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-06-29T21:33:30.176Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-06-29T21:33:30.176Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-06-29T21:33:30.176Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-06-29T21:33:30.176Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-06-29T21:33:30.176Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-06-29T21:33:30.176Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-06-29T21:33:30.176Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-06-29T21:33:30.176Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-06-29T21:33:30.176Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-06-29T21:33:30.176Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-06-29T21:33:30.176Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-06-29T21:33:30.437Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-06-29T21:33:30.437Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-06-29T21:33:30.437Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-06-29T21:33:30.437Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-06-29T21:33:30.437Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-06-29T21:33:30.437Z] --- PASS: TestLinksContainerNames (1.58s) [2022-06-29T21:33:30.437Z] === RUN TestLogsFollowTailEmpty [2022-06-29T21:33:30.437Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-06-29T21:33:30.695Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-06-29T21:33:30.695Z] check_test.go:540: [d4fe525975ea0] daemon is not started [2022-06-29T21:33:30.695Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-06-29T21:33:31.264Z] --- PASS: TestLogsFollowTailEmpty (0.79s) [2022-06-29T21:33:31.264Z] === RUN TestLogs [2022-06-29T21:33:31.264Z] === RUN TestLogs/driver_local [2022-06-29T21:33:31.264Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-06-29T21:33:31.264Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-06-29T21:33:31.264Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-06-29T21:33:31.264Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-06-29T21:33:31.264Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-06-29T21:33:31.264Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-06-29T21:33:31.264Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-29T21:33:31.264Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-29T21:33:31.264Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-06-29T21:33:31.264Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-06-29T21:33:31.264Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-06-29T21:33:31.264Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-06-29T21:33:31.264Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-06-29T21:33:31.264Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-06-29T21:33:31.264Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-06-29T21:33:31.849Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-29T21:33:32.642Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-06-29T21:33:32.642Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-06-29T21:33:33.212Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-06-29T21:33:33.470Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-06-29T21:33:33.470Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-06-29T21:33:34.040Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-06-29T21:33:34.299Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-06-29T21:33:34.558Z] === RUN TestLogs/driver_json-file [2022-06-29T21:33:34.558Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-29T21:33:34.558Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-29T21:33:34.558Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-06-29T21:33:34.558Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-06-29T21:33:34.558Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-06-29T21:33:34.558Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-06-29T21:33:34.558Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-29T21:33:34.558Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-29T21:33:34.558Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-06-29T21:33:34.558Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-06-29T21:33:34.558Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-06-29T21:33:34.558Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-06-29T21:33:34.558Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-06-29T21:33:34.558Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-06-29T21:33:34.816Z] check_test.go:540: [dd0241adabfe7] daemon is not started [2022-06-29T21:33:34.817Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-06-29T21:33:35.753Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-06-29T21:33:35.753Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-06-29T21:33:35.753Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-06-29T21:33:36.050Z] --- PASS: TestServiceCreateInit (7.63s) [2022-06-29T21:33:36.050Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.68s) [2022-06-29T21:33:36.050Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.93s) [2022-06-29T21:33:36.050Z] === RUN TestCreateServiceMultipleTimes [2022-06-29T21:33:36.692Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-06-29T21:33:36.692Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-06-29T21:33:37.632Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-06-29T21:33:37.632Z] --- PASS: TestLogs (6.42s) [2022-06-29T21:33:37.632Z] --- PASS: TestLogs/driver_local (0.01s) [2022-06-29T21:33:37.632Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.09s) [2022-06-29T21:33:37.632Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.17s) [2022-06-29T21:33:37.632Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.10s) [2022-06-29T21:33:37.632Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.07s) [2022-06-29T21:33:37.632Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.98s) [2022-06-29T21:33:37.632Z] --- PASS: TestLogs/driver_local/tty/only_stdout (1.03s) [2022-06-29T21:33:37.632Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-06-29T21:33:37.632Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.08s) [2022-06-29T21:33:37.632Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.25s) [2022-06-29T21:33:37.632Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.78s) [2022-06-29T21:33:37.632Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.01s) [2022-06-29T21:33:37.632Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.05s) [2022-06-29T21:33:37.632Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.03s) [2022-06-29T21:33:37.632Z] === RUN TestContainerNetworkMountsNoChown [2022-06-29T21:33:37.891Z] docker_cli_daemon_plugins_test.go:80: [d8554051486c4] daemon is not started [2022-06-29T21:33:38.082Z] --- PASS: TestServiceUpdateConfigs (14.54s) [2022-06-29T21:33:38.082Z] === RUN TestServiceUpdateNetwork [2022-06-29T21:33:38.458Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-06-29T21:33:38.458Z] --- PASS: TestContainerNetworkMountsNoChown (0.66s) [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/default [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/default [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/private [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/private [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/rprivate [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/rprivate [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/slave [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/slave [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/rslave [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/rslave [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/shared [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/shared [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/rshared [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/rshared [2022-06-29T21:33:38.458Z] === CONT TestMountDaemonRoot/default [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/default/bind_root [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/default/mount_root [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-06-29T21:33:38.458Z] === CONT TestMountDaemonRoot/rslave [2022-06-29T21:33:38.458Z] === CONT TestMountDaemonRoot/rshared [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-06-29T21:33:38.458Z] === CONT TestMountDaemonRoot/shared [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-06-29T21:33:38.458Z] === CONT TestMountDaemonRoot/rprivate [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-06-29T21:33:38.458Z] === CONT TestMountDaemonRoot/slave [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-06-29T21:33:38.458Z] === CONT TestMountDaemonRoot/private [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/private/bind_root [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/private/mount_root [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-06-29T21:33:38.458Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-06-29T21:33:38.458Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-06-29T21:33:38.458Z] === CONT TestMountDaemonRoot/default/bind_root [2022-06-29T21:33:38.458Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-06-29T21:33:38.458Z] === CONT TestMountDaemonRoot/default/mount_root [2022-06-29T21:33:38.458Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-06-29T21:33:38.458Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-06-29T21:33:38.458Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-06-29T21:33:38.718Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-06-29T21:33:38.718Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-06-29T21:33:38.718Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-06-29T21:33:38.718Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-06-29T21:33:38.718Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-06-29T21:33:38.718Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-06-29T21:33:38.718Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-06-29T21:33:38.718Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-06-29T21:33:38.718Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-06-29T21:33:38.718Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-06-29T21:33:38.718Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-06-29T21:33:38.718Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-06-29T21:33:38.977Z] === CONT TestMountDaemonRoot/private/bind_root [2022-06-29T21:33:38.977Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-06-29T21:33:38.977Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-06-29T21:33:38.977Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-06-29T21:33:38.977Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-06-29T21:33:38.977Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-06-29T21:33:38.977Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-06-29T21:33:38.977Z] === CONT TestMountDaemonRoot/private/mount_root [2022-06-29T21:33:38.977Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-06-29T21:33:38.977Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2022-06-29T21:33:38.977Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-06-29T21:33:38.977Z] === RUN TestContainerBindMountNonRecursive [2022-06-29T21:33:38.977Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-06-29T21:33:38.977Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-06-29T21:33:39.237Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-06-29T21:33:40.173Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-06-29T21:33:40.742Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-06-29T21:33:40.742Z] --- PASS: TestContainerBindMountNonRecursive (1.82s) [2022-06-29T21:33:40.742Z] === RUN TestContainerVolumesMountedAsShared [2022-06-29T21:33:41.249Z] ......... [ 85%] [2022-06-29T21:33:41.680Z] --- PASS: TestContainerVolumesMountedAsShared (0.73s) [2022-06-29T21:33:41.680Z] === RUN TestContainerVolumesMountedAsSlave [2022-06-29T21:33:41.680Z] === RUN TestDockerSuite/TestExecAPIStart [2022-06-29T21:33:41.680Z] docker_cli_daemon_plugins_test.go:170: [d3b3bba29e9b7] daemon is not started [2022-06-29T21:33:42.248Z] --- PASS: TestContainerVolumesMountedAsSlave (0.63s) [2022-06-29T21:33:42.248Z] === RUN TestNetworkNat [2022-06-29T21:33:42.816Z] --- PASS: TestNetworkNat (0.67s) [2022-06-29T21:33:42.816Z] === RUN TestNetworkLocalhostTCPNat [2022-06-29T21:33:43.387Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-06-29T21:33:43.387Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-06-29T21:33:43.645Z] --- PASS: TestNetworkLocalhostTCPNat (0.80s) [2022-06-29T21:33:43.646Z] === RUN TestNetworkLoopbackNat [2022-06-29T21:33:44.213Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-06-29T21:33:45.150Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-06-29T21:33:46.086Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-06-29T21:33:46.414Z] tests/integration/models_images_test.py ............... [ 89%] [2022-06-29T21:33:46.654Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-06-29T21:33:46.654Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-06-29T21:33:46.654Z] --- PASS: TestNetworkLoopbackNat (3.05s) [2022-06-29T21:33:46.654Z] === RUN TestPause [2022-06-29T21:33:46.913Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-06-29T21:33:47.482Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-06-29T21:33:47.482Z] --- PASS: TestPause (0.79s) [2022-06-29T21:33:47.482Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-06-29T21:33:47.482Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-29T21:33:47.482Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-29T21:33:47.482Z] === RUN TestPauseStopPausedContainer [2022-06-29T21:33:47.482Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-06-29T21:33:47.596Z] tests/integration/models_networks_test.py .... [ 90%] [2022-06-29T21:33:48.050Z] check_test.go:540: [d2c95985fe5b7] daemon is not started [2022-06-29T21:33:48.050Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-06-29T21:33:48.314Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-06-29T21:33:48.314Z] --- PASS: TestPauseStopPausedContainer (0.78s) [2022-06-29T21:33:48.314Z] === RUN TestPidHost [2022-06-29T21:33:49.253Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-06-29T21:33:49.822Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-06-29T21:33:50.081Z] --- PASS: TestPidHost (1.82s) [2022-06-29T21:33:50.081Z] === RUN TestPsFilter [2022-06-29T21:33:50.081Z] --- PASS: TestPsFilter (0.12s) [2022-06-29T21:33:50.081Z] === RUN TestRemoveContainerWithRemovedVolume [2022-06-29T21:33:50.304Z] --- PASS: TestServiceUpdateNetwork (12.41s) [2022-06-29T21:33:50.304Z] === RUN TestServiceUpdatePidsLimit [2022-06-29T21:33:50.648Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-06-29T21:33:50.873Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-29T21:33:50.907Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.75s) [2022-06-29T21:33:50.907Z] === RUN TestRemoveContainerWithVolume [2022-06-29T21:33:50.952Z] --- PASS: TestCreateServiceMultipleTimes (15.35s) [2022-06-29T21:33:50.952Z] === RUN TestCreateServiceConflict [2022-06-29T21:33:51.443Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-29T21:33:51.476Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-06-29T21:33:51.736Z] --- PASS: TestRemoveContainerWithVolume (0.70s) [2022-06-29T21:33:51.736Z] === RUN TestRemoveContainerRunning [2022-06-29T21:33:52.304Z] --- PASS: TestRemoveContainerRunning (0.50s) [2022-06-29T21:33:52.304Z] === RUN TestRemoveContainerForceRemoveRunning [2022-06-29T21:33:52.864Z] --- PASS: TestCreateServiceConflict (2.19s) [2022-06-29T21:33:52.865Z] === RUN TestCreateServiceMaxReplicas [2022-06-29T21:33:52.874Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.66s) [2022-06-29T21:33:52.874Z] === RUN TestRemoveInvalidContainer [2022-06-29T21:33:52.874Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-06-29T21:33:52.874Z] === RUN TestRenameLinkedContainer [2022-06-29T21:33:53.133Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-06-29T21:33:54.172Z] tests/integration/models_nodes_test.py . [ 90%] [2022-06-29T21:33:54.172Z] tests/integration/models_resources_test.py . [ 91%] [2022-06-29T21:33:54.509Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-06-29T21:33:55.077Z] --- PASS: TestRenameLinkedContainer (2.31s) [2022-06-29T21:33:55.077Z] === RUN TestRenameStoppedContainer [2022-06-29T21:33:55.645Z] --- PASS: TestRenameStoppedContainer (0.60s) [2022-06-29T21:33:55.645Z] === RUN TestRenameRunningContainerAndReuse [2022-06-29T21:33:55.904Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-06-29T21:33:56.162Z] --- PASS: TestCreateServiceMaxReplicas (2.64s) [2022-06-29T21:33:56.162Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-29T21:33:56.173Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-06-29T21:33:56.839Z] --- PASS: TestRenameRunningContainerAndReuse (1.17s) [2022-06-29T21:33:56.839Z] === RUN TestRenameInvalidName [2022-06-29T21:33:57.099Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-06-29T21:33:57.666Z] --- PASS: TestRenameInvalidName (0.61s) [2022-06-29T21:33:57.666Z] === RUN TestRenameAnonymousContainer [2022-06-29T21:33:59.076Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-06-29T21:33:59.343Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-06-29T21:33:59.425Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-06-29T21:33:59.425Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-06-29T21:33:59.570Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-29T21:33:59.925Z] --- PASS: TestRenameAnonymousContainer (2.24s) [2022-06-29T21:33:59.925Z] === RUN TestRenameContainerWithSameName [2022-06-29T21:34:00.189Z] --- PASS: TestRenameContainerWithSameName (0.49s) [2022-06-29T21:34:00.189Z] === RUN TestRenameContainerWithLinkedContainer [2022-06-29T21:34:01.124Z] --- PASS: TestRenameContainerWithLinkedContainer (0.95s) [2022-06-29T21:34:01.124Z] === RUN TestResize [2022-06-29T21:34:01.691Z] --- PASS: TestResize (0.50s) [2022-06-29T21:34:01.691Z] === RUN TestResizeWithInvalidSize [2022-06-29T21:34:01.950Z] === RUN TestDockerSuite/TestGetContainerStats [2022-06-29T21:34:02.209Z] --- PASS: TestResizeWithInvalidSize (0.60s) [2022-06-29T21:34:02.209Z] === RUN TestResizeWhenContainerNotStarted [2022-06-29T21:34:02.778Z] --- PASS: TestResizeWhenContainerNotStarted (0.50s) [2022-06-29T21:34:02.778Z] === RUN TestDaemonRestartKillContainers [2022-06-29T21:34:02.778Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-29T21:34:02.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-29T21:34:02.778Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-29T21:34:02.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-29T21:34:02.778Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-29T21:34:02.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-29T21:34:02.778Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-29T21:34:02.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-29T21:34:02.778Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-29T21:34:02.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-29T21:34:02.778Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-29T21:34:02.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-29T21:34:02.778Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-29T21:34:02.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-29T21:34:02.778Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-29T21:34:02.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-29T21:34:02.778Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-29T21:34:02.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-29T21:34:02.778Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-29T21:34:02.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-29T21:34:02.778Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-29T21:34:02.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-29T21:34:02.778Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-29T21:34:02.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-29T21:34:02.778Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-29T21:34:02.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-29T21:34:02.778Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-29T21:34:02.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-29T21:34:02.778Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-29T21:34:02.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-29T21:34:02.778Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-29T21:34:02.778Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-29T21:34:02.778Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-06-29T21:34:02.778Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-29T21:34:02.778Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-06-29T21:34:03.054Z] tests/integration/regression_test.py ...... [ 98%] [2022-06-29T21:34:03.566Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-06-29T21:34:03.566Z] tests/integration/credentials/utils_test.py . [100%] [2022-06-29T21:34:03.566Z] [2022-06-29T21:34:03.566Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-06-29T21:34:03.566Z] =========================== short test summary info ============================ [2022-06-29T21:34:03.566Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-06-29T21:34:03.566Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-06-29T21:34:03.566Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-06-29T21:34:03.566Z] Not supported on most drivers [2022-06-29T21:34:03.566Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-06-29T21:34:03.566Z] Output of docker top depends on host distro, and is not formalized. [2022-06-29T21:34:03.566Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-06-29T21:34:03.566Z] Output of docker top depends on host distro, and is not formalized. [2022-06-29T21:34:03.566Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-06-29T21:34:03.566Z] Can fail if eth0 has multiple IP addresses [2022-06-29T21:34:03.566Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-06-29T21:34:03.566Z] This doesn't seem to be taken into account by the engine [2022-06-29T21:34:03.566Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-06-29T21:34:03.566Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-06-29T21:34:03.566Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 284.34 seconds == [2022-06-29T21:34:03.866Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-06-29T21:34:04.682Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-06-29T21:34:06.058Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-06-29T21:34:06.144Z] --- PASS: TestServiceUpdatePidsLimit (16.19s) [2022-06-29T21:34:06.144Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2022-06-29T21:34:06.144Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2022-06-29T21:34:06.144Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.80s) [2022-06-29T21:34:06.144Z] PASS [2022-06-29T21:34:06.144Z] [2022-06-29T21:34:06.144Z] === Skipped [2022-06-29T21:34:06.144Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-29T21:34:06.144Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-29T21:34:06.144Z] [2022-06-29T21:34:06.144Z] DONE 27 tests, 1 skipped in 164.988s [2022-06-29T21:34:06.144Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-29T21:34:06.144Z] INFO: Testing against a local daemon [2022-06-29T21:34:06.144Z] === RUN TestSessionCreate [2022-06-29T21:34:06.144Z] --- PASS: TestSessionCreate (0.03s) [2022-06-29T21:34:06.144Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-29T21:34:06.144Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-06-29T21:34:06.144Z] PASS [2022-06-29T21:34:06.144Z] [2022-06-29T21:34:06.144Z] DONE 2 tests in 0.062s [2022-06-29T21:34:06.144Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-29T21:34:06.144Z] INFO: Testing against a local daemon [2022-06-29T21:34:06.144Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-29T21:34:06.144Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-06-29T21:34:06.144Z] === RUN TestDiskUsage [2022-06-29T21:34:06.144Z] === PAUSE TestDiskUsage [2022-06-29T21:34:06.144Z] === RUN TestEventsExecDie [2022-06-29T21:34:06.404Z] --- PASS: TestEventsExecDie (0.54s) [2022-06-29T21:34:06.404Z] === RUN TestEventsBackwardsCompatible [2022-06-29T21:34:06.404Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-06-29T21:34:06.404Z] === RUN TestEventsVolumeCreate [2022-06-29T21:34:06.404Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-06-29T21:34:06.404Z] === RUN TestInfoBinaryCommits [2022-06-29T21:34:06.404Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-29T21:34:06.404Z] === RUN TestInfoAPIVersioned [2022-06-29T21:34:06.404Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-29T21:34:06.404Z] === RUN TestInfoAPI [2022-06-29T21:34:06.404Z] --- PASS: TestInfoAPI (0.02s) [2022-06-29T21:34:06.404Z] === RUN TestInfoAPIWarnings [2022-06-29T21:34:06.626Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-06-29T21:34:07.195Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-06-29T21:34:07.195Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-06-29T21:34:08.570Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-29T21:34:08.570Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-06-29T21:34:09.506Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-06-29T21:34:11.059Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.19s) [2022-06-29T21:34:11.060Z] === RUN TestCreateServiceSecretFileMode [2022-06-29T21:34:11.060Z] --- PASS: TestCreateServiceSecretFileMode (2.38s) [2022-06-29T21:34:11.060Z] === RUN TestCreateServiceConfigFileMode [2022-06-29T21:34:11.410Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-06-29T21:34:12.346Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-06-29T21:34:12.606Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-06-29T21:34:12.865Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-06-29T21:34:13.604Z] --- PASS: TestCreateServiceConfigFileMode (2.38s) [2022-06-29T21:34:13.604Z] === RUN TestCreateServiceSysctls [2022-06-29T21:34:14.244Z] check_test.go:540: [d28f4f8e03327] daemon is not started [2022-06-29T21:34:14.244Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-06-29T21:34:15.622Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-06-29T21:34:16.070Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-29T21:34:16.070Z] [2022-06-29T21:34:16.070Z] Unloading profiles will leave already running processes permanently [2022-06-29T21:34:16.070Z] unconfined, which can lead to unexpected situations. [2022-06-29T21:34:16.070Z] [2022-06-29T21:34:16.070Z] To set a process to complain mode, use the command line tool [2022-06-29T21:34:16.070Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-29T21:34:16.070Z] Post stage [Pipeline] junit [2022-06-29T21:34:16.080Z] Recording test results [2022-06-29T21:34:16.189Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-06-29T21:34:16.901Z] --- PASS: TestCreateServiceSysctls (2.91s) [2022-06-29T21:34:16.901Z] === RUN TestCreateServiceCapabilities [2022-06-29T21:34:17.313Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-06-29T21:34:17.569Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-06-29T21:34:17.569Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-06-29T21:34:17.569Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-06-29T21:34:17.642Z] + echo Ensuring container killed. [2022-06-29T21:34:17.642Z] Ensuring container killed. [2022-06-29T21:34:17.642Z] + docker rm -vf docker-pr5 [2022-06-29T21:34:17.642Z] Error: No such container: docker-pr5 [Pipeline] sh [2022-06-29T21:34:17.966Z] + echo Chowning /workspace to jenkins user [2022-06-29T21:34:17.966Z] Chowning /workspace to jenkins user [2022-06-29T21:34:17.966Z] + id -u [2022-06-29T21:34:17.966Z] + id -g [2022-06-29T21:34:17.966Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43732:/workspace busybox chown -R 1000:1000 /workspace [2022-06-29T21:34:17.966Z] Unable to find image 'busybox:latest' locally [2022-06-29T21:34:17.966Z] latest: Pulling from library/busybox [2022-06-29T21:34:18.222Z] 19d511225f94: Pulling fs layer [2022-06-29T21:34:18.222Z] 19d511225f94: Verifying Checksum [2022-06-29T21:34:18.222Z] 19d511225f94: Download complete [2022-06-29T21:34:18.222Z] 19d511225f94: Pull complete [2022-06-29T21:34:18.222Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83 [2022-06-29T21:34:18.222Z] Status: Downloaded newer image for busybox:latest [2022-06-29T21:34:18.285Z] --- PASS: TestCreateServiceCapabilities (2.02s) [2022-06-29T21:34:18.285Z] === RUN TestInspect [2022-06-29T21:34:18.947Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-06-29T21:34:18.947Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-06-29T21:34:18.947Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-29T21:34:19.884Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-06-29T21:34:19.917Z] + bundleName=docker-py [2022-06-29T21:34:19.917Z] + echo Creating docker-py-bundles.tar.gz [2022-06-29T21:34:19.917Z] Creating docker-py-bundles.tar.gz [2022-06-29T21:34:19.917Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2022-06-29T21:34:19.928Z] Archiving artifacts [2022-06-29T21:34:20.823Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-06-29T21:34:21.390Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-06-29T21:34:21.583Z] --- PASS: TestInspect (2.74s) [2022-06-29T21:34:21.583Z] === RUN TestCreateJob [2022-06-29T21:34:21.650Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-06-29T21:34:21.804Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43732/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-06-29T21:34:22.192Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43732/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=6a0d5bb4d0e9efecab55a809dd4d6b58b3d35cf5 -e DOCKER_GRAPHDRIVER docker:6a0d5bb4d0e9efecab55a809dd4d6b58b3d35cf5 hack/make.sh binary [2022-06-29T21:34:22.220Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-06-29T21:34:22.447Z] [2022-06-29T21:34:22.703Z] Removing bundles/ [2022-06-29T21:34:22.703Z] [2022-06-29T21:34:22.703Z] ---> Making bundle: binary (in bundles/binary) [2022-06-29T21:34:22.703Z] Building: bundles/binary-daemon/dockerd-dev [2022-06-29T21:34:22.703Z] GOOS="" GOARCH="" GOARM="" [2022-06-29T21:34:22.789Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-06-29T21:34:23.728Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-06-29T21:34:24.126Z] --- PASS: TestCreateJob (2.92s) [2022-06-29T21:34:24.126Z] === RUN TestReplicatedJob [2022-06-29T21:34:24.504Z] --- PASS: TestInfoAPIWarnings (16.55s) [2022-06-29T21:34:24.505Z] === RUN TestInfoDebug [2022-06-29T21:34:24.505Z] --- PASS: TestInfoDebug (0.52s) [2022-06-29T21:34:24.505Z] === RUN TestInfoInsecureRegistries [2022-06-29T21:34:24.505Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-06-29T21:34:24.505Z] === RUN TestInfoRegistryMirrors [2022-06-29T21:34:24.505Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-29T21:34:24.505Z] === RUN TestLoginFailsWithBadCredentials [2022-06-29T21:34:24.667Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-06-29T21:34:24.667Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-06-29T21:34:24.667Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-06-29T21:34:24.667Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-06-29T21:34:24.765Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-06-29T21:34:24.765Z] === RUN TestPingCacheHeaders [2022-06-29T21:34:24.765Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-06-29T21:34:24.765Z] === RUN TestPingGet [2022-06-29T21:34:24.765Z] --- PASS: TestPingGet (0.02s) [2022-06-29T21:34:24.765Z] === RUN TestPingHead [2022-06-29T21:34:24.765Z] --- PASS: TestPingHead (0.02s) [2022-06-29T21:34:24.765Z] === RUN TestPingSwarmHeader [2022-06-29T21:34:25.334Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-29T21:34:25.604Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-06-29T21:34:25.904Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-29T21:34:26.540Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-06-29T21:34:26.843Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-29T21:34:26.843Z] --- PASS: TestPingSwarmHeader (2.04s) [2022-06-29T21:34:26.843Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-29T21:34:26.843Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-29T21:34:26.843Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-29T21:34:26.843Z] === RUN TestVersion [2022-06-29T21:34:26.843Z] --- PASS: TestVersion (0.02s) [2022-06-29T21:34:26.843Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-06-29T21:34:26.843Z] === CONT TestDiskUsage [2022-06-29T21:34:27.108Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-06-29T21:34:27.108Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.89s) [2022-06-29T21:34:27.108Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.25s) [2022-06-29T21:34:27.108Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.43s) [2022-06-29T21:34:27.108Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.33s) [2022-06-29T21:34:27.108Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.33s) [2022-06-29T21:34:27.108Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.36s) [2022-06-29T21:34:27.108Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.90s) [2022-06-29T21:34:27.108Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.91s) [2022-06-29T21:34:27.108Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.11s) [2022-06-29T21:34:27.108Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.18s) [2022-06-29T21:34:27.108Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.01s) [2022-06-29T21:34:27.108Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.71s) [2022-06-29T21:34:27.108Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.65s) [2022-06-29T21:34:27.108Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.07s) [2022-06-29T21:34:27.108Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.34s) [2022-06-29T21:34:27.108Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.67s) [2022-06-29T21:34:27.108Z] === RUN TestCgroupNamespacesRun [2022-06-29T21:34:27.413Z] === RUN TestDiskUsage/empty [2022-06-29T21:34:27.413Z] === RUN TestDiskUsage/empty/container_types [2022-06-29T21:34:27.413Z] === RUN TestDiskUsage/empty/image_types [2022-06-29T21:34:27.413Z] === RUN TestDiskUsage/empty/volume_types [2022-06-29T21:34:27.413Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-29T21:34:27.413Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-29T21:34:27.413Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-29T21:34:27.413Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-29T21:34:27.413Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-29T21:34:27.413Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-29T21:34:27.413Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-29T21:34:27.413Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-29T21:34:27.673Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-29T21:34:27.673Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-29T21:34:27.673Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-29T21:34:27.673Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-29T21:34:27.673Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-29T21:34:27.673Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-29T21:34:27.673Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-29T21:34:27.673Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-29T21:34:27.673Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-29T21:34:27.673Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-29T21:34:27.673Z] === RUN TestDiskUsage/after_container.Run [2022-06-29T21:34:28.244Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-29T21:34:28.244Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-29T21:34:28.244Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-29T21:34:28.244Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-29T21:34:28.244Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-29T21:34:28.244Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-29T21:34:28.244Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-29T21:34:28.244Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-29T21:34:28.244Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-29T21:34:28.244Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage (1.52s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.32s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/after_container.Run (0.44s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-29T21:34:28.244Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.54s) [2022-06-29T21:34:28.244Z] PASS [2022-06-29T21:34:28.244Z] [2022-06-29T21:34:28.244Z] DONE 54 tests in 22.559s [2022-06-29T21:34:28.244Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-29T21:34:28.505Z] INFO: Testing against a local daemon [2022-06-29T21:34:28.505Z] === RUN TestVolumesCreateAndList [2022-06-29T21:34:28.505Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-29T21:34:28.505Z] === RUN TestVolumesRemove [2022-06-29T21:34:28.505Z] --- PASS: TestVolumesRemove (0.09s) [2022-06-29T21:34:28.505Z] === RUN TestVolumesInspect [2022-06-29T21:34:28.505Z] --- PASS: TestVolumesInspect (0.03s) [2022-06-29T21:34:28.505Z] === RUN TestVolumesInvalidJSON [2022-06-29T21:34:28.505Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-29T21:34:28.505Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-29T21:34:28.505Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-29T21:34:28.505Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-29T21:34:28.505Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-29T21:34:28.505Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-29T21:34:28.505Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-29T21:34:28.505Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-29T21:34:28.505Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-29T21:34:28.505Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-29T21:34:28.505Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-29T21:34:28.505Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-29T21:34:28.505Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-29T21:34:28.505Z] PASS [2022-06-29T21:34:28.505Z] [2022-06-29T21:34:28.505Z] DONE 9 tests in 0.181s [2022-06-29T21:34:28.505Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-29T21:34:29.014Z] --- PASS: TestCgroupNamespacesRun (1.73s) [2022-06-29T21:34:29.014Z] === RUN TestCgroupNamespacesRunPrivileged [2022-06-29T21:34:29.076Z] Stopping apparmor (via systemctl): apparmor.service. [2022-06-29T21:34:29.076Z] Removing test suite binaries [2022-06-29T21:34:29.076Z] exiting test-integration [2022-06-29T21:34:29.076Z] ++ exit 0 [2022-06-29T21:34:29.076Z] [2022-06-29T21:34:29.413Z] --- PASS: TestReplicatedJob (4.59s) [2022-06-29T21:34:29.413Z] === RUN TestUpdateReplicatedJob Post stage [Pipeline] junit [2022-06-29T21:34:30.474Z] Recording test results [2022-06-29T21:34:30.920Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-06-29T21:34:30.920Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-06-29T21:34:30.920Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.10s) [2022-06-29T21:34:30.920Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-06-29T21:34:31.490Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-06-29T21:34:31.956Z] --- PASS: TestUpdateReplicatedJob (3.13s) [2022-06-29T21:34:31.956Z] === RUN TestServiceListWithStatuses [2022-06-29T21:34:31.956Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-29T21:34:31.956Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-29T21:34:31.956Z] === RUN TestDockerNetworkConnectAlias [2022-06-29T21:34:31.972Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-29T21:34:32.315Z] + echo Ensuring container killed. [2022-06-29T21:34:32.315Z] Ensuring container killed. [2022-06-29T21:34:32.315Z] + docker rm -vf docker-pr5 [2022-06-29T21:34:32.315Z] Error: No such container: docker-pr5 [Pipeline] sh [2022-06-29T21:34:32.598Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.58s) [2022-06-29T21:34:32.598Z] === RUN TestCgroupNamespacesRunHostMode [2022-06-29T21:34:32.604Z] + echo Chowning /workspace to jenkins user [2022-06-29T21:34:32.604Z] Chowning /workspace to jenkins user [2022-06-29T21:34:32.604Z] + id -u [2022-06-29T21:34:32.604Z] + id -g [2022-06-29T21:34:32.604Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43732:/workspace busybox chown -R 1000:1000 /workspace [2022-06-29T21:34:32.604Z] Unable to find image 'busybox:latest' locally [2022-06-29T21:34:32.604Z] latest: Pulling from library/busybox [2022-06-29T21:34:32.857Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-06-29T21:34:32.864Z] 19d511225f94: Pulling fs layer [2022-06-29T21:34:33.123Z] 19d511225f94: Verifying Checksum [2022-06-29T21:34:33.123Z] 19d511225f94: Download complete [2022-06-29T21:34:33.123Z] 19d511225f94: Pull complete [2022-06-29T21:34:33.123Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83 [2022-06-29T21:34:33.123Z] Status: Downloaded newer image for busybox:latest [2022-06-29T21:34:33.792Z] --- PASS: TestCgroupNamespacesRunHostMode (1.33s) [2022-06-29T21:34:33.792Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-06-29T21:34:34.050Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-29T21:34:34.807Z] + bundleName=amd64-cgroup2 [2022-06-29T21:34:34.807Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-06-29T21:34:34.807Z] Creating amd64-cgroup2-bundles.tar.gz [2022-06-29T21:34:34.807Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-06-29T21:34:34.807Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [Pipeline] archiveArtifacts [2022-06-29T21:34:35.081Z] Archiving artifacts [2022-06-29T21:34:35.429Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.35s) [2022-06-29T21:34:35.429Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-06-29T21:34:35.998Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-06-29T21:34:36.231Z] --- PASS: TestDockerNetworkConnectAlias (3.98s) [2022-06-29T21:34:36.231Z] === RUN TestDockerNetworkReConnect [2022-06-29T21:34:36.935Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.59s) [2022-06-29T21:34:36.935Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-06-29T21:34:36.935Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-06-29T21:34:37.057Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43732/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-29T21:34:37.365Z] + make clean [2022-06-29T21:34:37.365Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-29T21:34:37.365Z] docker-dev-cache [2022-06-29T21:34:37.365Z] docker-mod-cache [Pipeline] deleteDir [2022-06-29T21:34:37.872Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.91s) [2022-06-29T21:34:37.872Z] === RUN TestCgroupNamespacesRunOlderClient [2022-06-29T21:34:38.440Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-06-29T21:34:38.440Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-06-29T21:34:39.377Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.63s) [2022-06-29T21:34:39.377Z] === RUN TestNISDomainname [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-29T21:34:39.527Z] --- PASS: TestDockerNetworkReConnect (3.35s) [2022-06-29T21:34:39.527Z] === RUN TestServicePlugin [2022-06-29T21:34:39.527Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-29T21:34:39.527Z] --- SKIP: TestServicePlugin (0.00s) [2022-06-29T21:34:39.527Z] === RUN TestServiceUpdateLabel [2022-06-29T21:34:40.315Z] --- PASS: TestNISDomainname (0.90s) [2022-06-29T21:34:40.315Z] === RUN TestHostnameDnsResolution [2022-06-29T21:34:40.884Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-06-29T21:34:41.143Z] --- PASS: TestHostnameDnsResolution (0.93s) [2022-06-29T21:34:41.143Z] === RUN TestUnprivilegedPortsAndPing [2022-06-29T21:34:41.438Z] --- PASS: TestServiceUpdateLabel (2.19s) [2022-06-29T21:34:41.438Z] === RUN TestServiceUpdateSecrets [2022-06-29T21:34:42.083Z] --- PASS: TestUnprivilegedPortsAndPing (0.83s) [2022-06-29T21:34:42.084Z] === RUN TestPrivilegedHostDevices [2022-06-29T21:34:42.652Z] --- PASS: TestPrivilegedHostDevices (0.69s) [2022-06-29T21:34:42.652Z] === RUN TestRunConsoleSize [2022-06-29T21:34:43.661Z] --- PASS: TestRunConsoleSize (0.75s) [2022-06-29T21:34:43.661Z] === RUN TestStats [2022-06-29T21:34:45.569Z] check_test.go:540: [dbd9e98907ebd] daemon is not started [2022-06-29T21:34:45.569Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-06-29T21:34:45.569Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-06-29T21:34:45.569Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-06-29T21:34:45.569Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-06-29T21:34:46.142Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-06-29T21:34:46.142Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-06-29T21:34:46.142Z] --- PASS: TestStats (2.78s) [2022-06-29T21:34:46.142Z] === RUN TestStopContainerWithTimeout [2022-06-29T21:34:46.142Z] === RUN TestStopContainerWithTimeout/0 [2022-06-29T21:34:46.142Z] === PAUSE TestStopContainerWithTimeout/0 [2022-06-29T21:34:46.142Z] === RUN TestStopContainerWithTimeout/1 [2022-06-29T21:34:46.142Z] === PAUSE TestStopContainerWithTimeout/1 [2022-06-29T21:34:46.142Z] === RUN TestStopContainerWithTimeout/3 [2022-06-29T21:34:46.142Z] === PAUSE TestStopContainerWithTimeout/3 [2022-06-29T21:34:46.142Z] === RUN TestStopContainerWithTimeout/-1 [2022-06-29T21:34:46.142Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-06-29T21:34:46.142Z] === CONT TestStopContainerWithTimeout/0 [2022-06-29T21:34:46.142Z] === CONT TestStopContainerWithTimeout/-1 [2022-06-29T21:34:46.711Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-06-29T21:34:46.711Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-06-29T21:34:46.711Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-06-29T21:34:47.281Z] === CONT TestStopContainerWithTimeout/3 [2022-06-29T21:34:47.849Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-06-29T21:34:47.849Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-06-29T21:34:48.786Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-06-29T21:34:48.786Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-06-29T21:34:48.786Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-06-29T21:34:49.354Z] === CONT TestStopContainerWithTimeout/1 [2022-06-29T21:34:49.613Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-06-29T21:34:50.992Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-06-29T21:34:50.992Z] --- PASS: TestStopContainerWithTimeout/0 (1.16s) [2022-06-29T21:34:50.992Z] --- PASS: TestStopContainerWithTimeout/-1 (3.05s) [2022-06-29T21:34:50.992Z] --- PASS: TestStopContainerWithTimeout/3 (2.62s) [2022-06-29T21:34:50.992Z] --- PASS: TestStopContainerWithTimeout/1 (1.81s) [2022-06-29T21:34:50.992Z] === RUN TestDeleteDevicemapper [2022-06-29T21:34:50.992Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-29T21:34:50.992Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-06-29T21:34:50.992Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-06-29T21:34:51.563Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-06-29T21:34:53.470Z] === RUN TestDockerSuite/TestAttachDetach [2022-06-29T21:34:54.408Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.08s) [2022-06-29T21:34:54.408Z] === RUN TestUpdateMemory [2022-06-29T21:34:54.408Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-06-29T21:34:54.408Z] --- SKIP: TestUpdateMemory (0.00s) [2022-06-29T21:34:54.408Z] === RUN TestUpdateCPUQuota [2022-06-29T21:34:54.667Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-06-29T21:34:55.605Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-06-29T21:34:55.865Z] --- PASS: TestUpdateCPUQuota (1.72s) [2022-06-29T21:34:55.865Z] === RUN TestUpdatePidsLimit [2022-06-29T21:34:55.865Z] === RUN TestUpdatePidsLimit/update_from_none [2022-06-29T21:34:56.393Z] --- PASS: TestServiceUpdateSecrets (14.27s) [2022-06-29T21:34:56.393Z] === RUN TestServiceUpdateConfigs [2022-06-29T21:34:56.433Z] === RUN TestUpdatePidsLimit/no_change [2022-06-29T21:34:56.692Z] === RUN TestUpdatePidsLimit/update_lower [2022-06-29T21:34:56.952Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-06-29T21:34:57.211Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-06-29T21:34:57.470Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-06-29T21:34:57.470Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-06-29T21:34:57.729Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-06-29T21:34:57.989Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-06-29T21:34:58.248Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-06-29T21:34:59.190Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-06-29T21:34:59.449Z] --- PASS: TestUpdatePidsLimit (3.47s) [2022-06-29T21:34:59.449Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2022-06-29T21:34:59.449Z] --- PASS: TestUpdatePidsLimit/no_change (0.30s) [2022-06-29T21:34:59.449Z] --- PASS: TestUpdatePidsLimit/update_lower (0.30s) [2022-06-29T21:34:59.449Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.35s) [2022-06-29T21:34:59.449Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.46s) [2022-06-29T21:34:59.449Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.32s) [2022-06-29T21:34:59.449Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.36s) [2022-06-29T21:34:59.449Z] === RUN TestUpdateRestartPolicy [2022-06-29T21:35:00.828Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-06-29T21:35:02.205Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-06-29T21:35:04.743Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-06-29T21:35:07.279Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-06-29T21:35:07.279Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-06-29T21:35:07.279Z] check_test.go:540: [da1ad11a8f22b] daemon is not started [2022-06-29T21:35:07.279Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-06-29T21:35:07.279Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-06-29T21:35:07.279Z] check_test.go:540: [d5312439f2a90] daemon is not started [2022-06-29T21:35:07.279Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-06-29T21:35:10.567Z] check_test.go:540: [d99c6800ab6bc] daemon is not started [2022-06-29T21:35:10.567Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-06-29T21:35:11.294Z] --- PASS: TestServiceUpdateConfigs (14.34s) [2022-06-29T21:35:11.294Z] === RUN TestServiceUpdateNetwork [2022-06-29T21:35:12.473Z] --- PASS: TestUpdateRestartPolicy (12.88s) [2022-06-29T21:35:12.473Z] === RUN TestUpdateRestartWithAutoRemove [2022-06-29T21:35:13.041Z] --- PASS: TestUpdateRestartWithAutoRemove (0.71s) [2022-06-29T21:35:13.041Z] === RUN TestWaitNonBlocked [2022-06-29T21:35:13.041Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-29T21:35:13.041Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-29T21:35:13.041Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-29T21:35:13.041Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-29T21:35:13.041Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-06-29T21:35:13.041Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-06-29T21:35:13.609Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-06-29T21:35:14.178Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-06-29T21:35:14.178Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.15s) [2022-06-29T21:35:14.178Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.18s) [2022-06-29T21:35:14.178Z] === RUN TestWaitBlocked [2022-06-29T21:35:14.178Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-29T21:35:14.178Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-29T21:35:14.178Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-06-29T21:35:14.178Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-06-29T21:35:14.178Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-06-29T21:35:14.178Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-06-29T21:35:14.437Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-06-29T21:35:14.437Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-06-29T21:35:15.375Z] --- PASS: TestWaitBlocked (0.03s) [2022-06-29T21:35:15.375Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.15s) [2022-06-29T21:35:15.375Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.26s) [2022-06-29T21:35:15.375Z] === RUN TestWaitConditions [2022-06-29T21:35:15.375Z] === RUN TestWaitConditions/default [2022-06-29T21:35:15.375Z] === PAUSE TestWaitConditions/default [2022-06-29T21:35:15.375Z] === RUN TestWaitConditions/not-running [2022-06-29T21:35:15.375Z] === PAUSE TestWaitConditions/not-running [2022-06-29T21:35:15.375Z] === RUN TestWaitConditions/next-exit [2022-06-29T21:35:15.375Z] === PAUSE TestWaitConditions/next-exit [2022-06-29T21:35:15.375Z] === RUN TestWaitConditions/removed [2022-06-29T21:35:15.375Z] === PAUSE TestWaitConditions/removed [2022-06-29T21:35:15.375Z] === CONT TestWaitConditions/default [2022-06-29T21:35:15.375Z] === CONT TestWaitConditions/removed [2022-06-29T21:35:15.944Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-06-29T21:35:16.513Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-06-29T21:35:17.450Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-06-29T21:35:17.450Z] === CONT TestWaitConditions/next-exit [2022-06-29T21:35:17.710Z] === CONT TestWaitConditions/not-running [2022-06-29T21:35:18.283Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-06-29T21:35:19.661Z] --- PASS: TestWaitConditions (0.02s) [2022-06-29T21:35:19.661Z] --- PASS: TestWaitConditions/default (2.08s) [2022-06-29T21:35:19.661Z] --- PASS: TestWaitConditions/removed (2.27s) [2022-06-29T21:35:19.661Z] --- PASS: TestWaitConditions/next-exit (2.09s) [2022-06-29T21:35:19.661Z] --- PASS: TestWaitConditions/not-running (1.99s) [2022-06-29T21:35:19.661Z] === CONT TestContainerStartOnDaemonRestart [2022-06-29T21:35:19.661Z] === CONT TestRestartDaemonWithRestartingContainer [2022-06-29T21:35:20.229Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-06-29T21:35:20.798Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-06-29T21:35:21.736Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-06-29T21:35:23.117Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-06-29T21:35:23.378Z] --- PASS: TestContainerStartOnDaemonRestart (3.59s) [2022-06-29T21:35:23.378Z] === CONT TestIpcModeOlderClient [2022-06-29T21:35:23.378Z] --- PASS: TestIpcModeOlderClient (0.12s) [2022-06-29T21:35:23.378Z] === CONT TestContainerKillOnDaemonStart [2022-06-29T21:35:23.523Z] --- PASS: TestServiceUpdateNetwork (12.10s) [2022-06-29T21:35:23.523Z] === RUN TestServiceUpdatePidsLimit [2022-06-29T21:35:23.523Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-29T21:35:23.637Z] === CONT TestDaemonHostGatewayIP [2022-06-29T21:35:23.637Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.92s) [2022-06-29T21:35:23.784Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-29T21:35:27.829Z] --- PASS: TestDaemonHostGatewayIP (3.43s) [2022-06-29T21:35:27.829Z] === CONT TestDaemonRestartIpcMode [2022-06-29T21:35:27.829Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-06-29T21:35:28.767Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-06-29T21:35:30.727Z] --- PASS: TestDaemonRestartIpcMode (3.32s) [2022-06-29T21:35:31.316Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-06-29T21:35:31.917Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-29T21:35:32.253Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-06-29T21:35:32.512Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-06-29T21:35:33.889Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-06-29T21:35:34.826Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-06-29T21:35:36.205Z] --- PASS: TestContainerKillOnDaemonStart (12.54s) [2022-06-29T21:35:36.205Z] PASS [2022-06-29T21:35:36.205Z] [2022-06-29T21:35:36.205Z] === Skipped [2022-06-29T21:35:36.205Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-06-29T21:35:36.205Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-06-29T21:35:36.205Z] [2022-06-29T21:35:36.205Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-06-29T21:35:36.205Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-29T21:35:36.205Z] [2022-06-29T21:35:36.205Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-06-29T21:35:36.205Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-06-29T21:35:36.205Z] [2022-06-29T21:35:36.205Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-06-29T21:35:36.205Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-06-29T21:35:36.205Z] [2022-06-29T21:35:36.205Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-06-29T21:35:36.205Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-06-29T21:35:36.205Z] [2022-06-29T21:35:36.205Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-06-29T21:35:36.205Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-06-29T21:35:36.205Z] [2022-06-29T21:35:36.205Z] DONE 264 tests, 6 skipped in 169.488s [2022-06-29T21:35:36.205Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-06-29T21:35:36.205Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:35:36.205Z] ++ set -e [2022-06-29T21:35:36.205Z] ++ '[' -n 0 ']' [2022-06-29T21:35:36.205Z] ++ set -x [2022-06-29T21:35:36.205Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:35:36.205Z] === RUN TestConfigDaemonLibtrustID [2022-06-29T21:35:36.777Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-06-29T21:35:36.777Z] === RUN TestConfigDaemonID [2022-06-29T21:35:37.035Z] check_test.go:540: [d45103b62c32d] daemon is not started [2022-06-29T21:35:37.036Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-06-29T21:35:37.036Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-06-29T21:35:37.974Z] daemon_test.go:83: [d413f63ad169f] daemon is not started [2022-06-29T21:35:37.974Z] --- PASS: TestConfigDaemonID (1.07s) [2022-06-29T21:35:37.974Z] === RUN TestDaemonConfigValidation [2022-06-29T21:35:37.974Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-06-29T21:35:37.974Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-06-29T21:35:37.974Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-06-29T21:35:37.974Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-06-29T21:35:37.974Z] === RUN TestDaemonConfigValidation/invalid_config [2022-06-29T21:35:37.974Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-06-29T21:35:37.974Z] === RUN TestDaemonConfigValidation/malformed_config [2022-06-29T21:35:37.974Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-06-29T21:35:37.974Z] === RUN TestDaemonConfigValidation/valid_config [2022-06-29T21:35:37.974Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-06-29T21:35:37.974Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-06-29T21:35:37.974Z] === CONT TestDaemonConfigValidation/malformed_config [2022-06-29T21:35:37.974Z] === CONT TestDaemonConfigValidation/valid_config [2022-06-29T21:35:37.974Z] === CONT TestDaemonConfigValidation/invalid_config [2022-06-29T21:35:38.234Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-06-29T21:35:38.234Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-06-29T21:35:38.234Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-06-29T21:35:38.234Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.15s) [2022-06-29T21:35:38.234Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.19s) [2022-06-29T21:35:38.234Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.19s) [2022-06-29T21:35:38.234Z] --- PASS: TestDaemonConfigValidation/valid_config (0.24s) [2022-06-29T21:35:38.234Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.13s) [2022-06-29T21:35:38.234Z] === RUN TestConfigDaemonSeccompProfiles [2022-06-29T21:35:38.234Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-06-29T21:35:38.497Z] --- PASS: TestServiceUpdatePidsLimit (15.93s) [2022-06-29T21:35:38.497Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-06-29T21:35:38.497Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s) [2022-06-29T21:35:38.497Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-06-29T21:35:38.497Z] PASS [2022-06-29T21:35:38.497Z] [2022-06-29T21:35:38.497Z] === Skipped [2022-06-29T21:35:38.497Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-29T21:35:38.497Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-29T21:35:38.497Z] [2022-06-29T21:35:38.497Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-06-29T21:35:38.497Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-06-29T21:35:38.497Z] [2022-06-29T21:35:38.497Z] DONE 27 tests, 2 skipped in 130.326s [2022-06-29T21:35:38.497Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-06-29T21:35:38.497Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:35:38.497Z] ++ set -e [2022-06-29T21:35:38.497Z] ++ '[' -n 0 ']' [2022-06-29T21:35:38.497Z] ++ set -x [2022-06-29T21:35:38.497Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:35:38.497Z] INFO: Testing against a local daemon [2022-06-29T21:35:38.497Z] === RUN TestSessionCreate [2022-06-29T21:35:38.497Z] --- PASS: TestSessionCreate (0.02s) [2022-06-29T21:35:38.497Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-29T21:35:38.497Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-06-29T21:35:38.497Z] PASS [2022-06-29T21:35:38.497Z] [2022-06-29T21:35:38.497Z] DONE 2 tests in 0.126s [2022-06-29T21:35:38.497Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-06-29T21:35:38.497Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:35:38.497Z] ++ set -e [2022-06-29T21:35:38.497Z] ++ '[' -n 0 ']' [2022-06-29T21:35:38.497Z] ++ set -x [2022-06-29T21:35:38.497Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:35:38.497Z] INFO: Testing against a local daemon [2022-06-29T21:35:38.497Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-29T21:35:38.497Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-29T21:35:38.497Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-29T21:35:38.497Z] === RUN TestDiskUsage [2022-06-29T21:35:38.497Z] === PAUSE TestDiskUsage [2022-06-29T21:35:38.497Z] === RUN TestEventsExecDie [2022-06-29T21:35:38.758Z] --- PASS: TestEventsExecDie (0.51s) [2022-06-29T21:35:38.758Z] === RUN TestEventsBackwardsCompatible [2022-06-29T21:35:38.758Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-06-29T21:35:38.758Z] === RUN TestEventsVolumeCreate [2022-06-29T21:35:38.758Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-06-29T21:35:38.758Z] === RUN TestInfoBinaryCommits [2022-06-29T21:35:38.758Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-29T21:35:38.758Z] === RUN TestInfoAPIVersioned [2022-06-29T21:35:38.758Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-29T21:35:38.758Z] === RUN TestInfoAPI [2022-06-29T21:35:38.758Z] --- PASS: TestInfoAPI (0.02s) [2022-06-29T21:35:38.758Z] === RUN TestInfoAPIWarnings [2022-06-29T21:35:39.171Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-06-29T21:35:39.431Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-06-29T21:35:40.000Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-06-29T21:35:40.568Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-06-29T21:35:41.504Z] === CONT TestConfigDaemonSeccompProfiles [2022-06-29T21:35:41.504Z] daemon_test.go:197: [d25e3d0888994] daemon is not started [2022-06-29T21:35:41.504Z] --- PASS: TestConfigDaemonSeccompProfiles (3.23s) [2022-06-29T21:35:41.504Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2022-06-29T21:35:41.504Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s) [2022-06-29T21:35:41.504Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.06s) [2022-06-29T21:35:41.504Z] === RUN TestDaemonProxy [2022-06-29T21:35:41.504Z] === RUN TestDaemonProxy/environment_variables [2022-06-29T21:35:42.074Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-06-29T21:35:43.450Z] === RUN TestDaemonProxy/command-line_options [2022-06-29T21:35:43.709Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-06-29T21:35:44.644Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-06-29T21:35:44.903Z] check_test.go:540: [d8910db8d21ed] daemon is not started [2022-06-29T21:35:44.903Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-06-29T21:35:45.162Z] === RUN TestDaemonProxy/configuration_file [2022-06-29T21:35:45.421Z] === RUN TestDockerSuite/TestBuildAddScript [2022-06-29T21:35:46.796Z] === RUN TestDaemonProxy/conflicting_options [2022-06-29T21:35:47.363Z] === RUN TestDaemonProxy/reload_sanitized [2022-06-29T21:35:47.363Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-06-29T21:35:47.931Z] --- PASS: TestDaemonProxy (6.27s) [2022-06-29T21:35:47.931Z] --- PASS: TestDaemonProxy/environment_variables (1.74s) [2022-06-29T21:35:47.931Z] --- PASS: TestDaemonProxy/command-line_options (1.76s) [2022-06-29T21:35:47.931Z] --- PASS: TestDaemonProxy/configuration_file (1.75s) [2022-06-29T21:35:47.931Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-06-29T21:35:47.931Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-06-29T21:35:47.931Z] PASS [2022-06-29T21:35:47.931Z] [2022-06-29T21:35:47.931Z] DONE 18 tests in 11.817s [2022-06-29T21:35:47.931Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-06-29T21:35:47.931Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:35:47.931Z] ++ set -e [2022-06-29T21:35:47.931Z] ++ '[' -n 0 ']' [2022-06-29T21:35:47.931Z] ++ set -x [2022-06-29T21:35:47.931Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:35:47.931Z] INFO: Testing against a local daemon [2022-06-29T21:35:47.931Z] === RUN TestCommitInheritsEnv [2022-06-29T21:35:48.503Z] --- PASS: TestCommitInheritsEnv (0.35s) [2022-06-29T21:35:48.503Z] === RUN TestImportExtremelyLargeImageWorks [2022-06-29T21:35:48.503Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-06-29T21:35:48.503Z] === RUN TestImportWithCustomPlatform [2022-06-29T21:35:48.503Z] === RUN TestImportWithCustomPlatform/#00 [2022-06-29T21:35:48.503Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-06-29T21:35:48.503Z] === RUN TestImportWithCustomPlatform/_______ [2022-06-29T21:35:48.503Z] === RUN TestImportWithCustomPlatform// [2022-06-29T21:35:48.503Z] === RUN TestImportWithCustomPlatform/linux [2022-06-29T21:35:48.762Z] === RUN TestImportWithCustomPlatform/LINUX [2022-06-29T21:35:48.762Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-06-29T21:35:49.021Z] === RUN TestImportWithCustomPlatform/macos [2022-06-29T21:35:49.021Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-06-29T21:35:49.021Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-06-29T21:35:49.021Z] --- PASS: TestImportWithCustomPlatform (0.62s) [2022-06-29T21:35:49.021Z] --- PASS: TestImportWithCustomPlatform/#00 (0.12s) [2022-06-29T21:35:49.021Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-06-29T21:35:49.021Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-06-29T21:35:49.021Z] --- PASS: TestImportWithCustomPlatform/linux (0.14s) [2022-06-29T21:35:49.021Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.14s) [2022-06-29T21:35:49.021Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.16s) [2022-06-29T21:35:49.021Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-06-29T21:35:49.021Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-06-29T21:35:49.021Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.01s) [2022-06-29T21:35:49.021Z] === RUN TestImagesFilterMultiReference [2022-06-29T21:35:49.021Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-06-29T21:35:49.021Z] === RUN TestImagePullPlatformInvalid [2022-06-29T21:35:49.021Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-06-29T21:35:49.021Z] === RUN TestRemoveImageOrphaning [2022-06-29T21:35:49.590Z] --- PASS: TestRemoveImageOrphaning (0.39s) [2022-06-29T21:35:49.590Z] === RUN TestRemoveImageGarbageCollector [2022-06-29T21:35:50.159Z] time="2022-06-29T21:35:49Z" level=info msg="[graphdriver] trying configured driver: overlay2" [2022-06-29T21:35:52.068Z] --- PASS: TestRemoveImageGarbageCollector (2.48s) [2022-06-29T21:35:52.068Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-06-29T21:35:52.068Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-06-29T21:35:52.068Z] === RUN TestTagInvalidReference [2022-06-29T21:35:52.068Z] --- PASS: TestTagInvalidReference (0.02s) [2022-06-29T21:35:52.068Z] === RUN TestTagValidPrefixedRepo [2022-06-29T21:35:52.068Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-06-29T21:35:52.068Z] === RUN TestTagExistedNameWithoutForce [2022-06-29T21:35:52.068Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-06-29T21:35:52.068Z] === RUN TestTagOfficialNames [2022-06-29T21:35:52.068Z] --- PASS: TestTagOfficialNames (0.07s) [2022-06-29T21:35:52.068Z] === RUN TestTagMatchesDigest [2022-06-29T21:35:52.327Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-06-29T21:35:52.327Z] === CONT TestImportExtremelyLargeImageWorks [2022-06-29T21:35:53.705Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-06-29T21:35:53.964Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-06-29T21:35:55.343Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-06-29T21:35:55.602Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-06-29T21:35:56.179Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-06-29T21:35:56.179Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from config [2022-06-29T21:35:56.747Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from config [2022-06-29T21:35:56.866Z] --- PASS: TestInfoAPIWarnings (16.55s) [2022-06-29T21:35:56.866Z] === RUN TestInfoDebug [2022-06-29T21:35:56.866Z] --- PASS: TestInfoDebug (0.52s) [2022-06-29T21:35:56.866Z] === RUN TestInfoInsecureRegistries [2022-06-29T21:35:56.866Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-06-29T21:35:56.866Z] === RUN TestInfoRegistryMirrors [2022-06-29T21:35:56.866Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-29T21:35:56.866Z] === RUN TestLoginFailsWithBadCredentials [2022-06-29T21:35:57.127Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-06-29T21:35:57.127Z] === RUN TestPingCacheHeaders [2022-06-29T21:35:57.127Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-06-29T21:35:57.127Z] === RUN TestPingGet [2022-06-29T21:35:57.127Z] --- PASS: TestPingGet (0.01s) [2022-06-29T21:35:57.127Z] === RUN TestPingHead [2022-06-29T21:35:57.127Z] --- PASS: TestPingHead (0.02s) [2022-06-29T21:35:57.127Z] === RUN TestPingSwarmHeader [2022-06-29T21:35:57.316Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from config [2022-06-29T21:35:57.697Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-29T21:35:57.884Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from config [2022-06-29T21:35:58.143Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from config [2022-06-29T21:35:58.268Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-29T21:35:58.711Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-06-29T21:35:58.712Z] docker_cli_daemon_test.go:2840: Checking IpcMode private set from cli [2022-06-29T21:35:59.210Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-29T21:35:59.210Z] --- PASS: TestPingSwarmHeader (2.03s) [2022-06-29T21:35:59.210Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-29T21:35:59.210Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-29T21:35:59.210Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-29T21:35:59.210Z] === RUN TestVersion [2022-06-29T21:35:59.210Z] --- PASS: TestVersion (0.02s) [2022-06-29T21:35:59.210Z] === CONT TestDiskUsage [2022-06-29T21:35:59.281Z] docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from cli [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/empty [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/empty/container_types [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/empty/image_types [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/empty/volume_types [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-29T21:35:59.781Z] === RUN TestDiskUsage/after_container.Run [2022-06-29T21:35:59.849Z] docker_cli_daemon_test.go:2840: Checking IpcMode host set from cli [2022-06-29T21:36:00.042Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-29T21:36:00.042Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-29T21:36:00.042Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-29T21:36:00.042Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-29T21:36:00.042Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-29T21:36:00.042Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-29T21:36:00.042Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-29T21:36:00.042Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-29T21:36:00.042Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-29T21:36:00.042Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage (1.16s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/after_container.Run (0.31s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-29T21:36:00.303Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-29T21:36:00.303Z] PASS [2022-06-29T21:36:00.303Z] [2022-06-29T21:36:00.303Z] === Skipped [2022-06-29T21:36:00.303Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-29T21:36:00.303Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-29T21:36:00.303Z] [2022-06-29T21:36:00.303Z] DONE 54 tests, 1 skipped in 22.230s [2022-06-29T21:36:00.303Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-29T21:36:00.303Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:36:00.303Z] ++ set -e [2022-06-29T21:36:00.303Z] ++ '[' -n 0 ']' [2022-06-29T21:36:00.303Z] ++ set -x [2022-06-29T21:36:00.304Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:36:00.417Z] docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from cli [2022-06-29T21:36:00.564Z] INFO: Testing against a local daemon [2022-06-29T21:36:00.564Z] === RUN TestVolumesCreateAndList [2022-06-29T21:36:00.564Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-06-29T21:36:00.564Z] === RUN TestVolumesRemove [2022-06-29T21:36:00.564Z] --- PASS: TestVolumesRemove (0.06s) [2022-06-29T21:36:00.564Z] === RUN TestVolumesInspect [2022-06-29T21:36:00.564Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-29T21:36:00.564Z] === RUN TestVolumesInvalidJSON [2022-06-29T21:36:00.564Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-29T21:36:00.564Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-29T21:36:00.564Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-29T21:36:00.564Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-29T21:36:00.564Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-29T21:36:00.564Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-29T21:36:00.564Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-29T21:36:00.564Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-29T21:36:00.564Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-29T21:36:00.564Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-29T21:36:00.564Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-29T21:36:00.564Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-29T21:36:00.564Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-29T21:36:00.564Z] PASS [2022-06-29T21:36:00.564Z] [2022-06-29T21:36:00.564Z] DONE 9 tests in 0.210s [2022-06-29T21:36:00.564Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-29T21:36:00.825Z] ++++ cat bundles/test-integration/docker.pid [2022-06-29T21:36:00.825Z] +++ kill 14282 [2022-06-29T21:36:00.825Z] +++ /etc/init.d/apparmor stop [2022-06-29T21:36:00.825Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-29T21:36:00.825Z] [2022-06-29T21:36:00.825Z] Unloading profiles will leave already running processes permanently [2022-06-29T21:36:00.825Z] unconfined, which can lead to unexpected situations. [2022-06-29T21:36:00.825Z] [2022-06-29T21:36:00.825Z] To set a process to complain mode, use the command line tool [2022-06-29T21:36:00.825Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-29T21:36:00.825Z] +++ true [2022-06-29T21:36:00.825Z] exiting test-integration [2022-06-29T21:36:00.825Z] ++ exit 0 [2022-06-29T21:36:00.825Z] [2022-06-29T21:36:00.985Z] docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from cli [2022-06-29T21:36:01.243Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-06-29T21:36:01.243Z] check_test.go:540: [d7bb400c9d8e0] daemon is not started [2022-06-29T21:36:01.243Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors Post stage [Pipeline] junit [2022-06-29T21:36:01.784Z] Recording test results [2022-06-29T21:36:01.811Z] === RUN TestDockerSuite/TestBuildAddTar [2022-06-29T21:36:02.008Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-29T21:36:02.343Z] + echo Ensuring container killed. [2022-06-29T21:36:02.343Z] Ensuring container killed. [2022-06-29T21:36:02.343Z] + docker rm -vf docker-pr5 [2022-06-29T21:36:02.343Z] Error: No such container: docker-pr5 [Pipeline] sh [2022-06-29T21:36:02.379Z] check_test.go:540: [dc8f829a2f761] daemon is not started [2022-06-29T21:36:02.379Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-06-29T21:36:02.634Z] + echo Chowning /workspace to jenkins user [2022-06-29T21:36:02.634Z] Chowning /workspace to jenkins user [2022-06-29T21:36:02.634Z] + id -u [2022-06-29T21:36:02.634Z] + id -g [2022-06-29T21:36:02.634Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43732:/workspace busybox chown -R 1000:1000 /workspace [2022-06-29T21:36:02.634Z] Unable to find image 'busybox:latest' locally [2022-06-29T21:36:02.634Z] latest: Pulling from library/busybox [2022-06-29T21:36:02.895Z] 87379020f3b6: Pulling fs layer [2022-06-29T21:36:02.895Z] 87379020f3b6: Verifying Checksum [2022-06-29T21:36:02.895Z] 87379020f3b6: Download complete [2022-06-29T21:36:02.895Z] 87379020f3b6: Pull complete [2022-06-29T21:36:02.895Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83 [2022-06-29T21:36:02.895Z] Status: Downloaded newer image for busybox:latest [2022-06-29T21:36:02.947Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-29T21:36:04.590Z] + bundleName=arm64-integration [2022-06-29T21:36:04.590Z] + echo Creating arm64-integration-bundles.tar.gz [2022-06-29T21:36:04.590Z] Creating arm64-integration-bundles.tar.gz [2022-06-29T21:36:04.590Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-06-29T21:36:04.590Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2022-06-29T21:36:04.854Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [Pipeline] archiveArtifacts [2022-06-29T21:36:04.865Z] Archiving artifacts [2022-06-29T21:36:07.040Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43732/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-29T21:36:07.353Z] + make clean [2022-06-29T21:36:07.613Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-29T21:36:07.613Z] docker-dev-cache [2022-06-29T21:36:07.613Z] docker-mod-cache [Pipeline] deleteDir [2022-06-29T21:36:08.175Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-06-29T21:36:08.175Z] check_test.go:540: [dfe9be4b46838] daemon is not started [2022-06-29T21:36:08.175Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-29T21:36:10.080Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-06-29T21:36:11.460Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-06-29T21:36:11.720Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-06-29T21:36:13.101Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-06-29T21:36:13.362Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-06-29T21:36:17.569Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-06-29T21:36:17.828Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-06-29T21:36:18.396Z] check_test.go:540: [dafba2b245052] daemon is not started [2022-06-29T21:36:18.396Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-06-29T21:36:23.670Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-06-29T21:36:24.608Z] === RUN TestDockerSuite/TestBuildBlankName [2022-06-29T21:36:25.177Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-06-29T21:36:26.558Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-06-29T21:36:27.496Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-06-29T21:36:29.108Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-06-29T21:36:29.108Z] Copying nested executables into bundles/binary-daemon [2022-06-29T21:36:29.108Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-06-29T21:36:29.108Z] GOOS="" GOARCH="" GOARM="" [2022-06-29T21:36:29.108Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-06-29T21:36:29.108Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-06-29T21:36:29.403Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-06-29T21:36:29.427Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43732/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=6a0d5bb4d0e9efecab55a809dd4d6b58b3d35cf5 -e DOCKER_GRAPHDRIVER docker:6a0d5bb4d0e9efecab55a809dd4d6b58b3d35cf5 hack/make.sh cross [2022-06-29T21:36:29.662Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-06-29T21:36:29.683Z] [2022-06-29T21:36:29.683Z] Removing bundles/ [2022-06-29T21:36:29.939Z] [2022-06-29T21:36:29.939Z] ---> Making bundle: cross (in bundles/cross) [2022-06-29T21:36:29.939Z] Cross building: bundles/cross/linux/amd64 [2022-06-29T21:36:29.939Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-06-29T21:36:29.939Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-06-29T21:36:31.040Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-06-29T21:36:31.978Z] check_test.go:540: [d72932535f88d] daemon is not started [2022-06-29T21:36:31.978Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-06-29T21:36:32.547Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-06-29T21:36:33.116Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-06-29T21:36:33.116Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-06-29T21:36:33.685Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-06-29T21:36:35.592Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-06-29T21:36:35.592Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-06-29T21:36:35.592Z] check_test.go:540: [d517003da93b8] daemon is not started [2022-06-29T21:36:35.592Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-06-29T21:36:37.500Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-06-29T21:36:37.759Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-06-29T21:36:39.138Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-06-29T21:36:40.075Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-06-29T21:36:41.980Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-06-29T21:36:44.515Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-06-29T21:36:45.893Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-06-29T21:36:47.799Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-06-29T21:36:51.093Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-06-29T21:36:53.631Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-06-29T21:36:54.199Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-06-29T21:36:56.734Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-06-29T21:36:58.639Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-06-29T21:36:59.577Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-06-29T21:36:59.837Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-06-29T21:37:00.406Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-06-29T21:37:01.343Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-06-29T21:37:02.281Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-06-29T21:37:02.540Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-06-29T21:37:05.073Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-06-29T21:37:05.644Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-06-29T21:37:10.926Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-06-29T21:37:11.504Z] docker_cli_daemon_test.go:2503: [db0ac0aeb2549] daemon is not started [2022-06-29T21:37:11.763Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-06-29T21:37:13.142Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-06-29T21:37:13.401Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-06-29T21:37:14.338Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-06-29T21:37:15.275Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-06-29T21:37:21.916Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-06-29T21:37:22.175Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-06-29T21:37:22.434Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-06-29T21:37:23.816Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-06-29T21:37:24.758Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-06-29T21:37:24.758Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-06-29T21:37:26.665Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-06-29T21:37:26.925Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-06-29T21:37:28.304Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-06-29T21:37:28.873Z] === RUN TestDockerSuite/TestBuildCmd [2022-06-29T21:37:29.132Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-06-29T21:37:29.392Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-06-29T21:37:29.392Z] check_test.go:540: [d0e9964bca8a9] daemon is not started [2022-06-29T21:37:29.392Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-06-29T21:37:29.652Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-06-29T21:37:30.220Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-06-29T21:37:30.220Z] docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows [2022-06-29T21:37:30.220Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-06-29T21:37:31.600Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite (333.04s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.08s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.58s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.61s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.42s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.37s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.80s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.38s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.85s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.65s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.07s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.41s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.36s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.50s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.26s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.49s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.49s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.42s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.17s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.53s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.63s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.56s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.89s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.71s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.40s) [2022-06-29T21:37:35.799Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.83s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.93s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.61s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.63s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.55s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.20s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.21s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.24s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.52s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.69s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.79s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.56s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.39s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.33s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.35s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.66s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.55s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (4.75s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.13s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.49s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.14s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.06s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.37s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.49s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.38s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.41s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.18s) [2022-06-29T21:37:35.799Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.66s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.05s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.60s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.23s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.74s) [2022-06-29T21:37:35.800Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-06-29T21:37:35.800Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.97s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.31s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.07s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.78s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.79s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.32s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.81s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.50s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.37s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.05s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.54s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.30s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.51s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.06s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.14s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.11s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.55s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.22s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.89s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.86s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.16s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.05s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.61s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.50s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.89s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.61s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.59s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.59s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.86s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.28s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.19s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.12s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.54s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.90s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.35s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.34s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.39s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.70s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.05s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.08s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.11s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.89s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.66s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.71s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.77s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.65s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.18s) [2022-06-29T21:37:35.800Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.59s) [2022-06-29T21:37:35.800Z] === RUN TestDockerSwarmSuite [2022-06-29T21:37:35.800Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-06-29T21:37:37.180Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-06-29T21:37:38.117Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-06-29T21:37:38.376Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-06-29T21:37:39.315Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-06-29T21:37:39.574Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-06-29T21:37:40.515Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-06-29T21:37:41.085Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-06-29T21:37:41.345Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-06-29T21:37:41.605Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-06-29T21:37:46.884Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-06-29T21:37:53.475Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-06-29T21:37:53.475Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-06-29T21:37:56.010Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-06-29T21:37:59.303Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-06-29T21:38:00.246Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-06-29T21:38:00.814Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-06-29T21:38:00.814Z] docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows [2022-06-29T21:38:00.814Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-06-29T21:38:00.814Z] docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows [2022-06-29T21:38:00.814Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-06-29T21:38:00.814Z] docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows [2022-06-29T21:38:00.814Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-06-29T21:38:00.814Z] docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows [2022-06-29T21:38:00.814Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-06-29T21:38:01.073Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-06-29T21:38:04.362Z] docker_api_swarm_test.go:563: [d22e74ad4d1cd] joining swarm manager [db9637c2ae8e2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:38:04.362Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-06-29T21:38:09.636Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-06-29T21:38:12.174Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-06-29T21:38:12.174Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-06-29T21:38:17.455Z] docker_api_swarm_test.go:585: [daea9991f4ed3] joining swarm manager [db9637c2ae8e2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:38:17.716Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-06-29T21:38:20.254Z] check_test.go:611: [d22e74ad4d1cd] daemon is not started [2022-06-29T21:38:23.543Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-06-29T21:38:23.802Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-06-29T21:38:25.181Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-06-29T21:38:28.471Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-06-29T21:38:28.729Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-06-29T21:38:28.729Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-06-29T21:38:30.108Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-06-29T21:38:30.368Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-06-29T21:38:30.368Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-06-29T21:38:30.368Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-06-29T21:38:30.937Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-06-29T21:38:32.317Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-06-29T21:38:32.885Z] docker_api_swarm_test.go:46: [d7428371aaa7e] joining swarm manager [d55b0a1059026]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:38:36.343Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-06-29T21:38:36.344Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-06-29T21:38:36.344Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-06-29T21:38:36.344Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-06-29T21:38:36.344Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-06-29T21:38:36.344Z] Cross building: bundles/cross/windows/amd64 [2022-06-29T21:38:36.344Z] +++++++ cat ./cli/winresources/dockerd/winres.json [2022-06-29T21:38:36.344Z] { [2022-06-29T21:38:36.344Z] "RT_GROUP_ICON": { [2022-06-29T21:38:36.344Z] "#1": { [2022-06-29T21:38:36.344Z] "0409": "../../winresources/docker.ico" [2022-06-29T21:38:36.344Z] } [2022-06-29T21:38:36.344Z] }, [2022-06-29T21:38:36.344Z] "RT_MANIFEST": { [2022-06-29T21:38:36.344Z] "#1": { [2022-06-29T21:38:36.344Z] "0409": { [2022-06-29T21:38:36.344Z] "identity": {}, [2022-06-29T21:38:36.344Z] "description": "Docker Engine", [2022-06-29T21:38:36.344Z] "minimum-os": "vista", [2022-06-29T21:38:36.344Z] "execution-level": "", [2022-06-29T21:38:36.344Z] "ui-access": false, [2022-06-29T21:38:36.344Z] "auto-elevate": false, [2022-06-29T21:38:36.344Z] "dpi-awareness": "unaware", [2022-06-29T21:38:36.344Z] "disable-theming": false, [2022-06-29T21:38:36.344Z] "disable-window-filtering": false, [2022-06-29T21:38:36.344Z] "high-resolution-scrolling-aware": false, [2022-06-29T21:38:36.344Z] "ultra-high-resolution-scrolling-aware": false, [2022-06-29T21:38:36.344Z] "long-path-aware": false, [2022-06-29T21:38:36.344Z] "printer-driver-isolation": false, [2022-06-29T21:38:36.344Z] "gdi-scaling": false, [2022-06-29T21:38:36.344Z] "segment-heap": false, [2022-06-29T21:38:36.344Z] "use-common-controls-v6": false [2022-06-29T21:38:36.344Z] } [2022-06-29T21:38:36.344Z] } [2022-06-29T21:38:36.344Z] }, [2022-06-29T21:38:36.344Z] "RT_MESSAGETABLE": { [2022-06-29T21:38:36.344Z] "#1": { [2022-06-29T21:38:36.344Z] "0409": "../../winresources/event_messages.bin" [2022-06-29T21:38:36.344Z] } [2022-06-29T21:38:36.344Z] }, [2022-06-29T21:38:36.344Z] "RT_VERSION": { [2022-06-29T21:38:36.344Z] "#1": { [2022-06-29T21:38:36.344Z] "0409": { [2022-06-29T21:38:36.344Z] "fixed": { [2022-06-29T21:38:36.344Z] "file_version": "0.0.0.0", [2022-06-29T21:38:36.344Z] "product_version": "0.0.0.0", [2022-06-29T21:38:36.344Z] "type": "Unknown" [2022-06-29T21:38:36.344Z] }, [2022-06-29T21:38:36.344Z] "info": { [2022-06-29T21:38:36.344Z] "0000": { [2022-06-29T21:38:36.344Z] "CompanyName": "", [2022-06-29T21:38:36.344Z] "FileVersion": "dev", [2022-06-29T21:38:36.344Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-06-29T21:38:36.344Z] "OriginalFileName": "dockerd-dev.exe", [2022-06-29T21:38:36.344Z] "ProductName": "", [2022-06-29T21:38:36.344Z] "ProductVersion": "dev", [2022-06-29T21:38:36.344Z] "SpecialBuild": "6a0d5bb4d0e9efecab55a809dd4d6b58b3d35cf5" [2022-06-29T21:38:36.344Z] } [2022-06-29T21:38:36.344Z] } [2022-06-29T21:38:36.344Z] } [2022-06-29T21:38:36.344Z] } [2022-06-29T21:38:36.344Z] } [2022-06-29T21:38:36.344Z] } [2022-06-29T21:38:36.344Z] cmd/dockerd/config.go [2022-06-29T21:38:36.344Z] cmd/dockerd/config_windows.go [2022-06-29T21:38:36.344Z] cmd/dockerd/daemon.go [2022-06-29T21:38:36.344Z] cmd/dockerd/daemon_test.go [2022-06-29T21:38:36.344Z] cmd/dockerd/daemon_windows.go [2022-06-29T21:38:36.344Z] cmd/dockerd/docker.go [2022-06-29T21:38:36.344Z] cmd/dockerd/docker_windows.go [2022-06-29T21:38:36.344Z] cmd/dockerd/genwinres_windows.go [2022-06-29T21:38:36.344Z] cmd/dockerd/metrics.go [2022-06-29T21:38:36.344Z] cmd/dockerd/options.go [2022-06-29T21:38:36.344Z] cmd/dockerd/options_test.go [2022-06-29T21:38:36.344Z] cmd/dockerd/service_windows.go [2022-06-29T21:38:36.344Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-06-29T21:38:36.344Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-06-29T21:38:42.866Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-06-29T21:38:42.866Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-06-29T21:38:45.405Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-06-29T21:38:51.977Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-06-29T21:38:52.237Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-06-29T21:38:55.527Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-06-29T21:38:56.096Z] --- PASS: TestImportExtremelyLargeImageWorks (183.93s) [2022-06-29T21:38:56.096Z] PASS [2022-06-29T21:38:56.096Z] [2022-06-29T21:38:56.096Z] DONE 22 tests in 188.307s [2022-06-29T21:38:56.096Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-06-29T21:38:56.096Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:38:56.096Z] ++ set -e [2022-06-29T21:38:56.096Z] ++ '[' -n 0 ']' [2022-06-29T21:38:56.096Z] ++ set -x [2022-06-29T21:38:56.096Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:38:56.096Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-06-29T21:38:56.354Z] === RUN TestStripANSICommands [2022-06-29T21:38:56.354Z] === RUN TestStripANSICommands/#00 [2022-06-29T21:38:56.354Z] === RUN TestStripANSICommands/#01 [2022-06-29T21:38:56.354Z] --- PASS: TestStripANSICommands (0.00s) [2022-06-29T21:38:56.354Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-06-29T21:38:56.354Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-06-29T21:38:56.354Z] PASS [2022-06-29T21:38:56.354Z] [2022-06-29T21:38:56.354Z] DONE 3 tests in 0.054s [2022-06-29T21:38:56.354Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-06-29T21:38:56.354Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-06-29T21:38:56.354Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:38:56.354Z] ++ set -e [2022-06-29T21:38:56.354Z] ++ '[' -n 0 ']' [2022-06-29T21:38:56.354Z] ++ set -x [2022-06-29T21:38:56.355Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:38:56.355Z] INFO: Testing against a local daemon [2022-06-29T21:38:56.355Z] === RUN TestNetworkCreateDelete [2022-06-29T21:38:56.614Z] --- PASS: TestNetworkCreateDelete (0.18s) [2022-06-29T21:38:56.614Z] === RUN TestDockerNetworkDeletePreferID [2022-06-29T21:38:57.185Z] --- PASS: TestDockerNetworkDeletePreferID (0.50s) [2022-06-29T21:38:57.185Z] === RUN TestDaemonDNSFallback [2022-06-29T21:38:59.720Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-06-29T21:39:00.657Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-06-29T21:39:02.034Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-06-29T21:39:03.939Z] --- PASS: TestDaemonDNSFallback (6.58s) [2022-06-29T21:39:03.939Z] === RUN TestInspectNetwork [2022-06-29T21:39:05.848Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-06-29T21:39:07.763Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-06-29T21:39:07.763Z] === RUN TestInspectNetwork/full_network_id [2022-06-29T21:39:07.763Z] === RUN TestInspectNetwork/partial_network_id [2022-06-29T21:39:07.763Z] === RUN TestInspectNetwork/network_name [2022-06-29T21:39:07.763Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-06-29T21:39:09.142Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-06-29T21:39:12.429Z] --- PASS: TestInspectNetwork (8.32s) [2022-06-29T21:39:12.429Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-06-29T21:39:12.429Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-06-29T21:39:12.429Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-06-29T21:39:12.429Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-06-29T21:39:12.429Z] === RUN TestRunContainerWithBridgeNone [2022-06-29T21:39:14.340Z] --- PASS: TestRunContainerWithBridgeNone (2.02s) [2022-06-29T21:39:14.340Z] === RUN TestNetworkInvalidJSON [2022-06-29T21:39:14.340Z] === RUN TestNetworkInvalidJSON/networks/create [2022-06-29T21:39:14.340Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-06-29T21:39:14.340Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-06-29T21:39:14.340Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-06-29T21:39:14.340Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-29T21:39:14.340Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-29T21:39:14.340Z] === CONT TestNetworkInvalidJSON/networks/create [2022-06-29T21:39:14.340Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-06-29T21:39:14.340Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-06-29T21:39:14.340Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-06-29T21:39:14.340Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-06-29T21:39:14.340Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-06-29T21:39:14.340Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-06-29T21:39:14.340Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-06-29T21:39:14.340Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-06-29T21:39:14.340Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-06-29T21:39:14.340Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-06-29T21:39:14.340Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-06-29T21:39:14.340Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-06-29T21:39:14.340Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-06-29T21:39:14.340Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-06-29T21:39:14.340Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2022-06-29T21:39:14.340Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s) [2022-06-29T21:39:14.340Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-06-29T21:39:14.340Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-06-29T21:39:14.340Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-06-29T21:39:14.340Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-06-29T21:39:14.340Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-06-29T21:39:14.340Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-06-29T21:39:14.340Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-06-29T21:39:14.340Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-06-29T21:39:14.340Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-06-29T21:39:14.340Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.01s) [2022-06-29T21:39:14.340Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-06-29T21:39:14.340Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-06-29T21:39:14.340Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-06-29T21:39:14.340Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-06-29T21:39:14.340Z] === RUN TestNetworkList [2022-06-29T21:39:14.340Z] === RUN TestNetworkList//networks [2022-06-29T21:39:14.340Z] === PAUSE TestNetworkList//networks [2022-06-29T21:39:14.340Z] === RUN TestNetworkList//networks/ [2022-06-29T21:39:14.340Z] === PAUSE TestNetworkList//networks/ [2022-06-29T21:39:14.340Z] === CONT TestNetworkList//networks [2022-06-29T21:39:14.340Z] === CONT TestNetworkList//networks/ [2022-06-29T21:39:14.340Z] --- PASS: TestNetworkList (0.01s) [2022-06-29T21:39:14.340Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-06-29T21:39:14.340Z] --- PASS: TestNetworkList//networks (0.00s) [2022-06-29T21:39:14.340Z] === RUN TestHostIPv4BridgeLabel [2022-06-29T21:39:14.599Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2022-06-29T21:39:14.599Z] === RUN TestDaemonRestartWithLiveRestore [2022-06-29T21:39:15.975Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2022-06-29T21:39:15.975Z] === RUN TestDaemonDefaultNetworkPools [2022-06-29T21:39:16.543Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s) [2022-06-29T21:39:16.543Z] === RUN TestDaemonRestartWithExistingNetwork [2022-06-29T21:39:17.923Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2022-06-29T21:39:17.923Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-06-29T21:39:18.860Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.31s) [2022-06-29T21:39:18.860Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-06-29T21:39:19.796Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s) [2022-06-29T21:39:19.796Z] === RUN TestServiceWithPredefinedNetwork [2022-06-29T21:39:19.796Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-06-29T21:39:20.056Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-06-29T21:39:22.591Z] --- PASS: TestServiceWithPredefinedNetwork (2.81s) [2022-06-29T21:39:22.591Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-06-29T21:39:22.591Z] service_test.go:243: FLAKY_TEST [2022-06-29T21:39:22.591Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-29T21:39:22.591Z] === RUN TestServiceWithDataPathPortInit [2022-06-29T21:39:23.160Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-06-29T21:39:23.419Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-06-29T21:39:23.678Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-06-29T21:39:24.247Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-06-29T21:39:24.507Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-06-29T21:39:24.766Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-06-29T21:39:25.026Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-06-29T21:39:26.403Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-06-29T21:39:27.360Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-06-29T21:39:28.295Z] === RUN TestDockerSuite/TestBuildEnv [2022-06-29T21:39:29.232Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-06-29T21:39:30.167Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-06-29T21:39:31.104Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-06-29T21:39:36.375Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-06-29T21:39:38.278Z] --- PASS: TestServiceWithDataPathPortInit (15.79s) [2022-06-29T21:39:38.278Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-06-29T21:39:41.566Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-06-29T21:39:41.826Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:4ra11qw8zaga4nfcloknk96tn Created:2022-06-29 21:39:39.61614732 +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[a08d833a38d99c9bc6a1325f23d89c93e5bc3245da174c228beb70973bcec7ba:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.uiv82rds99dx8oj31tb2hxq4j EndpointID:5b0bf0905ca64bcb4e6236b67a6ffc42c8923881e5e3c78efb65a26516ed51ef MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:6bb97264fb75de0126817964a58560ef29871accadd8b111a6ca0c8f28483940 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:7fea77539dad IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.uiv82rds99dx8oj31tb2hxq4j EndpointID:5b0bf0905ca64bcb4e6236b67a6ffc42c8923881e5e3c78efb65a26516ed51ef EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-06-29T21:39:43.732Z] docker_api_swarm_test.go:304: [de83e1f829cbf] joining swarm manager [d0ee9cfb64294]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:39:45.110Z] docker_api_swarm_test.go:305: [df7d383abdf3c] joining swarm manager [d0ee9cfb64294]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:39:46.052Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-06-29T21:39:46.620Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.39s) [2022-06-29T21:39:46.620Z] PASS [2022-06-29T21:39:46.620Z] [2022-06-29T21:39:46.620Z] === Skipped [2022-06-29T21:39:46.620Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-06-29T21:39:46.620Z] service_test.go:243: FLAKY_TEST [2022-06-29T21:39:46.620Z] [2022-06-29T21:39:46.620Z] DONE 38 tests, 1 skipped in 50.320s [2022-06-29T21:39:46.620Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-06-29T21:39:46.620Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:39:46.620Z] ++ set -e [2022-06-29T21:39:46.620Z] ++ '[' -n 0 ']' [2022-06-29T21:39:46.620Z] ++ set -x [2022-06-29T21:39:46.620Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:39:46.620Z] INFO: Testing against a local daemon [2022-06-29T21:39:46.620Z] === RUN TestDockerNetworkIpvlanPersistance [2022-06-29T21:39:46.620Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-29T21:39:46.620Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2022-06-29T21:39:46.620Z] === RUN TestDockerNetworkIpvlan [2022-06-29T21:39:46.620Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-29T21:39:46.620Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-06-29T21:39:46.620Z] PASS [2022-06-29T21:39:46.620Z] [2022-06-29T21:39:46.620Z] === Skipped [2022-06-29T21:39:46.620Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2022-06-29T21:39:46.620Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-29T21:39:46.620Z] [2022-06-29T21:39:46.620Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-06-29T21:39:46.620Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-06-29T21:39:46.620Z] [2022-06-29T21:39:46.620Z] DONE 2 tests, 2 skipped in 0.104s [2022-06-29T21:39:46.620Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-06-29T21:39:46.620Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:39:46.620Z] ++ set -e [2022-06-29T21:39:46.620Z] ++ '[' -n 0 ']' [2022-06-29T21:39:46.620Z] ++ set -x [2022-06-29T21:39:46.620Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:39:46.880Z] INFO: Testing against a local daemon [2022-06-29T21:39:46.880Z] === RUN TestDockerNetworkMacvlanPersistance [2022-06-29T21:39:48.258Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.37s) [2022-06-29T21:39:48.258Z] === RUN TestDockerNetworkMacvlan [2022-06-29T21:39:49.202Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-06-29T21:39:49.769Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-06-29T21:39:50.706Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-06-29T21:39:51.273Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-06-29T21:39:52.653Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-06-29T21:39:52.912Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-06-29T21:39:55.447Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-06-29T21:39:59.644Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-06-29T21:40:00.584Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-06-29T21:40:01.152Z] --- PASS: TestDockerNetworkMacvlan (13.01s) [2022-06-29T21:40:01.152Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2022-06-29T21:40:01.152Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s) [2022-06-29T21:40:01.152Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.05s) [2022-06-29T21:40:01.152Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.28s) [2022-06-29T21:40:01.152Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.05s) [2022-06-29T21:40:01.152Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.28s) [2022-06-29T21:40:01.152Z] PASS [2022-06-29T21:40:01.152Z] [2022-06-29T21:40:01.152Z] DONE 8 tests in 14.472s [2022-06-29T21:40:01.152Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-06-29T21:40:01.152Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:40:01.152Z] ++ set -e [2022-06-29T21:40:01.152Z] ++ '[' -n 0 ']' [2022-06-29T21:40:01.152Z] ++ set -x [2022-06-29T21:40:01.152Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:40:01.152Z] testing: warning: no tests to run [2022-06-29T21:40:01.152Z] PASS [2022-06-29T21:40:01.152Z] [2022-06-29T21:40:01.152Z] DONE 0 tests in 0.029s [2022-06-29T21:40:01.152Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-06-29T21:40:01.152Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:40:01.152Z] ++ set -e [2022-06-29T21:40:01.152Z] ++ '[' -n 0 ']' [2022-06-29T21:40:01.152Z] ++ set -x [2022-06-29T21:40:01.152Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:40:01.411Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-06-29T21:40:01.411Z] INFO: Testing against a local daemon [2022-06-29T21:40:01.411Z] === RUN TestAuthZPluginAllowRequest [2022-06-29T21:40:01.979Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-06-29T21:40:02.239Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-06-29T21:40:02.808Z] --- PASS: TestAuthZPluginAllowRequest (1.50s) [2022-06-29T21:40:02.808Z] === RUN TestAuthZPluginTLS [2022-06-29T21:40:03.377Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-06-29T21:40:03.377Z] docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows [2022-06-29T21:40:03.377Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-06-29T21:40:03.377Z] --- PASS: TestAuthZPluginTLS (0.56s) [2022-06-29T21:40:03.377Z] === RUN TestAuthZPluginDenyRequest [2022-06-29T21:40:03.636Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-06-29T21:40:03.895Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-06-29T21:40:03.895Z] === RUN TestAuthZPluginAPIDenyResponse [2022-06-29T21:40:04.464Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-06-29T21:40:04.464Z] === RUN TestAuthZPluginDenyResponse [2022-06-29T21:40:05.034Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2022-06-29T21:40:05.034Z] === RUN TestAuthZPluginAllowEventStream [2022-06-29T21:40:05.603Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-06-29T21:40:06.540Z] --- PASS: TestAuthZPluginAllowEventStream (1.40s) [2022-06-29T21:40:06.540Z] === RUN TestAuthZPluginErrorResponse [2022-06-29T21:40:07.109Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2022-06-29T21:40:07.109Z] === RUN TestAuthZPluginErrorRequest [2022-06-29T21:40:07.678Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-06-29T21:40:07.678Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-06-29T21:40:08.273Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2022-06-29T21:40:08.273Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-06-29T21:40:10.180Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.84s) [2022-06-29T21:40:10.180Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-06-29T21:40:12.087Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.84s) [2022-06-29T21:40:12.087Z] === RUN TestAuthZPluginHeader [2022-06-29T21:40:12.087Z] === RUN TestDockerSuite/TestBuildExpose [2022-06-29T21:40:12.346Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-06-29T21:40:12.606Z] --- PASS: TestAuthZPluginHeader (0.84s) [2022-06-29T21:40:12.606Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-06-29T21:40:12.740Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-06-29T21:40:12.740Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json [2022-06-29T21:40:12.740Z] { [2022-06-29T21:40:12.740Z] "RT_GROUP_ICON": { [2022-06-29T21:40:12.740Z] "#1": { [2022-06-29T21:40:12.740Z] "0409": "../../winresources/docker.ico" [2022-06-29T21:40:12.740Z] } [2022-06-29T21:40:12.740Z] }, [2022-06-29T21:40:12.740Z] "RT_MANIFEST": { [2022-06-29T21:40:12.740Z] "#1": { [2022-06-29T21:40:12.740Z] "0409": { [2022-06-29T21:40:12.740Z] "identity": {}, [2022-06-29T21:40:12.740Z] "description": "Docker Engine", [2022-06-29T21:40:12.740Z] "minimum-os": "vista", [2022-06-29T21:40:12.740Z] "execution-level": "", [2022-06-29T21:40:12.740Z] "ui-access": false, [2022-06-29T21:40:12.740Z] "auto-elevate": false, [2022-06-29T21:40:12.740Z] "dpi-awareness": "unaware", [2022-06-29T21:40:12.740Z] "disable-theming": false, [2022-06-29T21:40:12.740Z] "disable-window-filtering": false, [2022-06-29T21:40:12.740Z] "high-resolution-scrolling-aware": false, [2022-06-29T21:40:12.740Z] "ultra-high-resolution-scrolling-aware": false, [2022-06-29T21:40:12.740Z] "long-path-aware": false, [2022-06-29T21:40:12.740Z] "printer-driver-isolation": false, [2022-06-29T21:40:12.740Z] "gdi-scaling": false, [2022-06-29T21:40:12.740Z] "segment-heap": false, [2022-06-29T21:40:12.740Z] "use-common-controls-v6": false [2022-06-29T21:40:12.740Z] } [2022-06-29T21:40:12.740Z] } [2022-06-29T21:40:12.740Z] }, [2022-06-29T21:40:12.740Z] "RT_MESSAGETABLE": { [2022-06-29T21:40:12.740Z] "#1": { [2022-06-29T21:40:12.740Z] "0409": "../../winresources/event_messages.bin" [2022-06-29T21:40:12.740Z] } [2022-06-29T21:40:12.740Z] }, [2022-06-29T21:40:12.740Z] "RT_VERSION": { [2022-06-29T21:40:12.740Z] "#1": { [2022-06-29T21:40:12.740Z] "0409": { [2022-06-29T21:40:12.740Z] "fixed": { [2022-06-29T21:40:12.740Z] "file_version": "0.0.0.0", [2022-06-29T21:40:12.740Z] "product_version": "0.0.0.0", [2022-06-29T21:40:12.740Z] "type": "Unknown" [2022-06-29T21:40:12.740Z] }, [2022-06-29T21:40:12.740Z] "info": { [2022-06-29T21:40:12.740Z] "0000": { [2022-06-29T21:40:12.740Z] "CompanyName": "", [2022-06-29T21:40:12.740Z] "FileVersion": "dev", [2022-06-29T21:40:12.740Z] "LegalCopyright": "Copyright © 2015-2022 Docker Inc.", [2022-06-29T21:40:12.740Z] "OriginalFileName": "docker-proxy-dev.exe", [2022-06-29T21:40:12.740Z] "ProductName": "", [2022-06-29T21:40:12.740Z] "ProductVersion": "dev", [2022-06-29T21:40:12.740Z] "SpecialBuild": "6a0d5bb4d0e9efecab55a809dd4d6b58b3d35cf5" [2022-06-29T21:40:12.740Z] } [2022-06-29T21:40:12.740Z] } [2022-06-29T21:40:12.740Z] } [2022-06-29T21:40:12.740Z] } [2022-06-29T21:40:12.740Z] } [2022-06-29T21:40:12.740Z] } [2022-06-29T21:40:12.740Z] cmd/docker-proxy/genwinres_windows.go [2022-06-29T21:40:12.740Z] cmd/docker-proxy/main.go [2022-06-29T21:40:12.740Z] cmd/docker-proxy/network_proxy_test.go [2022-06-29T21:40:12.740Z] cmd/docker-proxy/proxy.go [2022-06-29T21:40:12.740Z] cmd/docker-proxy/sctp_proxy.go [2022-06-29T21:40:12.740Z] cmd/docker-proxy/tcp_proxy.go [2022-06-29T21:40:12.740Z] cmd/docker-proxy/udp_proxy.go [2022-06-29T21:40:12.740Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-06-29T21:40:12.740Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-06-29T21:40:12.740Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-06-29T21:40:12.740Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-06-29T21:40:12.740Z] remote: Enumerating objects: 23, done. [2022-06-29T21:40:12.740Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-06-29T21:40:12.740Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-06-29T21:40:12.740Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-06-29T21:40:12.740Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2022-06-29T21:40:12.740Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-06-29T21:40:12.740Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-06-29T21:40:12.740Z] Cross building: bundles/cross/linux/ppc64le [2022-06-29T21:40:12.740Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-06-29T21:40:12.740Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-06-29T21:40:13.173Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-06-29T21:40:13.432Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-06-29T21:40:13.432Z] === RUN TestDockerSuite/TestBuildFails [2022-06-29T21:40:14.000Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-06-29T21:40:14.000Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-06-29T21:40:15.904Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-06-29T21:40:15.904Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-06-29T21:40:17.281Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.64s) [2022-06-29T21:40:17.281Z] === RUN TestAuthZPluginV2Disable [2022-06-29T21:40:17.540Z] === RUN TestDockerSuite/TestBuildForceRm [2022-06-29T21:40:18.479Z] docker_api_swarm_test.go:272: [d2f8da5bbd581] joining swarm manager [dceeab5044d62]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:40:19.047Z] === RUN TestDockerSuite/TestBuildFromGit [2022-06-29T21:40:19.617Z] docker_api_swarm_test.go:273: [de261b342acaf] joining swarm manager [dceeab5044d62]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:40:20.553Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-06-29T21:40:20.813Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-06-29T21:40:21.381Z] --- PASS: TestAuthZPluginV2Disable (4.08s) [2022-06-29T21:40:21.381Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-06-29T21:40:21.641Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-06-29T21:40:23.019Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-06-29T21:40:23.587Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-06-29T21:40:23.846Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-06-29T21:40:25.223Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.61s) [2022-06-29T21:40:25.223Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-06-29T21:40:25.223Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-06-29T21:40:26.605Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-06-29T21:40:27.565Z] === RUN TestDockerSuite/TestBuildIidFile [2022-06-29T21:40:28.132Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-06-29T21:40:28.701Z] === RUN TestDockerSuite/TestBuildInheritance [2022-06-29T21:40:29.273Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-06-29T21:40:29.841Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-06-29T21:40:29.841Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-06-29T21:40:31.221Z] === RUN TestDockerSuite/TestBuildLabel [2022-06-29T21:40:31.789Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-06-29T21:40:32.357Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-06-29T21:40:32.925Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-06-29T21:40:33.185Z] === RUN TestDockerSuite/TestBuildLabels [2022-06-29T21:40:33.753Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-06-29T21:40:34.690Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-06-29T21:40:37.223Z] === RUN TestDockerSuite/TestBuildLastModified [2022-06-29T21:40:37.224Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-06-29T21:40:37.224Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.21s) [2022-06-29T21:40:37.224Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-06-29T21:40:41.415Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-06-29T21:40:43.948Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-06-29T21:40:43.948Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-06-29T21:40:43.948Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-06-29T21:40:43.948Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-06-29T21:40:43.948Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-06-29T21:40:43.948Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-06-29T21:40:44.884Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-06-29T21:40:45.819Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-06-29T21:40:48.372Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-06-29T21:40:48.631Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-06-29T21:40:48.890Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-06-29T21:40:54.161Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-06-29T21:40:54.161Z] PASS [2022-06-29T21:40:54.161Z] [2022-06-29T21:40:54.161Z] DONE 17 tests in 52.522s [2022-06-29T21:40:54.161Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-06-29T21:40:54.161Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:40:54.161Z] ++ set -e [2022-06-29T21:40:54.161Z] ++ '[' -n 0 ']' [2022-06-29T21:40:54.161Z] ++ set -x [2022-06-29T21:40:54.161Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:40:54.161Z] INFO: Testing against a local daemon [2022-06-29T21:40:54.161Z] === RUN TestPluginInvalidJSON [2022-06-29T21:40:54.161Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-06-29T21:40:54.161Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-06-29T21:40:54.161Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-29T21:40:54.161Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-29T21:40:54.161Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-06-29T21:40:54.161Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-06-29T21:40:54.161Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-06-29T21:40:54.161Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-06-29T21:40:54.161Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-06-29T21:40:54.161Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-06-29T21:40:54.161Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-06-29T21:40:54.161Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-06-29T21:40:54.161Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-06-29T21:40:54.161Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-06-29T21:40:54.161Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-06-29T21:40:54.161Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-06-29T21:40:54.161Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-06-29T21:40:54.161Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-06-29T21:40:54.161Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-06-29T21:40:54.161Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-06-29T21:40:54.161Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-06-29T21:40:54.161Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-06-29T21:40:54.161Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s) [2022-06-29T21:40:54.161Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-06-29T21:40:54.161Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-06-29T21:40:54.161Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-06-29T21:40:54.161Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-06-29T21:40:54.161Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s) [2022-06-29T21:40:54.161Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-06-29T21:40:54.161Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-06-29T21:40:54.161Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-06-29T21:40:54.161Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-06-29T21:40:54.161Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.02s) [2022-06-29T21:40:54.161Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.01s) [2022-06-29T21:40:54.161Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-06-29T21:40:54.161Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-06-29T21:40:54.161Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-06-29T21:40:54.161Z] === RUN TestPluginInstall [2022-06-29T21:40:54.161Z] === RUN TestPluginInstall/no_auth [2022-06-29T21:40:55.539Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-06-29T21:40:56.107Z] time="2022-06-29T21:40:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-29T21:40:56.107Z] time="2022-06-29T21:40:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1b13df8b65f804e893d3955d53b1aa97809ff770572639bbf23cacfdc0ff2c27" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-29T21:40:56.107Z] time="2022-06-29T21:40:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-29T21:40:56.107Z] time="2022-06-29T21:40:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1b13df8b65f804e893d3955d53b1aa97809ff770572639bbf23cacfdc0ff2c27" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-29T21:40:56.365Z] === RUN TestPluginInstall/with_htpasswd [2022-06-29T21:40:56.938Z] time="2022-06-29T21:40:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-29T21:40:56.938Z] time="2022-06-29T21:40:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ad5fe4ad818301b4e0971873f2c1822c158be4708a5e24e4f749f45905e479dc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-29T21:40:56.938Z] time="2022-06-29T21:40:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-29T21:40:56.938Z] time="2022-06-29T21:40:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ad5fe4ad818301b4e0971873f2c1822c158be4708a5e24e4f749f45905e479dc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-29T21:40:57.198Z] === RUN TestPluginInstall/with_insecure [2022-06-29T21:40:58.134Z] time="2022-06-29T21:40:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-29T21:40:58.134Z] time="2022-06-29T21:40:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:44cff590baa5a5ab9b6eb2acc51b9ee34d51e6b26713a88bbbf1f400f3edcc60" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-29T21:40:58.134Z] time="2022-06-29T21:40:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-06-29T21:40:58.134Z] time="2022-06-29T21:40:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:44cff590baa5a5ab9b6eb2acc51b9ee34d51e6b26713a88bbbf1f400f3edcc60" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-06-29T21:40:58.395Z] plugin_test.go:195: [dfc741c56988a] daemon is not started [2022-06-29T21:40:58.395Z] --- PASS: TestPluginInstall (4.45s) [2022-06-29T21:40:58.395Z] --- PASS: TestPluginInstall/no_auth (2.35s) [2022-06-29T21:40:58.395Z] --- PASS: TestPluginInstall/with_htpasswd (0.84s) [2022-06-29T21:40:58.395Z] --- PASS: TestPluginInstall/with_insecure (1.26s) [2022-06-29T21:40:58.395Z] === RUN TestPluginsWithRuntimes [2022-06-29T21:40:58.395Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-06-29T21:40:59.772Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-06-29T21:41:00.340Z] === RUN TestPluginsWithRuntimes/No_Args [2022-06-29T21:41:00.340Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-06-29T21:41:01.276Z] === RUN TestPluginsWithRuntimes/With_Args [2022-06-29T21:41:01.535Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-06-29T21:41:01.535Z] docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows [2022-06-29T21:41:01.535Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-06-29T21:41:02.913Z] --- PASS: TestPluginsWithRuntimes (4.30s) [2022-06-29T21:41:02.913Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.20s) [2022-06-29T21:41:02.913Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.18s) [2022-06-29T21:41:02.913Z] === RUN TestPluginBackCompatMediaTypes [2022-06-29T21:41:03.850Z] --- PASS: TestPluginBackCompatMediaTypes (1.25s) [2022-06-29T21:41:03.850Z] PASS [2022-06-29T21:41:04.111Z] [2022-06-29T21:41:04.111Z] DONE 24 tests in 10.180s [2022-06-29T21:41:04.111Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-06-29T21:41:04.111Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:41:04.111Z] ++ set -e [2022-06-29T21:41:04.111Z] ++ '[' -n 0 ']' [2022-06-29T21:41:04.111Z] ++ set -x [2022-06-29T21:41:04.111Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:41:04.111Z] INFO: Testing against a local daemon [2022-06-29T21:41:04.111Z] === RUN TestExternalGraphDriver [2022-06-29T21:41:04.111Z] === RUN TestExternalGraphDriver/json [2022-06-29T21:41:04.682Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-06-29T21:41:06.587Z] === RUN TestExternalGraphDriver/spec [2022-06-29T21:41:06.587Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-06-29T21:41:07.524Z] docker_api_swarm_node_test.go:20: [df813462912aa] joining swarm manager [dff76c12e9494]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:41:07.524Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-06-29T21:41:08.464Z] docker_api_swarm_node_test.go:21: [d5303dc52ef1e] joining swarm manager [dff76c12e9494]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:41:08.723Z] === RUN TestExternalGraphDriver/pull [2022-06-29T21:41:09.658Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-06-29T21:41:09.917Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-06-29T21:41:10.485Z] --- PASS: TestExternalGraphDriver (6.34s) [2022-06-29T21:41:10.485Z] --- PASS: TestExternalGraphDriver/json (2.24s) [2022-06-29T21:41:10.485Z] --- PASS: TestExternalGraphDriver/spec (2.22s) [2022-06-29T21:41:10.485Z] --- PASS: TestExternalGraphDriver/pull (1.81s) [2022-06-29T21:41:10.485Z] === RUN TestGraphdriverPluginV2 [2022-06-29T21:41:11.423Z] === RUN TestDockerSuite/TestBuildNetNone [2022-06-29T21:41:11.682Z] === RUN TestDockerSuite/TestBuildNoContext [2022-06-29T21:41:12.618Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-06-29T21:41:13.187Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-06-29T21:41:14.565Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-06-29T21:41:14.826Z] --- PASS: TestGraphdriverPluginV2 (4.43s) [2022-06-29T21:41:14.826Z] PASS [2022-06-29T21:41:14.826Z] [2022-06-29T21:41:15.086Z] DONE 5 tests in 10.931s [2022-06-29T21:41:15.086Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-06-29T21:41:15.086Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-06-29T21:41:15.086Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:41:15.086Z] ++ set -e [2022-06-29T21:41:15.086Z] ++ '[' -n 0 ']' [2022-06-29T21:41:15.086Z] ++ set -x [2022-06-29T21:41:15.086Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:41:15.086Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-06-29T21:41:15.086Z] INFO: Testing against a local daemon [2022-06-29T21:41:15.086Z] === RUN TestContinueAfterPluginCrash [2022-06-29T21:41:15.086Z] === PAUSE TestContinueAfterPluginCrash [2022-06-29T21:41:15.086Z] === RUN TestReadPluginNoRead [2022-06-29T21:41:15.086Z] === PAUSE TestReadPluginNoRead [2022-06-29T21:41:15.086Z] === RUN TestDaemonStartWithLogOpt [2022-06-29T21:41:15.086Z] === PAUSE TestDaemonStartWithLogOpt [2022-06-29T21:41:15.086Z] === CONT TestContinueAfterPluginCrash [2022-06-29T21:41:15.086Z] === CONT TestDaemonStartWithLogOpt [2022-06-29T21:41:15.345Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-06-29T21:41:15.604Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-06-29T21:41:16.540Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-06-29T21:41:19.076Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-06-29T21:41:19.076Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-06-29T21:41:19.644Z] --- PASS: TestDaemonStartWithLogOpt (4.46s) [2022-06-29T21:41:19.644Z] === CONT TestReadPluginNoRead [2022-06-29T21:41:21.549Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-06-29T21:41:22.927Z] === RUN TestReadPluginNoRead/default [2022-06-29T21:41:22.927Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-06-29T21:41:24.306Z] docker_api_swarm_test.go:502: [dac93b426214b] joining swarm manager [da713fada57a0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:41:24.876Z] --- PASS: TestContinueAfterPluginCrash (9.72s) [2022-06-29T21:41:25.134Z] === RUN TestReadPluginNoRead/disabled_caching [2022-06-29T21:41:25.393Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-06-29T21:41:26.335Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-06-29T21:41:26.594Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-06-29T21:41:27.532Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-06-29T21:41:28.469Z] === CONT TestReadPluginNoRead [2022-06-29T21:41:28.469Z] read_test.go:92: [d3de8b5aa844c] daemon is not started [2022-06-29T21:41:28.469Z] --- PASS: TestReadPluginNoRead (8.73s) [2022-06-29T21:41:28.469Z] --- PASS: TestReadPluginNoRead/default (2.29s) [2022-06-29T21:41:28.469Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.62s) [2022-06-29T21:41:28.469Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.57s) [2022-06-29T21:41:28.469Z] PASS [2022-06-29T21:41:28.469Z] [2022-06-29T21:41:28.469Z] DONE 6 tests in 13.314s [2022-06-29T21:41:28.469Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-06-29T21:41:28.469Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:41:28.469Z] ++ set -e [2022-06-29T21:41:28.469Z] ++ '[' -n 0 ']' [2022-06-29T21:41:28.469Z] ++ set -x [2022-06-29T21:41:28.469Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:41:28.469Z] testing: warning: no tests to run [2022-06-29T21:41:28.469Z] PASS [2022-06-29T21:41:28.469Z] [2022-06-29T21:41:28.469Z] DONE 0 tests in 0.038s [2022-06-29T21:41:28.469Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-06-29T21:41:28.469Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:41:28.469Z] ++ set -e [2022-06-29T21:41:28.469Z] ++ '[' -n 0 ']' [2022-06-29T21:41:28.469Z] ++ set -x [2022-06-29T21:41:28.470Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:41:28.470Z] INFO: Testing against a local daemon [2022-06-29T21:41:28.470Z] === RUN TestPluginWithDevMounts [2022-06-29T21:41:28.470Z] === PAUSE TestPluginWithDevMounts [2022-06-29T21:41:28.470Z] === CONT TestPluginWithDevMounts [2022-06-29T21:41:30.378Z] === RUN TestDockerSuite/TestBuildPATH [2022-06-29T21:41:30.378Z] --- PASS: TestPluginWithDevMounts (1.79s) [2022-06-29T21:41:30.378Z] PASS [2022-06-29T21:41:30.378Z] [2022-06-29T21:41:30.378Z] DONE 1 tests in 1.932s [2022-06-29T21:41:30.378Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-06-29T21:41:30.378Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:41:30.378Z] ++ set -e [2022-06-29T21:41:30.378Z] ++ '[' -n 0 ']' [2022-06-29T21:41:30.378Z] ++ set -x [2022-06-29T21:41:30.379Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:41:30.379Z] INFO: Testing against a local daemon [2022-06-29T21:41:30.379Z] === RUN TestSecretInspect [2022-06-29T21:41:32.283Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-06-29T21:41:32.850Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-06-29T21:41:33.109Z] --- PASS: TestSecretInspect (2.68s) [2022-06-29T21:41:33.109Z] === RUN TestSecretList [2022-06-29T21:41:33.680Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-06-29T21:41:34.248Z] docker_api_swarm_test.go:507: [d4f7b0ff4f7a9] joining swarm manager [da713fada57a0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:41:36.153Z] --- PASS: TestSecretList (2.82s) [2022-06-29T21:41:36.153Z] === RUN TestSecretsCreateAndDelete [2022-06-29T21:41:38.686Z] --- PASS: TestSecretsCreateAndDelete (2.55s) [2022-06-29T21:41:38.687Z] === RUN TestSecretsUpdate [2022-06-29T21:41:41.221Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-06-29T21:41:41.221Z] --- PASS: TestSecretsUpdate (2.63s) [2022-06-29T21:41:41.221Z] === RUN TestTemplatedSecret [2022-06-29T21:41:44.509Z] --- PASS: TestTemplatedSecret (3.11s) [2022-06-29T21:41:44.509Z] === RUN TestSecretCreateResolve [2022-06-29T21:41:44.509Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-06-29T21:41:45.891Z] === RUN TestDockerSuite/TestBuildRm [2022-06-29T21:41:47.461Z] --- PASS: TestSecretCreateResolve (2.95s) [2022-06-29T21:41:47.461Z] PASS [2022-06-29T21:41:47.461Z] [2022-06-29T21:41:47.461Z] DONE 6 tests in 16.851s [2022-06-29T21:41:47.461Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-06-29T21:41:47.461Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:41:47.461Z] ++ set -e [2022-06-29T21:41:47.461Z] ++ '[' -n 0 ']' [2022-06-29T21:41:47.461Z] ++ set -x [2022-06-29T21:41:47.461Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:41:47.461Z] INFO: Testing against a local daemon [2022-06-29T21:41:47.461Z] === RUN TestServiceCreateInit [2022-06-29T21:41:47.461Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-06-29T21:41:48.401Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-06-29T21:41:49.336Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-06-29T21:41:50.715Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-06-29T21:41:50.974Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-06-29T21:41:51.913Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-06-29T21:41:52.173Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-06-29T21:41:53.111Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-06-29T21:41:54.050Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-06-29T21:41:56.585Z] --- PASS: TestServiceCreateInit (9.06s) [2022-06-29T21:41:56.585Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.47s) [2022-06-29T21:41:56.585Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.56s) [2022-06-29T21:41:56.585Z] === RUN TestCreateServiceMultipleTimes [2022-06-29T21:41:57.153Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-06-29T21:41:57.412Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-06-29T21:41:57.412Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-06-29T21:41:57.412Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-06-29T21:41:57.412Z] === RUN TestDockerSuite/TestBuildSpaces [2022-06-29T21:41:57.979Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-06-29T21:41:58.915Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-06-29T21:41:58.915Z] === RUN TestDockerSuite/TestBuildStderr [2022-06-29T21:41:59.853Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-06-29T21:42:04.049Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-06-29T21:42:04.311Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-06-29T21:42:04.312Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-06-29T21:42:04.312Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-06-29T21:42:04.312Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-06-29T21:42:04.312Z] Cross building: bundles/cross/linux/s390x [2022-06-29T21:42:04.312Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-06-29T21:42:04.312Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-06-29T21:42:05.426Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-06-29T21:42:05.993Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-06-29T21:42:06.252Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-06-29T21:42:06.820Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-06-29T21:42:06.820Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-06-29T21:42:08.746Z] === RUN TestDockerSuite/TestBuildUser [2022-06-29T21:42:09.005Z] docker_api_swarm_node_test.go:81: [d883f39bb9152] joining swarm manager [d29dc3fd0ff9e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:42:09.940Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-06-29T21:42:12.474Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-06-29T21:42:14.380Z] --- PASS: TestCreateServiceMultipleTimes (17.78s) [2022-06-29T21:42:14.380Z] === RUN TestCreateServiceConflict [2022-06-29T21:42:17.671Z] --- PASS: TestCreateServiceConflict (3.43s) [2022-06-29T21:42:17.671Z] === RUN TestCreateServiceMaxReplicas [2022-06-29T21:42:20.962Z] --- PASS: TestCreateServiceMaxReplicas (3.43s) [2022-06-29T21:42:20.963Z] === RUN TestCreateWithDuplicateNetworkNames [2022-06-29T21:42:23.503Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-06-29T21:42:25.411Z] docker_api_swarm_node_test.go:53: [d0f99e7f506e0] joining swarm manager [dc305a378fad1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:42:26.349Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-06-29T21:42:26.349Z] docker_api_swarm_node_test.go:54: [d887b79a2d6e2] joining swarm manager [dc305a378fad1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:42:26.919Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-06-29T21:42:27.178Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-06-29T21:42:28.115Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-06-29T21:42:28.682Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-06-29T21:42:29.649Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-06-29T21:42:29.649Z] docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows [2022-06-29T21:42:29.649Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-06-29T21:42:29.649Z] docker_cli_build_test.go:6032: unmatched requirement DaemonIsWindows [2022-06-29T21:42:29.649Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-06-29T21:42:29.649Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsWindows [2022-06-29T21:42:29.649Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-06-29T21:42:29.649Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2022-06-29T21:42:29.649Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-06-29T21:42:31.026Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-06-29T21:42:31.026Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-06-29T21:42:31.593Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-06-29T21:42:32.161Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-06-29T21:42:32.727Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-06-29T21:42:32.727Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-06-29T21:42:34.631Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-06-29T21:42:35.200Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.15s) [2022-06-29T21:42:35.200Z] === RUN TestCreateServiceSecretFileMode [2022-06-29T21:42:35.768Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-06-29T21:42:36.704Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-06-29T21:42:36.963Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-06-29T21:42:37.900Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-06-29T21:42:37.900Z] docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows [2022-06-29T21:42:37.900Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-06-29T21:42:38.159Z] --- PASS: TestCreateServiceSecretFileMode (2.90s) [2022-06-29T21:42:38.160Z] === RUN TestCreateServiceConfigFileMode [2022-06-29T21:42:38.419Z] === RUN TestDockerSuite/TestBuildXZHost [2022-06-29T21:42:40.324Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-06-29T21:42:40.893Z] === RUN TestDockerSuite/TestCommitChange [2022-06-29T21:42:40.893Z] --- PASS: TestCreateServiceConfigFileMode (2.91s) [2022-06-29T21:42:40.893Z] === RUN TestCreateServiceSysctls [2022-06-29T21:42:41.833Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-06-29T21:42:42.402Z] === RUN TestDockerSuite/TestCommitHardlink [2022-06-29T21:42:43.782Z] === RUN TestDockerSuite/TestCommitNewFile [2022-06-29T21:42:44.722Z] --- PASS: TestCreateServiceSysctls (3.61s) [2022-06-29T21:42:44.722Z] === RUN TestCreateServiceCapabilities [2022-06-29T21:42:44.983Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-06-29T21:42:45.921Z] === RUN TestDockerSuite/TestCommitTTY [2022-06-29T21:42:47.306Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-06-29T21:42:47.882Z] --- PASS: TestCreateServiceCapabilities (3.20s) [2022-06-29T21:42:47.882Z] === RUN TestInspect [2022-06-29T21:42:48.450Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-06-29T21:42:49.018Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-06-29T21:42:50.927Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-06-29T21:42:50.927Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-06-29T21:42:51.189Z] --- PASS: TestInspect (3.41s) [2022-06-29T21:42:51.189Z] === RUN TestCreateJob [2022-06-29T21:42:51.447Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-06-29T21:42:52.383Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-06-29T21:42:52.642Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-06-29T21:42:54.021Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-06-29T21:42:54.589Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-06-29T21:42:55.158Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-06-29T21:42:55.417Z] --- PASS: TestCreateJob (4.08s) [2022-06-29T21:42:55.417Z] === RUN TestReplicatedJob [2022-06-29T21:42:55.989Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-06-29T21:42:56.927Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-06-29T21:42:57.865Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-06-29T21:42:58.434Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-06-29T21:42:58.693Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-06-29T21:42:59.631Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-06-29T21:43:00.568Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-06-29T21:43:01.504Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-06-29T21:43:01.763Z] --- PASS: TestReplicatedJob (6.37s) [2022-06-29T21:43:01.763Z] === RUN TestUpdateReplicatedJob [2022-06-29T21:43:02.704Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-06-29T21:43:03.273Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-06-29T21:43:04.211Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-06-29T21:43:04.211Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-06-29T21:43:05.168Z] === RUN TestDockerSuite/TestCpRelativePath [2022-06-29T21:43:05.426Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-06-29T21:43:05.685Z] --- PASS: TestUpdateReplicatedJob (4.06s) [2022-06-29T21:43:05.685Z] === RUN TestServiceListWithStatuses [2022-06-29T21:43:05.685Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-29T21:43:05.685Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-06-29T21:43:05.685Z] === RUN TestDockerNetworkConnectAlias [2022-06-29T21:43:05.685Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-06-29T21:43:06.624Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-06-29T21:43:08.002Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-06-29T21:43:08.003Z] docker_api_swarm_test.go:202: [d870cf82d7787] joining swarm manager [d3f114d2571ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:43:08.942Z] === RUN TestDockerSuite/TestCpToCaseA [2022-06-29T21:43:10.319Z] === RUN TestDockerSuite/TestCpToCaseB [2022-06-29T21:43:11.258Z] === RUN TestDockerSuite/TestCpToCaseC [2022-06-29T21:43:11.826Z] --- PASS: TestDockerNetworkConnectAlias (5.95s) [2022-06-29T21:43:11.826Z] === RUN TestDockerNetworkReConnect [2022-06-29T21:43:12.764Z] === RUN TestDockerSuite/TestCpToCaseD [2022-06-29T21:43:16.054Z] --- PASS: TestDockerNetworkReConnect (4.33s) [2022-06-29T21:43:16.054Z] === RUN TestServicePlugin [2022-06-29T21:43:16.992Z] === RUN TestDockerSuite/TestCpToCaseE [2022-06-29T21:43:19.527Z] === RUN TestDockerSuite/TestCpToCaseF [2022-06-29T21:43:20.094Z] === RUN TestDockerSuite/TestCpToCaseG [2022-06-29T21:43:20.662Z] plugin_test.go:61: [de62555cea291] joining swarm manager [d2b0cf0564a11]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:43:22.041Z] plugin_test.go:64: [da58ee30dea07] joining swarm manager [d2b0cf0564a11]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:43:23.420Z] === RUN TestDockerSuite/TestCpToCaseH [2022-06-29T21:43:25.978Z] === RUN TestDockerSuite/TestCpToCaseI [2022-06-29T21:43:26.237Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-06-29T21:43:29.525Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-06-29T21:43:29.787Z] === RUN TestDockerSuite/TestCpToDot [2022-06-29T21:43:30.046Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-06-29T21:43:30.305Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-06-29T21:43:31.683Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-06-29T21:43:32.621Z] docker_api_swarm_test.go:384: [de4048c9951a5] joining swarm manager [df37600638a00]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:43:33.189Z] === RUN TestDockerSuite/TestCpToStdout [2022-06-29T21:43:33.757Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-06-29T21:43:34.016Z] docker_api_swarm_test.go:385: [db3780ebae555] joining swarm manager [df37600638a00]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:43:34.958Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-06-29T21:43:35.218Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-06-29T21:43:36.155Z] === RUN TestDockerSuite/TestCpVolumePath [2022-06-29T21:43:37.092Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-06-29T21:43:37.092Z] === RUN TestDockerSuite/TestCreateArgs [2022-06-29T21:43:37.092Z] === RUN TestDockerSuite/TestCreateByImageID [2022-06-29T21:43:37.660Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-06-29T21:43:38.229Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-06-29T21:43:38.229Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-06-29T21:43:38.229Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-06-29T21:43:38.229Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-06-29T21:43:38.797Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-06-29T21:43:38.797Z] === RUN TestDockerSuite/TestCreateLabels [2022-06-29T21:43:39.056Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-06-29T21:43:39.056Z] === RUN TestDockerSuite/TestCreateRM [2022-06-29T21:43:39.056Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-06-29T21:43:39.056Z] docker_cli_create_test.go:83: unmatched requirement Devicemapper [2022-06-29T21:43:39.056Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-06-29T21:43:39.315Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-06-29T21:43:39.315Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-06-29T21:43:40.693Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-06-29T21:43:40.953Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-06-29T21:43:40.953Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-06-29T21:43:44.253Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-06-29T21:43:44.253Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-06-29T21:43:44.253Z] === RUN TestDockerSuite/TestEventsAttach [2022-06-29T21:43:44.512Z] === RUN TestDockerSuite/TestEventsCommit [2022-06-29T21:43:45.080Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-06-29T21:43:45.649Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-06-29T21:43:45.909Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-06-29T21:43:46.480Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-06-29T21:43:47.858Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-06-29T21:43:48.426Z] --- PASS: TestServicePlugin (32.50s) [2022-06-29T21:43:48.426Z] === RUN TestServiceUpdateLabel [2022-06-29T21:43:49.363Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-06-29T21:43:51.269Z] --- PASS: TestServiceUpdateLabel (2.58s) [2022-06-29T21:43:51.269Z] === RUN TestServiceUpdateSecrets [2022-06-29T21:43:51.529Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-06-29T21:43:54.064Z] === RUN TestDockerSuite/TestEventsCopy [2022-06-29T21:43:54.632Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-06-29T21:43:55.568Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-06-29T21:43:55.726Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-06-29T21:43:55.726Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-06-29T21:43:55.726Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-06-29T21:43:55.726Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-06-29T21:43:55.726Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-06-29T21:43:55.827Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-06-29T21:43:56.048Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-06-29T21:43:56.085Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-06-29T21:43:56.360Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43732/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6a0d5bb4d0e9efecab55a809dd4d6b58b3d35cf5 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6a0d5bb4d0e9efecab55a809dd4d6b58b3d35cf5 hack/test/unit [2022-06-29T21:43:56.622Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove') [2022-06-29T21:43:56.622Z] + TESTFLAGS+=' -test.timeout=5m' [2022-06-29T21:43:56.622Z] + TESTDIRS=./... [2022-06-29T21:43:56.622Z] + exclude_paths='/vendor/|/integration' [2022-06-29T21:43:56.622Z] ++ go list ./... [2022-06-29T21:43:56.622Z] ++ grep -vE '(/vendor/|/integration)' [2022-06-29T21:43:57.461Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-06-29T21:43:57.553Z] + pkg_list='github.com/docker/docker/api [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/server [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/server/backend/build [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/server/httpstatus [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/server/httputils [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/server/middleware [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/server/router [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/server/router/build [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/server/router/container [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/server/router/debug [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/server/router/distribution [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/server/router/grpc [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/server/router/image [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/server/router/network [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/server/router/plugin [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/server/router/session [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/server/router/swarm [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/server/router/system [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/server/router/volume [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/types [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/types/backend [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/types/blkiodev [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/types/container [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/types/events [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/types/filters [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/types/image [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/types/mount [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/types/network [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/types/registry [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/types/strslice [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/types/swarm [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/types/time [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/types/versions [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-29T21:43:57.553Z] github.com/docker/docker/api/types/volume [2022-06-29T21:43:57.553Z] github.com/docker/docker/builder [2022-06-29T21:43:57.553Z] github.com/docker/docker/builder/builder-next [2022-06-29T21:43:57.553Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-29T21:43:57.553Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-29T21:43:57.553Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-29T21:43:57.553Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-29T21:43:57.553Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-29T21:43:57.553Z] github.com/docker/docker/builder/builder-next/worker [2022-06-29T21:43:57.553Z] github.com/docker/docker/builder/dockerfile [2022-06-29T21:43:57.553Z] github.com/docker/docker/builder/remotecontext [2022-06-29T21:43:57.553Z] github.com/docker/docker/builder/remotecontext/git [2022-06-29T21:43:57.553Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-29T21:43:57.553Z] github.com/docker/docker/cli [2022-06-29T21:43:57.553Z] github.com/docker/docker/cli/config [2022-06-29T21:43:57.553Z] github.com/docker/docker/cli/debug [2022-06-29T21:43:57.553Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-29T21:43:57.553Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-29T21:43:57.553Z] github.com/docker/docker/client [2022-06-29T21:43:57.553Z] github.com/docker/docker/cmd/docker-proxy [2022-06-29T21:43:57.553Z] github.com/docker/docker/cmd/dockerd [2022-06-29T21:43:57.553Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-29T21:43:57.553Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-29T21:43:57.553Z] github.com/docker/docker/container [2022-06-29T21:43:57.553Z] github.com/docker/docker/container/stream [2022-06-29T21:43:57.553Z] github.com/docker/docker/contrib/apparmor [2022-06-29T21:43:57.553Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-29T21:43:57.553Z] github.com/docker/docker/contrib/httpserver [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/cluster [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/cluster/convert [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/cluster/executor [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/cluster/provider [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/config [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/events [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/events/testutils [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/exec [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/graphdriver [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/images [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/initlayer [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/links [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/listeners [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/logger [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/logger/gelf [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/logger/journald [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/logger/local [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/logger/logentries [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/logger/splunk [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/logger/syslog [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/logger/templates [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/names [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/network [2022-06-29T21:43:57.553Z] github.com/docker/docker/daemon/stats [2022-06-29T21:43:57.553Z] github.com/docker/docker/distribution [2022-06-29T21:43:57.553Z] github.com/docker/docker/distribution/metadata [2022-06-29T21:43:57.553Z] github.com/docker/docker/distribution/utils [2022-06-29T21:43:57.553Z] github.com/docker/docker/distribution/xfer [2022-06-29T21:43:57.553Z] github.com/docker/docker/dockerversion [2022-06-29T21:43:57.553Z] github.com/docker/docker/errdefs [2022-06-29T21:43:57.553Z] github.com/docker/docker/image [2022-06-29T21:43:57.553Z] github.com/docker/docker/image/cache [2022-06-29T21:43:57.553Z] github.com/docker/docker/image/tarexport [2022-06-29T21:43:57.553Z] github.com/docker/docker/image/v1 [2022-06-29T21:43:57.553Z] github.com/docker/docker/internal/test/suite [2022-06-29T21:43:57.553Z] github.com/docker/docker/layer [2022-06-29T21:43:57.553Z] github.com/docker/docker/libcontainerd [2022-06-29T21:43:57.553Z] github.com/docker/docker/libcontainerd/queue [2022-06-29T21:43:57.553Z] github.com/docker/docker/libcontainerd/remote [2022-06-29T21:43:57.553Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-29T21:43:57.553Z] github.com/docker/docker/libcontainerd/types [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/bitseq [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/cluster [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/config [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/datastore [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/driverapi [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/etchosts [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/idm [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/ipam [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/iptables [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/netlabel [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/netutils [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/networkdb [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/ns [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/options [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/osl [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/portallocator [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/portmapper [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/testutils [2022-06-29T21:43:57.553Z] github.com/docker/docker/libnetwork/types [2022-06-29T21:43:57.553Z] github.com/docker/docker/oci [2022-06-29T21:43:57.553Z] github.com/docker/docker/oci/caps [2022-06-29T21:43:57.553Z] github.com/docker/docker/opts [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/aaparser [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/archive [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/authorization [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/broadcaster [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/capabilities [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/chrootarchive [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/containerfs [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/devicemapper [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/directory [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/dmesg [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/fileutils [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/fsutils [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/homedir [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/idtools [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/ioutils [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/jsonmessage [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/longpath [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/loopback [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/namesgenerator [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/parsers [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/pidfile [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/platform [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/plugingetter [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/plugins [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/plugins/transport [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/pools [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/progress [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/pubsub [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/reexec [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/signal [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/stack [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/stdcopy [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/streamformatter [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/stringid [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/sysinfo [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/system [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/tailfile [2022-06-29T21:43:57.553Z] github.com/docker/docker/pkg/tarsum [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/truncindex [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/urlutil [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/useragent [2022-06-29T21:43:57.554Z] github.com/docker/docker/plugin [2022-06-29T21:43:57.554Z] github.com/docker/docker/plugin/executor/containerd [2022-06-29T21:43:57.554Z] github.com/docker/docker/plugin/v2 [2022-06-29T21:43:57.554Z] github.com/docker/docker/profiles/apparmor [2022-06-29T21:43:57.554Z] github.com/docker/docker/profiles/seccomp [2022-06-29T21:43:57.554Z] github.com/docker/docker/quota [2022-06-29T21:43:57.554Z] github.com/docker/docker/reference [2022-06-29T21:43:57.554Z] github.com/docker/docker/registry [2022-06-29T21:43:57.554Z] github.com/docker/docker/registry/resumable [2022-06-29T21:43:57.554Z] github.com/docker/docker/restartmanager [2022-06-29T21:43:57.554Z] github.com/docker/docker/rootless [2022-06-29T21:43:57.554Z] github.com/docker/docker/rootless/specconv [2022-06-29T21:43:57.554Z] github.com/docker/docker/runconfig [2022-06-29T21:43:57.554Z] github.com/docker/docker/runconfig/opts [2022-06-29T21:43:57.554Z] github.com/docker/docker/testutil [2022-06-29T21:43:57.554Z] github.com/docker/docker/testutil/daemon [2022-06-29T21:43:57.554Z] github.com/docker/docker/testutil/environment [2022-06-29T21:43:57.554Z] github.com/docker/docker/testutil/fakecontext [2022-06-29T21:43:57.554Z] github.com/docker/docker/testutil/fakegit [2022-06-29T21:43:57.554Z] github.com/docker/docker/testutil/fakestorage [2022-06-29T21:43:57.554Z] github.com/docker/docker/testutil/fixtures/load [2022-06-29T21:43:57.554Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-29T21:43:57.554Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-29T21:43:57.554Z] github.com/docker/docker/testutil/registry [2022-06-29T21:43:57.554Z] github.com/docker/docker/testutil/request [2022-06-29T21:43:57.554Z] github.com/docker/docker/volume [2022-06-29T21:43:57.554Z] github.com/docker/docker/volume/drivers [2022-06-29T21:43:57.554Z] github.com/docker/docker/volume/local [2022-06-29T21:43:57.554Z] github.com/docker/docker/volume/mounts [2022-06-29T21:43:57.554Z] github.com/docker/docker/volume/service [2022-06-29T21:43:57.554Z] github.com/docker/docker/volume/service/opts [2022-06-29T21:43:57.554Z] github.com/docker/docker/volume/testutils' [2022-06-29T21:43:57.554Z] ++ echo 'github.com/docker/docker/api [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/backend/build [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/httpstatus [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/httputils [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/middleware [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/build [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/container [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/debug [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/distribution [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/grpc [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/image [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/network [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/plugin [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/session [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/swarm [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/system [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/volume [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types/backend [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types/blkiodev [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types/container [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types/events [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types/filters [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types/image [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types/mount [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types/network [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types/registry [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types/strslice [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types/swarm [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types/time [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types/versions [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types/volume [2022-06-29T21:43:57.554Z] github.com/docker/docker/builder [2022-06-29T21:43:57.554Z] github.com/docker/docker/builder/builder-next [2022-06-29T21:43:57.554Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-29T21:43:57.554Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-29T21:43:57.554Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-29T21:43:57.554Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-29T21:43:57.554Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-29T21:43:57.554Z] github.com/docker/docker/builder/builder-next/worker [2022-06-29T21:43:57.554Z] github.com/docker/docker/builder/dockerfile [2022-06-29T21:43:57.554Z] github.com/docker/docker/builder/remotecontext [2022-06-29T21:43:57.554Z] github.com/docker/docker/builder/remotecontext/git [2022-06-29T21:43:57.554Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-29T21:43:57.554Z] github.com/docker/docker/cli [2022-06-29T21:43:57.554Z] github.com/docker/docker/cli/config [2022-06-29T21:43:57.554Z] github.com/docker/docker/cli/debug [2022-06-29T21:43:57.554Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-29T21:43:57.554Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-29T21:43:57.554Z] github.com/docker/docker/client [2022-06-29T21:43:57.554Z] github.com/docker/docker/cmd/docker-proxy [2022-06-29T21:43:57.554Z] github.com/docker/docker/cmd/dockerd [2022-06-29T21:43:57.554Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-29T21:43:57.554Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-29T21:43:57.554Z] github.com/docker/docker/container [2022-06-29T21:43:57.554Z] github.com/docker/docker/container/stream [2022-06-29T21:43:57.554Z] github.com/docker/docker/contrib/apparmor [2022-06-29T21:43:57.554Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-29T21:43:57.554Z] github.com/docker/docker/contrib/httpserver [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/cluster [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/cluster/convert [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/cluster/executor [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/cluster/provider [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/config [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/events [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/events/testutils [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/exec [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/graphdriver [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/images [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/initlayer [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/links [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/listeners [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/logger [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/logger/gelf [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/logger/journald [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/logger/local [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/logger/logentries [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/logger/splunk [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/logger/syslog [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/logger/templates [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/names [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/network [2022-06-29T21:43:57.554Z] github.com/docker/docker/daemon/stats [2022-06-29T21:43:57.554Z] github.com/docker/docker/distribution [2022-06-29T21:43:57.554Z] github.com/docker/docker/distribution/metadata [2022-06-29T21:43:57.554Z] github.com/docker/docker/distribution/utils [2022-06-29T21:43:57.554Z] github.com/docker/docker/distribution/xfer [2022-06-29T21:43:57.554Z] github.com/docker/docker/dockerversion [2022-06-29T21:43:57.554Z] github.com/docker/docker/errdefs [2022-06-29T21:43:57.554Z] github.com/docker/docker/image [2022-06-29T21:43:57.554Z] github.com/docker/docker/image/cache [2022-06-29T21:43:57.554Z] github.com/docker/docker/image/tarexport [2022-06-29T21:43:57.554Z] github.com/docker/docker/image/v1 [2022-06-29T21:43:57.554Z] github.com/docker/docker/internal/test/suite [2022-06-29T21:43:57.554Z] github.com/docker/docker/layer [2022-06-29T21:43:57.554Z] github.com/docker/docker/libcontainerd [2022-06-29T21:43:57.554Z] github.com/docker/docker/libcontainerd/queue [2022-06-29T21:43:57.554Z] github.com/docker/docker/libcontainerd/remote [2022-06-29T21:43:57.554Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-29T21:43:57.554Z] github.com/docker/docker/libcontainerd/types [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/bitseq [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/cluster [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/config [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/datastore [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/driverapi [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/etchosts [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/idm [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/ipam [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/iptables [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/netlabel [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/netutils [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/networkdb [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/ns [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/options [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/osl [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/portallocator [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/portmapper [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/testutils [2022-06-29T21:43:57.554Z] github.com/docker/docker/libnetwork/types [2022-06-29T21:43:57.554Z] github.com/docker/docker/oci [2022-06-29T21:43:57.554Z] github.com/docker/docker/oci/caps [2022-06-29T21:43:57.554Z] github.com/docker/docker/opts [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/aaparser [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/archive [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/authorization [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/broadcaster [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/capabilities [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/chrootarchive [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/containerfs [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/devicemapper [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/directory [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/dmesg [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/fileutils [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/fsutils [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/homedir [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/idtools [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/ioutils [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/jsonmessage [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/longpath [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/loopback [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/namesgenerator [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/parsers [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/pidfile [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/platform [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/plugingetter [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/plugins [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/plugins/transport [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/pools [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/progress [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/pubsub [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/reexec [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/signal [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/stack [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/stdcopy [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/streamformatter [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/stringid [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/sysinfo [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/system [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/tailfile [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/tarsum [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/truncindex [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/urlutil [2022-06-29T21:43:57.554Z] github.com/docker/docker/pkg/useragent [2022-06-29T21:43:57.554Z] github.com/docker/docker/plugin [2022-06-29T21:43:57.554Z] github.com/docker/docker/plugin/executor/containerd [2022-06-29T21:43:57.554Z] github.com/docker/docker/plugin/v2 [2022-06-29T21:43:57.554Z] github.com/docker/docker/profiles/apparmor [2022-06-29T21:43:57.554Z] github.com/docker/docker/profiles/seccomp [2022-06-29T21:43:57.554Z] github.com/docker/docker/quota [2022-06-29T21:43:57.554Z] github.com/docker/docker/reference [2022-06-29T21:43:57.554Z] github.com/docker/docker/registry [2022-06-29T21:43:57.554Z] github.com/docker/docker/registry/resumable [2022-06-29T21:43:57.554Z] github.com/docker/docker/restartmanager [2022-06-29T21:43:57.554Z] github.com/docker/docker/rootless [2022-06-29T21:43:57.554Z] github.com/docker/docker/rootless/specconv [2022-06-29T21:43:57.554Z] github.com/docker/docker/runconfig [2022-06-29T21:43:57.554Z] github.com/docker/docker/runconfig/opts [2022-06-29T21:43:57.554Z] github.com/docker/docker/testutil [2022-06-29T21:43:57.554Z] github.com/docker/docker/testutil/daemon [2022-06-29T21:43:57.554Z] github.com/docker/docker/testutil/environment [2022-06-29T21:43:57.554Z] github.com/docker/docker/testutil/fakecontext [2022-06-29T21:43:57.554Z] github.com/docker/docker/testutil/fakegit [2022-06-29T21:43:57.554Z] github.com/docker/docker/testutil/fakestorage [2022-06-29T21:43:57.554Z] github.com/docker/docker/testutil/fixtures/load [2022-06-29T21:43:57.554Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-29T21:43:57.554Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-29T21:43:57.554Z] github.com/docker/docker/testutil/registry [2022-06-29T21:43:57.554Z] github.com/docker/docker/testutil/request [2022-06-29T21:43:57.554Z] github.com/docker/docker/volume [2022-06-29T21:43:57.554Z] github.com/docker/docker/volume/drivers [2022-06-29T21:43:57.554Z] github.com/docker/docker/volume/local [2022-06-29T21:43:57.554Z] github.com/docker/docker/volume/mounts [2022-06-29T21:43:57.554Z] github.com/docker/docker/volume/service [2022-06-29T21:43:57.554Z] github.com/docker/docker/volume/service/opts [2022-06-29T21:43:57.554Z] github.com/docker/docker/volume/testutils' [2022-06-29T21:43:57.554Z] ++ grep --fixed-strings -v /libnetwork [2022-06-29T21:43:57.554Z] + base_pkg_list='github.com/docker/docker/api [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/backend/build [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/httpstatus [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/httputils [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/middleware [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/build [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/container [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/debug [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/distribution [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/grpc [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/image [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/network [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/plugin [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/session [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/swarm [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/system [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/server/router/volume [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types/backend [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types/blkiodev [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types/container [2022-06-29T21:43:57.554Z] github.com/docker/docker/api/types/events [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/filters [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/image [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/mount [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/network [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/registry [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/strslice [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/swarm [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/time [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/versions [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/volume [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder/builder-next [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder/builder-next/worker [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder/dockerfile [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder/remotecontext [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder/remotecontext/git [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-29T21:43:57.555Z] github.com/docker/docker/cli [2022-06-29T21:43:57.555Z] github.com/docker/docker/cli/config [2022-06-29T21:43:57.555Z] github.com/docker/docker/cli/debug [2022-06-29T21:43:57.555Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-29T21:43:57.555Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-29T21:43:57.555Z] github.com/docker/docker/client [2022-06-29T21:43:57.555Z] github.com/docker/docker/cmd/docker-proxy [2022-06-29T21:43:57.555Z] github.com/docker/docker/cmd/dockerd [2022-06-29T21:43:57.555Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-29T21:43:57.555Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-29T21:43:57.555Z] github.com/docker/docker/container [2022-06-29T21:43:57.555Z] github.com/docker/docker/container/stream [2022-06-29T21:43:57.555Z] github.com/docker/docker/contrib/apparmor [2022-06-29T21:43:57.555Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-29T21:43:57.555Z] github.com/docker/docker/contrib/httpserver [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/cluster [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/cluster/convert [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/cluster/executor [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/cluster/provider [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/config [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/events [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/events/testutils [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/exec [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/images [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/initlayer [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/links [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/listeners [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/gelf [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/journald [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/local [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/logentries [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/splunk [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/syslog [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/templates [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/names [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/network [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/stats [2022-06-29T21:43:57.555Z] github.com/docker/docker/distribution [2022-06-29T21:43:57.555Z] github.com/docker/docker/distribution/metadata [2022-06-29T21:43:57.555Z] github.com/docker/docker/distribution/utils [2022-06-29T21:43:57.555Z] github.com/docker/docker/distribution/xfer [2022-06-29T21:43:57.555Z] github.com/docker/docker/dockerversion [2022-06-29T21:43:57.555Z] github.com/docker/docker/errdefs [2022-06-29T21:43:57.555Z] github.com/docker/docker/image [2022-06-29T21:43:57.555Z] github.com/docker/docker/image/cache [2022-06-29T21:43:57.555Z] github.com/docker/docker/image/tarexport [2022-06-29T21:43:57.555Z] github.com/docker/docker/image/v1 [2022-06-29T21:43:57.555Z] github.com/docker/docker/internal/test/suite [2022-06-29T21:43:57.555Z] github.com/docker/docker/layer [2022-06-29T21:43:57.555Z] github.com/docker/docker/libcontainerd [2022-06-29T21:43:57.555Z] github.com/docker/docker/libcontainerd/queue [2022-06-29T21:43:57.555Z] github.com/docker/docker/libcontainerd/remote [2022-06-29T21:43:57.555Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-29T21:43:57.555Z] github.com/docker/docker/libcontainerd/types [2022-06-29T21:43:57.555Z] github.com/docker/docker/oci [2022-06-29T21:43:57.555Z] github.com/docker/docker/oci/caps [2022-06-29T21:43:57.555Z] github.com/docker/docker/opts [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/aaparser [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/archive [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/authorization [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/broadcaster [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/capabilities [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/chrootarchive [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/containerfs [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/devicemapper [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/directory [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/dmesg [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/fileutils [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/fsutils [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/homedir [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/idtools [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/ioutils [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/jsonmessage [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/longpath [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/loopback [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/namesgenerator [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/parsers [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/pidfile [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/platform [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/plugingetter [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/plugins [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/plugins/transport [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/pools [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/progress [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/pubsub [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/reexec [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/signal [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/stack [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/stdcopy [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/streamformatter [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/stringid [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/sysinfo [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/system [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/tailfile [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/tarsum [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/truncindex [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/urlutil [2022-06-29T21:43:57.555Z] github.com/docker/docker/pkg/useragent [2022-06-29T21:43:57.555Z] github.com/docker/docker/plugin [2022-06-29T21:43:57.555Z] github.com/docker/docker/plugin/executor/containerd [2022-06-29T21:43:57.555Z] github.com/docker/docker/plugin/v2 [2022-06-29T21:43:57.555Z] github.com/docker/docker/profiles/apparmor [2022-06-29T21:43:57.555Z] github.com/docker/docker/profiles/seccomp [2022-06-29T21:43:57.555Z] github.com/docker/docker/quota [2022-06-29T21:43:57.555Z] github.com/docker/docker/reference [2022-06-29T21:43:57.555Z] github.com/docker/docker/registry [2022-06-29T21:43:57.555Z] github.com/docker/docker/registry/resumable [2022-06-29T21:43:57.555Z] github.com/docker/docker/restartmanager [2022-06-29T21:43:57.555Z] github.com/docker/docker/rootless [2022-06-29T21:43:57.555Z] github.com/docker/docker/rootless/specconv [2022-06-29T21:43:57.555Z] github.com/docker/docker/runconfig [2022-06-29T21:43:57.555Z] github.com/docker/docker/runconfig/opts [2022-06-29T21:43:57.555Z] github.com/docker/docker/testutil [2022-06-29T21:43:57.555Z] github.com/docker/docker/testutil/daemon [2022-06-29T21:43:57.555Z] github.com/docker/docker/testutil/environment [2022-06-29T21:43:57.555Z] github.com/docker/docker/testutil/fakecontext [2022-06-29T21:43:57.555Z] github.com/docker/docker/testutil/fakegit [2022-06-29T21:43:57.555Z] github.com/docker/docker/testutil/fakestorage [2022-06-29T21:43:57.555Z] github.com/docker/docker/testutil/fixtures/load [2022-06-29T21:43:57.555Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-29T21:43:57.555Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-29T21:43:57.555Z] github.com/docker/docker/testutil/registry [2022-06-29T21:43:57.555Z] github.com/docker/docker/testutil/request [2022-06-29T21:43:57.555Z] github.com/docker/docker/volume [2022-06-29T21:43:57.555Z] github.com/docker/docker/volume/drivers [2022-06-29T21:43:57.555Z] github.com/docker/docker/volume/local [2022-06-29T21:43:57.555Z] github.com/docker/docker/volume/mounts [2022-06-29T21:43:57.555Z] github.com/docker/docker/volume/service [2022-06-29T21:43:57.555Z] github.com/docker/docker/volume/service/opts [2022-06-29T21:43:57.555Z] github.com/docker/docker/volume/testutils' [2022-06-29T21:43:57.555Z] ++ echo 'github.com/docker/docker/api [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/server [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/server/backend/build [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/server/httpstatus [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/server/httputils [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/server/middleware [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/server/router [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/server/router/build [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/server/router/container [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/server/router/debug [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/server/router/distribution [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/server/router/grpc [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/server/router/image [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/server/router/network [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/server/router/plugin [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/server/router/session [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/server/router/swarm [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/server/router/system [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/server/router/volume [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/backend [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/blkiodev [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/container [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/events [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/filters [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/image [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/mount [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/network [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/registry [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/strslice [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/swarm [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/time [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/versions [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-29T21:43:57.555Z] github.com/docker/docker/api/types/volume [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder/builder-next [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder/builder-next/worker [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder/dockerfile [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder/remotecontext [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder/remotecontext/git [2022-06-29T21:43:57.555Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-29T21:43:57.555Z] github.com/docker/docker/cli [2022-06-29T21:43:57.555Z] github.com/docker/docker/cli/config [2022-06-29T21:43:57.555Z] github.com/docker/docker/cli/debug [2022-06-29T21:43:57.555Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-29T21:43:57.555Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-29T21:43:57.555Z] github.com/docker/docker/client [2022-06-29T21:43:57.555Z] github.com/docker/docker/cmd/docker-proxy [2022-06-29T21:43:57.555Z] github.com/docker/docker/cmd/dockerd [2022-06-29T21:43:57.555Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-29T21:43:57.555Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-29T21:43:57.555Z] github.com/docker/docker/container [2022-06-29T21:43:57.555Z] github.com/docker/docker/container/stream [2022-06-29T21:43:57.555Z] github.com/docker/docker/contrib/apparmor [2022-06-29T21:43:57.555Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-29T21:43:57.555Z] github.com/docker/docker/contrib/httpserver [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/cluster [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/cluster/convert [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/cluster/executor [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/cluster/provider [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/config [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/events [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/events/testutils [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/exec [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/images [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/initlayer [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/links [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/listeners [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/gelf [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/journald [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/local [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/logentries [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/splunk [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/syslog [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/logger/templates [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/names [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/network [2022-06-29T21:43:57.555Z] github.com/docker/docker/daemon/stats [2022-06-29T21:43:57.555Z] github.com/docker/docker/distribution [2022-06-29T21:43:57.555Z] github.com/docker/docker/distribution/metadata [2022-06-29T21:43:57.555Z] github.com/docker/docker/distribution/utils [2022-06-29T21:43:57.555Z] github.com/docker/docker/distribution/xfer [2022-06-29T21:43:57.555Z] github.com/docker/docker/dockerversion [2022-06-29T21:43:57.555Z] github.com/docker/docker/errdefs [2022-06-29T21:43:57.555Z] github.com/docker/docker/image [2022-06-29T21:43:57.555Z] github.com/docker/docker/image/cache [2022-06-29T21:43:57.555Z] github.com/docker/docker/image/tarexport [2022-06-29T21:43:57.555Z] github.com/docker/docker/image/v1 [2022-06-29T21:43:57.555Z] github.com/docker/docker/internal/test/suite [2022-06-29T21:43:57.555Z] github.com/docker/docker/layer [2022-06-29T21:43:57.555Z] github.com/docker/docker/libcontainerd [2022-06-29T21:43:57.555Z] github.com/docker/docker/libcontainerd/queue [2022-06-29T21:43:57.555Z] github.com/docker/docker/libcontainerd/remote [2022-06-29T21:43:57.555Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-29T21:43:57.555Z] github.com/docker/docker/libcontainerd/types [2022-06-29T21:43:57.555Z] github.com/docker/docker/libnetwork [2022-06-29T21:43:57.555Z] github.com/docker/docker/libnetwork/bitseq [2022-06-29T21:43:57.555Z] github.com/docker/docker/libnetwork/cluster [2022-06-29T21:43:57.555Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-29T21:43:57.555Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-29T21:43:57.555Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-29T21:43:57.555Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-29T21:43:57.555Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-29T21:43:57.555Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-29T21:43:57.555Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-29T21:43:57.555Z] github.com/docker/docker/libnetwork/config [2022-06-29T21:43:57.555Z] github.com/docker/docker/libnetwork/datastore [2022-06-29T21:43:57.555Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-29T21:43:57.555Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-29T21:43:57.555Z] github.com/docker/docker/libnetwork/driverapi [2022-06-29T21:43:57.555Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-29T21:43:57.555Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-29T21:43:57.555Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-29T21:43:57.555Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-29T21:43:57.555Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-29T21:43:57.555Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/etchosts [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/idm [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipam [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/iptables [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/netlabel [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/netutils [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/networkdb [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ns [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/options [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/osl [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/portallocator [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/portmapper [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/testutils [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/types [2022-06-29T21:43:57.556Z] github.com/docker/docker/oci [2022-06-29T21:43:57.556Z] github.com/docker/docker/oci/caps [2022-06-29T21:43:57.556Z] github.com/docker/docker/opts [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/aaparser [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/archive [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/authorization [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/broadcaster [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/capabilities [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/chrootarchive [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/containerfs [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/devicemapper [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/directory [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/dmesg [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/fileutils [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/fsutils [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/homedir [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/idtools [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/ioutils [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/jsonmessage [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/longpath [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/loopback [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/namesgenerator [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/parsers [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/pidfile [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/platform [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/plugingetter [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/plugins [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/plugins/transport [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/pools [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/progress [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/pubsub [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/reexec [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/signal [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/stack [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/stdcopy [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/streamformatter [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/stringid [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/sysinfo [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/system [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/tailfile [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/tarsum [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/truncindex [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/urlutil [2022-06-29T21:43:57.556Z] github.com/docker/docker/pkg/useragent [2022-06-29T21:43:57.556Z] github.com/docker/docker/plugin [2022-06-29T21:43:57.556Z] github.com/docker/docker/plugin/executor/containerd [2022-06-29T21:43:57.556Z] github.com/docker/docker/plugin/v2 [2022-06-29T21:43:57.556Z] github.com/docker/docker/profiles/apparmor [2022-06-29T21:43:57.556Z] github.com/docker/docker/profiles/seccomp [2022-06-29T21:43:57.556Z] github.com/docker/docker/quota [2022-06-29T21:43:57.556Z] github.com/docker/docker/reference [2022-06-29T21:43:57.556Z] github.com/docker/docker/registry [2022-06-29T21:43:57.556Z] github.com/docker/docker/registry/resumable [2022-06-29T21:43:57.556Z] github.com/docker/docker/restartmanager [2022-06-29T21:43:57.556Z] github.com/docker/docker/rootless [2022-06-29T21:43:57.556Z] github.com/docker/docker/rootless/specconv [2022-06-29T21:43:57.556Z] github.com/docker/docker/runconfig [2022-06-29T21:43:57.556Z] github.com/docker/docker/runconfig/opts [2022-06-29T21:43:57.556Z] github.com/docker/docker/testutil [2022-06-29T21:43:57.556Z] github.com/docker/docker/testutil/daemon [2022-06-29T21:43:57.556Z] github.com/docker/docker/testutil/environment [2022-06-29T21:43:57.556Z] github.com/docker/docker/testutil/fakecontext [2022-06-29T21:43:57.556Z] github.com/docker/docker/testutil/fakegit [2022-06-29T21:43:57.556Z] github.com/docker/docker/testutil/fakestorage [2022-06-29T21:43:57.556Z] github.com/docker/docker/testutil/fixtures/load [2022-06-29T21:43:57.556Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-29T21:43:57.556Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-29T21:43:57.556Z] github.com/docker/docker/testutil/registry [2022-06-29T21:43:57.556Z] github.com/docker/docker/testutil/request [2022-06-29T21:43:57.556Z] github.com/docker/docker/volume [2022-06-29T21:43:57.556Z] github.com/docker/docker/volume/drivers [2022-06-29T21:43:57.556Z] github.com/docker/docker/volume/local [2022-06-29T21:43:57.556Z] github.com/docker/docker/volume/mounts [2022-06-29T21:43:57.556Z] github.com/docker/docker/volume/service [2022-06-29T21:43:57.556Z] github.com/docker/docker/volume/service/opts [2022-06-29T21:43:57.556Z] github.com/docker/docker/volume/testutils' [2022-06-29T21:43:57.556Z] ++ grep --fixed-strings /libnetwork [2022-06-29T21:43:57.556Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/bitseq [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/cluster [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/config [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/datastore [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/driverapi [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/etchosts [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/idm [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipam [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/iptables [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/netlabel [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/netutils [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/networkdb [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ns [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/options [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/osl [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/portallocator [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/portmapper [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/testutils [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/types' [2022-06-29T21:43:57.556Z] + echo 'github.com/docker/docker/libnetwork [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/bitseq [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/cluster [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/config [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/datastore [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/driverapi [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/etchosts [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/idm [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipam [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/iptables [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/netlabel [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/netutils [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/networkdb [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/ns [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/options [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/osl [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/portallocator [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/portmapper [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/testutils [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/types' [2022-06-29T21:43:57.556Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-29T21:43:57.556Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-29T21:43:57.556Z] + type docker-proxy [2022-06-29T21:43:57.556Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-06-29T21:43:57.556Z] + hack/make.sh binary-proxy install-proxy [2022-06-29T21:43:57.556Z] [2022-06-29T21:43:57.556Z] Removing bundles/ [2022-06-29T21:43:57.813Z] [2022-06-29T21:43:57.813Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-06-29T21:43:57.813Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-06-29T21:43:57.813Z] GOOS="" GOARCH="" GOARM="" [2022-06-29T21:43:58.397Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-06-29T21:43:58.397Z] === RUN TestDockerSuite/TestEventsFilterType [2022-06-29T21:43:58.656Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-06-29T21:43:58.656Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-06-29T21:43:58.656Z] === RUN TestDockerSuite/TestEventsFilters [2022-06-29T21:44:00.032Z] === RUN TestDockerSuite/TestEventsFormat [2022-06-29T21:44:00.975Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-06-29T21:44:00.975Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-06-29T21:44:00.975Z] === RUN TestDockerSuite/TestEventsImageImport [2022-06-29T21:44:01.561Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-06-29T21:44:01.819Z] === RUN TestDockerSuite/TestEventsImagePull [2022-06-29T21:44:02.385Z] === RUN TestDockerSuite/TestEventsImageTag [2022-06-29T21:44:03.760Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-06-29T21:44:03.761Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-06-29T21:44:03.761Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-06-29T21:44:03.761Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-06-29T21:44:03.761Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-06-29T21:44:03.761Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-06-29T21:44:05.902Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-06-29T21:44:05.902Z] [2022-06-29T21:44:05.902Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-06-29T21:44:05.902Z] Installing docker-proxy to /usr/local/bin/ [2022-06-29T21:44:05.902Z] [2022-06-29T21:44:05.902Z] + mkdir -p bundles [2022-06-29T21:44:05.902Z] + '[' -n 'github.com/docker/docker/api [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/server [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/server/backend/build [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/server/httpstatus [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/server/httputils [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/server/middleware [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/server/router [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/server/router/build [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/server/router/checkpoint [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/server/router/container [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/server/router/debug [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/server/router/distribution [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/server/router/grpc [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/server/router/image [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/server/router/network [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/server/router/plugin [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/server/router/session [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/server/router/swarm [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/server/router/system [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/server/router/volume [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/types [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/types/backend [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/types/blkiodev [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/types/container [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/types/events [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/types/filters [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/types/image [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/types/mount [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/types/network [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/types/plugins/logdriver [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/types/registry [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/types/strslice [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/types/swarm [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/types/swarm/runtime [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/types/time [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/types/versions [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/types/versions/v1p19 [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/types/versions/v1p20 [2022-06-29T21:44:05.902Z] github.com/docker/docker/api/types/volume [2022-06-29T21:44:05.902Z] github.com/docker/docker/builder [2022-06-29T21:44:05.902Z] github.com/docker/docker/builder/builder-next [2022-06-29T21:44:05.902Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-06-29T21:44:05.902Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-06-29T21:44:05.902Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-06-29T21:44:05.902Z] github.com/docker/docker/builder/builder-next/exporter [2022-06-29T21:44:05.902Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-06-29T21:44:05.902Z] github.com/docker/docker/builder/builder-next/worker [2022-06-29T21:44:05.902Z] github.com/docker/docker/builder/dockerfile [2022-06-29T21:44:05.902Z] github.com/docker/docker/builder/remotecontext [2022-06-29T21:44:05.902Z] github.com/docker/docker/builder/remotecontext/git [2022-06-29T21:44:05.902Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-06-29T21:44:05.902Z] github.com/docker/docker/cli [2022-06-29T21:44:05.902Z] github.com/docker/docker/cli/config [2022-06-29T21:44:05.902Z] github.com/docker/docker/cli/debug [2022-06-29T21:44:05.902Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-06-29T21:44:05.902Z] github.com/docker/docker/cli/winresources/dockerd [2022-06-29T21:44:05.902Z] github.com/docker/docker/client [2022-06-29T21:44:05.902Z] github.com/docker/docker/cmd/docker-proxy [2022-06-29T21:44:05.902Z] github.com/docker/docker/cmd/dockerd [2022-06-29T21:44:05.902Z] github.com/docker/docker/cmd/dockerd/trap [2022-06-29T21:44:05.902Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-06-29T21:44:05.902Z] github.com/docker/docker/container [2022-06-29T21:44:05.902Z] github.com/docker/docker/container/stream [2022-06-29T21:44:05.902Z] github.com/docker/docker/contrib/apparmor [2022-06-29T21:44:05.902Z] github.com/docker/docker/contrib/docker-device-tool [2022-06-29T21:44:05.902Z] github.com/docker/docker/contrib/httpserver [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/cluster [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/cluster/convert [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/cluster/executor [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/cluster/executor/container [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/cluster/provider [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/config [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/events [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/events/testutils [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/exec [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/graphdriver [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/graphdriver/copy [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/graphdriver/register [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/images [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/initlayer [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/links [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/listeners [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/logger [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/logger/awslogs [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/logger/fluentd [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/logger/gcplogs [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/logger/gelf [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/logger/journald [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/logger/local [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/logger/logentries [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/logger/loggertest [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/logger/loggerutils [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/logger/splunk [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/logger/syslog [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/logger/templates [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/names [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/network [2022-06-29T21:44:05.902Z] github.com/docker/docker/daemon/stats [2022-06-29T21:44:05.902Z] github.com/docker/docker/distribution [2022-06-29T21:44:05.902Z] github.com/docker/docker/distribution/metadata [2022-06-29T21:44:05.902Z] github.com/docker/docker/distribution/utils [2022-06-29T21:44:05.902Z] github.com/docker/docker/distribution/xfer [2022-06-29T21:44:05.902Z] github.com/docker/docker/dockerversion [2022-06-29T21:44:05.902Z] github.com/docker/docker/errdefs [2022-06-29T21:44:05.902Z] github.com/docker/docker/image [2022-06-29T21:44:05.902Z] github.com/docker/docker/image/cache [2022-06-29T21:44:05.902Z] github.com/docker/docker/image/tarexport [2022-06-29T21:44:05.902Z] github.com/docker/docker/image/v1 [2022-06-29T21:44:05.902Z] github.com/docker/docker/internal/test/suite [2022-06-29T21:44:05.902Z] github.com/docker/docker/layer [2022-06-29T21:44:05.902Z] github.com/docker/docker/libcontainerd [2022-06-29T21:44:05.902Z] github.com/docker/docker/libcontainerd/queue [2022-06-29T21:44:05.902Z] github.com/docker/docker/libcontainerd/remote [2022-06-29T21:44:05.902Z] github.com/docker/docker/libcontainerd/supervisor [2022-06-29T21:44:05.902Z] github.com/docker/docker/libcontainerd/types [2022-06-29T21:44:05.902Z] github.com/docker/docker/oci [2022-06-29T21:44:05.902Z] github.com/docker/docker/oci/caps [2022-06-29T21:44:05.902Z] github.com/docker/docker/opts [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/aaparser [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/archive [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/authorization [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/broadcaster [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/capabilities [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/chrootarchive [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/containerfs [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/devicemapper [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/directory [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/dmesg [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/fileutils [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/fsutils [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/homedir [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/idtools [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/ioutils [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/jsonmessage [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/longpath [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/loopback [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/namesgenerator [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/parsers [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/parsers/kernel [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/pidfile [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/platform [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/plugingetter [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/plugins [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/plugins/transport [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/pools [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/progress [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/pubsub [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/reexec [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/signal [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/stack [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/stdcopy [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/streamformatter [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/stringid [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/sysinfo [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/system [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/tailfile [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/tarsum [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/truncindex [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/urlutil [2022-06-29T21:44:05.902Z] github.com/docker/docker/pkg/useragent [2022-06-29T21:44:05.902Z] github.com/docker/docker/plugin [2022-06-29T21:44:05.902Z] github.com/docker/docker/plugin/executor/containerd [2022-06-29T21:44:05.902Z] github.com/docker/docker/plugin/v2 [2022-06-29T21:44:05.902Z] github.com/docker/docker/profiles/apparmor [2022-06-29T21:44:05.902Z] github.com/docker/docker/profiles/seccomp [2022-06-29T21:44:05.902Z] github.com/docker/docker/quota [2022-06-29T21:44:05.902Z] github.com/docker/docker/reference [2022-06-29T21:44:05.902Z] github.com/docker/docker/registry [2022-06-29T21:44:05.902Z] github.com/docker/docker/registry/resumable [2022-06-29T21:44:05.902Z] github.com/docker/docker/restartmanager [2022-06-29T21:44:05.902Z] github.com/docker/docker/rootless [2022-06-29T21:44:05.902Z] github.com/docker/docker/rootless/specconv [2022-06-29T21:44:05.902Z] github.com/docker/docker/runconfig [2022-06-29T21:44:05.902Z] github.com/docker/docker/runconfig/opts [2022-06-29T21:44:05.902Z] github.com/docker/docker/testutil [2022-06-29T21:44:05.902Z] github.com/docker/docker/testutil/daemon [2022-06-29T21:44:05.902Z] github.com/docker/docker/testutil/environment [2022-06-29T21:44:05.902Z] github.com/docker/docker/testutil/fakecontext [2022-06-29T21:44:05.902Z] github.com/docker/docker/testutil/fakegit [2022-06-29T21:44:05.902Z] github.com/docker/docker/testutil/fakestorage [2022-06-29T21:44:05.902Z] github.com/docker/docker/testutil/fixtures/load [2022-06-29T21:44:05.902Z] github.com/docker/docker/testutil/fixtures/plugin [2022-06-29T21:44:05.902Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-06-29T21:44:05.902Z] github.com/docker/docker/testutil/registry [2022-06-29T21:44:05.902Z] github.com/docker/docker/testutil/request [2022-06-29T21:44:05.902Z] github.com/docker/docker/volume [2022-06-29T21:44:05.902Z] github.com/docker/docker/volume/drivers [2022-06-29T21:44:05.902Z] github.com/docker/docker/volume/local [2022-06-29T21:44:05.902Z] github.com/docker/docker/volume/mounts [2022-06-29T21:44:05.902Z] github.com/docker/docker/volume/service [2022-06-29T21:44:05.902Z] github.com/docker/docker/volume/service/opts [2022-06-29T21:44:05.902Z] github.com/docker/docker/volume/testutils' ']' [2022-06-29T21:44:05.903Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-06-29T21:44:05.903Z] ? github.com/docker/docker/api [no test files] [2022-06-29T21:44:06.329Z] --- PASS: TestServiceUpdateSecrets (14.81s) [2022-06-29T21:44:06.329Z] === RUN TestServiceUpdateConfigs [2022-06-29T21:44:06.329Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-06-29T21:44:06.589Z] === RUN TestDockerSuite/TestEventsRename [2022-06-29T21:44:07.156Z] === RUN TestDockerSuite/TestEventsResize [2022-06-29T21:44:07.724Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-06-29T21:44:14.286Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-06-29T21:44:14.286Z] === RUN TestDockerSuite/TestEventsStreaming [2022-06-29T21:44:14.544Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-06-29T21:44:17.077Z] === RUN TestDockerSuite/TestEventsTop [2022-06-29T21:44:18.012Z] === RUN TestDockerSuite/TestEventsUntag [2022-06-29T21:44:20.542Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-06-29T21:44:20.801Z] --- PASS: TestServiceUpdateConfigs (14.82s) [2022-06-29T21:44:20.801Z] === RUN TestServiceUpdateNetwork [2022-06-29T21:44:24.171Z] ok github.com/docker/docker/api/server 0.004s coverage: 7.9% of statements [2022-06-29T21:44:27.377Z] === RUN TestDockerSuite/TestNetworkEvents [2022-06-29T21:44:27.945Z] check_test.go:611: [db3780ebae555] daemon is not started [2022-06-29T21:44:27.945Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-06-29T21:44:30.478Z] docker_api_swarm_test.go:802: [dddecb41ed85b] joining swarm manager [d1e9359fc589f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:44:31.413Z] docker_api_swarm_test.go:802: [d32972d24e419] joining swarm manager [d1e9359fc589f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:44:32.348Z] === RUN TestDockerSuite/TestVolumeEvents [2022-06-29T21:44:32.607Z] docker_api_swarm_test.go:802: [df61f09867209] joining swarm manager [d1e9359fc589f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-29T21:44:33.542Z] --- PASS: TestServiceUpdateNetwork (12.89s) [2022-06-29T21:44:33.543Z] === RUN TestServiceUpdatePidsLimit [2022-06-29T21:44:33.802Z] docker_api_swarm_test.go:802: [d17719816bcbd] joining swarm manager [d1e9359fc589f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-06-29T21:44:34.369Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-06-29T21:44:35.307Z] docker_api_swarm_test.go:810: [d4ed6871f6f4a] joining swarm manager [d1e9359fc589f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-06-29T21:44:35.307Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-06-29T21:44:37.839Z] === RUN TestDockerSuite/TestExec [2022-06-29T21:44:38.407Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-06-29T21:44:39.784Z] === RUN TestDockerSuite/TestExecCgroup [2022-06-29T21:44:40.353Z] === RUN TestDockerSuite/TestExecEnv [2022-06-29T21:44:41.289Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-06-29T21:44:42.667Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-06-29T21:44:42.667Z] === RUN TestDockerSuite/TestExecExitStatus [2022-06-29T21:44:42.926Z] === RUN TestDockerSuite/TestExecInspectID [2022-06-29T21:44:46.224Z] === RUN TestDockerSuite/TestExecInteractive [2022-06-29T21:44:46.224Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-06-29T21:44:46.808Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-06-29T21:44:47.376Z] === RUN TestDockerSuite/TestExecParseError [2022-06-29T21:44:47.943Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-06-29T21:44:48.511Z] === RUN TestDockerSuite/TestExecSetEnv [2022-06-29T21:44:49.079Z] === RUN TestDockerSuite/TestExecStartFails [2022-06-29T21:44:49.650Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-06-29T21:44:49.909Z] --- PASS: TestServiceUpdatePidsLimit (16.20s) [2022-06-29T21:44:49.909Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.95s) [2022-06-29T21:44:49.909Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.93s) [2022-06-29T21:44:49.909Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.82s) [2022-06-29T21:44:49.909Z] PASS [2022-06-29T21:44:49.909Z] [2022-06-29T21:44:49.909Z] === Skipped [2022-06-29T21:44:49.909Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-06-29T21:44:49.909Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-06-29T21:44:49.909Z] [2022-06-29T21:44:49.909Z] DONE 27 tests, 1 skipped in 182.600s [2022-06-29T21:44:49.909Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-06-29T21:44:49.909Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:44:49.909Z] ++ set -e [2022-06-29T21:44:49.909Z] ++ '[' -n 0 ']' [2022-06-29T21:44:49.909Z] ++ set -x [2022-06-29T21:44:49.909Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:44:49.909Z] INFO: Testing against a local daemon [2022-06-29T21:44:49.909Z] === RUN TestSessionCreate [2022-06-29T21:44:49.909Z] --- PASS: TestSessionCreate (0.02s) [2022-06-29T21:44:49.909Z] === RUN TestSessionCreateWithBadUpgrade [2022-06-29T21:44:49.909Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-06-29T21:44:49.909Z] PASS [2022-06-29T21:44:49.909Z] [2022-06-29T21:44:49.909Z] DONE 2 tests in 0.148s [2022-06-29T21:44:49.909Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-06-29T21:44:49.909Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:44:49.909Z] ++ set -e [2022-06-29T21:44:49.909Z] ++ '[' -n 0 ']' [2022-06-29T21:44:49.909Z] ++ set -x [2022-06-29T21:44:49.909Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:44:50.169Z] INFO: Testing against a local daemon [2022-06-29T21:44:50.169Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-06-29T21:44:50.169Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-29T21:44:50.169Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-29T21:44:50.169Z] === RUN TestDiskUsage [2022-06-29T21:44:50.169Z] === PAUSE TestDiskUsage [2022-06-29T21:44:50.169Z] === RUN TestEventsExecDie [2022-06-29T21:44:50.169Z] === RUN TestDockerSuite/TestExecTTY [2022-06-29T21:44:50.739Z] --- PASS: TestEventsExecDie (0.69s) [2022-06-29T21:44:50.739Z] === RUN TestEventsBackwardsCompatible [2022-06-29T21:44:50.998Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2022-06-29T21:44:50.998Z] === RUN TestEventsVolumeCreate [2022-06-29T21:44:50.998Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-06-29T21:44:50.998Z] --- PASS: TestEventsVolumeCreate (0.09s) [2022-06-29T21:44:50.998Z] === RUN TestInfoBinaryCommits [2022-06-29T21:44:50.998Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-06-29T21:44:50.998Z] === RUN TestInfoAPIVersioned [2022-06-29T21:44:50.998Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-06-29T21:44:50.998Z] === RUN TestInfoAPI [2022-06-29T21:44:50.998Z] --- PASS: TestInfoAPI (0.06s) [2022-06-29T21:44:50.998Z] === RUN TestInfoAPIWarnings [2022-06-29T21:44:51.566Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-06-29T21:44:52.134Z] === RUN TestDockerSuite/TestExecUlimits [2022-06-29T21:44:52.701Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-06-29T21:44:52.701Z] docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows [2022-06-29T21:44:52.701Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-06-29T21:44:54.605Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-06-29T21:44:54.867Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-06-29T21:44:55.810Z] === RUN TestDockerSuite/TestExecWithTERM [2022-06-29T21:44:56.378Z] === RUN TestDockerSuite/TestExecWithUser [2022-06-29T21:44:56.945Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-06-29T21:44:57.883Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-06-29T21:45:00.415Z] === RUN TestDockerSuite/TestHealth [2022-06-29T21:45:08.539Z] --- PASS: TestInfoAPIWarnings (16.55s) [2022-06-29T21:45:08.539Z] === RUN TestInfoDebug [2022-06-29T21:45:08.539Z] --- PASS: TestInfoDebug (0.52s) [2022-06-29T21:45:08.539Z] === RUN TestInfoInsecureRegistries [2022-06-29T21:45:08.798Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-06-29T21:45:08.798Z] === RUN TestInfoRegistryMirrors [2022-06-29T21:45:09.364Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-06-29T21:45:09.364Z] === RUN TestLoginFailsWithBadCredentials [2022-06-29T21:45:09.364Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-06-29T21:45:09.364Z] === RUN TestPingCacheHeaders [2022-06-29T21:45:09.364Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-06-29T21:45:09.364Z] === RUN TestPingGet [2022-06-29T21:45:09.364Z] --- PASS: TestPingGet (0.02s) [2022-06-29T21:45:09.364Z] === RUN TestPingHead [2022-06-29T21:45:09.364Z] --- PASS: TestPingHead (0.02s) [2022-06-29T21:45:09.364Z] === RUN TestPingSwarmHeader [2022-06-29T21:45:09.932Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-06-29T21:45:09.932Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-06-29T21:45:11.310Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-06-29T21:45:11.310Z] --- PASS: TestPingSwarmHeader (1.70s) [2022-06-29T21:45:11.310Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-06-29T21:45:11.310Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-06-29T21:45:11.310Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-06-29T21:45:11.310Z] === RUN TestVersion [2022-06-29T21:45:11.310Z] --- PASS: TestVersion (0.02s) [2022-06-29T21:45:11.310Z] === CONT TestDiskUsage [2022-06-29T21:45:11.570Z] === RUN TestDiskUsage/empty [2022-06-29T21:45:11.570Z] === RUN TestDiskUsage/empty/container_types [2022-06-29T21:45:11.570Z] === RUN TestDiskUsage/empty/image_types [2022-06-29T21:45:11.570Z] === RUN TestDiskUsage/empty/volume_types [2022-06-29T21:45:11.570Z] === RUN TestDiskUsage/empty/build-cache_types [2022-06-29T21:45:11.570Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-06-29T21:45:11.570Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-06-29T21:45:11.570Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-06-29T21:45:11.570Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-06-29T21:45:11.570Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-06-29T21:45:11.570Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-06-29T21:45:11.570Z] === RUN TestDiskUsage/after_LoadBusybox [2022-06-29T21:45:11.829Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-06-29T21:45:11.829Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-06-29T21:45:11.829Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-06-29T21:45:11.829Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-06-29T21:45:11.829Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-06-29T21:45:11.829Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-06-29T21:45:11.829Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-06-29T21:45:11.829Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-06-29T21:45:11.829Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-06-29T21:45:11.829Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-06-29T21:45:11.829Z] === RUN TestDiskUsage/after_container.Run [2022-06-29T21:45:12.089Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-06-29T21:45:12.089Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-06-29T21:45:12.089Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-06-29T21:45:12.089Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-06-29T21:45:12.349Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-06-29T21:45:12.349Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-06-29T21:45:12.349Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-06-29T21:45:12.349Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-06-29T21:45:12.349Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-06-29T21:45:12.349Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage (1.34s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.19s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/after_container.Run (0.46s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-06-29T21:45:12.349Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-06-29T21:45:12.349Z] PASS [2022-06-29T21:45:12.349Z] [2022-06-29T21:45:12.349Z] === Skipped [2022-06-29T21:45:12.349Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-06-29T21:45:12.349Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-06-29T21:45:12.349Z] [2022-06-29T21:45:12.349Z] DONE 54 tests, 1 skipped in 22.399s [2022-06-29T21:45:12.349Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-06-29T21:45:12.349Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:45:12.349Z] ++ set -e [2022-06-29T21:45:12.349Z] ++ '[' -n 0 ']' [2022-06-29T21:45:12.349Z] ++ set -x [2022-06-29T21:45:12.349Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-06-29T21:45:12.609Z] INFO: Testing against a local daemon [2022-06-29T21:45:12.609Z] === RUN TestVolumesCreateAndList [2022-06-29T21:45:12.609Z] --- PASS: TestVolumesCreateAndList (0.03s) [2022-06-29T21:45:12.609Z] === RUN TestVolumesRemove [2022-06-29T21:45:12.609Z] --- PASS: TestVolumesRemove (0.09s) [2022-06-29T21:45:12.609Z] === RUN TestVolumesInspect [2022-06-29T21:45:12.609Z] --- PASS: TestVolumesInspect (0.02s) [2022-06-29T21:45:12.609Z] === RUN TestVolumesInvalidJSON [2022-06-29T21:45:12.609Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-06-29T21:45:12.609Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-06-29T21:45:12.609Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-06-29T21:45:12.609Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-06-29T21:45:12.609Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-06-29T21:45:12.609Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-06-29T21:45:12.609Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-06-29T21:45:12.609Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-06-29T21:45:12.609Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-06-29T21:45:12.609Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-06-29T21:45:12.609Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-06-29T21:45:12.609Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-06-29T21:45:12.609Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-06-29T21:45:12.609Z] PASS [2022-06-29T21:45:12.609Z] [2022-06-29T21:45:12.609Z] DONE 9 tests in 0.300s [2022-06-29T21:45:12.609Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-29T21:45:12.868Z] ++++ cat bundles/test-integration/docker.pid [2022-06-29T21:45:12.868Z] +++ kill 6706 [2022-06-29T21:45:13.128Z] +++ /etc/init.d/apparmor stop [2022-06-29T21:45:13.128Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-29T21:45:13.128Z] [2022-06-29T21:45:13.128Z] Unloading profiles will leave already running processes permanently [2022-06-29T21:45:13.128Z] unconfined, which can lead to unexpected situations. [2022-06-29T21:45:13.128Z] [2022-06-29T21:45:13.128Z] To set a process to complain mode, use the command line tool [2022-06-29T21:45:13.128Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-29T21:45:13.128Z] +++ true [2022-06-29T21:45:13.128Z] exiting test-integration [2022-06-29T21:45:13.128Z] ++ exit 0 [2022-06-29T21:45:13.128Z] [2022-06-29T21:45:14.066Z] + for job in $(jobs -p) [2022-06-29T21:45:14.066Z] + wait 7018 [2022-06-29T21:45:19.333Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-06-29T21:45:20.709Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-06-29T21:45:22.613Z] === RUN TestDockerSuite/TestBuildHistory [2022-06-29T21:45:25.148Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-06-29T21:45:25.148Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-06-29T21:45:25.148Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-06-29T21:45:25.148Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-06-29T21:45:25.717Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-06-29T21:45:25.976Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-06-29T21:45:26.543Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-06-29T21:45:27.109Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-06-29T21:45:27.109Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-06-29T21:45:27.109Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-06-29T21:45:27.109Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-06-29T21:45:27.377Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-06-29T21:45:27.636Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-06-29T21:45:27.895Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-06-29T21:45:27.895Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-06-29T21:45:28.832Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-06-29T21:45:28.832Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-06-29T21:45:29.399Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-06-29T21:45:29.966Z] === RUN TestDockerSuite/TestImagesFormat [2022-06-29T21:45:29.966Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-06-29T21:45:30.534Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-06-29T21:45:33.818Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-06-29T21:45:33.818Z] === RUN TestDockerSuite/TestImportBadURL [2022-06-29T21:45:33.818Z] === RUN TestDockerSuite/TestImportDisplay [2022-06-29T21:45:34.386Z] === RUN TestDockerSuite/TestImportFile [2022-06-29T21:45:35.763Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-06-29T21:45:35.763Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-06-29T21:45:36.701Z] === RUN TestDockerSuite/TestImportGzipped [2022-06-29T21:45:38.078Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-06-29T21:45:39.016Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-06-29T21:45:39.584Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-06-29T21:45:40.151Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-06-29T21:45:40.719Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-06-29T21:45:40.719Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-06-29T21:45:40.719Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-06-29T21:45:40.978Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-06-29T21:45:41.548Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-06-29T21:45:41.548Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-06-29T21:45:41.808Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-06-29T21:45:42.376Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-06-29T21:45:42.376Z] docker_cli_inspect_test.go:195: unmatched requirement Devicemapper [2022-06-29T21:45:42.376Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-06-29T21:45:43.312Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-06-29T21:45:43.881Z] === RUN TestDockerSuite/TestInspectDefault [2022-06-29T21:45:44.449Z] === RUN TestDockerSuite/TestInspectHistory [2022-06-29T21:45:45.401Z] === RUN TestDockerSuite/TestInspectImage [2022-06-29T21:45:45.401Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-06-29T21:45:45.401Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-06-29T21:45:45.401Z] docker_cli_inspect_test.go:177: unmatched requirement Devicemapper [2022-06-29T21:45:45.401Z] === RUN TestDockerSuite/TestInspectInt64 [2022-06-29T21:45:46.337Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-06-29T21:45:46.596Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-06-29T21:45:46.855Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-06-29T21:45:46.855Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-06-29T21:45:47.423Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-06-29T21:45:47.991Z] === RUN TestDockerSuite/TestInspectPlugin [2022-06-29T21:45:48.559Z] docker_api_swarm_service_test.go:395: [d0093eba2d27b] joining swarm manager [d21ef472fc553]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:45:49.496Z] docker_api_swarm_service_test.go:395: [d1bc0f72cca57] joining swarm manager [d21ef472fc553]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:45:50.063Z] === RUN TestDockerSuite/TestInspectRootFS [2022-06-29T21:45:50.063Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-06-29T21:45:51.001Z] === RUN TestDockerSuite/TestInspectStatus [2022-06-29T21:45:51.569Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-06-29T21:45:52.948Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-06-29T21:45:53.517Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-06-29T21:45:54.456Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-06-29T21:45:55.023Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-06-29T21:45:55.593Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-06-29T21:45:56.162Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-06-29T21:45:56.420Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-06-29T21:45:56.420Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-06-29T21:45:57.357Z] === RUN TestDockerSuite/TestLinksEnvs [2022-06-29T21:45:58.293Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-06-29T21:45:58.553Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-06-29T21:45:59.929Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-06-29T21:46:00.573Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 31.9% of statements [2022-06-29T21:46:00.573Z] ok github.com/docker/docker/api/server/middleware 0.010s coverage: 37.7% of statements [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/server/router [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-06-29T21:46:00.573Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 6.0% of statements [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-06-29T21:46:00.573Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2022-06-29T21:46:00.573Z] ok github.com/docker/docker/api/server/router/volume 0.006s coverage: 67.9% of statements [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/types [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/types/container [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/types/events [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/types/image [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/types/network [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-06-29T21:46:00.573Z] ok github.com/docker/docker/api/types/strslice 0.004s coverage: 90.0% of statements [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-06-29T21:46:00.573Z] ok github.com/docker/docker/api/types/time 0.005s coverage: 100.0% of statements [2022-06-29T21:46:00.573Z] ok github.com/docker/docker/api/types/versions 0.008s coverage: 77.3% of statements [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/builder [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-06-29T21:46:00.573Z] ok github.com/docker/docker/builder/remotecontext 0.120s coverage: 13.7% of statements [2022-06-29T21:46:00.573Z] ok github.com/docker/docker/builder/dockerfile 0.539s coverage: 49.3% of statements [2022-06-29T21:46:00.573Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-06-29T21:46:00.573Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-06-29T21:46:00.573Z] ok github.com/docker/docker/builder/remotecontext/git 1.789s coverage: 86.3% of statements [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/cli [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/cli/config [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-06-29T21:46:00.573Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-06-29T21:46:00.829Z] ok github.com/docker/docker/cmd/docker-proxy 0.229s coverage: 67.6% of statements [2022-06-29T21:46:01.311Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-06-29T21:46:02.713Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-06-29T21:46:02.713Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-06-29T21:46:04.616Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-06-29T21:46:04.875Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-06-29T21:46:04.999Z] ok github.com/docker/docker/client 0.150s coverage: 75.6% of statements [2022-06-29T21:46:05.443Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-06-29T21:46:05.443Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-06-29T21:46:07.978Z] docker_api_swarm_service_test.go:343: [d6a5964e2bdc1] joining swarm manager [d8662fffe014a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:46:08.546Z] docker_api_swarm_service_test.go:343: [de1d948a4d343] joining swarm manager [d8662fffe014a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:46:15.119Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-06-29T21:46:15.686Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-06-29T21:46:16.253Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-06-29T21:46:18.161Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-06-29T21:46:18.161Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-06-29T21:46:18.161Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-06-29T21:46:18.729Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-06-29T21:46:19.666Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-06-29T21:46:20.234Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-06-29T21:46:21.170Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-06-29T21:46:22.105Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-06-29T21:46:22.363Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-06-29T21:46:24.271Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-06-29T21:46:24.838Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-06-29T21:46:25.098Z] docker_api_swarm_service_test.go:490: [d2dff78b0a276] joining swarm manager [d8b09785e35dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:46:25.357Z] === RUN TestDockerSuite/TestLogsSince [2022-06-29T21:46:25.925Z] docker_api_swarm_service_test.go:490: [d0cfc950cea02] joining swarm manager [d8b09785e35dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:46:32.490Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-06-29T21:46:37.756Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-06-29T21:46:37.756Z] === RUN TestDockerSuite/TestLogsTail [2022-06-29T21:46:38.015Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-06-29T21:46:38.583Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-06-29T21:46:39.157Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-06-29T21:46:39.416Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-06-29T21:46:39.416Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-06-29T21:46:39.676Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-06-29T21:46:39.676Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-06-29T21:46:39.676Z] === RUN TestDockerSuite/TestNetHostname [2022-06-29T21:46:42.213Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-06-29T21:46:42.213Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-06-29T21:46:42.213Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-06-29T21:46:42.213Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-06-29T21:46:43.150Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-06-29T21:46:43.719Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-06-29T21:46:43.978Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-06-29T21:46:44.915Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-06-29T21:46:44.915Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-06-29T21:46:44.915Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-06-29T21:46:45.174Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-06-29T21:46:46.562Z] docker_api_swarm_service_test.go:128: [dd6bd794c3e51] joining swarm manager [dc93b67ff4921]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:46:47.129Z] docker_api_swarm_service_test.go:129: [de0b1fcbaec25] joining swarm manager [dc93b67ff4921]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:46:49.032Z] docker_api_swarm_service_test.go:137: [d856f9dff749c] joining swarm manager [dc93b67ff4921]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-29T21:46:49.599Z] docker_api_swarm_service_test.go:138: [d2d8bc8919258] joining swarm manager [dc93b67ff4921]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-06-29T21:46:50.976Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-06-29T21:46:51.644Z] ok github.com/docker/docker/cmd/dockerd 0.089s coverage: 31.9% of statements [2022-06-29T21:46:51.644Z] ok github.com/docker/docker/container 0.118s coverage: 34.8% of statements [2022-06-29T21:46:51.644Z] ok github.com/docker/docker/cmd/dockerd/trap 2.531s coverage: 0.0% of statements [2022-06-29T21:46:51.644Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-06-29T21:46:51.644Z] ? github.com/docker/docker/container/stream [no test files] [2022-06-29T21:46:51.644Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-06-29T21:46:51.644Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-06-29T21:46:51.644Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-06-29T21:46:51.911Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-06-29T21:46:52.846Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-06-29T21:46:55.381Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-06-29T21:46:55.816Z] ok github.com/docker/docker/daemon/cluster 0.071s coverage: 0.5% of statements [2022-06-29T21:46:57.185Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.015s coverage: 65.3% of statements [2022-06-29T21:46:57.285Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-06-29T21:46:58.553Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 36.9% of statements [2022-06-29T21:46:58.662Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-06-29T21:47:01.948Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-06-29T21:47:03.848Z] === RUN TestDockerSuite/TestPluginActive [2022-06-29T21:47:05.749Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-06-29T21:47:06.683Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.443s coverage: 13.4% of statements [2022-06-29T21:47:07.246Z] ok github.com/docker/docker/daemon/config 0.032s coverage: 81.7% of statements [2022-06-29T21:47:07.807Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-06-29T21:47:08.371Z] ok github.com/docker/docker/daemon 10.145s coverage: 16.1% of statements [2022-06-29T21:47:08.371Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-06-29T21:47:08.371Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-06-29T21:47:08.371Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-06-29T21:47:08.371Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-06-29T21:47:08.371Z] ok github.com/docker/docker/daemon/graphdriver 0.008s coverage: 2.2% of statements [2022-06-29T21:47:10.265Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.732s coverage: 74.8% of statements [2022-06-29T21:47:10.522Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.009s coverage: 3.0% of statements [2022-06-29T21:47:11.026Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-06-29T21:47:11.026Z] docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows [2022-06-29T21:47:11.026Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-06-29T21:47:11.453Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.511s coverage: 56.2% of statements [2022-06-29T21:47:11.962Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-06-29T21:47:12.221Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-06-29T21:47:13.371Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.011s coverage: 1.9% of statements [2022-06-29T21:47:14.125Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-06-29T21:47:14.790Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.350s coverage: 50.6% of statements [2022-06-29T21:47:15.048Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.542s coverage: 46.1% of statements [2022-06-29T21:47:15.048Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-06-29T21:47:15.061Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-06-29T21:47:15.997Z] docker_api_swarm_service_test.go:304: [d2477dc65f67c] joining swarm manager [daf7d64c92c4b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:47:16.415Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.011s coverage: 58.5% of statements [2022-06-29T21:47:16.671Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.676s coverage: 58.5% of statements [2022-06-29T21:47:16.671Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-06-29T21:47:16.671Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-06-29T21:47:16.934Z] docker_api_swarm_service_test.go:304: [d2b122c2e2c5e] joining swarm manager [daf7d64c92c4b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:47:17.235Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2022-06-29T21:47:17.800Z] ok github.com/docker/docker/daemon/links 0.005s coverage: 93.0% of statements [2022-06-29T21:47:19.210Z] ok github.com/docker/docker/daemon/images 0.042s coverage: 6.9% of statements [2022-06-29T21:47:19.210Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-06-29T21:47:19.210Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-06-29T21:47:19.773Z] ok github.com/docker/docker/daemon/logger 0.225s coverage: 43.2% of statements [2022-06-29T21:47:20.221Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-06-29T21:47:20.702Z] ok github.com/docker/docker/daemon/logger/fluentd 0.018s coverage: 53.6% of statements [2022-06-29T21:47:20.702Z] ok github.com/docker/docker/daemon/logger/awslogs 0.180s coverage: 80.2% of statements [2022-06-29T21:47:20.702Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-06-29T21:47:21.629Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 68.2% of statements [2022-06-29T21:47:21.629Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.4% of statements [2022-06-29T21:47:21.886Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.016s coverage: 87.2% of statements [2022-06-29T21:47:22.128Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-06-29T21:47:22.815Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.206s coverage: 76.8% of statements [2022-06-29T21:47:23.064Z] === RUN TestDockerSuite/TestPortHostBinding [2022-06-29T21:47:23.072Z] ok github.com/docker/docker/daemon/logger/local 0.099s coverage: 79.4% of statements [2022-06-29T21:47:23.072Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-06-29T21:47:23.072Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-06-29T21:47:23.633Z] === RUN TestDockerSuite/TestPortList [2022-06-29T21:47:24.440Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.024s coverage: 65.9% of statements [2022-06-29T21:47:24.440Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.030s coverage: 31.5% of statements [2022-06-29T21:47:25.371Z] ok github.com/docker/docker/daemon/logger/syslog 0.015s coverage: 46.8% of statements [2022-06-29T21:47:25.628Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-06-29T21:47:26.191Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-06-29T21:47:26.755Z] ok github.com/docker/docker/daemon/logger/splunk 1.571s coverage: 82.5% of statements [2022-06-29T21:47:26.755Z] ? github.com/docker/docker/daemon/names [no test files] [2022-06-29T21:47:26.755Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-06-29T21:47:27.684Z] ok github.com/docker/docker/distribution/metadata 0.022s coverage: 44.4% of statements [2022-06-29T21:47:28.248Z] ok github.com/docker/docker/distribution 0.614s coverage: 28.0% of statements [2022-06-29T21:47:28.248Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-06-29T21:47:28.810Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-06-29T21:47:29.372Z] ok github.com/docker/docker/image 0.023s coverage: 86.9% of statements [2022-06-29T21:47:29.628Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-06-29T21:47:30.191Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-06-29T21:47:30.191Z] ok github.com/docker/docker/distribution/xfer 1.917s coverage: 84.9% of statements [2022-06-29T21:47:30.191Z] ? github.com/docker/docker/dockerversion [no test files] [2022-06-29T21:47:30.191Z] ? github.com/docker/docker/image/v1 [no test files] [2022-06-29T21:47:30.191Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-06-29T21:47:30.753Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-06-29T21:47:31.684Z] ok github.com/docker/docker/oci 0.008s coverage: 46.0% of statements [2022-06-29T21:47:31.749Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-06-29T21:47:32.246Z] ok github.com/docker/docker/opts 0.026s coverage: 66.0% of statements [2022-06-29T21:47:32.502Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-06-29T21:47:33.662Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-06-29T21:47:33.662Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-06-29T21:47:34.393Z] ok github.com/docker/docker/pkg/archive 0.293s coverage: 82.3% of statements [2022-06-29T21:47:34.966Z] ok github.com/docker/docker/pkg/authorization 0.404s coverage: 68.3% of statements [2022-06-29T21:47:35.222Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-06-29T21:47:35.477Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2022-06-29T21:47:35.566Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-06-29T21:47:36.503Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-06-29T21:47:36.503Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-06-29T21:47:36.761Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-06-29T21:47:37.021Z] === RUN TestDockerSuite/TestPsByOrder [2022-06-29T21:47:38.743Z] ok github.com/docker/docker/pkg/chrootarchive 2.477s coverage: 42.7% of statements [2022-06-29T21:47:38.743Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-06-29T21:47:38.743Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-06-29T21:47:38.925Z] docker_api_swarm_service_test.go:100: [d1ea274c606ef] joining swarm manager [de8db09778071]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:47:38.999Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-06-29T21:47:39.255Z] ok github.com/docker/docker/layer 7.198s coverage: 68.9% of statements [2022-06-29T21:47:39.255Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-06-29T21:47:39.255Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-06-29T21:47:39.255Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-06-29T21:47:39.255Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-06-29T21:47:39.255Z] ? github.com/docker/docker/oci/caps [no test files] [2022-06-29T21:47:39.255Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-06-29T21:47:39.494Z] docker_api_swarm_service_test.go:101: [da6bbf4e5188d] joining swarm manager [de8db09778071]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:47:39.494Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-06-29T21:47:39.511Z] ok github.com/docker/docker/pkg/fileutils 0.029s coverage: 87.2% of statements [2022-06-29T21:47:39.768Z] ok github.com/docker/docker/pkg/fsutils 0.182s coverage: 85.1% of statements [2022-06-29T21:47:39.768Z] ok github.com/docker/docker/pkg/homedir 0.005s coverage: 11.4% of statements [2022-06-29T21:47:40.433Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-06-29T21:47:41.136Z] ok github.com/docker/docker/pkg/idtools 0.546s coverage: 67.9% of statements [2022-06-29T21:47:41.136Z] ok github.com/docker/docker/pkg/ioutils 0.452s coverage: 70.1% of statements [2022-06-29T21:47:41.392Z] ok github.com/docker/docker/pkg/longpath 0.018s coverage: 100.0% of statements [2022-06-29T21:47:41.392Z] ok github.com/docker/docker/pkg/jsonmessage 0.011s coverage: 91.7% of statements [2022-06-29T21:47:41.392Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-06-29T21:47:41.648Z] ok github.com/docker/docker/pkg/namesgenerator 0.009s coverage: 85.7% of statements [2022-06-29T21:47:41.648Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-06-29T21:47:42.211Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2022-06-29T21:47:42.211Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 90.5% of statements [2022-06-29T21:47:42.211Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-06-29T21:47:42.211Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-06-29T21:47:42.211Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-06-29T21:47:43.143Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2022-06-29T21:47:43.400Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-06-29T21:47:43.656Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-06-29T21:47:43.725Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-06-29T21:47:43.912Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-06-29T21:47:45.277Z] ok github.com/docker/docker/pkg/pubsub 1.034s coverage: 75.0% of statements [2022-06-29T21:47:45.277Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2022-06-29T21:47:45.533Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-06-29T21:47:45.789Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-06-29T21:47:46.046Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-06-29T21:47:46.046Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-06-29T21:47:46.608Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.1% of statements [2022-06-29T21:47:47.012Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-06-29T21:47:47.012Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-06-29T21:47:47.171Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-06-29T21:47:47.427Z] ok github.com/docker/docker/pkg/tailfile 0.063s coverage: 88.6% of statements [2022-06-29T21:47:47.989Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2022-06-29T21:47:48.245Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-06-29T21:47:48.245Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-06-29T21:47:49.546Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-06-29T21:47:50.135Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2022-06-29T21:47:50.392Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-06-29T21:47:50.649Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-06-29T21:47:52.014Z] ok github.com/docker/docker/quota 0.239s coverage: 71.4% of statements [2022-06-29T21:47:52.014Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-06-29T21:47:52.944Z] ok github.com/docker/docker/registry 0.052s coverage: 58.6% of statements [2022-06-29T21:47:53.505Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-06-29T21:47:53.506Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-06-29T21:47:54.067Z] ok github.com/docker/docker/runconfig 0.007s coverage: 64.5% of statements [2022-06-29T21:47:54.324Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-06-29T21:47:56.237Z] ok github.com/docker/docker/volume/drivers 0.006s coverage: 36.1% of statements [2022-06-29T21:47:56.800Z] ok github.com/docker/docker/volume/local 0.100s coverage: 76.8% of statements [2022-06-29T21:47:57.364Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2022-06-29T21:47:57.661Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-06-29T21:47:57.661Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-06-29T21:47:58.291Z] ok github.com/docker/docker/volume/service 0.014s coverage: 72.3% of statements [2022-06-29T21:47:58.600Z] check_test.go:611: [d1ea274c606ef] daemon is not started [2022-06-29T21:47:59.983Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-06-29T21:48:00.552Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-06-29T21:48:01.488Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-06-29T21:48:03.394Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-06-29T21:48:04.330Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-06-29T21:48:04.898Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-06-29T21:48:06.278Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-06-29T21:48:06.537Z] docker_api_swarm_service_test.go:533: [d29c9276a786c] joining swarm manager [de0ec92f6a379]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:48:06.537Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-06-29T21:48:07.106Z] === RUN TestDockerSuite/TestPsRightTagName [2022-06-29T21:48:09.013Z] docker_api_swarm_service_test.go:534: [d1bc481c370a1] joining swarm manager [de0ec92f6a379]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:48:09.013Z] === RUN TestDockerSuite/TestPsShowMounts [2022-06-29T21:48:10.392Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-06-29T21:48:10.392Z] docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows [2022-06-29T21:48:10.392Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-06-29T21:48:11.333Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-06-29T21:48:11.593Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-06-29T21:48:11.593Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-06-29T21:48:12.973Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-06-29T21:48:14.351Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-06-29T21:48:14.920Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-06-29T21:48:20.171Z] ok github.com/docker/docker/pkg/plugins 33.634s coverage: 76.3% of statements [2022-06-29T21:48:20.171Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-06-29T21:48:20.171Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-06-29T21:48:20.171Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-06-29T21:48:20.171Z] ? github.com/docker/docker/pkg/urlutil [no test files] [2022-06-29T21:48:20.171Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-06-29T21:48:20.171Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-06-29T21:48:20.171Z] ? github.com/docker/docker/rootless [no test files] [2022-06-29T21:48:20.171Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-06-29T21:48:20.171Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-06-29T21:48:20.171Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-06-29T21:48:20.171Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-06-29T21:48:20.171Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-06-29T21:48:20.171Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-06-29T21:48:20.171Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-06-29T21:48:20.171Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-06-29T21:48:20.171Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-06-29T21:48:20.171Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-06-29T21:48:20.171Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-06-29T21:48:20.171Z] ? github.com/docker/docker/testutil/request [no test files] [2022-06-29T21:48:20.171Z] ? github.com/docker/docker/volume [no test files] [2022-06-29T21:48:20.171Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-06-29T21:48:20.171Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === Skipped [2022-06-29T21:48:20.171Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-06-29T21:48:20.171Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-06-29T21:48:20.171Z] network_proxy_test.go:208: No support for dual stack yet [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-06-29T21:48:20.171Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-06-29T21:48:20.171Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-06-29T21:48:20.171Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-29T21:48:20.171Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-06-29T21:48:20.171Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-29T21:48:20.171Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-06-29T21:48:20.171Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-29T21:48:20.171Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-06-29T21:48:20.171Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-29T21:48:20.171Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-06-29T21:48:20.171Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-29T21:48:20.171Z] graphtest_unix.go:44: Driver btrfs not supported [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-06-29T21:48:20.171Z] graphtest_unix.go:71: No driver to put! [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-06-29T21:48:20.171Z] time="2022-06-29T21:47:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-29T21:48:20.171Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-29T21:48:20.171Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-06-29T21:48:20.171Z] time="2022-06-29T21:47:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-29T21:48:20.171Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-29T21:48:20.171Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-06-29T21:48:20.171Z] time="2022-06-29T21:47:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-29T21:48:20.171Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-29T21:48:20.171Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-06-29T21:48:20.171Z] time="2022-06-29T21:47:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-29T21:48:20.171Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-29T21:48:20.171Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-06-29T21:48:20.171Z] time="2022-06-29T21:47:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-06-29T21:48:20.171Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-06-29T21:48:20.171Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-06-29T21:48:20.171Z] graphtest_unix.go:71: No driver to put! [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-06-29T21:48:20.171Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-06-29T21:48:20.171Z] overlay_test.go:50: Fails to compute changes intermittently [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-06-29T21:48:20.171Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-06-29T21:48:20.171Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-06-29T21:48:20.171Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-29T21:48:20.171Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-06-29T21:48:20.171Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-29T21:48:20.171Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-06-29T21:48:20.171Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-29T21:48:20.171Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-06-29T21:48:20.171Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-29T21:48:20.171Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-06-29T21:48:20.171Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-06-29T21:48:20.171Z] graphtest_unix.go:44: Driver zfs not supported [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-06-29T21:48:20.171Z] graphtest_unix.go:71: No driver to put! [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-06-29T21:48:20.171Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-06-29T21:48:20.171Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-06-29T21:48:20.171Z] [2022-06-29T21:48:20.171Z] DONE 2789 tests, 28 skipped in 252.147s [2022-06-29T21:48:20.171Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/bitseq [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/cluster [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/config [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/datastore [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/diagnostic [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/discoverapi [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/driverapi [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/drivers/host [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/drivers/null [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/drivers/remote [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/drivers/windows [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/drvregistry [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/etchosts [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/idm [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/internal/caller [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/ipam [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/ipamapi [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/ipams/null [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/ipams/remote [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/ipamutils [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/iptables [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/netlabel [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/netutils [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/networkdb [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/ns [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/options [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/osl [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/osl/kernel [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/portallocator [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/portmapper [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/resolvconf [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/testutils [2022-06-29T21:48:20.171Z] github.com/docker/docker/libnetwork/types' ']' [2022-06-29T21:48:20.172Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-06-29T21:48:23.087Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-06-29T21:48:23.087Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-06-29T21:48:24.463Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-06-29T21:48:24.721Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-06-29T21:48:24.721Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-06-29T21:48:24.980Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-06-29T21:48:26.882Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-06-29T21:48:27.819Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-06-29T21:48:28.081Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-06-29T21:48:30.614Z] docker_api_swarm_service_test.go:148: [d295c3d926987] joining swarm manager [dcf43b8d97cb1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:48:30.614Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-06-29T21:48:31.182Z] docker_api_swarm_service_test.go:148: [dab70be924ab5] joining swarm manager [dcf43b8d97cb1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:48:31.441Z] === RUN TestDockerSuite/TestRmiBlank [2022-06-29T21:48:31.701Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-06-29T21:48:31.701Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-06-29T21:48:34.993Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-06-29T21:48:35.929Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-06-29T21:48:35.929Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-06-29T21:48:37.305Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-06-29T21:48:37.873Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-06-29T21:48:39.251Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-06-29T21:48:39.836Z] === RUN TestDockerSuite/TestRmiTag [2022-06-29T21:48:39.836Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-06-29T21:48:40.406Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-06-29T21:48:43.692Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-06-29T21:48:43.692Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-06-29T21:48:44.260Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-06-29T21:48:44.518Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-06-29T21:48:45.087Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-06-29T21:48:45.654Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-06-29T21:48:45.913Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-06-29T21:48:46.481Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-06-29T21:48:47.417Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-06-29T21:48:50.706Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-06-29T21:48:50.965Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-06-29T21:48:52.343Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-06-29T21:48:53.279Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-06-29T21:48:55.186Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-06-29T21:48:56.563Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-06-29T21:48:58.467Z] === RUN TestDockerSuite/TestDevicePermissions [2022-06-29T21:48:59.034Z] === RUN TestDockerSuite/TestDockerFails [2022-06-29T21:48:59.034Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-06-29T21:49:00.440Z] === RUN TestDockerSuite/TestMountIntoProc [2022-06-29T21:49:00.700Z] === RUN TestDockerSuite/TestMountIntoSys [2022-06-29T21:49:01.267Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-06-29T21:49:02.651Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-06-29T21:49:02.913Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-06-29T21:49:03.482Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-06-29T21:49:04.419Z] === RUN TestDockerSuite/TestRunAddHost [2022-06-29T21:49:04.986Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-06-29T21:49:04.986Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-06-29T21:49:05.553Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-06-29T21:49:05.553Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-06-29T21:49:06.122Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-06-29T21:49:06.828Z] ok github.com/docker/docker/libnetwork 37.118s coverage: 40.6% of statements [2022-06-29T21:49:06.828Z] ok github.com/docker/docker/libnetwork/bitseq 0.116s coverage: 84.4% of statements [2022-06-29T21:49:06.828Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-06-29T21:49:06.828Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-06-29T21:49:06.828Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-06-29T21:49:06.828Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-06-29T21:49:06.828Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-06-29T21:49:06.828Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-06-29T21:49:06.828Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-06-29T21:49:06.828Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-06-29T21:49:06.828Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 22.4% of statements [2022-06-29T21:49:06.828Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-06-29T21:49:06.828Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-06-29T21:49:06.828Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-06-29T21:49:06.828Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-06-29T21:49:06.828Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.362s coverage: 59.9% of statements [2022-06-29T21:49:06.828Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-06-29T21:49:06.828Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-06-29T21:49:06.828Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.165s coverage: 4.0% of statements [2022-06-29T21:49:06.828Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-06-29T21:49:06.828Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-06-29T21:49:06.828Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-06-29T21:49:06.828Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-06-29T21:49:07.059Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-06-29T21:49:07.626Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-06-29T21:49:07.627Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-06-29T21:49:08.195Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-06-29T21:49:08.763Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-06-29T21:49:10.142Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-06-29T21:49:11.521Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-06-29T21:49:12.459Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-06-29T21:49:13.028Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-06-29T21:49:13.594Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-06-29T21:49:14.164Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-06-29T21:49:14.732Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-06-29T21:49:14.909Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.690s coverage: 7.2% of statements [2022-06-29T21:49:14.909Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-06-29T21:49:15.165Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-06-29T21:49:15.667Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-06-29T21:49:15.727Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-06-29T21:49:15.727Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-06-29T21:49:15.727Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-06-29T21:49:15.727Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-06-29T21:49:16.296Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-06-29T21:49:16.553Z] ok github.com/docker/docker/libnetwork/etchosts 0.010s coverage: 81.2% of statements [2022-06-29T21:49:16.629Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-06-29T21:49:16.809Z] ok github.com/docker/docker/libnetwork/idm 0.004s coverage: 87.5% of statements [2022-06-29T21:49:16.809Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-06-29T21:49:16.890Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-06-29T21:49:17.459Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-06-29T21:49:18.028Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-06-29T21:49:18.028Z] === RUN TestDockerSuite/TestRunBindMounts [2022-06-29T21:49:19.930Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-06-29T21:49:20.189Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-06-29T21:49:20.757Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-06-29T21:49:21.324Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-06-29T21:49:21.893Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-06-29T21:49:21.893Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-06-29T21:49:22.461Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-06-29T21:49:23.029Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-06-29T21:49:23.598Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-06-29T21:49:24.165Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-06-29T21:49:24.733Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-06-29T21:49:24.733Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-06-29T21:49:25.300Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-06-29T21:49:25.300Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-06-29T21:49:26.237Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-06-29T21:49:27.178Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-06-29T21:49:27.746Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-06-29T21:49:28.327Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-06-29T21:49:28.327Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-06-29T21:49:28.897Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-06-29T21:49:28.981Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-06-29T21:49:29.834Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-06-29T21:49:30.771Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-06-29T21:49:32.675Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-06-29T21:49:32.675Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-06-29T21:49:33.245Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-06-29T21:49:33.817Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-06-29T21:49:34.385Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-06-29T21:49:34.953Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-06-29T21:49:35.890Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-06-29T21:49:37.798Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-06-29T21:49:37.798Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-06-29T21:49:40.337Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-06-29T21:49:40.337Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-06-29T21:49:40.337Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-06-29T21:49:40.905Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-06-29T21:49:42.812Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-06-29T21:49:43.749Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-06-29T21:49:43.818Z] ok github.com/docker/docker/libnetwork/ipam 14.402s coverage: 85.3% of statements [2022-06-29T21:49:43.818Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-06-29T21:49:43.818Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-06-29T21:49:43.818Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-06-29T21:49:43.818Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-06-29T21:49:43.818Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-06-29T21:49:43.818Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-06-29T21:49:43.818Z] ok github.com/docker/docker/libnetwork/ipamutils 0.263s coverage: 74.0% of statements [2022-06-29T21:49:44.008Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-06-29T21:49:44.379Z] ok github.com/docker/docker/libnetwork/iptables 0.168s coverage: 45.1% of statements [2022-06-29T21:49:44.635Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-06-29T21:49:44.892Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-06-29T21:49:46.545Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-06-29T21:49:46.805Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-06-29T21:49:48.183Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-06-29T21:49:48.183Z] docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows [2022-06-29T21:49:48.183Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-06-29T21:49:48.183Z] docker_cli_run_test.go:4054: unmatched requirement DaemonIsWindows [2022-06-29T21:49:48.183Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-06-29T21:49:48.753Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-06-29T21:49:50.135Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-06-29T21:49:50.135Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-06-29T21:49:51.512Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-06-29T21:49:52.889Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-06-29T21:49:53.148Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-06-29T21:49:53.715Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-06-29T21:49:55.093Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-06-29T21:49:56.029Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-06-29T21:49:56.030Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-06-29T21:49:56.030Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-06-29T21:49:56.596Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-06-29T21:49:57.162Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-06-29T21:49:57.729Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-06-29T21:49:57.989Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-06-29T21:49:58.248Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-06-29T21:49:59.185Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-06-29T21:49:59.752Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-06-29T21:50:00.321Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-06-29T21:50:00.321Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-06-29T21:50:01.258Z] === RUN TestDockerSuite/TestRunEnvironment [2022-06-29T21:50:01.518Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-06-29T21:50:01.778Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-06-29T21:50:02.348Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-06-29T21:50:02.916Z] === RUN TestDockerSuite/TestRunExitCode [2022-06-29T21:50:03.485Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-06-29T21:50:04.054Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-06-29T21:50:04.624Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-06-29T21:50:05.191Z] === RUN TestDockerSuite/TestRunExposePort [2022-06-29T21:50:05.191Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-06-29T21:50:05.760Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-06-29T21:50:06.329Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-06-29T21:50:07.265Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-06-29T21:50:07.524Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-06-29T21:50:07.524Z] docker_cli_run_test.go:4137: unmatched requirement DaemonIsWindows [2022-06-29T21:50:07.524Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-06-29T21:50:10.082Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-06-29T21:50:10.082Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-06-29T21:50:22.281Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-06-29T21:50:22.281Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-06-29T21:50:22.540Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-06-29T21:50:22.540Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-06-29T21:50:22.540Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-06-29T21:50:22.798Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-06-29T21:50:23.057Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-06-29T21:50:24.960Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-06-29T21:50:25.901Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-06-29T21:50:26.160Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-06-29T21:50:27.539Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-06-29T21:50:32.810Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-06-29T21:50:33.378Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-06-29T21:50:33.948Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-06-29T21:50:33.948Z] === RUN TestDockerSuite/TestRunModeHostname [2022-06-29T21:50:34.885Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-06-29T21:50:34.885Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-06-29T21:50:34.885Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-06-29T21:50:36.268Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-06-29T21:50:37.215Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-06-29T21:50:37.474Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-06-29T21:50:38.410Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-06-29T21:50:38.410Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-06-29T21:50:38.669Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-06-29T21:50:40.047Z] === RUN TestDockerSuite/TestRunMount [2022-06-29T21:50:40.614Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-06-29T21:50:43.903Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-06-29T21:50:44.839Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-06-29T21:50:45.408Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-06-29T21:50:46.346Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-06-29T21:50:46.606Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-06-29T21:50:47.544Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-06-29T21:50:49.448Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-06-29T21:50:49.448Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-06-29T21:50:50.825Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-06-29T21:50:52.730Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-06-29T21:50:52.989Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-06-29T21:50:54.368Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-06-29T21:50:55.748Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-06-29T21:50:55.748Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-06-29T21:50:55.748Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-06-29T21:50:56.702Z] === RUN TestDockerSuite/TestRunNetHost [2022-06-29T21:50:57.271Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-06-29T21:50:58.208Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-06-29T21:50:58.467Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-06-29T21:50:58.726Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-06-29T21:51:00.106Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-06-29T21:51:01.484Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-06-29T21:51:02.420Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-06-29T21:51:04.954Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-06-29T21:51:05.891Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-06-29T21:51:06.460Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-06-29T21:51:06.460Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-06-29T21:51:07.398Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-06-29T21:51:07.398Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-06-29T21:51:07.965Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-06-29T21:51:08.224Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-06-29T21:51:08.483Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-06-29T21:51:08.742Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-06-29T21:51:11.275Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-06-29T21:51:14.562Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-06-29T21:51:14.562Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-06-29T21:51:14.562Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-06-29T21:51:14.821Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-06-29T21:51:15.412Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-06-29T21:51:15.983Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-06-29T21:51:16.923Z] === RUN TestDockerSuite/TestRunPortInUse [2022-06-29T21:51:17.492Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-06-29T21:51:18.061Z] docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n" [2022-06-29T21:51:18.061Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-06-29T21:51:18.630Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-06-29T21:51:19.567Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-06-29T21:51:19.567Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-06-29T21:51:19.826Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-06-29T21:51:20.394Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-06-29T21:51:20.394Z] docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows [2022-06-29T21:51:20.654Z] === RUN TestDockerSuite/TestRunPublishPort [2022-06-29T21:51:21.222Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-06-29T21:51:22.160Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-06-29T21:51:22.160Z] docker_cli_run_test.go:2855: kernel doesn't have latency_stats configured [2022-06-29T21:51:22.160Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-06-29T21:51:22.160Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-06-29T21:51:22.727Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-06-29T21:51:24.108Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-06-29T21:51:24.108Z] docker_cli_run_test.go:1438: Unstable test, to be re-activated once #19937 is resolved [2022-06-29T21:51:24.108Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-06-29T21:51:25.044Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-06-29T21:51:26.421Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-06-29T21:51:27.799Z] === RUN TestDockerSuite/TestRunRm [2022-06-29T21:51:27.799Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-06-29T21:51:28.367Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-06-29T21:51:32.555Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-06-29T21:51:32.555Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-06-29T21:51:32.555Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-06-29T21:51:33.122Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-06-29T21:51:35.668Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-06-29T21:51:35.927Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-06-29T21:51:35.927Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-06-29T21:51:36.267Z] time="2022-06-29T21:51:29Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10036->172.17.0.2:10037: use of closed network connection" [2022-06-29T21:51:36.268Z] ok github.com/docker/docker/libnetwork/networkdb 103.887s coverage: 60.0% of statements [2022-06-29T21:51:36.268Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-06-29T21:51:36.268Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-06-29T21:51:36.268Z] ok github.com/docker/docker/libnetwork/osl 4.294s coverage: 39.7% of statements [2022-06-29T21:51:36.268Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-06-29T21:51:36.268Z] ok github.com/docker/docker/libnetwork/portallocator 0.013s coverage: 80.7% of statements [2022-06-29T21:51:36.831Z] ok github.com/docker/docker/libnetwork/portmapper 0.555s coverage: 48.6% of statements [2022-06-29T21:51:37.088Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-06-29T21:51:37.088Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-06-29T21:51:37.344Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-06-29T21:51:37.344Z] [2022-06-29T21:51:37.344Z] === Skipped [2022-06-29T21:51:37.344Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-06-29T21:51:37.344Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-29T21:51:37.344Z] [2022-06-29T21:51:37.344Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-06-29T21:51:37.344Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-29T21:51:37.344Z] [2022-06-29T21:51:37.344Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-06-29T21:51:37.344Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-06-29T21:51:37.344Z] [2022-06-29T21:51:37.344Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-06-29T21:51:37.344Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-29T21:51:37.344Z] [2022-06-29T21:51:37.344Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-06-29T21:51:37.344Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-29T21:51:37.344Z] [2022-06-29T21:51:37.344Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-06-29T21:51:37.344Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-29T21:51:37.344Z] [2022-06-29T21:51:37.344Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-06-29T21:51:37.344Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-29T21:51:37.344Z] [2022-06-29T21:51:37.344Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-06-29T21:51:37.344Z] allocator_test.go:1487: Skipped because t.parallel was less than 5 [2022-06-29T21:51:37.344Z] [2022-06-29T21:51:37.344Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-06-29T21:51:37.344Z] firewalld_test.go:14: firewalld is not running [2022-06-29T21:51:37.344Z] [2022-06-29T21:51:37.344Z] DONE 326 tests, 9 skipped in 200.346s Post stage [Pipeline] junit [2022-06-29T21:51:37.920Z] Recording test results [2022-06-29T21:51:38.321Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-06-29T21:51:38.662Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43732/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6a0d5bb4d0e9efecab55a809dd4d6b58b3d35cf5 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6a0d5bb4d0e9efecab55a809dd4d6b58b3d35cf5 hack/validate/vendor [2022-06-29T21:51:39.215Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-06-29T21:51:39.215Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-06-29T21:51:39.224Z] No vendor changes in diff. [2022-06-29T21:51:39.479Z] WARNING: could not find copyright information for github.com/coreos/go-systemd [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-29T21:51:40.036Z] + echo Ensuring container killed. [2022-06-29T21:51:40.036Z] Ensuring container killed. [2022-06-29T21:51:40.036Z] + docker rm -vf docker-pr5 [2022-06-29T21:51:40.036Z] Error: No such container: docker-pr5 [Pipeline] sh [2022-06-29T21:51:40.315Z] + echo Chowning /workspace to jenkins user [2022-06-29T21:51:40.316Z] Chowning /workspace to jenkins user [2022-06-29T21:51:40.316Z] + id -u [2022-06-29T21:51:40.316Z] + id -g [2022-06-29T21:51:40.316Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43732:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-29T21:51:41.751Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-06-29T21:51:42.016Z] + bundleName=unit [2022-06-29T21:51:42.016Z] + echo Creating unit-bundles.tar.gz [2022-06-29T21:51:42.016Z] Creating unit-bundles.tar.gz [2022-06-29T21:51:42.016Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report-libnetwork.xml bundles/junit-report.xml bundles/go-test-report-libnetwork.json bundles/go-test-report.json bundles/profile-libnetwork.out bundles/profile.out [2022-06-29T21:51:42.016Z] bundles/junit-report-libnetwork.xml [2022-06-29T21:51:42.016Z] bundles/junit-report.xml [2022-06-29T21:51:42.016Z] bundles/go-test-report-libnetwork.json [2022-06-29T21:51:42.016Z] bundles/go-test-report.json [2022-06-29T21:51:42.016Z] bundles/profile-libnetwork.out [2022-06-29T21:51:42.016Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-06-29T21:51:42.027Z] Archiving artifacts [2022-06-29T21:51:42.319Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-06-29T21:51:42.524Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43732/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-29T21:51:42.825Z] + make clean [2022-06-29T21:51:42.886Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-06-29T21:51:43.081Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-29T21:51:43.081Z] docker-dev-cache [2022-06-29T21:51:43.081Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2022-06-29T21:51:43.455Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-29T21:51:44.025Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-06-29T21:51:44.285Z] docker_cli_service_logs_test.go:246: checking task f1pf66jcmq0h [2022-06-29T21:51:44.285Z] docker_cli_service_logs_test.go:251: checking messages for f1pf66jcmq0h [2022-06-29T21:51:44.285Z] docker_cli_service_logs_test.go:246: checking task 988next58i7v [2022-06-29T21:51:44.285Z] docker_cli_service_logs_test.go:251: checking messages for 988next58i7v [2022-06-29T21:51:44.855Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-06-29T21:51:45.115Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-06-29T21:51:45.374Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-06-29T21:51:45.636Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-06-29T21:51:46.203Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-06-29T21:51:46.773Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-06-29T21:51:47.341Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-06-29T21:51:47.600Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-06-29T21:51:50.137Z] === RUN TestDockerSuite/TestRunState [2022-06-29T21:51:51.073Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-06-29T21:51:51.644Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-06-29T21:51:52.212Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-06-29T21:51:52.212Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-06-29T21:51:52.212Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-06-29T21:51:52.212Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-06-29T21:51:52.784Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-06-29T21:51:53.048Z] === RUN TestDockerSuite/TestRunSysctls [2022-06-29T21:51:53.984Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-06-29T21:51:53.984Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-06-29T21:51:53.984Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-06-29T21:51:54.920Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-06-29T21:51:56.825Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-06-29T21:51:57.393Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-06-29T21:51:58.769Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-06-29T21:52:00.673Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-06-29T21:52:03.961Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-06-29T21:52:04.220Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-06-29T21:52:04.789Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-06-29T21:52:05.358Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-06-29T21:52:05.617Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-06-29T21:52:07.523Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-06-29T21:52:08.091Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-06-29T21:52:08.659Z] === RUN TestDockerSuite/TestRunUserByID [2022-06-29T21:52:09.228Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-06-29T21:52:09.228Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-06-29T21:52:09.487Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-06-29T21:52:10.055Z] === RUN TestDockerSuite/TestRunUserByName [2022-06-29T21:52:10.624Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-06-29T21:52:10.890Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-06-29T21:52:11.163Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-06-29T21:52:11.163Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-06-29T21:52:11.163Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-06-29T21:52:11.163Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-06-29T21:52:11.732Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-06-29T21:52:13.111Z] docker_cli_swarm_test.go:1895: [dbf1be1fdcaf5] joining swarm manager [d031ed81db0ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:52:14.488Z] docker_cli_swarm_test.go:1896: [d7b02e680ce07] joining swarm manager [d031ed81db0ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:52:15.057Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-06-29T21:52:15.626Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-06-29T21:52:16.563Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-06-29T21:52:17.942Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-06-29T21:52:18.878Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-06-29T21:52:20.255Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-06-29T21:52:22.162Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-06-29T21:52:22.162Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-06-29T21:52:22.162Z] docker_cli_run_test.go:4090: unmatched requirement DaemonIsWindows [2022-06-29T21:52:22.162Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-06-29T21:52:22.162Z] docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows [2022-06-29T21:52:22.162Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-06-29T21:52:22.162Z] docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows [2022-06-29T21:52:22.162Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-06-29T21:52:22.422Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-06-29T21:52:22.422Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-06-29T21:52:22.422Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-06-29T21:52:22.991Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-06-29T21:52:23.559Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-06-29T21:52:24.496Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-06-29T21:52:25.067Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-06-29T21:52:25.326Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-06-29T21:52:25.326Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-06-29T21:52:25.893Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-06-29T21:52:25.893Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-06-29T21:52:25.893Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-06-29T21:52:25.893Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-06-29T21:52:25.893Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-06-29T21:52:25.893Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-06-29T21:52:25.893Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-06-29T21:52:25.893Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-06-29T21:52:25.893Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-06-29T21:52:25.893Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-06-29T21:52:25.893Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-06-29T21:52:25.893Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-06-29T21:52:25.893Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-06-29T21:52:25.893Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-06-29T21:52:25.893Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-06-29T21:52:26.462Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-06-29T21:52:27.030Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-06-29T21:52:27.030Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-06-29T21:52:27.289Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-06-29T21:52:27.548Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-06-29T21:52:28.128Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-06-29T21:52:28.128Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-06-29T21:52:28.389Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-06-29T21:52:28.967Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-06-29T21:52:28.967Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-06-29T21:52:28.967Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-06-29T21:52:29.533Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-06-29T21:52:30.474Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-06-29T21:52:31.041Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-06-29T21:52:31.041Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-06-29T21:52:31.041Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-06-29T21:52:31.300Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-06-29T21:52:31.300Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-06-29T21:52:32.235Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-06-29T21:52:32.494Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-06-29T21:52:34.398Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-06-29T21:52:34.398Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-06-29T21:52:34.398Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-06-29T21:52:34.398Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-06-29T21:52:34.398Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-06-29T21:52:35.334Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-06-29T21:52:35.594Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-06-29T21:52:35.853Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-06-29T21:52:36.421Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-06-29T21:52:38.325Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-06-29T21:52:38.585Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-06-29T21:52:41.118Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-06-29T21:52:43.653Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-06-29T21:52:43.653Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-06-29T21:52:46.189Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-06-29T21:52:46.449Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-06-29T21:52:48.368Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-06-29T21:52:49.809Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-06-29T21:52:50.746Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-06-29T21:52:51.681Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-06-29T21:52:53.060Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-06-29T21:52:54.436Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-06-29T21:52:55.814Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-06-29T21:52:57.192Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-06-29T21:52:58.574Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-06-29T21:52:59.952Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-06-29T21:53:01.856Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-06-29T21:53:02.115Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-06-29T21:53:04.654Z] docker_cli_swarm_test.go:1796: [ddf0f35a76f9b] joining swarm manager [da9d788f21a98]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:53:05.222Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-06-29T21:53:05.222Z] docker_cli_run_test.go:4435: unmatched requirement DaemonIsWindows [2022-06-29T21:53:05.222Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-06-29T21:53:05.222Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-06-29T21:53:05.481Z] docker_cli_swarm_test.go:1797: [d6b0a49b90d30] joining swarm manager [da9d788f21a98]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:53:05.740Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-06-29T21:53:06.676Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-06-29T21:53:07.243Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-06-29T21:53:08.181Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-06-29T21:53:08.181Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-06-29T21:53:09.557Z] === RUN TestDockerSuite/TestSaveImageId [2022-06-29T21:53:09.557Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-06-29T21:53:09.816Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-06-29T21:53:10.755Z] docker_cli_save_load_test.go:376: tmpdir /tmp/save-load-parents1917163652 [2022-06-29T21:53:11.014Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-06-29T21:53:11.273Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-06-29T21:53:12.656Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-06-29T21:53:12.656Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-06-29T21:53:12.656Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-06-29T21:53:14.056Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-06-29T21:53:14.991Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-06-29T21:53:15.558Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-06-29T21:53:15.558Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-06-29T21:53:15.558Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-06-29T21:53:15.558Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-06-29T21:53:16.125Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-06-29T21:53:16.125Z] docker_cli_sni_test.go:30: Flakey test [2022-06-29T21:53:16.125Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-06-29T21:53:17.499Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-06-29T21:53:21.690Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-06-29T21:53:23.067Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-06-29T21:53:23.633Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-06-29T21:53:24.570Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-06-29T21:53:25.137Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-06-29T21:53:27.679Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-06-29T21:53:27.679Z] docker_cli_swarm_test.go:1315: [dac0195520939] joining swarm manager [dc15ce4825f28]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:53:28.617Z] docker_cli_swarm_test.go:1316: [d76db4903d4a2] joining swarm manager [dc15ce4825f28]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:53:28.876Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-06-29T21:53:29.812Z] === RUN TestDockerSuite/TestStartRecordError [2022-06-29T21:53:30.748Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-06-29T21:53:32.651Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-06-29T21:53:33.589Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-06-29T21:53:36.121Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-06-29T21:53:40.310Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-06-29T21:53:43.594Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-06-29T21:53:47.780Z] === RUN TestDockerSuite/TestStatsNoStream [2022-06-29T21:53:50.323Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-06-29T21:53:50.588Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-06-29T21:53:51.156Z] === RUN TestDockerSuite/TestTopPrivileged [2022-06-29T21:53:51.723Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-06-29T21:53:51.723Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows [2022-06-29T21:53:51.723Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-06-29T21:53:52.289Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-06-29T21:53:52.548Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-06-29T21:53:52.548Z] docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport [2022-06-29T21:53:52.548Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-06-29T21:53:52.548Z] docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport [2022-06-29T21:53:52.548Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-06-29T21:53:53.493Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-06-29T21:53:54.432Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-06-29T21:53:54.999Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-06-29T21:53:55.935Z] === RUN TestDockerSuite/TestUpdateStats [2022-06-29T21:54:00.120Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-06-29T21:54:00.379Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-06-29T21:54:00.379Z] docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport [2022-06-29T21:54:00.379Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-06-29T21:54:01.317Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-06-29T21:54:01.884Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-06-29T21:54:03.789Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-06-29T21:54:05.165Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-06-29T21:54:06.543Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-06-29T21:54:24.641Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-06-29T21:54:24.641Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-06-29T21:54:24.641Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-06-29T21:54:24.641Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-06-29T21:54:24.641Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-06-29T21:54:24.641Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-06-29T21:54:24.641Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-06-29T21:54:24.641Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-06-29T21:54:24.641Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-06-29T21:54:24.641Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-06-29T21:54:24.641Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-06-29T21:54:24.641Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-06-29T21:54:24.641Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-06-29T21:54:24.641Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-06-29T21:54:25.208Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-06-29T21:54:25.208Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-06-29T21:54:25.466Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-06-29T21:54:25.466Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-06-29T21:54:25.466Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-06-29T21:54:25.466Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite (1343.62s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (2.78s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.09s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.63s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.81s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.18s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.52s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.41s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.14s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.98s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.18s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.78s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.37s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.02s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.92s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.58s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.04s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.50s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.90s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.09s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.00s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.94s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.78s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.80s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.16s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.17s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.54s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.57s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.30s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.37s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.43s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.75s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.79s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.82s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.81s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.98s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.64s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.64s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.12s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.82s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.82s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.78s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.74s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.91s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.81s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.88s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.94s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.80s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.82s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.88s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.86s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.18s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.69s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.57s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.53s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.88s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.39s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.54s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.50s) [2022-06-29T21:54:25.727Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.42s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.51s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.92s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false_____} (0.47s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false_____} (0.45s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false_____} (1.35s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true_____} (0.75s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000af8b70__} (1.50s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13357650290_/foo_false_____} (1.59s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13357650290_/foo_true_____} (1.48s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-32355307761_/foo_false_____} (1.51s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-32355307761_/foo_true_____} (1.53s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-32355307761_/foo_true__0xc000af8ba0___} (1.43s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000af8bb8__} (1.53s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000af8bd0__} (1.47s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000af8be8__} (1.57s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000af8c00__} (1.52s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.63s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.36s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.01s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.04s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.07s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.77s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.75s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.97s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.73s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.80s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.72s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.71s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.12s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.87s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.76s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.88s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.80s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.81s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.80s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.79s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.66s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.88s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.81s) [2022-06-29T21:54:25.727Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.82s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.70s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.16s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.63s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.58s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.67s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.90s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (1.01s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.16s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (1.03s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.96s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.91s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.84s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.91s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (1.15s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.05s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.86s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.97s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.98s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.80s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.71s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.84s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.42s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.12s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.52s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.73s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.06s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.90s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.08s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.08s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.64s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.01s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.94s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestAttachDetach (1.09s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.92s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.01s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.82s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.92s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (14.48s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.63s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.65s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.39s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.82s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.49s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.96s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (7.17s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.52s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.11s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.43s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.19s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.20s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.78s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.85s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.66s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.93s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddScript (1.83s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.28s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.92s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.80s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.48s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddTar (8.37s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.54s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.60s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.42s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.86s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.56s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.38s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.13s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.09s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.43s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.24s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.18s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.25s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.21s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.16s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.33s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.81s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.45s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.23s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.55s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.79s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.28s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.50s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (1.16s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.91s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.70s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.57s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.08s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.95s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.44s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.08s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.63s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCmd (0.47s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.50s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.42s) [2022-06-29T21:54:25.728Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.37s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.43s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.19s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.06s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.40s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.87s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.59s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.32s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.52s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.55s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.59s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.41s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.35s) [2022-06-29T21:54:25.728Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-06-29T21:54:25.728Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-06-29T21:54:25.728Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-06-29T21:54:25.728Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.48s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.82s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.56s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.40s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.62s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.64s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.54s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.16s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.25s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.51s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.03s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.09s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.32s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildDockerignore (9.05s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.09s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.97s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (9.99s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.83s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (3.02s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.24s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.24s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (4.18s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.71s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.35s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (10.93s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.08s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (3.28s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.20s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.20s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.66s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.30s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.26s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (1.47s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (0.89s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (0.93s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildEnv (0.89s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (0.92s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.78s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (4.55s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (15.74s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.54s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.63s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.97s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.48s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.46s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.06s) [2022-06-29T21:54:25.728Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.34s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.39s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildExpose (0.22s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.64s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.33s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.21s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildFails (0.56s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.03s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.52s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.98s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.52s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.30s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.27s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.86s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.23s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.67s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.23s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.46s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.29s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.22s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.31s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.63s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.56s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.72s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.14s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildLabel (0.55s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.60s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.62s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.42s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildLabels (0.53s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.84s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.33s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.34s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.21s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.07s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.18s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.95s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (0.97s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.34s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.29s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.36s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.59s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (3.03s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.95s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.04s) [2022-06-29T21:54:25.728Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.17s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.74s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.11s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.27s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.58s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.41s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.77s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.68s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.33s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.40s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.33s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.32s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.90s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.17s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.69s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.50s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.50s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.99s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.08s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.68s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildPATH (1.98s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.77s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.80s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.28s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.34s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.59s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildRm (2.59s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.86s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.19s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.55s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.11s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.84s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.02s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.16s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.08s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.20s) [2022-06-29T21:54:25.728Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-29T21:54:25.728Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.33s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.02s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildStderr (0.85s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.23s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.07s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.74s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.35s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.67s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.52s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildUser (1.52s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.51s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (13.98s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.64s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.69s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.79s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.93s) [2022-06-29T21:54:25.729Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-29T21:54:25.729Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-29T21:54:25.729Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-29T21:54:25.729Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.13s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.60s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.52s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.60s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.71s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.35s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.82s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.49s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.66s) [2022-06-29T21:54:25.729Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.58s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.75s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.84s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCommitChange (0.79s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.64s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.45s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.32s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.75s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCommitTTY (1.33s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.25s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.58s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.54s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.20s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.78s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.63s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.58s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpFromCaseA (1.13s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.65s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.68s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.76s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.83s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.85s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.89s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.99s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.87s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.09s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.08s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.77s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.88s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.71s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.87s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.91s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (1.04s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.18s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.31s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.93s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.68s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.91s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.53s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.70s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.53s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.11s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.65s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpToCaseJ (2.94s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.56s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpToDot (0.57s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.09s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.61s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpToStdout (0.67s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.11s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.33s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.95s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.87s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.08s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCreateArgs (0.07s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.39s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.54s) [2022-06-29T21:54:25.729Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.50s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.25s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.10s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCreateRM (0.11s) [2022-06-29T21:54:25.729Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.46s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.84s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.12s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsAttach (0.52s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsCommit (0.61s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.46s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.46s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.49s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.49s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.29s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.33s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.10s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsCopy (0.83s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (0.95s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.48s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.26s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.01s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.99s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.13s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.27s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.18s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsFilters (1.10s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsFormat (1.01s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.67s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.70s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.35s) [2022-06-29T21:54:25.729Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-29T21:54:25.729Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.03s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.57s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsRename (0.61s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsResize (0.74s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.62s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.57s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.47s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.71s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsTop (0.77s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsUntag (2.58s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.13s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.79s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.49s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExec (0.59s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.06s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecCgroup (0.87s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecEnv (0.95s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.06s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.57s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecInspectID (2.62s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecInteractive (0.56s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.57s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.55s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecParseError (0.51s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.54s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.56s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecStartFails (0.69s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.61s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecTTY (0.70s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.65s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.55s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecUlimits (0.56s) [2022-06-29T21:54:25.729Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.58s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.51s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.88s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.55s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestExecWithUser (0.64s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.09s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.10s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestHealth (19.38s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.89s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestBuildHistory (2.89s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.03s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.03s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.58s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.57s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.59s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.10s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.21s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.23s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.34s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.67s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.67s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.61s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.58s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.63s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImportDisplay (1.15s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImportFile (1.13s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.12s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImportGzipped (1.15s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.13s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.56s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.54s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.52s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.48s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.53s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.60s) [2022-06-29T21:54:25.729Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.84s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.62s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectDefault (0.80s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectHistory (0.83s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectImage (0.03s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.04s) [2022-06-29T21:54:25.729Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.77s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.66s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.55s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.51s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.01s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.88s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectStatus (0.73s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.35s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.53s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.92s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.64s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.58s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.43s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.45s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.94s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.92s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.30s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.13s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.48s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.51s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.55s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.41s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.56s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.92s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.48s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.49s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.54s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.85s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.84s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.81s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.88s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.69s) [2022-06-29T21:54:25.729Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.09s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.69s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.66s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestLogsSince (6.55s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.49s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.46s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestLogsTail (0.58s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.59s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.49s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.04s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.15s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.05s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestNetHostname (2.06s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.27s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.03s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.80s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.74s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.29s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.89s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.66s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.12s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.23s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.17s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.43s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.96s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.85s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPluginActive (2.05s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.51s) [2022-06-29T21:54:25.730Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.24s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.60s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.38s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.51s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.05s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.92s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPortList (7.06s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.68s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.93s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.94s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.48s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.16s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPsByOrder (2.60s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.67s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.41s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.24s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.45s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.98s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.06s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.21s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.96s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.93s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.73s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.54s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.45s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.23s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.56s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.65s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.62s) [2022-06-29T21:54:25.730Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.99s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.18s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.08s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.49s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.18s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.69s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.00s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.20s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.39s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.96s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.00s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.54s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.15s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRmiBlank (0.03s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.14s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.34s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.74s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.15s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.70s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.17s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.67s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.51s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.92s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.48s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.58s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.30s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.46s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.48s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.46s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.43s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.78s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.40s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.41s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.11s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.87s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (1.86s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.71s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.95s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.47s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.40s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.24s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.45s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.31s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.48s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.50s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.93s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunAddHost (0.49s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.24s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.46s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.50s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.00s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.44s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.69s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.62s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.42s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.25s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.86s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.60s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.68s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.50s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.72s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.73s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.81s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.52s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.44s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.66s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.03s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.65s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.52s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.62s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.52s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.50s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.55s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.48s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.55s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.64s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.50s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.52s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.14s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.74s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.60s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.63s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.08s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.48s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.96s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.09s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.69s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.58s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.60s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.49s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.80s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.65s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.79s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.57s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.66s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.70s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.55s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.07s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.11s) [2022-06-29T21:54:25.730Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-06-29T21:54:25.730Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.62s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.47s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.99s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.98s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.59s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.32s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.69s) [2022-06-29T21:54:25.730Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.69s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.32s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.06s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.48s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.64s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.71s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.64s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.05s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.72s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.66s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.50s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.46s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunExitCode (0.63s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.71s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.59s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.55s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.61s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.48s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.92s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.28s) [2022-06-29T21:54:25.730Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.10s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.47s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.93s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.63s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.96s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.44s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.86s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.23s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.03s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.66s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.54s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.50s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.81s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.21s) [2022-06-29T21:54:25.730Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.22s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.08s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.20s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.18s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.30s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunMount (4.86s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.64s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.79s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.18s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.70s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.73s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.21s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.25s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.48s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.66s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunNetHost (0.76s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.78s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.55s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.56s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.06s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.64s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.46s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.16s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.70s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.10s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.55s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.49s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.06s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.45s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.57s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.49s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.59s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.23s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.65s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.62s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.76s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.66s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.52s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.61s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.80s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.61s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.66s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.24s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.60s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.37s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunRm (0.53s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.62s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.69s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.50s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (2.05s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.60s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.04s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.44s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.53s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.53s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.73s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.64s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.55s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.45s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.50s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.60s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.66s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.57s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunState (1.05s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.47s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.51s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.14s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.43s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.44s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunSysctls (0.95s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.05s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.59s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.95s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.62s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.26s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.25s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.97s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.57s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.57s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.63s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.68s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.35s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunUserByID (0.60s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.14s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.14s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.53s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunUserByName (0.63s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.56s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.15s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.57s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.20s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.65s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.70s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.36s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.90s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.41s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.72s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.45s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.18s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.57s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.49s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.93s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.48s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.49s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.46s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.05s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.47s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.44s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.48s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.17s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.44s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.49s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.49s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.48s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.92s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.46s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.36s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.85s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.44s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.45s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.43s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.00s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.67s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.67s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.66s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.50s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.53s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.30s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.35s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.30s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.82s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.39s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.88s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.91s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.40s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.40s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.53s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.40s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.35s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.45s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.08s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.10s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.47s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.87s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.71s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.84s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.17s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.38s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.37s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.47s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.21s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.13s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.36s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.51s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.09s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.58s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.67s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.90s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.81s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.79s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.59s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestStartRecordError (1.14s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.57s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.14s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.52s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.05s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.52s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.51s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.50s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.54s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.54s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.48s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.49s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.92s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.71s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.61s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.00s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestUpdateStats (3.54s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.01s) [2022-06-29T21:54:25.731Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.73s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.62s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.72s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.76s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.33s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.49s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.54s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.62s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.09s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.46s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.07s) [2022-06-29T21:54:25.731Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2022-06-29T21:54:25.731Z] === RUN TestDockerRegistrySuite [2022-06-29T21:54:25.731Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-06-29T21:54:27.109Z] check_test.go:427: [d1c1c2be48ae1] daemon is not started [2022-06-29T21:54:27.109Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-06-29T21:54:28.045Z] check_test.go:427: [d9320e0e61a82] daemon is not started [2022-06-29T21:54:28.045Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-06-29T21:54:29.422Z] check_test.go:427: [d83c5dffedd55] daemon is not started [2022-06-29T21:54:29.422Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-06-29T21:54:29.422Z] check_test.go:427: [d913bbde0feb4] daemon is not started [2022-06-29T21:54:29.422Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-06-29T21:54:32.708Z] check_test.go:427: [d3d58cee45c0c] daemon is not started [2022-06-29T21:54:32.708Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-06-29T21:54:37.976Z] check_test.go:427: [d8388fc28b88a] daemon is not started [2022-06-29T21:54:37.976Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-06-29T21:54:40.514Z] check_test.go:427: [d741493037cef] daemon is not started [2022-06-29T21:54:40.514Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-06-29T21:54:41.081Z] check_test.go:427: [dbb6a5386d3b6] daemon is not started [2022-06-29T21:54:41.081Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-06-29T21:54:42.017Z] check_test.go:427: [d115eb96db039] daemon is not started [2022-06-29T21:54:42.017Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-06-29T21:54:43.393Z] check_test.go:427: [d4d9f48419387] daemon is not started [2022-06-29T21:54:43.393Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-06-29T21:54:44.330Z] check_test.go:427: [dacf5cf111687] daemon is not started [2022-06-29T21:54:44.330Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-06-29T21:54:45.267Z] check_test.go:427: [d8915ae5713bf] daemon is not started [2022-06-29T21:54:45.267Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-06-29T21:54:46.204Z] check_test.go:427: [d78114e195642] daemon is not started [2022-06-29T21:54:46.204Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-06-29T21:54:47.142Z] check_test.go:427: [d34a32da53a3f] daemon is not started [2022-06-29T21:54:47.142Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-06-29T21:54:48.080Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:be8231067dcebcfb1685128ee907c0712877aaaddf42820a57446c8e5d4910ab [2022-06-29T21:54:49.017Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:dd84978fb41b5e3e319c70c54c1708b9722597c9ca061c7bcde893bff7b6173f [2022-06-29T21:54:49.017Z] check_test.go:427: [dd3e0f65e2bfc] daemon is not started [2022-06-29T21:54:49.278Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-06-29T21:54:49.845Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:8d6b25bc3120edce248996886d56656a3a9dc2e7c6800d9db3f58bd6a57c611e [2022-06-29T21:54:50.783Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:f1546722f4dd4c60854197264a2a9ce99a0f5c651e3e3e2ec3b05ac34b098b80 [2022-06-29T21:54:51.042Z] check_test.go:427: [dedf6d9ad2b9f] daemon is not started [2022-06-29T21:54:51.042Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-06-29T21:54:51.979Z] check_test.go:427: [da4c0e0860c64] daemon is not started [2022-06-29T21:54:51.979Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-06-29T21:54:54.512Z] check_test.go:427: [dd4a5d945f421] daemon is not started [2022-06-29T21:54:54.512Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-06-29T21:54:55.099Z] check_test.go:427: [d7b9a624753ab] daemon is not started [2022-06-29T21:54:55.099Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-06-29T21:54:55.372Z] check_test.go:427: [d834d4fddd029] daemon is not started [2022-06-29T21:54:55.372Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-06-29T21:54:56.308Z] check_test.go:427: [db9c4b10559ca] daemon is not started [2022-06-29T21:54:56.308Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-06-29T21:54:57.244Z] check_test.go:427: [dea6d92117fe9] daemon is not started [2022-06-29T21:54:57.244Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-06-29T21:54:58.182Z] check_test.go:427: [d655aad3334a6] daemon is not started [2022-06-29T21:54:58.182Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-06-29T21:55:00.719Z] check_test.go:427: [d9a26614261e7] daemon is not started [2022-06-29T21:55:00.719Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-06-29T21:55:00.719Z] check_test.go:427: [d51713c4c8b48] daemon is not started [2022-06-29T21:55:00.980Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-06-29T21:55:01.917Z] check_test.go:427: [def43f2481e31] daemon is not started [2022-06-29T21:55:01.917Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-06-29T21:55:02.485Z] check_test.go:427: [d8335b96de2c5] daemon is not started [2022-06-29T21:55:02.485Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-06-29T21:55:02.485Z] check_test.go:427: [d2116a5bae320] daemon is not started [2022-06-29T21:55:02.485Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-06-29T21:55:02.744Z] check_test.go:427: [d39b9b386d815] daemon is not started [2022-06-29T21:55:02.744Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-06-29T21:55:03.003Z] check_test.go:427: [d0fe8b3f92594] daemon is not started [2022-06-29T21:55:03.003Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-06-29T21:55:03.262Z] check_test.go:427: [d05530f3a8c87] daemon is not started [2022-06-29T21:55:03.262Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-06-29T21:55:03.521Z] check_test.go:427: [db53ae93b553e] daemon is not started [2022-06-29T21:55:03.521Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-06-29T21:55:04.458Z] check_test.go:427: [d213267d18f9a] daemon is not started [2022-06-29T21:55:04.458Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-06-29T21:55:06.362Z] check_test.go:427: [d8af6ad05620f] daemon is not started [2022-06-29T21:55:06.362Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-06-29T21:55:06.929Z] check_test.go:427: [d74e96d565775] daemon is not started [2022-06-29T21:55:06.930Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-06-29T21:55:08.306Z] check_test.go:427: [d7bd9bdc6541a] daemon is not started [2022-06-29T21:55:08.306Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-06-29T21:55:08.873Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite (44.08s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.21s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.04s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.33s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.91s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.06s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.78s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.05s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.92s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.07s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.10s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.08s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.92s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.97s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.93s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.88s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.99s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.08s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.98s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.15s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.05s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.89s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.88s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.40s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.41s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.06s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.41s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.28s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.35s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.04s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.59s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.88s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.06s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.92s) [2022-06-29T21:55:09.808Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s) [2022-06-29T21:55:09.808Z] === RUN TestDockerSchema1RegistrySuite [2022-06-29T21:55:09.808Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-06-29T21:55:09.808Z] check_test.go:454: [d1bad4d8ad483] daemon is not started [2022-06-29T21:55:09.808Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-06-29T21:55:13.096Z] check_test.go:454: [d18a365cd1654] daemon is not started [2022-06-29T21:55:13.097Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-06-29T21:55:18.366Z] check_test.go:454: [ded5ea7ae4c6d] daemon is not started [2022-06-29T21:55:18.366Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-06-29T21:55:19.303Z] check_test.go:454: [da0fcf6b25b19] daemon is not started [2022-06-29T21:55:19.303Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-06-29T21:55:19.303Z] check_test.go:454: [d60a3657aceba] daemon is not started [2022-06-29T21:55:19.303Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-06-29T21:55:20.240Z] check_test.go:454: [d58ab17d6a53a] daemon is not started [2022-06-29T21:55:20.240Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-06-29T21:55:21.176Z] check_test.go:454: [d46fa9f1078ae] daemon is not started [2022-06-29T21:55:21.176Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-06-29T21:55:22.112Z] check_test.go:454: [dc83b3b360ced] daemon is not started [2022-06-29T21:55:22.112Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-06-29T21:55:24.646Z] check_test.go:454: [d911dcea076f6] daemon is not started [2022-06-29T21:55:24.646Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-06-29T21:55:24.905Z] check_test.go:454: [df34526f47e29] daemon is not started [2022-06-29T21:55:24.905Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-06-29T21:55:25.472Z] check_test.go:454: [d81104dd8d151] daemon is not started [2022-06-29T21:55:25.472Z] --- PASS: TestDockerSchema1RegistrySuite (15.68s) [2022-06-29T21:55:25.472Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2022-06-29T21:55:25.472Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.86s) [2022-06-29T21:55:25.472Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.37s) [2022-06-29T21:55:25.472Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.04s) [2022-06-29T21:55:25.472Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-06-29T21:55:25.472Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.03s) [2022-06-29T21:55:25.472Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.92s) [2022-06-29T21:55:25.472Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.88s) [2022-06-29T21:55:25.472Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.43s) [2022-06-29T21:55:25.472Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.43s) [2022-06-29T21:55:25.472Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.41s) [2022-06-29T21:55:25.472Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-06-29T21:55:25.472Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-06-29T21:55:26.040Z] check_test.go:483: [d3d672cf4c7a9] daemon is not started [2022-06-29T21:55:26.299Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-06-29T21:55:26.866Z] check_test.go:483: [da7c8d18708e1] daemon is not started [2022-06-29T21:55:26.866Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-06-29T21:55:26.866Z] check_test.go:483: [d6596c04d8ab8] daemon is not started [2022-06-29T21:55:26.866Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-06-29T21:55:28.246Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-06-29T21:55:28.814Z] check_test.go:483: [d288d03e0a3ae] daemon is not started [2022-06-29T21:55:28.814Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-06-29T21:55:29.381Z] check_test.go:483: [d906cd8e75069] daemon is not started [2022-06-29T21:55:29.381Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-06-29T21:55:30.336Z] check_test.go:483: [d3534103b3784] daemon is not started [2022-06-29T21:55:30.336Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-06-29T21:55:30.336Z] check_test.go:483: [d16d30b70d2d5] daemon is not started [2022-06-29T21:55:30.336Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.87s) [2022-06-29T21:55:30.336Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.77s) [2022-06-29T21:55:30.336Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.58s) [2022-06-29T21:55:30.336Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2022-06-29T21:55:30.336Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.25s) [2022-06-29T21:55:30.336Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.54s) [2022-06-29T21:55:30.336Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.50s) [2022-06-29T21:55:30.336Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.90s) [2022-06-29T21:55:30.336Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2022-06-29T21:55:30.336Z] === RUN TestDockerRegistryAuthTokenSuite [2022-06-29T21:55:30.336Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-06-29T21:55:32.240Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-06-29T21:55:35.534Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-06-29T21:55:35.534Z] check_test.go:510: [dbd6d4f786b61] daemon is not started [2022-06-29T21:55:35.534Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-06-29T21:55:35.534Z] check_test.go:510: [db4b66e6f0a06] daemon is not started [2022-06-29T21:55:35.534Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-06-29T21:55:35.793Z] check_test.go:510: [d94b5dd3b9f41] daemon is not started [2022-06-29T21:55:35.793Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-06-29T21:55:36.052Z] check_test.go:510: [d436caaf7255a] daemon is not started [2022-06-29T21:55:36.052Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-06-29T21:55:36.052Z] check_test.go:510: [d2ada9b747277] daemon is not started [2022-06-29T21:55:36.052Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.83s) [2022-06-29T21:55:36.052Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2022-06-29T21:55:36.052Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-06-29T21:55:36.052Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.16s) [2022-06-29T21:55:36.052Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.19s) [2022-06-29T21:55:36.052Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.17s) [2022-06-29T21:55:36.052Z] === RUN TestDockerNetworkSuite [2022-06-29T21:55:36.052Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-06-29T21:55:37.431Z] docker_cli_network_unix_test.go:46: [d4b14d4b4a536] daemon is not started [2022-06-29T21:55:37.431Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-06-29T21:55:37.999Z] docker_cli_network_unix_test.go:46: [d9294624055e4] daemon is not started [2022-06-29T21:55:38.568Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-06-29T21:55:41.862Z] docker_cli_network_unix_test.go:46: [d6d3f4fbedb28] daemon is not started [2022-06-29T21:55:42.798Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-06-29T21:55:42.798Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-06-29T21:55:44.177Z] docker_cli_network_unix_test.go:46: [dffcfab899b2f] daemon is not started [2022-06-29T21:55:44.745Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-06-29T21:55:44.745Z] docker_cli_network_unix_test.go:1233: [da6ebebbe42c6] daemon is not started [2022-06-29T21:55:48.035Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-06-29T21:55:49.414Z] docker_cli_network_unix_test.go:46: [d0c3ddbdb2316] daemon is not started [2022-06-29T21:55:49.981Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-06-29T21:55:49.981Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-06-29T21:55:52.517Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-06-29T21:55:56.707Z] docker_cli_network_unix_test.go:46: [dc0709a2a6482] daemon is not started [2022-06-29T21:55:56.967Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-06-29T21:55:57.226Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-06-29T21:55:59.762Z] docker_cli_network_unix_test.go:46: [db88d0bd98065] daemon is not started [2022-06-29T21:56:00.329Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-06-29T21:56:01.267Z] docker_cli_network_unix_test.go:46: [d633c2d4de639] daemon is not started [2022-06-29T21:56:01.267Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-06-29T21:56:01.267Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-06-29T21:56:01.835Z] docker_cli_network_unix_test.go:46: [df532044cb0c3] daemon is not started [2022-06-29T21:56:02.095Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-06-29T21:56:02.354Z] docker_cli_network_unix_test.go:46: [dec551beb60f1] daemon is not started [2022-06-29T21:56:02.613Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-06-29T21:56:03.550Z] docker_cli_network_unix_test.go:46: [dde2a51eb2cd4] daemon is not started [2022-06-29T21:56:03.811Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-06-29T21:56:04.748Z] docker_cli_network_unix_test.go:46: [dd10aea4be57c] daemon is not started [2022-06-29T21:56:05.007Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-06-29T21:56:05.267Z] docker_cli_network_unix_test.go:46: [d9dc3238c1598] daemon is not started [2022-06-29T21:56:05.267Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-06-29T21:56:05.845Z] docker_cli_network_unix_test.go:46: [db092712aa75c] daemon is not started [2022-06-29T21:56:05.845Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-06-29T21:56:05.845Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-06-29T21:56:05.845Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-06-29T21:56:05.845Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-06-29T21:56:06.438Z] docker_cli_network_unix_test.go:46: [dd7e4afd23136] daemon is not started [2022-06-29T21:56:06.697Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-06-29T21:56:06.955Z] docker_cli_network_unix_test.go:46: [d9c0b92586c3b] daemon is not started [2022-06-29T21:56:06.955Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-06-29T21:56:06.955Z] docker_cli_network_unix_test.go:46: [dcc1441b36fe0] daemon is not started [2022-06-29T21:56:06.955Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-06-29T21:56:07.214Z] docker_cli_network_unix_test.go:46: [d436a175fab40] daemon is not started [2022-06-29T21:56:07.214Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-06-29T21:56:08.151Z] docker_cli_network_unix_test.go:46: [decf9c0e4b377] daemon is not started [2022-06-29T21:56:08.151Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-06-29T21:56:09.088Z] docker_cli_network_unix_test.go:46: [d7836c3aaf1d5] daemon is not started [2022-06-29T21:56:09.656Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-06-29T21:56:09.656Z] docker_cli_network_unix_test.go:46: [dea1aa6d52f96] daemon is not started [2022-06-29T21:56:09.656Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-06-29T21:56:09.917Z] docker_cli_network_unix_test.go:46: [dce3526363b09] daemon is not started [2022-06-29T21:56:09.917Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-06-29T21:56:10.178Z] docker_cli_network_unix_test.go:46: [d511337432e8b] daemon is not started [2022-06-29T21:56:10.178Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-06-29T21:56:11.556Z] docker_cli_network_unix_test.go:968: [d0dc2cecf00fa] daemon is not started [2022-06-29T21:56:12.492Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-06-29T21:56:13.060Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-06-29T21:56:13.060Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-06-29T21:56:13.999Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-06-29T21:56:14.568Z] docker_cli_network_unix_test.go:46: [d683cac0d6f6b] daemon is not started [2022-06-29T21:56:14.827Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-06-29T21:56:16.732Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-06-29T21:56:18.111Z] docker_cli_network_unix_test.go:1116: [dfbc107ef3791] daemon is not started [2022-06-29T21:56:21.401Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-06-29T21:56:21.660Z] docker_cli_network_unix_test.go:46: [dd845467565a5] daemon is not started [2022-06-29T21:56:21.660Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-06-29T21:56:22.616Z] docker_cli_network_unix_test.go:46: [d05acc3616729] daemon is not started [2022-06-29T21:56:22.616Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-06-29T21:56:22.616Z] docker_cli_network_unix_test.go:46: [d4751d81d887b] daemon is not started [2022-06-29T21:56:22.616Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-06-29T21:56:22.616Z] docker_cli_network_unix_test.go:46: [dd5a7abebd1ed] daemon is not started [2022-06-29T21:56:22.874Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-06-29T21:56:22.874Z] docker_cli_network_unix_test.go:46: [d04c41b4b1e3a] daemon is not started [2022-06-29T21:56:22.874Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-06-29T21:56:23.135Z] docker_cli_network_unix_test.go:46: [d5601041d45a1] daemon is not started [2022-06-29T21:56:23.135Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-06-29T21:56:23.135Z] docker_cli_network_unix_test.go:46: [dcaa0f2d4f0e1] daemon is not started [2022-06-29T21:56:23.135Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-06-29T21:56:25.039Z] docker_cli_network_unix_test.go:46: [d32279bb8a672] daemon is not started [2022-06-29T21:56:25.607Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-06-29T21:56:25.607Z] docker_cli_network_unix_test.go:46: [d5954ba5aa496] daemon is not started [2022-06-29T21:56:25.607Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-06-29T21:56:25.607Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-06-29T21:56:25.607Z] docker_cli_network_unix_test.go:46: [dd3655f0e7c10] daemon is not started [2022-06-29T21:56:25.607Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-06-29T21:56:26.175Z] docker_cli_network_unix_test.go:46: [ded99913f3ab9] daemon is not started [2022-06-29T21:56:26.433Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-06-29T21:56:30.622Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-06-29T21:56:31.558Z] docker_cli_network_unix_test.go:1084: [da63aab63e5be] daemon is not started [2022-06-29T21:56:33.463Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-06-29T21:56:33.463Z] docker_cli_network_unix_test.go:46: [deb459b464661] daemon is not started [2022-06-29T21:56:33.463Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-06-29T21:56:33.722Z] docker_cli_network_unix_test.go:46: [d0052e5dc6d0a] daemon is not started [2022-06-29T21:56:33.981Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-06-29T21:56:35.359Z] docker_cli_network_unix_test.go:46: [d38f487fb94dd] daemon is not started [2022-06-29T21:56:35.618Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-06-29T21:56:35.618Z] docker_cli_network_unix_test.go:46: [dc1cb86242dea] daemon is not started [2022-06-29T21:56:35.618Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-06-29T21:56:36.185Z] docker_cli_network_unix_test.go:46: [dfc4642ad0622] daemon is not started [2022-06-29T21:56:36.444Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-06-29T21:56:36.703Z] docker_cli_network_unix_test.go:46: [d0d764da8c935] daemon is not started [2022-06-29T21:56:36.703Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-06-29T21:56:37.639Z] docker_cli_network_unix_test.go:46: [dc1e7103f558e] daemon is not started [2022-06-29T21:56:37.898Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-06-29T21:56:43.174Z] docker_cli_network_unix_test.go:46: [d3b16d017ab6e] daemon is not started [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite (67.27s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.30s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.01s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (4.24s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.93s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.01s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (2.48s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (7.12s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.02s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.16s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.65s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.51s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.40s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.16s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.23s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.44s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.00s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.20s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.18s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.05s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.37s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.10s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.34s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.18s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.95s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.62s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.69s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.21s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.85s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.15s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.17s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.15s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.60s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-06-29T21:56:43.433Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.77s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.53s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.18s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.77s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.58s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.70s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.49s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.97s) [2022-06-29T21:56:43.433Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.58s) [2022-06-29T21:56:43.433Z] === RUN TestDockerHubPullSuite [2022-06-29T21:56:43.433Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-06-29T21:56:45.335Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-06-29T21:56:47.237Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-06-29T21:56:48.172Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-06-29T21:56:49.550Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-06-29T21:56:49.550Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-06-29T21:56:49.550Z] --- PASS: TestDockerHubPullSuite (6.29s) [2022-06-29T21:56:49.550Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.66s) [2022-06-29T21:56:49.550Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.27s) [2022-06-29T21:56:49.550Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.69s) [2022-06-29T21:56:49.550Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.38s) [2022-06-29T21:56:49.550Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.22s) [2022-06-29T21:56:49.550Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-06-29T21:56:49.550Z] PASS [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === Skipped [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-29T21:56:49.811Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-06-29T21:56:49.811Z] docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-06-29T21:56:49.811Z] docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-06-29T21:56:49.811Z] docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-06-29T21:56:49.811Z] docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-06-29T21:56:49.811Z] docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-06-29T21:56:49.811Z] docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-06-29T21:56:49.811Z] docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-29T21:56:49.811Z] docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-29T21:56:49.811Z] docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-29T21:56:49.811Z] docker_cli_build_test.go:6032: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-29T21:56:49.811Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-29T21:56:49.811Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-29T21:56:49.811Z] docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_create_test.go:83: unmatched requirement Devicemapper [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_inspect_test.go:195: unmatched requirement Devicemapper [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_inspect_test.go:177: unmatched requirement Devicemapper [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_run_test.go:4054: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_run_test.go:4137: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-06-29T21:56:49.811Z] docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_run_test.go:2855: kernel doesn't have latency_stats configured [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_run_test.go:1438: Unstable test, to be re-activated once #19937 is resolved [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_run_test.go:4090: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.811Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-29T21:56:49.811Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-06-29T21:56:49.811Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-06-29T21:56:49.811Z] [2022-06-29T21:56:49.812Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-06-29T21:56:49.812Z] docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight [2022-06-29T21:56:49.812Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-06-29T21:56:49.812Z] [2022-06-29T21:56:49.812Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-29T21:56:49.812Z] docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport [2022-06-29T21:56:49.812Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-06-29T21:56:49.812Z] [2022-06-29T21:56:49.812Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-06-29T21:56:49.812Z] docker_cli_run_test.go:4435: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.812Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-06-29T21:56:49.812Z] [2022-06-29T21:56:49.812Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.00s) [2022-06-29T21:56:49.812Z] docker_cli_sni_test.go:30: Flakey test [2022-06-29T21:56:49.812Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s) [2022-06-29T21:56:49.812Z] [2022-06-29T21:56:49.812Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-29T21:56:49.812Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows [2022-06-29T21:56:49.812Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-06-29T21:56:49.812Z] [2022-06-29T21:56:49.812Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-29T21:56:49.812Z] docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport [2022-06-29T21:56:49.812Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-06-29T21:56:49.812Z] [2022-06-29T21:56:49.812Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-29T21:56:49.812Z] docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport [2022-06-29T21:56:49.812Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-06-29T21:56:49.812Z] [2022-06-29T21:56:49.812Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-29T21:56:49.812Z] docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport [2022-06-29T21:56:49.812Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-06-29T21:56:49.812Z] [2022-06-29T21:56:49.812Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-06-29T21:56:49.812Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-06-29T21:56:49.812Z] docker_cli_network_unix_test.go:46: [dd3655f0e7c10] daemon is not started [2022-06-29T21:56:49.812Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-06-29T21:56:49.812Z] [2022-06-29T21:56:49.812Z] DONE 1265 tests, 51 skipped in 1493.686s [2022-06-29T21:56:49.812Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-29T21:56:49.812Z] ++++ cat bundles/test-integration/docker.pid [2022-06-29T21:56:49.812Z] +++ kill 9353 [2022-06-29T21:56:49.812Z] +++ /etc/init.d/apparmor stop [2022-06-29T21:56:49.812Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-29T21:56:49.812Z] [2022-06-29T21:56:49.812Z] Unloading profiles will leave already running processes permanently [2022-06-29T21:56:49.812Z] unconfined, which can lead to unexpected situations. [2022-06-29T21:56:49.812Z] [2022-06-29T21:56:49.812Z] To set a process to complain mode, use the command line tool [2022-06-29T21:56:49.812Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-29T21:56:49.812Z] +++ true [2022-06-29T21:56:49.812Z] exiting test-integration [2022-06-29T21:56:49.812Z] ++ exit 0 [2022-06-29T21:56:49.812Z] [2022-06-29T21:56:50.070Z] + for job in $(jobs -p) [2022-06-29T21:56:50.070Z] + wait 7019 [2022-06-29T21:57:11.995Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-06-29T21:57:12.930Z] docker_cli_swarm_test.go:1180: [dcce81c405efd] joining swarm manager [d26a6c40b4a4d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:57:19.527Z] docker_cli_swarm_test.go:1189: [d73447c5bf0d6] joining swarm manager [d26a6c40b4a4d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:58:06.192Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-06-29T21:58:08.094Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-06-29T21:58:12.284Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-06-29T21:58:14.187Z] docker_cli_swarm_test.go:1112: [df185d672acef] joining swarm manager [deea162c3ac46]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T21:58:15.563Z] docker_cli_swarm_test.go:1113: [d53e392887e5a] joining swarm manager [deea162c3ac46]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T21:59:37.019Z] docker_cli_swarm_test.go:1166: [d12d4660353d5] joining swarm manager [deea162c3ac46]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-06-29T22:00:09.089Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-06-29T22:00:09.089Z] docker_cli_swarm_test.go:1447: [dcbcfa738871a] joining swarm manager [d6ea277e1a430]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T22:00:09.089Z] docker_cli_swarm_test.go:1448: [dbda21f6a3789] joining swarm manager [d6ea277e1a430]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-06-29T22:00:21.307Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-06-29T22:00:21.307Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-06-29T22:00:21.307Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-06-29T22:00:21.307Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-06-29T22:00:21.307Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-06-29T22:00:21.874Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-06-29T22:00:24.406Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-06-29T22:00:27.692Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-06-29T22:00:29.595Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-06-29T22:00:32.127Z] docker_cli_swarm_unix_test.go:63: [dbf8b300bf766] joining swarm manager [d02b79bec8a38]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T22:01:28.346Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-06-29T22:01:28.347Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-06-29T22:01:28.347Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-06-29T22:01:30.273Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-06-29T22:01:33.557Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-06-29T22:01:36.091Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-06-29T22:01:37.995Z] docker_api_swarm_test.go:962: [d047bd8bb57b5] joining swarm manager [dea2ce41f43cf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-06-29T22:01:56.081Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-06-29T22:02:08.312Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-06-29T22:02:09.247Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-06-29T22:02:11.780Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-06-29T22:02:14.315Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-06-29T22:02:22.430Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-06-29T22:02:25.738Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-06-29T22:02:28.272Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-06-29T22:02:30.805Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-06-29T22:02:33.338Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-06-29T22:02:35.869Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-06-29T22:02:39.160Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-06-29T22:02:41.182Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-06-29T22:03:39.623Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-06-29T22:03:51.839Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite (1592.39s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.27s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.21s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.39s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.24s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.04s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.13s) [2022-06-29T22:04:09.919Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.83s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.07s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.04s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (34.76s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.05s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.21s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.47s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.44s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (47.49s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.40s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.71s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.61s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (24.75s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (57.87s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (52.53s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.32s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.72s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.81s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.05s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.53s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.11s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.67s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.26s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.41s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.73s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (23.80s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.55s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.24s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.01s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.59s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.30s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.26s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.10s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.85s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.22s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.47s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.38s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (7.91s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.64s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (3.01s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.05s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.12s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.61s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.25s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.13s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.01s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.63s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.41s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.09s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.07s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (3.57s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.77s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (2.62s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.04s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.70s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.27s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (3.11s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (2.71s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.40s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.64s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.68s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.77s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.78s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (24.72s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.67s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.68s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.88s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.54s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.83s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (126.61s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.48s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.32s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.27s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.70s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.35s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (4.37s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.57s) [2022-06-29T22:04:09.919Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.43s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.76s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.83s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.56s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.24s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (47.94s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.07s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.30s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (114.31s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.28s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.29s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.16s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.05s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.19s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.39s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.20s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.65s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.20s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.09s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.30s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.22s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.52s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.89s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.45s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.30s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.23s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.85s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.80s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.46s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.46s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.53s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.55s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.58s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.06s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.18s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.93s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.33s) [2022-06-29T22:04:09.919Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.16s) [2022-06-29T22:04:09.919Z] === RUN TestDockerExternalVolumeSuite [2022-06-29T22:04:09.919Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-06-29T22:04:09.919Z] docker_cli_external_volume_driver_test.go:53: [db3784ff4ded9] daemon is not started [2022-06-29T22:04:24.790Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-06-29T22:05:32.480Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-06-29T22:05:40.591Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-06-29T22:05:55.463Z] docker_cli_external_volume_driver_test.go:53: [dd8e75e0878dd] daemon is not started [2022-06-29T22:06:10.350Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-06-29T22:06:28.434Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-06-29T22:06:40.632Z] docker_cli_external_volume_driver_test.go:53: [d1918a0fef87b] daemon is not started [2022-06-29T22:06:55.514Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-06-29T22:06:55.514Z] docker_cli_external_volume_driver_test.go:53: [d704d7e161b8d] daemon is not started [2022-06-29T22:07:13.594Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-06-29T22:07:45.663Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-06-29T22:08:00.546Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-06-29T22:08:15.417Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-06-29T22:09:02.082Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-06-29T22:09:20.175Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-06-29T22:09:52.241Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-06-29T22:10:24.335Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-06-29T22:10:39.208Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-06-29T22:10:54.081Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-06-29T22:10:54.081Z] docker_cli_external_volume_driver_test.go:485: [d2a4de3976a35] daemon is not started [2022-06-29T22:11:12.172Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-06-29T22:11:12.172Z] docker_cli_external_volume_driver_test.go:53: [d977160dd87bd] daemon is not started [2022-06-29T22:11:27.043Z] --- PASS: TestDockerExternalVolumeSuite (437.45s) [2022-06-29T22:11:27.043Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.56s) [2022-06-29T22:11:27.043Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.63s) [2022-06-29T22:11:27.043Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.21s) [2022-06-29T22:11:27.043Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-06-29T22:11:27.043Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-06-29T22:11:27.043Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.09s) [2022-06-29T22:11:27.043Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-06-29T22:11:27.043Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.18s) [2022-06-29T22:11:27.043Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.22s) [2022-06-29T22:11:27.043Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2022-06-29T22:11:27.043Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-06-29T22:11:27.043Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.20s) [2022-06-29T22:11:27.043Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.31s) [2022-06-29T22:11:27.043Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.91s) [2022-06-29T22:11:27.043Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.30s) [2022-06-29T22:11:27.043Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.69s) [2022-06-29T22:11:27.043Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.03s) [2022-06-29T22:11:27.043Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2022-06-29T22:11:27.043Z] PASS [2022-06-29T22:11:27.043Z] [2022-06-29T22:11:27.043Z] === Skipped [2022-06-29T22:11:27.043Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-06-29T22:11:27.043Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-06-29T22:11:27.043Z] check_test.go:540: [d59565262964b] daemon is not started [2022-06-29T22:11:27.043Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-06-29T22:11:27.043Z] [2022-06-29T22:11:27.043Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-06-29T22:11:27.043Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-06-29T22:11:27.043Z] check_test.go:540: [da1ad11a8f22b] daemon is not started [2022-06-29T22:11:27.043Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-06-29T22:11:27.043Z] [2022-06-29T22:11:27.043Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-06-29T22:11:27.043Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-06-29T22:11:27.043Z] check_test.go:540: [d5312439f2a90] daemon is not started [2022-06-29T22:11:27.043Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-06-29T22:11:27.043Z] [2022-06-29T22:11:27.043Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-06-29T22:11:27.043Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-06-29T22:11:27.043Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-06-29T22:11:27.043Z] [2022-06-29T22:11:27.043Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-06-29T22:11:27.043Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-06-29T22:11:27.043Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-06-29T22:11:27.043Z] [2022-06-29T22:11:27.043Z] DONE 269 tests, 5 skipped in 2368.886s [2022-06-29T22:11:27.043Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-06-29T22:11:27.043Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d2f2be207a220/docker.pid [2022-06-29T22:11:27.043Z] +++ kill 7097 [2022-06-29T22:11:27.043Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7097 is not a child of this shell [2022-06-29T22:11:27.043Z] warning: PID 7097 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d2f2be207a220/docker.pid had a nonzero exit code [2022-06-29T22:11:27.043Z] ++++ cat bundles/test-integration/docker.pid [2022-06-29T22:11:27.043Z] +++ kill 9374 [2022-06-29T22:11:27.043Z] +++ /etc/init.d/apparmor stop [2022-06-29T22:11:27.043Z] Leaving: AppArmorNo profiles have been unloaded. [2022-06-29T22:11:27.043Z] [2022-06-29T22:11:27.043Z] Unloading profiles will leave already running processes permanently [2022-06-29T22:11:27.043Z] unconfined, which can lead to unexpected situations. [2022-06-29T22:11:27.043Z] [2022-06-29T22:11:27.043Z] To set a process to complain mode, use the command line tool [2022-06-29T22:11:27.043Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-06-29T22:11:27.043Z] +++ true [2022-06-29T22:11:27.043Z] exiting test-integration [2022-06-29T22:11:27.043Z] ++ exit 0 [2022-06-29T22:11:27.043Z] [2022-06-29T22:11:27.043Z] + exit 0 [2022-06-29T22:11:27.043Z] ++ jobs -p [2022-06-29T22:11:27.043Z] + pids= [2022-06-29T22:11:27.043Z] + echo 'Remaining pids to kill: []' [2022-06-29T22:11:27.043Z] Remaining pids to kill: [] [2022-06-29T22:11:27.043Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-06-29T22:11:27.060Z] Recording test results [2022-06-29T22:11:28.825Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-06-29T22:11:29.139Z] + echo Ensuring container killed. [2022-06-29T22:11:29.139Z] Ensuring container killed. [2022-06-29T22:11:29.139Z] + docker ps -aq -f name=docker-pr5-* [2022-06-29T22:11:29.139Z] + cids=62645be12677 [2022-06-29T22:11:29.139Z] 833cf2ff6848 [2022-06-29T22:11:29.139Z] 831d705b36d1 [2022-06-29T22:11:29.139Z] + [ -n 62645be12677 [2022-06-29T22:11:29.139Z] 833cf2ff6848 [2022-06-29T22:11:29.139Z] 831d705b36d1 ] [2022-06-29T22:11:29.139Z] + docker rm -vf 62645be12677 833cf2ff6848 831d705b36d1 [2022-06-29T22:11:29.707Z] 62645be12677 [2022-06-29T22:11:29.707Z] 833cf2ff6848 [2022-06-29T22:11:29.968Z] 831d705b36d1 [Pipeline] sh [2022-06-29T22:11:30.257Z] + echo Chowning /workspace to jenkins user [2022-06-29T22:11:30.257Z] Chowning /workspace to jenkins user [2022-06-29T22:11:30.257Z] + id -u [2022-06-29T22:11:30.257Z] + id -g [2022-06-29T22:11:30.257Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43732:/workspace busybox chown -R 1000:1000 /workspace [2022-06-29T22:11:30.257Z] Unable to find image 'busybox:latest' locally [2022-06-29T22:11:30.515Z] latest: Pulling from library/busybox [2022-06-29T22:11:30.515Z] 19d511225f94: Pulling fs layer [2022-06-29T22:11:30.515Z] 19d511225f94: Download complete [2022-06-29T22:11:30.774Z] 19d511225f94: Pull complete [2022-06-29T22:11:30.774Z] Digest: sha256:3614ca5eacf0a3a1bcc361c939202a974b4902b9334ff36eb29ffe9011aaad83 [2022-06-29T22:11:30.774Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-06-29T22:11:33.609Z] + bundleName=amd64 [2022-06-29T22:11:33.609Z] + echo Creating amd64-bundles.tar.gz [2022-06-29T22:11:33.609Z] Creating amd64-bundles.tar.gz [2022-06-29T22:11:33.609Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-06-29T22:11:33.609Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2022-06-29T22:11:34.998Z] Archiving artifacts [2022-06-29T22:11:37.105Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43732/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-06-29T22:11:37.416Z] + make clean [2022-06-29T22:11:37.675Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-06-29T22:11:37.675Z] docker-dev-cache [2022-06-29T22:11:37.675Z] 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